hello,
i am trying to send an alert via the "actions" when one of my monitored servers logical disk is below 5% free space.
To do that, i set up a new trigger prototype :
Free disk space is less than 5% on volume {#FSNAME}
{Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
and in my action, i said :
Trigger name like "Free disk space is less than 5"
(i did this because i want the alert to be automatically fired for any host, any volume)
The problem is that i am not receiving any notifications (in fact, i receved them 4 times but when i changed the email récipients after my tests, no action was taken anymore)
any idea ?
regards,
i am trying to send an alert via the "actions" when one of my monitored servers logical disk is below 5% free space.
To do that, i set up a new trigger prototype :
Free disk space is less than 5% on volume {#FSNAME}
{Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}<5
and in my action, i said :
Trigger name like "Free disk space is less than 5"
(i did this because i want the alert to be automatically fired for any host, any volume)
The problem is that i am not receiving any notifications (in fact, i receved them 4 times but when i changed the email récipients after my tests, no action was taken anymore)
any idea ?
regards,
Comment