Page 1 of 1

selectively deleting warnings

Posted: November 14th, 2012, 7:13 pm
by bobbintb
I am writing a script that alerts me every time there is a login error on sabnzbd. the issue im having is once it alerts me i need to clear the warnings so it will not alert me again. i could probably write it to keep track of the warnings but it's not worth the effort and i'l not that good of a programmer. is there a way to selectively clear the warnings instead of all? not a big deal if not. id just like to know. i didnt find anything about it so i assume not.

Re: selectively deleting warnings

Posted: November 15th, 2012, 1:32 pm
by shypike
There no option to selectively clear a warning.
Since every warning comes with its own time stamp, you only need to
remember the time you last got one.

Re: selectively deleting warnings

Posted: November 15th, 2012, 1:39 pm
by bobbintb
thats what i thought.just a little extra coding for me then. thanks.