From 5ca0d903b67becb500a22218afdb9d78bda7f4b0 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 22 Feb 2023 12:44:34 -0500 Subject: [PATCH] Adjust comment message --- node-daemon/plugins/load | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/node-daemon/plugins/load b/node-daemon/plugins/load index 8ab6847a..a2014535 100644 --- a/node-daemon/plugins/load +++ b/node-daemon/plugins/load @@ -20,8 +20,7 @@ ############################################################################### # This script provides an example of a PVC monitoring plugin script. It will create -# a simple plugin to check the system load against the total number of CPU cores, -# and return a 10 health delta (100 -> 90) if the load average is > 1/2 that number. +# a simple plugin to check the system load against the total number of CPU cores. # This script can thus be used as an example or reference implementation of a # PVC monitoring pluginscript and expanded upon as required.