Changes between Version 9 and Version 10 of NagiosProbes

Show
Ignore:
Timestamp:
07/19/12 14:30:23 (12 years ago)
Author:
bartek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NagiosProbes

    v9 v10  
    33== Installation from Sources == 
    44 
     5Download from: [Download] 
    56After unpacking the dist packages simple run the ./install.sh script giving as the 
    67first argument directory where the probes should be installed to. E.g.: 
    78{{{ 
    8   tar -xzf nagios-qcg-ntf-2.6.tar.gz 
    9   cd nagios-qcg-ntf-2.6 
    10   ./install.sh /opt/nagios-qcg-ntf 
     9  tar -xzf qcg-ntf-nagios-2.6.tar.gz 
     10  cd qcg-ntf-nagios-2.6 
     11  ./install.sh /opt/qcg-ntf-nagios 
    1112}}} 
    1213 
    13 In order to use the probes the QCG-Notification client must be available on your system. You need to install two packages: QCG-Core and QCG-Notification (see [http://www.qoscosgrid.org/trac/qcg-notification/wiki#Installation QCG-Notification installation]). If you install the packages directly to the same directory as the probes (e.g. /opt/nagios-qcg-ntf) you should be able to use the probes without any changes. Alternatively, if your QCG-Core and QCG-Notification will be installed to the different location, you can change the QCG_NTF_HOME and QCG_CORE_HOME variables in the check_qcg_ntf script to point to the correct place. 
     14In order to use the probes the QCG-Notification client must be available on your system. You need to install two packages: QCG-Core and QCG-Notification (see [http://www.qoscosgrid.org/trac/qcg-notification/wiki#Installation QCG-Notification installation]). If you install the packages directly to the same directory as the probes (e.g. /opt/qcg-ntf-nagios) you should be able to use the probes without any changes. Alternatively, if your QCG-Core and QCG-Notification will be installed to the different location, you can change the QCG_NTF_HOME and QCG_CORE_HOME variables in the check_qcg_ntf script to point to the correct place. 
    1415== Usage == 
    1516{{{