/usr/local/nagios/etc/nrpe.cfg
You may also like
The below can be used in a schedule or script to control rules, just change “enable” to “disable” to disable the rule […]
hosts file By default, if you try to modify your hosts file in Vista, it will not let you save it. It tells you […]
IP=”$(echo $SSH_CONNECTION | cut -d ” ” -f 1)”HOSTNAME=$(hostname)NOW=$(date +”%e %b %Y, %a %r”) echo ‘Someone from ‘$IP’ logged into ‘$HOSTNAME’ on […]
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/