Discussion:
[Check_mk (english)] Diskfree on NFS mounts
Troels Arvin
2018-11-16 12:39:34 UTC
Permalink
Hello,

Last year, WATO got support for specifying which diskfree items to ignore:
https://mathias-kettner.de/check_mk-werks.php?werk_id=5523

However, the agents ignore df for NFS:
[...]
echo '<<<df>>>'
[...]
local excludefs="-x smbfs -x cifs -x iso9660 -x udf -x nfsv4 -x nfs -x mvfs -x zfs -x prl_fs -x squashfs"
[...]

The <<<nfsmounts>>> part of the agent actually obtains information about
allocated/total blocks for NFS mounts and exposes it, but unfortunately,
the information cannot be acted on on the server side of Check_MK.

Now, suppose your system depends on an NFS share, but you don't operate
the NFS server yourself, so you cannot monitor it properly.

What options are there?
--
Regards,
Troels Arvin
Loading...