Slowly starting to get the hang of this thing and I’ve got most of my monitoring working correctly.
These two however don’t function properly, I get the exact same results for all devices and they show in yellow:
commands.cfg:
‘check_local_disk’ command definition
define command{
command_name check_local_disk
command_line $USER1$/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
}
‘check_local_users’ command definition
define command{
command_name check_local_users
command_line $USER1$/check_users -w $ARG1$ -c $ARG2$
}
services.cfg for each device I have these ones:
check_command check_local_disk!20%!10%!/
check_command check_local_users!20!50
All the above are default settings.
Thx