Changes between Version 12 and Version 13 of doc/usage/nagios/nrpe


Ignore:
Timestamp:
07/12/09 21:13:27 (4 years ago)
Author:
mickem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/usage/nagios/nrpe

    v12 v13  
    149149[NRPE] 
    150150;# 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. 
    152153allow_arguments=1 
    153154; 
    154155;# 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. 
    156158allow_nasty_meta_chars=1 
    157159; 
     
    197199{{{ 
    198200checkCPU 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; 
     201CPU Load ok.|'20m average'=11%;80;90;  
     202  '10s average'=7%;80;90; '4 average'=10%;80;90; 
    200203}}} 
    201204Now this is a "NSCLient++ /test mode command" so it is not usable in it self for you instead you need to change it slightly.