I've got six memory-related Items being monitored on my CentOS 7 Zabbix server (NOTE: I'm doing this because used memory was giving me a combination of active, cached, and wired and was not an accurate depiction):
The issue that I'm having is that Cached Memory Used and Total Memory are the only items that are working properly. Active, Inactive, and Wired Memory are all showing Not Supported with the error 'Inactive first parameter'.
I really can't even fathom what's going on because it's the same syntax for all items and according to the zabbix documentation active,inactive, and wired are all valid parameters.
Running Zabbix 3.2.1 on CentOS 7.
- Active Memory Used: vm.memory.size[active] | Numeric (unsigned)/Decimal
- Cached Memory Used: vm.memory.size[cached] | Numeric (unsigned)/Decimal
- Inactive Memory Used: vm.memory.size[inactive] | Numeric (unsigned)/Decimal
- Total Memory: vm.memory.size[total] | Numeric (unsigned)/Decimal
- Wired Memory Used: vm.memory.size[wired] | Numeric (unsigned)/Decimal
The issue that I'm having is that Cached Memory Used and Total Memory are the only items that are working properly. Active, Inactive, and Wired Memory are all showing Not Supported with the error 'Inactive first parameter'.
I really can't even fathom what's going on because it's the same syntax for all items and according to the zabbix documentation active,inactive, and wired are all valid parameters.
Running Zabbix 3.2.1 on CentOS 7.


Comment