
Sorry look like the lab-lightning is a bad sample case. The reason I've pick a random host is because when running poller with "-h all" I get these "Unpingable" message on all the hosts and I've checked that they are not disabled.
sour% ./poller.php -h all Observium Poller v0.13.1.3507
Starting polling run:
2west-sw.sdsc.edu 1 ios (cisco) Unpingablevg-dd60-sw.sdsc.edu 2 junos Unpingableeastcolo-arista.sdsc.edu 4 arista_eos Unpingablewestcolo-arista.sdsc.edu 5 arista_eos Unpingablelightning.sdsc.edu 6 ios (cisco) Unpingablethunder.sdsc.edu 7 ios (cisco)
But pinging a single host is okay.
sour% ping vg-dd60-sw.sdsc.edu PING vg-dd60-sw.sdsc.edu (198.202.79.99) 56(84) bytes of data. 64 bytes from vg-dd60-sw.sdsc.edu (198.202.79.99): icmp_req=1 ttl=62 time=0.378 ms 64 bytes from vg-dd60-sw.sdsc.edu (198.202.79.99): icmp_req=2 ttl=62 time=0.434 ms ^C --- vg-dd60-sw.sdsc.edu ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1001ms rtt min/avg/max/mdev = 0.378/0.406/0.434/0.028 ms
Running it on the individual host appeared to work but still getting the "Unpingable" message...
sour% ./poller.php -h vg-dd60-sw.sdsc.edu -d Observium Poller v0.13.1.3507
DEBUG! Starting polling run:
SQL[SELECT `device_id` FROM `devices` WHERE `disabled` = 0 AND `hostname` LIKE 'vg-dd60-sw.sdsc.edu' ORDER BY `device_id` ASC] SQL[SELECT * FROM `devices` WHERE `device_id` = '2'] SQL[SELECT * FROM devices_attribs WHERE `device_id` = '2'] vg-dd60-sw.sdsc.edu 2 junos UnpingableRRD[update /opt/observium//rrd/vg-dd60-sw.sdsc.edu/status.rrdN:0] SQL[INSERT INTO `perf_times` (`type`,`doing`,`start`,`duration`,`devices`) VALUES ('poll','vg-dd60-sw.sdsc.edu','1357325696.7643','0.012','1')] ./poller.php vg-dd60-sw.sdsc.edu January 4, 2013, 10:54 - 1 devices polled in 0.012 secs
MySQL: Cell[0/0s] Row[1/0s] Rows[1/0s] Column[0/0s] Update[0/0s] Insert[1/0.07s] Delete[0/0s] OK u:0.00 s:0.00 r:0.01
-bn 0216331C
On Fri, Jan 4, 2013 at 9:17 AM, Adam Armstrong adama@memetic.org wrote:
That hostname doesnt match the database, or that host is disabled.
Adam.
Bao Nguyen ngqbao@gmail.com wrote:
All,
I'm kind of hitting a wall here. I moved Observium to a new server today and somehow Observium is unable to "ping" any hosts.
sour% ./poller.php -h lab-lightning.sdsc.edu -d Observium Poller v0.13.1.3507
DEBUG! Starting polling run:
SQL[SELECT `device_id` FROM `devices` WHERE `disabled` = 0 AND `hostname` LIKE 'lab-lightning.sdsc.edu' ORDER BY `device_id` ASC] ./poller.php lab-lightning.sdsc.edu January 3, 2013, 17:17 - 0 devices polled in 0.001 secs
MySQL: Cell[0/0s] Row[0/0s] Rows[1/0s] Column[0/0s] Update[0/0s] Insert[0/0s] Delete[0/0s]
However, on the host it self, I can ping or snmpget any devices using the same FQDN name.
sour% ping lab-lightning.sdsc.edu PING lab-lightning.sdsc.edu (198.202.79.48) 56(84) bytes of data. 64 bytes from lab-lightning.sdsc.edu (198.202.79.48): icmp_req=1 ttl=253 time=0.728 ms ^C --- lab-lightning.sdsc.edu ping statistics --- 1 packets transmitted, 1 received, 0% packet loss, time 0ms rtt min/avg/max/mdev = 0.728/0.728/0.728/0.000 ms
sour% snmpwalk -v 2c -c test lab-lightning.sdsc.edu sysName.0 SNMPv2-MIB::sysName.0 = STRING: "lab-lightning.sdsc.edu"
thanks, -bn 0216331C