check-nfs-hang.sh: Added script to monitor NFS mount health
authorMegaBrutal <code+git@megabrutal.com>
Sat, 5 Nov 2016 22:20:40 +0000 (23:20 +0100)
committerMegaBrutal <code+git@megabrutal.com>
Sat, 5 Nov 2016 22:20:40 +0000 (23:20 +0100)
commit076ff6605e618e3bf0fdb0bd9f9f6df56f7b35e4
tree9fa209677d41e1096c497f35ff8a9faab04b2f0d
parentf02b3f7c12d7445e960ff9ea13a3207412a639e4
check-nfs-hang.sh: Added script to monitor NFS mount health

The check-nfs-hang.sh script alerts when the monitored network file system
is not mounted or hanging. Similarly to check-fs-usage.sh, it may be
scheduled with cron, and sends e-mail when an e-mail address is supplied.

By the way, check-fs-usage.sh has been moved to the more appropriate
"fs" directory.

renamed:    host/check-fs-usage.sh -> fs/check-fs-usage.sh
new file:   fs/check-nfs-hang.sh
fs/check-fs-usage.sh [new file with mode: 0755]
fs/check-nfs-hang.sh [new file with mode: 0755]
host/check-fs-usage.sh [deleted file]