
Hi,
we have a pro version of observium. I did an update this morning with svp.
And now, when i try to had a server, i have the error : ######## epoc-07:/opt/observium# ./add_device.php xxxxxxxxxxxxxxx public v2c Observium 0.15.4.6388 Add Device(s)
Try to add xxxxxxxxxxxxxxx: Trying v2c community public ... ERROR: : Unsupported SNMP Version. No reply on community public using v2c. Could not reach xxxxxxxxxxxxxxx with given SNMP parameters using v2c. Devices skipped: 1.
USAGE: add_device.php <hostname> [community] [v1|v2c] [port] [udp|udp6|tcp|tcp6] add_device.php <hostname> [any|nanp|anp|ap] [v3] [user] [password] [enckey] [md5|sha] [aes|des] [port] [udp|udp6|tcp|tcp6] add_device.php <filename> [...] ########
If i try a simple "snmpwalk" with the same server/settings from my observium server, it works : # snmpwalk -v2c -c public xxxxxxxxxxxxxxx iso.3.6.1.2.1.1.1.0 = STRING: "Linux xxxxxx 3.xxxx #4 SMP Tue Jul 23 14:15:08 CEST 2013 x86_64" iso.3.6.1.2.1.1.2.0 = OID: iso.3.6.1.4.1.8072.3.2.10 iso.3.6.1.2.1.1.3.0 = Timeticks: (682253742) 78 days, 23:08:57.42 iso.3.6.1.2.1.1.4.0 = STRING: "xxxxxxxxxxxxxxx" iso.3.6.1.2.1.1.5.0 = STRING: "xxxxxxxxxxxxxxx" iso.3.6.1.2.1.1.6.0 = STRING: "xxxxxxxxxxxxxxx" iso.3.6.1.2.1.1.8.0 = Timeticks: (0) 0:00:00.00 iso.3.6.1.2.1.1.9.1.2.1 = OID: iso.3.6.1.6.3.10.3.1.1 iso.3.6.1.2.1.1.9.1.2.2 = OID: iso.3.6.1.6.3.11.3.1.1 iso.3.6.1.2.1.1.9.1.2.3 = OID: iso.3.6.1.6.3.15.2.1.1 iso.3.6.1.2.1.1.9.1.2.4 = OID: iso.3.6.1.6.3.1 ...
When i do the "add_device.php", looking at snmp packets with tcpdump on target server (here 10.0.1.6), i can see a request/response with observium server (here 10.0.0.16) : # tcpdump -n -s 2000 -p host 10.0.0.16 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on eth0, link-type EN10MB (Ethernet), capture size 2000 bytes 10:15:30.911770 IP 10.0.0.16 > 10.0.1.6: ICMP echo request, id 15935, seq 0, length 76 10:15:30.911782 IP 10.0.1.6 > 10.0.0.16: ICMP echo reply, id 15935, seq 0, length 76 10:15:30.918085 IP 10.0.0.16.17331 > 10.0.1.6.161: F=r U= E= C= GetRequest(14) 10:15:30.918221 IP 10.0.1.6.161 > 10.0.0.16.17331: F= U= E= 0x800x000x070xE50x800x300xF10x420x3B0x170xED0x110x450x000x000x000x00 C= Report(31) .1.3.6.1.6.3.15.1.1.4.0=9
Am i the only one with this problem ?
Does anybody have any idea why it doesn't work anymore ?
I tried this through web interface and i have the same error.
B.R.