Hi,
Here is a small template to monitor Zabbix performances.
Zabbix_Performance (7 Items)
Free space in the buffer
Free space in the history buffer in percentage
Free space in the text buffer in percentage
Free space in the trend buffer in percentage
Number of values processed by Zabbix server.
Required performance of the Zabbix server, in new values per second expected.
Stores warning and error messages generated by Zabbix server.
Zabbix_Queue (4 Items)Free space in the history buffer in percentage
Free space in the text buffer in percentage
Free space in the trend buffer in percentage
Number of values processed by Zabbix server.
Required performance of the Zabbix server, in new values per second expected.
Stores warning and error messages generated by Zabbix server.
Number of items in the Queue (1-5min)
Number of items in the Queue (<1min)
Number of items in the Queue (>5min)
Number of items in the Queue (total)
Zabbix_Size (3 Items)Number of items in the Queue (<1min)
Number of items in the Queue (>5min)
Number of items in the Queue (total)
Number of items in Zabbix database
Number of unsupported items in Zabbix database
Zabbix Database
Pour superviser la taille de la bdd, il faut rajouter ça dans le Zabbix_agentd.conf :Number of unsupported items in Zabbix database
Zabbix Database
UserParameter=mysql_zabbix,/usr/bin/mysqlshow -u username -ppassword --status dbname | cut -d\| -f 8,10 -s --output-delimiter="|" | awk -F"|" '{ total = total+$1+$2 } END {print total}'
Leave a comment: