SOURCES: check_id-pilet.cfg - add service template and sample service descr...

glen glen at pld-linux.org
Wed Jan 7 01:58:21 CET 2009


Author: glen                         Date: Wed Jan  7 00:58:21 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add service template and sample service description

---- Files affected:
SOURCES:
   check_id-pilet.cfg (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/check_id-pilet.cfg
diff -u SOURCES/check_id-pilet.cfg:1.4 SOURCES/check_id-pilet.cfg:1.5
--- SOURCES/check_id-pilet.cfg:1.4	Tue Jun 17 12:39:37 2008
+++ SOURCES/check_id-pilet.cfg	Wed Jan  7 01:58:16 2009
@@ -4,3 +4,29 @@
 	command_name    check_id-pilet
 	command_line    /usr/lib/nagios/plugins/check_id-pilet $ARG1$
 }
+
+define service {
+	register                        0
+	use                             generic-service
+	name                            idpilet
+	check_period                    24x7
+	max_check_attempts              3
+	retry_check_interval            5
+	notification_period             24x7
+	notification_options            w,u,c,r
+
+	; check every 12h is sufficent, notify daily
+	normal_check_interval           720
+	notification_interval           1440
+
+	notes_url                       https://www.pilet.ee/pages.php/0402010201
+}
+
+# here's good one for checking
+#define service {
+#	use                     idpilet
+#	service_description     idpilet-you
+#	host_name               localhost
+#	contacts                you
+#	check_command           check_id-pilet!-i aXXXXXXX -w48h -c24h
+#}
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/check_id-pilet.cfg?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list