From: Trent M. <tre...@si...> - 2007-09-24 15:52:00
|
On Sun, 2007-09-23 at 23:23 -0400, Joshua Krause wrote: > I have started to build a template for a vendor named Valere, they > have dc power equipment. I created a folder called "valere-xc2000" > and i have a "specs" file that contains this: > > vendor : valere > model : xc2000 > snmpver : 1 > sysdesc : Sys Actually check and make sure you dont have a space or tab after the vendor. Trent > > Now I know the "sysdesc" looks odd but that is all that is listed when > i do an snmpwalk: > > [hobbit@gsonc-spg-ops-1 templates]$ snmpwalk -v 1 -c public gsonc-spg- > valere-1 sysdesc > SNMPv2-MIB::sysDescr.0 = STRING: Sys Description > > Now if I was able to use the "sysname" instead of "sysdesc" I could be > more descriptive: > > [hobbit@gsonc-spg-ops-1 templates]$ snmpwalk -v 1 -c public gsonc-spg- > valere-1 sysname > SNMPv2-MIB::sysName.0 = STRING: Valere: Modular Power Plant > > When I run "devmon --readbbhosts -vvv" i get: > [hobbit@gsonc-spg-ops-1 configs]$ /opt/devmon/devmon --readbbhosts -vvv > [07-09-23@23:15:06] SNMP querying all hosts in bb-hosts file, please > wait... > [07-09-23@23:15:06] Unknown vendor in model() option for gsonc-spg- > valere-1 > [07-09-23@23:15:06] Querying pre-existing hosts > > > Now I am unable to let devmon do an auto discovery on it. I am > putting this in my bb-hosts file: > x.x.x.x gsonc-spg-valere-1 # badconn:1:1:5 DEVMON:model(valere;xc2000) > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Devmon-support mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devmon-support |