I'm creating a Zabbix environment and the triggers for disk space utilization. I want to know when a disk has less than 30% free space and I want the alert to email me every hour. I have an agent installed on the target server and I received data successfully.
I've created a template with these things:
An ITEM named "Percent Free disk space on c:" checking vfs.fs.size[c:,pfree]
A TRIGGER "C: drive has less than 30% free space" with expression {servername:vfs.fs.size[c:,pfree].last(0)}<30
I created an ACTION:
Default escalation period = 3600 seconds
Conditions =
(a) "Maintenance Status Not in Maintenance" AND
(b) TRIGGER value = PROBLEM, AND
(c) Trigger name like "less than 30%"
Operations =
(a) Steps "2-0"
(b) Details "Send message to users: 'me'"
(c) Default "00:10:00"
(d) Escalation period " 0 - use action default"
I have permissions to the device and I'm receiving other action email, but I'm not receiving an action email for this alert.
The drive already has less that 30% free, how does that affect alerts?
Thanks for your help!
I've created a template with these things:
An ITEM named "Percent Free disk space on c:" checking vfs.fs.size[c:,pfree]
A TRIGGER "C: drive has less than 30% free space" with expression {servername:vfs.fs.size[c:,pfree].last(0)}<30
I created an ACTION:
Default escalation period = 3600 seconds
Conditions =
(a) "Maintenance Status Not in Maintenance" AND
(b) TRIGGER value = PROBLEM, AND
(c) Trigger name like "less than 30%"
Operations =
(a) Steps "2-0"
(b) Details "Send message to users: 'me'"
(c) Default "00:10:00"
(d) Escalation period " 0 - use action default"
I have permissions to the device and I'm receiving other action email, but I'm not receiving an action email for this alert.
The drive already has less that 30% free, how does that affect alerts?
Thanks for your help!