Changeset 2152
- Timestamp:
 - Mar 26, 2012, 12:43:38 AM (14 years ago)
 - Location:
 - trunk/server/fedora/config/etc/nagios
 - Files:
 - 
          
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/server/fedora/config/etc/nagios/check_afs
r2023 r2152 2 2 . /usr/lib64/nagios/plugins/utils.sh 3 3 4 CHECKS=`/usr/bin/fs checks -all -fast` 4 if [ $# -ge 1 ]; then 5 CHECKS=`/usr/bin/fs checks -cell "$1" -fast` 6 else 7 CHECKS=`/usr/bin/fs checks -all -fast` 8 fi 9 5 10 STATUS=$? 6 11  - 
        
trunk/server/fedora/config/etc/nagios/nrpe.cfg
r1936 r2152 219 219 command[check_postfix_mailq]=/usr/lib64/nagios/plugins/check_mailq -w 500 -c 1000 -M postfix 220 220 command[check_afs]=/etc/nagios/check_afs 221 command[check_afs_athena]=/etc/nagios/check_afs athena 222 command[check_afs_sipb]=/etc/nagios/check_afs sipb 221 223 command[check_cron_working]=/etc/nagios/check_cron_working 222 224 command[check_ldap_mmr]=/etc/nagios/check_ldap_mmr  
Note: See TracChangeset
          for help on using the changeset viewer.
      