]> git.pld-linux.org Git - packages/nagios.git/blob - nagios-resources.patch
- fix $USERx$ doc (it is 256 now)
[packages/nagios.git] / nagios-resources.patch
1 --- sample-config/resource.cfg.in~      2002-02-26 05:04:12.000000000 +0100
2 +++ sample-config/resource.cfg.in       2004-04-15 13:57:51.065286208 +0200
3 @@ -21,7 +21,7 @@
4  ###########################################################################
5  
6  # Sets $USER1$ to be the path to the plugins
7 -$USER1$=@libexecdir@
8 +$USER1$=@libexecdir@/nagios/plugins
9  
10  # Sets $USER2$ to be the path to event handlers
11  #$USER2$=@libexecdir@/eventhandlers
12 --- sample-config/resource.cfg.in~      2005-03-06 22:48:02.872945749 +0200
13 +++ sample-config/resource.cfg.in       2005-03-06 22:51:29.845002873 +0200
14 @@ -26,9 +26,11 @@
15  $USER1$=@libexecdir@/nagios/plugins
16  
17  # Sets $USER2$ to be the path to event handlers
18 -#$USER2$=@libexecdir@/eventhandlers
19 +$USER2$=@libexecdir@/nagios/eventhandlers
20  
21 -# Store some usernames and passwords (hidden from the CGIs)
22 -#$USER3$=someuser
23 -#$USER4$=somepassword
24 +# Store MySQL usernames/password (hidden from the CGIs)
25 +$USER3$=mysql
26 +#$USER4$=
27  
28 +# This is used for SNMP v1 community string in checkcommands.cfg
29 +$USER5$=public
This page took 0.061041 seconds and 3 git commands to generate.