Commands for hosts.cfg.

All commands are prefixed by something similar to:
command[name]=/path/to/libexec/

-------------------------------
For check_disk.pl:
check_disk.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$

$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$ = disk to check (like /dev/hda1 - not /usr/local)
$ARG2$(optional) = Warning Percentage (default 85%)
$ARG3$(optional) = Critical Percentage (default 95%)
$ARG4$(optional) = Port netsaint_statd host is running on. (default 1040)
-------------------------------

-------------------------------
For check_load.pl:
check_load.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$

$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$(optional) = Warning level for 5-min load average. (default 5)
$ARG2$(optional) = Critical level for 5-min load average. (default warning+5)
$ARG3$(optional) = Port netsaint_statd daemon is running on. (default 1040)
-------------------------------

-------------------------------
For check_procs.pl:
check_procs.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$

$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$(optional) = Number of processes to warn at. (default 150)
$ARG2$(optional) = Number of processes to go critical at. (default warn+50)
$ARG3$(optional) = Only search for processes in this state (default all states)
$ARG4$(optional) = Port netsaint_statd daemon is running on. (default 1040)
-------------------------------

-------------------------------
For check_users.pl:
check_users.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$

$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$(optional) = Number of users to warn at. (default 15)
$ARG2$(optional) = Number of users to critical at. (default warn+20)
$ARG3$(optional) = Port netsaint_statd daemon is running on. (default 1040)
-------------------------------

-------------------------------
For check_all_disks.pl:
check_all_disks.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$

$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$ = Comma delimited list of mount points to ignore (like /cdrom,/mnt/floppy) *or* none
         If you want wildcards, use .*  For example, /mnt/floppy,/cdrom.*,/usr
$ARG2$(optional) = Percentage full to warn at (default 85%)
$ARG3$(optional) = Percentage full to critical at (default 95%)
$ARG4$(optional) = Port netsaint_statd daemon is running on. (default 1040)
------------------------------

------------------------------
For check_named_proc.pl:
check_named_proc.pl $HOSTADDRESS$ $ARG1$ $ARG2$ $ARG3$ $ARG4$
$HOSTADDRESS$ = Will be IP address/hostname of netsaint_statd host
$ARG1$ = Number of process named [process] to warn at (equal or less than this)
$ARG2$ = Number of process named [process] to critical at (equal or less than this)
$ARG3$ = Name of process [process].  Something like "httpd" would be good here.
$ARG4$(optional) = Port netsaint_statd daemon is running on. (default 1040)
------------------------------
