From: Joshua K. <jos...@tr...> - 2007-09-24 03:23:23
|
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 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) |