I have found this 2:
Original
Mod
Both of them are broken tho
The second guy tried to fix the fist one and left it in half finished status (I talking about the Zabbix 3 templates he is providing I don't want to upgrade to Z5 just because of this).
After installing the template most of the options for the zones are unsupported even tho you can query them fine:
/usr/zabbix4/bin/zabbix_get -s 1.2.3.4 -p10050 -k bind.incounter[NS]
Client side:
So I have deleted the template from the Zabbix server and manually created items but it does not make any sense and here is why:

These numbers will just grow forever. I need the query stats per minute properly.
Yeah I know I could just go back to Munin because there is a working out of the box Bind plugin for it but why when I have Zabbix installed everywhere.
Original
Mod
Both of them are broken tho

The second guy tried to fix the fist one and left it in half finished status (I talking about the Zabbix 3 templates he is providing I don't want to upgrade to Z5 just because of this).
After installing the template most of the options for the zones are unsupported even tho you can query them fine:
/usr/zabbix4/bin/zabbix_get -s 1.2.3.4 -p10050 -k bind.incounter[NS]
Client side:
Code:
#UserParameter=bind.discoverzones,/config/bind-stats-rr.py discoverzones UserParameter=bind.json,/config/bind-stats-rr.py json UserParameter=bind.jsonzone[*],/config/bind-stats-rr.py jsonzone -z $1 UserParameter=bind.counter[*],/config/bind-stats-rr.py counter -c $1 UserParameter=bind.zonecounter[*],/config/bind-stats-rr.py zonecounter -z $1 -c $2 UserParameter=bind.zonemaintenancecounter[*],/config/bind-stats-rr.py zonemaintenancecounter -c $1 UserParameter=bind.resolvercounter[*],/config/bind-stats-rr.py resolvercounter -c $1 UserParameter=bind.socketcounter[*],/config/bind-stats-rr.py socketcounter -c $1 UserParameter=bind.incounter[*],/config/bind-stats-rr.py incounter -c $1 UserParameter=bind.outcounter[*],/config/bind-stats-rr.py outcounter -c $1 UserParameter=bind.memory[*],/config/bind-stats-rr.py memory -c $1 UserParameter=bind.cache[*],/config/bind-stats-rr.py cache -c $1
These numbers will just grow forever. I need the query stats per minute properly.
Yeah I know I could just go back to Munin because there is a working out of the box Bind plugin for it but why when I have Zabbix installed everywhere.
Comment