Hi!
Hi, how i monitor disk space on more HDD in one server?
This doesnt work :
check device datafs with path /dev/md/0
if space usage > 95% then alert
if inode usage > 95% then alert
check device datafs with path /dev/md/1
if space usage > 95% then alert
if inode usage > 95% then alert
Substitute the name of the device of the second check statement with a
unique name. e.g. "datafs2"
Hence it should be something like the following:
check device datafs2 with path /dev/md/1
if space usage > 95% then alert
if inode usage > 95% then alert
Regards,
Severin
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general