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
