Hi, I need to monitor swap usage
or being exact, to not allow swap being used (otherwise need add more memory)
I use an expression like:
({myserver:system.swap.total.last(0)})/({myserver:system.swap.free.last(0)})>1.01
and get Unable to get value for functionid [11344]
i also tried divide swap.free by swap.total and make it less than 0.99 (<0.99)
but it didn't work too.
however using 1.5 in expression doesn't provide me with error
Anyone got an idea how to make it work?
10x
or being exact, to not allow swap being used (otherwise need add more memory)
I use an expression like:
({myserver:system.swap.total.last(0)})/({myserver:system.swap.free.last(0)})>1.01
and get Unable to get value for functionid [11344]
i also tried divide swap.free by swap.total and make it less than 0.99 (<0.99)
but it didn't work too.
however using 1.5 in expression doesn't provide me with error
Anyone got an idea how to make it work?
10x
Comment