I've noticed similar behavior on other things. It appears that
threshold
events get triggered when the threshold is crossed, so that if you're
already above the threshold when the threshold is defined, it doesn't
trigger the threshold event. I may be wrong, but that's what I've
experienced. Try setting a higher threshold, and then put an
absurdly large
load on it.
Kristopher Dick
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of switchfox
Sent: Tuesday, 20 February 2007 09:32
To: [email protected]
Subject: [zenoss-users] Events not being created after i make some
TIGHTthresholds
Hello all,
I wonder if anyone has come across this. I have seen similar emails
but
nothing exactly like this and it is very frustrating.
I am trying to set thresholds on any server in my network for port
utilization of the Throughput.
By default, Zenoss gets installed with a "Utilization_75_perc"
threshold
template that looks at the ifInOctets and ifOutOctets data sources.
I look
inside that RRD Threshold and the Max Value field has the following
in it:
"here.speed / 8 * .75".
This threshold is disabled by default, which is fine. I wanted to
see if i
could create two new threshold checks for both out or in traffic
separately.
So i created two new Thresholds at the Global Devices PerfConf:
http://172.16.10.143:8080/zport/dmd/Devices/rrdTemplates/ethernetCsmacd
and
called them "Utilization_1_perc_IN" and "Utilization_1_perc_OUT".
Seeing as i wanted to create lots of noise for testing, i set the
threshold
to insanely tight as the following shows (Also please see the
attached graph
to show the math actually worked out to show that the first and second
thresholds are both set to 1 kilobit):
Utilization_1_perc_IN
Max Value = here.speed / 8 * .000001
Utilization_1_perc_OUT
Max Value = here.speed / 8 * .000001
Now, seeing that the thresholds are really tight and ANY traffic
should send
out an alert, i would think that if i looked at the Events tab for ANY
device on my network, i should be seeing long lists of
"monitor1.sunrocket.com Utilization_1_perc_OUT ..." events.
It has been a while since i added these thresholds and still no
event has
been sent. I tried bouncing the zenxevent daemon thinking since it
was a
configuration change that it might need to be bounced to pick up that
change. I even bounced all of Zenoss to see if that was needed,
still no
event.
It is important to note that if I do this entire process on the
VMware image
that Zenoss provides (1.0 or 1.1) it works fine, i get alerts all
day long.
What setting should i check, or what logfile should i begin looking
at to
further troubleshoot? I see alot of entries for Utilization_TEST... in
Z2.log, but i am assuming that is just the http access log for Zenoss.
Any help would be greatly appreciated,
-Daniel