]> git.pld-linux.org Git - projects/nagios-config.git/commitdiff
- use $USER1$ in svn
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Sep 2009 16:44:03 +0000 (16:44 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 10 Sep 2009 16:44:03 +0000 (16:44 +0000)
svn-id: @10551

commands/check_mysql.cfg

index 632f30acbf69de2242ca4d66ef6e7d4b2f440eb2..83a55fbad8e9c82831abb80dffdc1b2f6d09c28f 100644 (file)
@@ -2,7 +2,7 @@
 # uses $USER3$ and $USER4$ from resources.cfg for authentication
 define command {
        command_name    check_mysql
-       command_line    /usr/lib/nagios/plugins/check_mysql -u $USER3$ -p $USER4$ $ARG1$
+       command_line    $USER1$/check_mysql -u $USER3$ -p $USER4$ $ARG1$
 }
 
 # MYSQL
This page took 0.042766 seconds and 4 git commands to generate.