diff options
Diffstat (limited to 'nagios/objects/commands.cfg')
-rw-r--r-- | nagios/objects/commands.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios/objects/commands.cfg b/nagios/objects/commands.cfg index 7d2d9d3..4a0fdee 100644 --- a/nagios/objects/commands.cfg +++ b/nagios/objects/commands.cfg @@ -160,6 +160,11 @@ define command { } define command { + command_name check_kernel + command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_kernel +} + +define command { command_name check_dns command_line $USER1$/check_dns -H $HOSTADDRESS$ -s $HOSTADDRESS$ } |