Docker snmpd Cannot statfs

Hello,

I know this is a bit out of subject here, but I’m sure there is some expert arround.
My rancher node are running Debian, I installed docker on it.

I’m monitoring my server with nagios via snmp, but this cause trouble to snmpd it logs tones of logs into /var/log/daemon.log

8370 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/eb861319377d#012: Permission denied
8371 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/default#012: Permission denied
8372 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/3aeeaa9f90d2#012: Permission denied
8373 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/bba1c10b75b3#012: Permission denied
8374 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/818d06fb3d00#012: Permission denied
8375 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/2f00087cc36d#012: Permission denied
8376 Oct 18 13:44:15 docker1 snmpd[4630]: Cannot statfs /run/docker/netns/6bf0298d8863#012: Permission denied

I assume snmpd daemon can’t get information from the volume mounted by docker and so log this message every time.

does anyone have this issue ?

We have this too, any news on this?

Hi,

Sadly no.
I assume this is more a snmpd issue than docker itself.