diff options
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r-- | nagios-templates.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg index 36f59d6..251b903 100644 --- a/nagios-templates.cfg +++ b/nagios-templates.cfg @@ -224,6 +224,12 @@ define command{ } define command{ + command_name check_ldap + command_line /usr/lib/nagios/plugins/check_ldap -H '$HOSTADDRESS$' -b '$ARG1$' +} + + +define command{ command_name check_kernel_status command_line /usr/bin/perl /usr/lib/sitesummary/nagios-plugins/check_kernel_status } |