Changes between Version 12 and Version 13 of doc/usage/nagios/nrpe
- Timestamp:
- 07/12/09 21:13:27 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/usage/nagios/nrpe
v12 v13 149 149 [NRPE] 150 150 ;# COMMAND ARGUMENT PROCESSING 151 ; This option determines whether or not the NRPE daemon will allow clients to specify arguments to commands that are executed. 151 ; This option determines whether or not the NRPE daemon will allow clients to specify 152 ; arguments to commands that are executed. 152 153 allow_arguments=1 153 154 ; 154 155 ;# COMMAND ALLOW NASTY META CHARS 155 ; This option determines whether or not the NRPE daemon will allow clients to specify nasty (as in |`&><'"\[]{}) characters in arguments. 156 ; This option determines whether or not the NRPE daemon will allow clients 157 ; to specify nasty (as in |`&><'"\[]{}) characters in arguments. 156 158 allow_nasty_meta_chars=1 157 159 ; … … 197 199 {{{ 198 200 checkCPU warn=80 crit=90 time=20m time=10s time=4 199 CPU Load ok.|'20m average'=11%;80;90; '10s average'=7%;80;90; '4 average'=10%;80;90; 201 CPU Load ok.|'20m average'=11%;80;90; 202 '10s average'=7%;80;90; '4 average'=10%;80;90; 200 203 }}} 201 204 Now this is a "NSCLient++ /test mode command" so it is not usable in it self for you instead you need to change it slightly.








