Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 79a37c4d authored by feichtinger's avatar feichtinger
Browse files

added node health check NHC configuration file

parent 60f282cf
No related branches found
No related tags found
No related merge requests found
# NHC Configuration File
#
# Lines are in the form "<hostmask>||<check>"
# Hostmask is a glob, /regexp/, or {noderange}
# Comments begin with '#'
#
#######################################################################
###
### NHC Configuration Variables
###
# * || export MARK_OFFLINE=1 NHC_CHECK_ALL=0
#######################################################################
###
### Filesystem checks
###
# since the mount checks seem to timeout immediately, I configure these as file checks
* || check_file_test -r /cvmfs/cms.cern.ch/SITECONF/local/JobConfig/site-local-config.xml
* || check_file_test -r /cvmfs/cms-ib.cern.ch/SITECONF/local/JobConfig/site-local-config.xml
* || check_file_test -r /cvmfs/config-egi.egi.eu/etc/cvmfs/default.conf
# * || check_fs_mount_ro -t "fuse" -s "cvmfs2" -f "/cvmfs/cms.cern.ch"
# * || check_fs_mount_ro -t "fuse" -s "cvmfs2" -f "/cvmfs/config-egi.egi.eu"
# * || check_fs_mount_ro -t "fuse" -s "cvmfs2" -f "/cvmfs/cms-ib.cern.ch"
* || check_fs_mount_rw -t "nfs4" -s "t3nfs03.psi.ch:/data01/work" -f "/work"
* || check_fs_mount_ro -t "nfs4" -s "t3dcachedb03.psi.ch:/pnfs" -f "/pnfs"
* || check_fs_mount_rw -t "nfs" -s "t3nfs:/t3/home1" -f "/t3home"
* || check_fs_used /var 90%
* || check_fs_used /cvmfs_local 90%
* || check_fs_used /tmp 90%
* || check_fs_used /var/log 90%
* || check_fs_used /scratch 90%
* || check_fs_iused /var 90%
* || check_fs_iused /cvmfs_local 90%
* || check_fs_iused /tmp 90%
* || check_fs_iused /var/log 90%
* || check_fs_iused /scratch 90%
#######################################################################
###
### Process checks
###
# * || check_ps_loadavg 64
* || check_ps_service -r rpcbind
* || check_ps_service -r -d rpc.statd nfslock
* || check_ps_service -S -d rsyslogd -u root rsyslog
* || check_ps_service -S -u root sshd
* || check_ps_service -S -u root atd
* || check_ps_service -S -u root crond
* || check_ps_service -r -d qmgr postfix
* || check_ps_service -S -d automount -u root autofs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment