Hello !
I tried to add a trigger to warn when there's low number of free inodes on
/var on a linux-server, but i get the this error:
ERROR EXECUTING: insert into triggers (description,priority,status,comments,url,value) values ('Low number of free inodes on tuna.du.se's volume /var',4,0,'','',2)
[ERROR:Cannot add trigger]
My expression was:
{tuna.du.se:inodefree[/var].last(0)}<10000
I'm running 1.1alpha10
Why can't i add this ?
I tried to add a trigger to warn when there's low number of free inodes on
/var on a linux-server, but i get the this error:
ERROR EXECUTING: insert into triggers (description,priority,status,comments,url,value) values ('Low number of free inodes on tuna.du.se's volume /var',4,0,'','',2)
[ERROR:Cannot add trigger]
My expression was:
{tuna.du.se:inodefree[/var].last(0)}<10000
I'm running 1.1alpha10
Why can't i add this ?
Comment