I'm adding a monitor for swap space on the 2.4 Appliance. And I am running in to the following error:
Incorrect item key "system.swap.size[<device>,<pused>]" provided for trigger expression on "Template OS AIX".
According to the 2.4 documentation, I should be able to:
device - device used for swapping (default is all)
type - possible values:
free (free swap space, default), pfree (free swap space, in percent), pused (used swap space, in percent), total (total swap space), used (used swap space)
Example:
⇒ system.swap.size[,pfree] → free swap space percentage
Old naming: system.swap.free, system.swap.total
I have tried removing the device and just leaving the pfree variable....
Here is the expression I am using:
{Template OS AIX:system.swap.size[,pused].last(0)}>1
I'm sure this is user error, but it is quite annoying.
Any suggestions would be helpful.
Incorrect item key "system.swap.size[<device>,<pused>]" provided for trigger expression on "Template OS AIX".
According to the 2.4 documentation, I should be able to:
device - device used for swapping (default is all)
type - possible values:
free (free swap space, default), pfree (free swap space, in percent), pused (used swap space, in percent), total (total swap space), used (used swap space)
Example:
⇒ system.swap.size[,pfree] → free swap space percentage
Old naming: system.swap.free, system.swap.total
I have tried removing the device and just leaving the pfree variable....
Here is the expression I am using:
{Template OS AIX:system.swap.size[,pused].last(0)}>1
I'm sure this is user error, but it is quite annoying.
Any suggestions would be helpful.
Comment