Hi all,
I have a problem I'm not quite sure how to handle and was wondering if you could help.
The other day one of our windows fileservers had one of its volumes disconnected, and we had no idea until users started calling.
So I decided to add a trigger that would notify us if any filesystem was suddendly no longer discovered by low level discovery.
The trigger I came up with is this:
(({MyTemplate:vfs.fs.size[{#FSNAME},pused].nodata(5m)} = 1) and ({MyTemplate:agent.ping.nodata(5m)}=0))
The problem is, when a filesystem goes offline, all the items associated with it become unsupported, in this case MyTemplate:vfs.fs.size[{#FSNAME},pused].nodata(5m)} = 1), and the trigger doesn't fire.
The Zabbix version that we are using is 2.4.4
My question is, am I doing anything wrong or is this expected behaviour?
What is the point of the nodata() function then?
Is there any workaround?
Thank you in advance for the help
I have a problem I'm not quite sure how to handle and was wondering if you could help.
The other day one of our windows fileservers had one of its volumes disconnected, and we had no idea until users started calling.
So I decided to add a trigger that would notify us if any filesystem was suddendly no longer discovered by low level discovery.
The trigger I came up with is this:
(({MyTemplate:vfs.fs.size[{#FSNAME},pused].nodata(5m)} = 1) and ({MyTemplate:agent.ping.nodata(5m)}=0))
The problem is, when a filesystem goes offline, all the items associated with it become unsupported, in this case MyTemplate:vfs.fs.size[{#FSNAME},pused].nodata(5m)} = 1), and the trigger doesn't fire.
The Zabbix version that we are using is 2.4.4
My question is, am I doing anything wrong or is this expected behaviour?
What is the point of the nodata() function then?
Is there any workaround?
Thank you in advance for the help
Comment