aboutsummaryrefslogtreecommitdiffstats
path: root/nagios-templates.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'nagios-templates.cfg')
-rw-r--r--nagios-templates.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/nagios-templates.cfg b/nagios-templates.cfg
index d751345..5b783ac 100644
--- a/nagios-templates.cfg
+++ b/nagios-templates.cfg
@@ -108,6 +108,16 @@ define command{
command_line /usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
}
+define command {
+ command_name check_etc_hosts
+ comamnd_line /usr/lib/sitesummary/nagios-plugins/check_etc_hosts
+}
+
+define command {
+ command_name check_etc_resolv
+ command_line /usr/lib/sitesummary/nagios-plugins/check_etc_resolv
+}
+
define command{
command_name check_http
command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -I $HOSTADDRESS$
@@ -123,6 +133,11 @@ define command{
command_line /usr/lib/nagios/plugins/check_ping -H $HOSTADDRESS$ -w $ARG1$ -c $ARG2$
}
+define command {
+ command_name check_shutdown
+ command_line /usr/lib/sitesummary/nagios-plugins/check_shutdown
+}
+
define command{
command_name check_ssh
command_line /usr/lib/nagios/plugins/check_ssh $HOSTADDRESS$