I am having a problem getting an alert when I have a value greater than something.
Ex. I want to now when my swap space usage starts to rise so I set the following trigger.
{iocclt-web:system.swap.size[,total].last(0)}>1310702443
I can only get this to send an alert when It goes from true to false. I can also do the same thing if I flip it to {iocclt-web:system.swap.size[,total].last(0)}<1310702443. Then it will alert when going from true to false as well.
Isn't that backwards.
Thanks,
Mike
Ex. I want to now when my swap space usage starts to rise so I set the following trigger.
{iocclt-web:system.swap.size[,total].last(0)}>1310702443
I can only get this to send an alert when It goes from true to false. I can also do the same thing if I flip it to {iocclt-web:system.swap.size[,total].last(0)}<1310702443. Then it will alert when going from true to false as well.
Isn't that backwards.
Thanks,
Mike
Comment