aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index b38edfa..d751345 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -209,6 +209,11 @@ define command{
}
define command{
+ command_name check_kernel_status
+ command_line /usr/lib/sitesummary/nagios-plugins/check_kernel_status
+}
+
+define command{
command_name check-host-alive
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w 5000,100% -c 5000,100% -p 1
}