Changes between Initial Version and Version 1 of NagiosProbes

Show
Ignore:
Timestamp:
07/19/12 13:00:06 (13 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NagiosProbes

    v1 v1  
     1QCG-Broker Nagios Probe - ver. 2.6 
     2~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     4Usage 
     5----- 
     6 
     7./qcg_nagios -H hostname [-p port] -n dn -x proxy [-t timeout -v -V] jobdesc 
     8 
     9-H hostname - QCG-Broker host 
     10 
     11-p port - QCG-Broker port 
     12 
     13-l url - QCG-Broker url (can be used as alternative to hostname and port) 
     14 
     15-n dn - distinguished name of QCG-Broker service 
     16 
     17-x proxy - proxy certificate of QCG-Broker client  
     18 
     19-t timeout - test timout given in seconds 
     20 
     21-v/-V - verbose mode                                                                                                                                                            
     22                                                                                                                                                                                
     23jobdesc - job description file                                                                                                                                                  
     24 
     25Example: 
     26 
     27  ./qcg-nagios -H qcg-broker.man.poznan.pl -p 8443 \ 
     28               -n /C=PL/O=GRID/O=PSNC/CN=qcg-broker/qcg-broker.man.poznan.pl \ 
     29               -x /tmp/x509up_u500 \ 
     30               ./examples/example1.xml  
     31 
     32Exit Codes 
     33---------- 
     34 
     35STATUS_OK       - 0 - Test finished successfully 
     36STATUS_WARNING  - 1 - Test finished with exit code different than 0, Test did not finish within given timeout 
     37STATUS_CRITICAL - 2 - Test failed. 
     38STATUS_UNKNOWN  - 3 - The probe internal or configuration error.