Hi all,
So I've read the docs on triggers and I have a disk space percentage free trigger that looks like this:
({TRIGGER.VALUE}=0 and {Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}<10) or ({TRIGGER.VALUE}=1 and {Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}>20)
I would assume I'd get one trigger / email when the free space goes below 10% and a recovery after it goes over 20%. Unfortunately I'm getting one each minute.
How can I stop this from occurring?
thanks for any input
So I've read the docs on triggers and I have a disk space percentage free trigger that looks like this:
({TRIGGER.VALUE}=0 and {Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}<10) or ({TRIGGER.VALUE}=1 and {Template OS Windows:vfs.fs.size[{#FSNAME},pfree].last(0)}>20)
I would assume I'd get one trigger / email when the free space goes below 10% and a recovery after it goes over 20%. Unfortunately I'm getting one each minute.
How can I stop this from occurring?thanks for any input
Comment