[email protected] a écrit :
Is there a way to monitor all the mounted filesystems for space or inode usage, without specifying each filesystem device/mountpoint? A wildcard perhaps?

I have systems where the mounted filesystems change semi-regularly, and it'd be nice to not have to update the monit config on all the relevant servers each time. The list of mounted filesystems is easily available.

I searched the archives but didn't find anything quite matching, so I thought I'd ask in case I'm missing something obvious.

Thanks,

Ron


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

You certainly need to watch /proc/mounts for change and exec a script
that create monit config file(s) in monit config include directory, then
restart monit, that will include newly include files checking spaces.

Regards


--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general

Reply via email to