I added a new box to my network last week, but Observium hasn't seemed to have picked it up yet. I'm trying to troubleshoot it, but short of proving ping, CDP and snmpwalk on the box work fine and manually running the discovery cron job, I'm not sure what else to do in terms of troubleshooting. Can anyone lend a pointer?
CentOS 6.3 (Final) Observium 0.13.11.4743
[root@monitor01 observium]# /opt/observium/discovery.php -d -h new DEBUG! Observium v0.13.11.4743 Discovery
Schema update disabled by -h new, run with -h none to perform it manually.
SQL[SELECT * FROM `devices` WHERE status = 1 AND disabled = 0 AND (`last_discovered` IS NULL OR `last_discovered` = '0000-00-00 00:00:00') ORDER BY device_id DESC] /opt/observium/discovery.php new November 5, 2013, 8:16 - 0 devices discovered in 0.002 secs MySQL: Cell[0/0s] Row[0/0s] Rows[1/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s] [root@monitor01 observium]#
mysql> select hostname from devices where hostname like 'bfr01.905king%'; Empty set (0.00 sec)
mysql>
RP/0/RSP0/CPU0:bfr01.151FrontStW01.YYZ#sh cdp neigh te0/2/0/14 detail Tue Nov 5 08:09:06.390 EST
------------------------- Device ID: bfr01.905KingStW01.YYZ SysName : bfr01.905KingStW01.YYZ Entry address(es): IPv4 address: * Platform: cisco ASR9K Series, Capabilities: Router Interface: TenGigE0/2/0/14 Port ID (outgoing port): TenGigE0/1/0/0 Holdtime : 166 sec
Version : Cisco IOS XR Software, Version 4.3.2[Default] Copyright (c) 2013 by Cisco Systems, Inc.
advertisement version: 2 Duplex: full RP/0/RSP0/CPU0:bfr01.151FrontStW01.YYZ#
[root@monitor01 observium]# snmpwalk -v2c -c * bfr01.905KingStW01.YYZ sysDescr SNMPv2-MIB::sysDescr.0 = STRING: "Cisco IOS XR Software (Cisco ASR9K Series), Version 4.3.2[Default] Copyright (c) 2013 by Cisco Systems, Inc." [root@monitor01 observium]# ping -c 1 bfr01.905KingStW01.yyz PING bfr01.905KingStW01.yyz (10.219.49.22) 56(84) bytes of data. 64 bytes from bfr01.905KingStW01.YYZ (10.219.49.22): icmp_seq=1 ttl=253 time=0.862 ms
--- bfr01.905KingStW01.yyz ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 1ms rtt min/avg/max/mdev = 0.862/0.862/0.862/0.000 ms [root@monitor01 observium]#
Thanks in advance, eh! ;)