From: W.J.M. N. <Wim...@nl...> - 2011-05-17 06:02:21
|
Hello Colin, > Hi all > > I'm attempting to monitor a few UPS. The UPS models I need to monitor include: > - APC Smart-UPS 1000 RM > - Powerware 9390 > - Powerware 9130 > - Powerware 9135 > - Powerware 9125 > - PowerShield PSCE10000 > > I can get data up for the Smart UPS but it is not being automatically > detected. I have the following as the spec file > cat /usr/share/devmon/templates/apc-sups-1000rm/specs > vendor : apc > model : Smart-UPS 1000 RM > snmpver : 1 > sysdesc : Smart-UPS 1000 RM > > I get this from > snmpwalk -v1 -c public ups 1.3.6.1.4.1.318.1.1.1.1.1.1.0 > PowerNet-MIB::upsBasicIdentModel.0 = STRING: "Smart-UPS 1000 RM" > What does `snmpget -v1 -c public ups sysDescr.0` returns? The result of this snmpget is used by Devmon to select the template to use: it searches the templates for a matching 'sysdesc' in file 'specs'. Alternatively, you could specify the model in the Xymon hosts.cfg (Hobbit: bb-hosts) the model, thus bypassing the automatic model detection. Regards, Wim Nelis. ******************************************************************************************************* The NLR disclaimer (http://www.nlr.nl/emaildisclaimer) is valid for NLR e-mail messages. ******************************************************************************************************* |