From: Cameron S. <ca...@se...> - 2009-05-25 12:11:13
|
Hi, Not sure if there is anyone out there?? To go with my branch limits issue, I have found another major issue. Again I am testing against a Citrix Netscaler. I have ditched the service and vserver scanning until I can work out why its failing. I am left with the following three tests. memory, cpu, health memory and cpu are obvious. health is a check of the branch that displays all the fan speeds, temps etc. Now memory and cpu work fine, but the health test will show up as "Alarming on (cpu0,cpu1)" It seams as if the cpu test is somehow infecting the health test. If I remove the cpu test, the health test works fine. Does anyone have any ideas on this? Pasted below are my templates in the order in which I believe they are run devmon.cfg is pretty much default. thanks Cam memory oids MemUsage : .1.3.6.1.4.1.5951.4.1.1.41.2.0 : leaf thresholds MemUsage : red : >80 : CPU Very High MemUsage : yellow : >70 : CPU High message Memory Usage: {MemUsage}% <!-- Physical {MemUsage}% --> cpu oids Name : .1.3.6.1.4.1.5951.4.1.1.41.6.1.1 : branch Usage : .1.3.6.1.4.1.5951.4.1.1.41.6.1.2 : branch thresholds Usage : red : >80 : CPU Very High Usage : yellow : >70 : CPU High message TABLE: nonhtml, noalarmsmsg {Name}| {Usage}% <!-- <br>CPU 5 min average: {Usage} --> health oids Name : .1.3.6.1.4.1.5951.4.1.1.41.7.1.1 : branch Value : .1.3.6.1.4.1.5951.4.1.1.41.7.1.2 : branch message TABLE: Name | Value {Name} | {Value} |