]> git.pld-linux.org Git - packages/nagios.git/blob - nagios-doc-usermacros.patch
- fix spool dir
[packages/nagios.git] / nagios-doc-usermacros.patch
1
2 Bring doc up to date:
3
4 include/macros.h: 
5 #define MAX_COMMAND_ARGUMENTS           32  /* maximum number of $ARGx$ macros */
6 #define MAX_USER_MACROS             256 /* maximum number of $USERx$ macros */
7
8 ---
9 Signed-Off-By: Elan Ruusamäe <glen@delfi.ee>
10
11 --- nagios-3.2.3/html/docs/macrolist.html~      2010-08-28 18:20:57.000000000 +0300
12 +++ nagios-3.2.3/html/docs/macrolist.html       2010-10-07 16:31:08.073321978 +0300
13 @@ -3444,7 +3444,7 @@
14  
15  <td class="MacroName"><a name="user">$USERn$</a></td>
16  
17 -<td class="MacroDescription">The <i>n</i>th user-definable macro. User macros can be defined in one or more <a href="configmain.html#resource_file">resource files</a>. Nagios supports up to 256 user macros ($USER1$ through $USER32$).</td>
18 +<td class="MacroDescription">The <i>n</i>th user-definable macro. User macros can be defined in one or more <a href="configmain.html#resource_file">resource files</a>. Nagios supports up to 256 user macros ($USER1$ through $USER256$).</td>
19  
20  </tr>
21  
22 --- nagios-3.2.3/sample-config/resource.cfg.in  2003-09-12 02:57:51.000000000 +0300
23 +++ nagios-3.2.3/sample-config/resource.cfg.in  2010-10-07 16:33:41.616639353 +0300
24 @@ -15,7 +15,7 @@
25  # The CGIs will not attempt to read the contents of resource files, so
26  # you can set restrictive permissions (600 or 660) on them.
27  #
28 -# Nagios supports up to 32 $USERx$ macros ($USER1$ through $USER32$)
29 +# Nagios supports up to 256 $USERx$ macros ($USER1$ through $USER256$)
30  #
31  # Resource files may also be used to store configuration directives for
32  # external data sources like MySQL...
This page took 0.056393 seconds and 3 git commands to generate.