proxmox snmp monitoring

q16marvin

Renowned Member
Jul 16, 2013
52
0
71
hi,

i want to use snmp monitoring... everything is working, but in syslog i get often:

Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/pids
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/hugetlb
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/perf_event
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/net_cls,net_prio
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/freezer
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/devices
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/memory
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/blkio
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/cpu,cpuacct
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/cpuset
: Permission denied
Jun 15 12:16:21 proxmox1 snmpd[12326]: Cannot statfs /run/lxcfs/controllers/name=systemd
: Permission denied

and again and again and again, what could be the problem?
 
hi,
Have the same issue. Seems like folder permissions after upgrade. Changed permissions and the issue seeems to go away,

Code:
~# chmod 755 /run/lxcfs
~# chmod 755 /run/lxcfs/controllers