Filesystem missing in UI but available in agent output

Hi.
I am currently testing Checkmk on our servers. I added a server and in the configuration I can see mounted filesystems. This server has a mounted BeegFS filesystem which is not available in the UI.
When I check the agent output, I can see the filesystem in the <<>> section.

What do I miss here? I could not find any setting to enable monitoring of this filesystem

Thanks!

FYI this filesystem time might be slated for exclusion by the agent

No, in the agent the beegfs is not excluded - that’s why it is visible in the agent output in the << df >> section but the UI does not integrate it

excludefs=“-x smbfs -x cifs -x iso9660 -x udf -x nfsv4 -x nfs -x mvfs -x prl_fs -x squashfs -x devtmpfs -x autofs”

Yeah, but I did not actually say that beegfs is currently excluded. You should read my post again :slight_smile:

If that PR is accepted, then beegfs will be excluded, and if there’s a need to monitor a beegfs filesystem, there will have to be some other way to do that.

Then I am still back at my question: “If it is not excluded why it is not shown”?

Of course I could write custom checks for beegfs but I’m not sure why I should when the agent correctly reads out this data and transfers this correctly to checkmk which then is ignored by some reason.

Again: The correct df data is transferred by the agent to the checkmk server but then simply ignored for some reason.

Can you show the agent output please?

<<< df >>>

beegfs_nodev beegfs 562504441856 26863514112 535640927744 5% /beegfs

<<< df >>>
[df_inodes_start]
beegfs_nodev beegfs 0 0 0 - /beegfs

[df_inodes_end]

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact @fayepal if you think this should be re-opened.