Adjust comment message

This commit is contained in:
Joshua Boniface 2023-02-22 12:44:34 -05:00
parent 6ddbde763e
commit 5ca0d903b6
1 changed files with 1 additions and 2 deletions

View File

@ -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.