I'm having this same problem, I'm simply trying to threshold a min value for sysuptime. I applied the minvalue fix noted in one of the previous emails, and even set the max value to a high value. Still no dice, I'm basing it off of timeticks like expected. About the only thing that seems to work halfway, is when I create a graph based on sysuptime, it shows the AlertLow and AlertHigh in the graphs legend. The associated lines on the graph however aren't showing up. I'm using 0.22.4

Jared Meeker wrote:
Eric,

Thanks for the previous patch.  It fixed the minimum value problem with
our thresholds.  I've found another bug, but I'm not sure where it is.
I now have a custom rrd datasource and a corresponding graph which both
work perfectly.  However, I have been unsuccessful in getting a
threshold to work.  I have tried setting the min, max and both at the
same time.  There aren't any errors in the web gui, but an event is
never generated.  I've turned on verbosity (-v 10) on all of the
daemons, but there aren't any errors in the any of the logs indicating
any sort of error.  I'm not sure why this is causing me so much grief
since I've setup other thresholds which work perfectly.  I've tried to
delete and re-create the threshold, graph, and the rrd source (all with
different names too), but nothing has worked.


Thanks.

Jared Meeker


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Newton
Sent: Friday, October 06, 2006 1:29 PM
To: General discussion of using zenoss system
Subject: Re: [zenoss-users] Custom thresholds problem

Hey Jared,

That error message *is* pretty ugly.  I've improved it somewhat:

    lappytop test threshold of 3500000 exceeded: current value
3682304.00
    lappytop test threshold restored current value: 3158016.00
    lappytop test threshold of 3000000 not met: current value 2629632.00

The following change to the 0.22 branch fixes the check against minimum
thresholds:

    http://dev.zenoss.org/trac/changeset/2542

-Eric

Jared Meeker wrote:
Has anyone else had a problem with custom thresholds working?  I've
been successful with creating them and having the lines show upon the
graphs, however, I have run into two problems.
1. Thresholds with only a min defined never generate events (no event

in the app or via email) 2.  Thresholds with a min AND a max defined
generate events for both cases, but if the polled value is less than the
min, then the message looks something like this (min=9, max=11):
        "[servername] [threshold name] threshold of 2 exceeded:
current value 10.00"
Also, thresholds with only a max defined work as expected. Thanks in advance. - Jared


_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users


_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to