I use Zabbix to monitor my environment. The Zabbix server warns me with the following message:
"Free disk space is less than 20% on volume Shared memory"
Can someone explain "volume Shared memory" in this context?
How should I address this issue?
I use Zabbix to monitor my environment. The Zabbix server warns me with the following message:
"Free disk space is less than 20% on volume Shared memory"
Can someone explain "volume Shared memory" in this context?
How should I address this issue?
If you don't wish to monitor the Shared memory
on your system, you can easyly add it to the filter expression.
Storage devices for SNMP discovery
entryShared memory
entry to the listAt the same time you could also remove the various /run/xxx
filesystems from discovery.
My current expression is:
^(Physical memory|Virtual memory|Memory buffers|Cached memory|Swap space|Shared memory|/sys/fs/cgroup|/run/lock|/dev/shm|/run/user|/run/user/0|/run)$
/dev/shm is a temporary filesystem mounted usually under /run/shm for IPC (inter process communication) which - in my opinion - should not be monitored in your case.