packages: nagios-plugin-check_memcached/check_memcached.cfg - typos

glen glen at pld-linux.org
Wed Sep 9 07:41:34 CEST 2009


Author: glen                         Date: Wed Sep  9 05:41:34 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- typos

---- Files affected:
packages/nagios-plugin-check_memcached:
   check_memcached.cfg (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/nagios-plugin-check_memcached/check_memcached.cfg
diff -u packages/nagios-plugin-check_memcached/check_memcached.cfg:1.2 packages/nagios-plugin-check_memcached/check_memcached.cfg:1.3
--- packages/nagios-plugin-check_memcached/check_memcached.cfg:1.2	Tue Sep  8 13:21:09 2009
+++ packages/nagios-plugin-check_memcached/check_memcached.cfg	Wed Sep  9 07:41:28 2009
@@ -3,19 +3,19 @@
 ### check response time(msec) for memcached
 define command {
 	command_name    check_memcached_response
-	command_line    @plugindir at check_memcached -H $HOSTADDRESS$ -w 3 -c 5
+	command_line    @plugindir@/check_memcached -H $HOSTADDRESS$ -w 3 -c 5
 }
 
 ### check cache size ratio(bytes/limit_maxbytes[%]) for memcached
 define command {
 	command_name    check_memcached_size
-	command_line    @plugindir at check_memcached -H $HOSTADDRESS$ --size-warning 60 --size-critical 80
+	command_line    @plugindir@/check_memcached -H $HOSTADDRESS$ --size-warning 60 --size-critical 80
 }
 
 ### check cache hit ratio(get_hits/cmd_get[%]) for memcached
 define command {
 	command_name    check_memcached_hit
-	command_line    @plugindir at check_memcached -H $HOSTADDRESS$ --hit-warning 40 --size-critical 20
+	command_line    @plugindir@/check_memcached -H $HOSTADDRESS$ --hit-warning 40 --size-critical 20
 }
 
 ## generic memcached service, you need to define check_command from one of the above
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nagios-plugin-check_memcached/check_memcached.cfg?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list