View Full Version : Monitoring disk usage in % and triggering it
Hi, I am trying to trigger disk usage so it won't exceed 85% and nothing happens. (i made a test and made it >1 )
How should i work in the case where percentage is used?
{myserver.vfs.fs.pused[/].last(0)}>85 ?
thanks
ok found out that the it works after some remove/submit of trigger
trigger shows up but no e-mail been sent when i am getting e-mails about anything else that is monitored on all the servers
any ideas why mail not been sent in this case?
i double checked all the actions and medias and so on...
ok here found the problem or better say resolution
created new user and not it works
for some reason it didn't work well with admin user
you may close this case;-)
Nate Bell
24-10-2005, 17:02
{myserver.vfs.fs.pused[/].last(0)}>85
I'm not sure if this was just a mistake made while copying your settings into your post, but the proper format for a trigger is {myserver:vfs.fs.pused[/].last(0)}>85
Nate