Adjust comment message
This commit is contained in:
parent
6ddbde763e
commit
5ca0d903b6
|
@ -20,8 +20,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# This script provides an example of a PVC monitoring plugin script. It will create
|
# 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,
|
# 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.
|
|
||||||
|
|
||||||
# This script can thus be used as an example or reference implementation of a
|
# This script can thus be used as an example or reference implementation of a
|
||||||
# PVC monitoring pluginscript and expanded upon as required.
|
# PVC monitoring pluginscript and expanded upon as required.
|
||||||
|
|
Loading…
Reference in New Issue