I've got a check thats uses check_nrpe:
Code: Select all
{
"id": "linux_root_disk",
"hostgroup_name": "base_linux",
"command_line": "$USER1$/check_nrpe -H $HOSTADDRESS$ -c check_disk -a 20% 10% /",
"servicegroups": "linux",
"contact_groups": "it"
} Code: Select all
command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w 20 -c 10 -p /
Any thoughts?DISK OK - free space: / 1311 MB (1% inode=94%): ---- This is a server with 80GB of diskspace.