Hello Community,
I upgraded recently (a couple of times this week) and our support desk just reported that the ARP/NDP Table part of observium doesn't load. Nothing errors in the apache error log. When I run poller.php manually it does pull the information. Vlan | MAC | Port (dot1d|ifIndex) | Status ------------------------------------------------------------------------------------------ 100 | 00908f375fc4 | fe-0/0/6.0|1995 (519|528) | learned 100 | 40a8f031b53b | fe-0/0/3.0|1977 (516|519) | learned 100 | 40a8f031ba38 | fe-0/0/4.0|1983 (517|522) | learned 100 | 000000000000 | | (|) | mgmt U 100 | 44f47737038c | | (|) | self U 3 | 44f47737038c | | (|) | self U
Running 0.15.7.6707.
Thanks for any help!
Regards,
Rudolf
On 22.07.15 19:59, Rudolf Hoehler wrote:
Hello Community,
I upgraded recently (a couple of times this week) and our support desk just reported that the ARP/NDP Table part of observium doesn’t load. Nothing errors in the apache error log. When I run poller.php manually it does pull the information. Vlan | MAC | Port (dot1d|ifIndex) | Status
100 | 00908f375fc4 | fe-0/0/6.0|1995 (519|528) | learned 100 | 40a8f031b53b | fe-0/0/3.0|1977 (516|519) | learned 100 | 40a8f031ba38 | fe-0/0/4.0|1983 (517|522) | learned 100 | 000000000000 | | (|) | mgmt U 100 | 44f47737038c | | (|) | self U 3 | 44f47737038c | | (|) | self U
attach debug output: ./discovery.php -d -m arp-table -h <your_device>
And ARP tables not polled, only discovered.
**
Running 0.15.7.6707.
You are sure? can be .6727 or so?
Thanks for any help!
Regards,
Rudolf
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hello Mike,
Thanks for the reply. Attached. The MAC addresses are polled and inserted into the DB successfully? If I take the last MAC/IP Pair in the debug and search the DB for it, I find it.
mysql> SELECT * FROM observium.ip_mac where `port_id` = 2376 and `ip_address`='192.168.93.148'; +--------+---------+--------------+----------------+------------+ | mac_id | port_id | mac_address | ip_address | ip_version | +--------+---------+--------------+----------------+------------+ | 16530 | 2376 | 002655499399 | 192.168.93.148 | 4 | +--------+---------+--------------+----------------+------------+ 1 row in set (0.00 sec)
I have checked on multiple computers and multiple browsers and I have cleared their history so I don't think it is a browser.
Regards,
Rudolf
From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Mike Stupalov <mike@observium.orgmailto:mike@observium.org> Reply-To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Date: Wednesday 22 July 2015 at 19:10 To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] ARP Table Broken?
/discovery.php -d -m arp-table -h
Hi Mike,
Is there anywhere else that I can look?
Regards,
Rudolf
From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Rudolf Hoehler <rudolf@saicomvoice.co.zamailto:rudolf@saicomvoice.co.za> Reply-To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Date: Thursday 23 July 2015 at 08:54 To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] ARP Table Broken?
Hello Mike,
Thanks for the reply. Attached. The MAC addresses are polled and inserted into the DB successfully? If I take the last MAC/IP Pair in the debug and search the DB for it, I find it.
mysql> SELECT * FROM observium.ip_mac where `port_id` = 2376 and `ip_address`='192.168.93.148'; +--------+---------+--------------+----------------+------------+ | mac_id | port_id | mac_address | ip_address | ip_version | +--------+---------+--------------+----------------+------------+ | 16530 | 2376 | 002655499399 | 192.168.93.148 | 4 | +--------+---------+--------------+----------------+------------+ 1 row in set (0.00 sec)
I have checked on multiple computers and multiple browsers and I have cleared their history so I don't think it is a browser.
Regards,
Rudolf
From: observium <observium-bounces@observium.orgmailto:observium-bounces@observium.org> on behalf of Mike Stupalov <mike@observium.orgmailto:mike@observium.org> Reply-To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Date: Wednesday 22 July 2015 at 19:10 To: "observium@observium.orgmailto:observium@observium.org" <observium@observium.orgmailto:observium@observium.org> Subject: Re: [Observium] ARP Table Broken?
/discovery.php -d -m arp-table -h
participants (2)
-
Mike Stupalov
-
Rudolf Hoehler