From: Steve B <rec...@gm...> - 2016-01-26 13:22:12
|
Hi Wim, here is what I have in the ibmups template I have made (in terms of oids) check/column:batt-capacity upsBatteryStatus : .1.3.6.1.2.1.33.1.2.1.0 : leaf upsEstimatedminsrem : .1.3.6.1.2.1.33.1.2.3.0 : leaf upsEstimateChargerem : .1.3.6.1.2.1.33.1.2.4.0 : leaf upsBattVoltage : .1.3.6.1.2.1.33.1.2.5.0 : leaf check/column:ibmupspwr inputvolt : .1.3.6.1.2.1.33.1.3.3.1.3.1 : leaf inputfreq : .1.3.6.1.2.1.33.1.3.3.1.2.1 : leaf outputvolt : .1.3.6.1.2.1.33.1.4.4.1.2.1 : leaf outputcurr : .1.3.6.1.2.1.33.1.4.4.1.3.1 : leaf outputpwr : .1.3.6.1.2.1.33.1.4.4.1.4.1 : leaf outputloadlvl : .1.3.6.1.2.1.33.1.4.4.1.5.1 : leaf check/column:ibmupstmp IBMTemp : 1.3.6.1.4.1.534.1.6.5.0 : leaf IBMHumi : 1.3.6.1.4.1.534.1.6.6.0 : leaf For temperature output, it says unknown and the other checks all have unknown/no data (with no SNMP data in logs) Is it perhaps something to do with the ending in 0 or not? I do remember testing those out. On Tue, Jan 26, 2016 at 2:06 PM, W.J.M. Nelis <Wim...@nl...> wrote: > Hello Steve, > > >> any ideas on this one? I am monitoring 2 IBM UPS devices (per site) and > >> testing temperature/humidity snmp monitoring which gives results if > probe > >> is installed. So I have a temp check, battery capacity and power. When > the > >> probe is installed, I have results for all these checks but if I remove > the > >> probe, the temp check gives unknown as entries and this spreads to the > >> other checks for that host with the dreaded "No SNMP data found > for...." in > >> the logs so I get white faces and greens with barely any results (there > are > >> a few). > > > Unfortunately I have seen the 'No SNMP data found' quite a lot. > > > > "Are the variables in the templates in use linked with one another > > somehow?" > > > > Do the oid names have to be different for every template (if the oids > > themselves are different). Is this something I could use to look into why > > this is happening. Just seems a shame that none of the checks for that > host > > don't work if the probe is not present. I am looking into making an > > alternate template for probe present but it's a massive cleanup job, I > have > > over 3k hosts world wide. > > > No, the OID names are so to say 'local to the template'. However, your > complaint is about various tests within the same template. Form the > documentation file called TEMPLATES: > > Also important to note is that OIDs are shared between tests > on the same template. So if you specify OID aliases with > identical names (they are case sensitive, remember) in multiple > tests in a template, there is only going to be a single value > stored in memory, which both OID aliases point to. The upshot > of this is, if you use the same OID alias in multiple tests > (and this is recommended, as it will make your template run > faster), then they *MUST* have the numeric OID value. If > they dont, you are going to get inconsistent results, as > the value stored in memory might arbitrarily be from one SNMP > variable or another. > > To rephrase my question: do you have OIDs in the various tests with the > same name while they represent different things? > > Regards, > Wim Nelis. > > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support > |