I am having troubles calculating complex thresholds and accessing multiple data 
points.

In the Apache zenpack there is a data collector called apache.
apache collects the following data points:
slotDNSLookup   GAUGE
slotKeepAlive           GAUGE
slotLogging             GAUGE
slotOpen                        GAUGE
slotReadingRequest      GAUGE
slotSendingReply        GAUGE
slotWaiting             GAUGE

I am trying to set up a threshold so that when slotWaiting goes above 10% of 
all slots an event may be triggered.

I have tried the following min/max field threshold:
apache_slotWaiting / (apache_slotDNSLookup + apache_slotKeepAlive + 
apache_slotLogging + apache_slot_open + apache_slotReadingRequest + 
apache_slotSendingReply + apache_slotWaiting) > .2

In the graph for this I get an error saying that apache_slotWaiting is unknown.

Thanks,




-------------------- m2f --------------------

Read this topic online here:
http://forums.zenoss.com/viewtopic.php?p=37130#37130

-------------------- m2f --------------------



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

Reply via email to