Changes between Version 14 and Version 15 of NagiosProbes

Show
Ignore:
Timestamp:
07/18/13 15:14:49 (11 years ago)
Author:
piontek
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NagiosProbes

    v14 v15  
    1919 
    2020=== Software repositories === 
    21 '''The packages are designed for Scientific Linux 5.x 
    22  
    23 The installation process requires root privileges. 
    24 ''' 
    25  
    26 * Add PL-Grid or/and QCG repositories: 
    27  * Official PL-Grid repository (recommended) 
    28 {{{ 
    29 #!div style="font-size: 90%" 
    30 {{{#!sh 
    31 rpm -Uvh http://software.plgrid.pl/packages/repos/plgrid-repos-2010-2.noarch.rpm 
    32 }}} 
    33 }}} 
    34  * Official !QosCosGrid repository 
    35 {{{ 
    36 #!div style="font-size: 90%" 
    37 {{{#!sh 
    38 cat > /etc/yum.repos.d/qcg.repo << EOF 
    39 [qcg] 
    40 name=QosCosGrid YUM repository 
    41 baseurl=http://www.qoscosgrid.org/qcg-packages/sl5/x86_64 
    42 enabled=1 
    43 gpgcheck=1 
    44 EOF 
    45 }}} 
    46 {{{ 
    47 #Import the QCG public key 
    48 rpm -import http://www.qoscosgrid.org/qcg-packages/sl5/RPM-GPG-KEY-QCG 
    49 }}} 
    50 }}} 
    51  * !QosCosGrid developing repository (not recommended - mainly for developers and testers) 
    52 {{{ 
    53 #!div style="font-size: 90%" 
    54 {{{#!sh 
    55 cat > /etc/yum.repos.d/qcg.repo << EOF 
    56 [qcg-develop] 
    57 name=QosCosGrid Developer YUM repository 
    58 baseurl=http://grass1.man.poznan.pl/qcg-rpms/sl5/x86_64/ 
    59 enabled=1 
    60 gpgcheck=0 
    61 EOF 
    62 }}} 
    63 }}} 
     21To install QCG-Broker Nagios probe please configure your system with   [http://www.qoscosgrid.org/trac/qcg/wiki/Software%20repositories QCG Software Repositories] 
    6422 
    6523=== Installation ===