Hello,
To monitor if a iSCSI target is mounted on a server, I reated a file in this target "zabbix_token", and I use vfs.file.exists to monitor the existence of the file.
I created a trigger on this item (0=Problem, 1= OK)
If I change the name of the file, the item goes to NOK and the trigged is triggered : OK
If the iSCSI goes down, the item goes to error and no trigger is triggerd :

How can I configure the item to make the trigger works when the iSCSI target is disconnected, in place to goes to error ?
Thanks
To monitor if a iSCSI target is mounted on a server, I reated a file in this target "zabbix_token", and I use vfs.file.exists to monitor the existence of the file.
I created a trigger on this item (0=Problem, 1= OK)
If I change the name of the file, the item goes to NOK and the trigged is triggered : OK
If the iSCSI goes down, the item goes to error and no trigger is triggerd :
How can I configure the item to make the trigger works when the iSCSI target is disconnected, in place to goes to error ?
Thanks
Comment