summaryrefslogtreecommitdiffstats
path: root/Monitoring/conf/services.cfg
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
committermakefu <github@syntax-fehler.de>2012-10-05 06:46:27 +0200
commit6c89839b7fc344608e61c8916ac9d9925fa98d14 (patch)
treee316b8121f4880491659dc3cb8851de7762e58a9 /Monitoring/conf/services.cfg
parent957e2d7469b0e3d88e06b6a15e91478efc63cd62 (diff)
Monitoring/\* --> nagios/
Diffstat (limited to 'Monitoring/conf/services.cfg')
-rw-r--r--Monitoring/conf/services.cfg26
1 files changed, 0 insertions, 26 deletions
diff --git a/Monitoring/conf/services.cfg b/Monitoring/conf/services.cfg
deleted file mode 100644
index e3a61eb0..00000000
--- a/Monitoring/conf/services.cfg
+++ /dev/null
@@ -1,26 +0,0 @@
-# check that web services are running
-define service {
- hostgroup_name http-servers
- service_description HTTP
- check_command check_http
- use generic-service
- notification_interval 0 ; set > 0 if you want to be renotified
-}
-
-# check that ssh services are running
-define service {
- hostgroup_name ssh-servers
- service_description SSH
- check_command check_ssh
- use generic-service
- notification_interval 0 ; set > 0 if you want to be renotified
-}
-
-# check that ping-only hosts are up
-define service {
-# hostgroup_name ping-servers
- service_description PING
- check_command check_ping!100.0,20%!500.0,60%
- use generic-service
- notification_interval 0 ; set > 0 if you want to be renotified
-}