Hi,
I am looking to supervise planified tasks using Zabbix
1) Create a dummy host SUIVI_TACHES
2) add item like synchro_nas[10.1.0.5] as zabbix_trapper where 10.1.0.5 is the IP adress of a server where the task is running.
3) create trigger for the corresponding item
{SUIVI_TACHES:synchro_nas[10.1.0.5].last(0)}=1
When the task runs, I send 1 ,when it stop I send 0
This is working fine, but now I need to generate items and triggers for numerous servers, so I can I create one generic trigger like
{SUIVI_TACHES:synchro_nas[{IPADDRESS}].last(0)}=1 ?
Does it work ?
I am looking to supervise planified tasks using Zabbix
1) Create a dummy host SUIVI_TACHES
2) add item like synchro_nas[10.1.0.5] as zabbix_trapper where 10.1.0.5 is the IP adress of a server where the task is running.
3) create trigger for the corresponding item
{SUIVI_TACHES:synchro_nas[10.1.0.5].last(0)}=1
When the task runs, I send 1 ,when it stop I send 0
This is working fine, but now I need to generate items and triggers for numerous servers, so I can I create one generic trigger like
{SUIVI_TACHES:synchro_nas[{IPADDRESS}].last(0)}=1 ?
Does it work ?
Comment