In our setup a snmpv2 item provides a string which needs to be analysed in a non trivial way.
We run hundreds of linux-servers and we want to monitor the partition usage
of these servers. An already existing net-snmp "extend" returns the following value.
"79#/:32#/boot:100#/log-local:7#/var:30#/export"
All of the numbers describe the percentage of filesystem-usage of a certain partition.
If one of these values excesses 97% a trigger should fire an alert.
To analyse the percentage-values of the snmp-oid, we need some intelligence at the zabbix server. Is there a possibility to add programmatic intelligence at the zabbix server to derive a status for a trigger?
Where can i find detailed information about the usage an possibilities regexes in zabbix.
(The Documentation in the manual is not very useful: http://www.zabbix.com/documentation/...config/regexps)
Is there a better way to monitor automatically all mounted partitions which are not pseudo-filesystems (like /proc, /dev, /sys, ...)
Regards
Marc
We run hundreds of linux-servers and we want to monitor the partition usage
of these servers. An already existing net-snmp "extend" returns the following value.
"79#/:32#/boot:100#/log-local:7#/var:30#/export"
All of the numbers describe the percentage of filesystem-usage of a certain partition.
If one of these values excesses 97% a trigger should fire an alert.
To analyse the percentage-values of the snmp-oid, we need some intelligence at the zabbix server. Is there a possibility to add programmatic intelligence at the zabbix server to derive a status for a trigger?
Where can i find detailed information about the usage an possibilities regexes in zabbix.
(The Documentation in the manual is not very useful: http://www.zabbix.com/documentation/...config/regexps)
Is there a better way to monitor automatically all mounted partitions which are not pseudo-filesystems (like /proc, /dev, /sys, ...)
Regards
Marc
Comment