Changes between Version 13 and Version 14 of NagiosProbes

Show
Ignore:
Timestamp:
07/18/13 15:21:13 (11 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NagiosProbes

    v13 v14  
    1 == Download == 
    2 The newest version of the plugin can be checkouted from svn: 
     1== Installation == 
     2After installing [http://www.qoscosgrid.org/trac/qcg/wiki/Software%20repositories| QCG repository] you can install the probe with singe command: 
    33{{{ 
    4 svn co https://apps.man.poznan.pl/svn/qcg-tools/qcg-nagios/nagios-plugins-qcg-comp 
    5 }}} 
    6 == Installation == 
    7 After checkout simple run the ./install.sh script giving as the 
    8 first argument directory where the probe should be installed. E.g.: 
    9  
    10 {{{ 
    11 ./install.sh /opt/qcg-comp-nagios 
     4yum install qcg-comp-nagios-probe 
    125}}} 
    136 
     
    1710 
    1811{{{ 
    19 ./qcg-comp-nagios.sh -H hostname -p port -x proxy -t timeout [-v 0-3 -j test-jsdl.xml] 
     12/usr/libexec/grid-monitoring/probes/org.qoscosgrid/computing/check_qcg_comp 
     13 -H hostname -p port -x proxy -t timeout [-v 0-3 -j test-jsdl.xml] 
    2014 
    2115-H hostname - QCG-Computing host 
     
    3428Example: 
    3529{{{ 
    36 ./qcg-comp-nagios.sh -H grass1.man.poznan.pl -p 19002 -x /tmp/proxy -j qcg-test-job.xml -t 60 
     30/usr/libexec/grid-monitoring/probes/org.qoscosgrid/computing/check_qcg_comp -H qcg.inula.man.poznan.pl -p 19000 -x /tmp/x509up_u602 -t 60 -v 4 
    3731}}} 
    3832== Exit Codes ==