Two lvm mount points at /usr and /usr/sap not visible in webui

We have two mount points at /usr and /usr/sap that are not visible.
Both are lvm’s and in different volume groups.
The strange think is that their volume group are visible…
All other lvm mount points are visible.

I can see the plugins are loaded and checking the mount points in the netdata.conf.

[plugin:proc:diskspace:/usr]
# space usage = auto
# inodes usage = auto

[plugin:proc:diskspace:/usr/sap]
# space usage = auto
# inodes usage = auto

The vm is RedHat 8.2
The netdata version is the latest: v1.31.0-258-nightly

Please note that this is happening to all vm’s with the same mount points config.

Problem/Question

What is causing this behavior?

What I expected to happen

Mount points to be visible

Are you checking netdata.conf at http://localhost:19999/netdata.conf?

Hi vlvkobal,
thanks for replying.

Yes i am.
As i said the mount points are included at the netdata.conf when accessing it from the web " “http://hostname:19999/netdata.conf” :

[plugin:proc:diskspace:/usr]
‘# space usage = auto’
‘# inodes usage = auto’

[plugin:proc:diskspace:/usr/sap]
‘# space usage = auto’
‘# inodes usage = auto’

but they are not visible at the http://hostname:19999

i have followed this workaround and worked

Please provide the contents of /proc/self/mountinfo and ls -ald for both mountpoints.