Yup, broken counters.
They likely won't show up properly until the device is rebooted. Hurray for IOS!
adam.
Sent from Mailbird [http://www.getmailbird.com/?utm_source=Mailbird&utm_medium=email&utm...] On 09/07/2015 19:08:10, Johnston, Tom tom.johnston@edinaschools.org wrote: Here is the results of the SNMPWalk.
IF-MIB::ifIndex.107 = INTEGER: 107 IF-MIB::ifDescr.107 = STRING: TenGigabitEthernet2/1 IF-MIB::ifType.107 = INTEGER: ethernetCsmacd(6) IF-MIB::ifMtu.107 = INTEGER: 1500 IF-MIB::ifSpeed.107 = Gauge32: 4294967295 IF-MIB::ifPhysAddress.107 = STRING: 64:0:f1:ee:7c:0 IF-MIB::ifAdminStatus.107 = INTEGER: down(2) IF-MIB::ifOperStatus.107 = INTEGER: down(2) IF-MIB::ifLastChange.38 = Timeticks: (210732797) 24 days, 9:22:07.97 IF-MIB::ifLastChange.40 = Timeticks: (210732614) 24 days, 9:22:06.14 IF-MIB::ifLastChange.107 = Timeticks: (512227871) 59 days, 6:51:18.71 IF-MIB::ifInOctets.107 = Counter32: 0 IF-MIB::ifInUcastPkts.79 = Counter32: 3401610701 IF-MIB::ifInUcastPkts.107 = Counter32: 0 IF-MIB::ifInNUcastPkts.107 = Counter32: 0 IF-MIB::ifInDiscards.107 = Counter32: 0 IF-MIB::ifInErrors.107 = Counter32: 0 IF-MIB::ifInUnknownProtos.107 = Counter32: 0 IF-MIB::ifOutOctets.25 = Counter32: 2792331074 IF-MIB::ifOutOctets.107 = Counter32: 0 IF-MIB::ifOutUcastPkts.107 = Counter32: 0 IF-MIB::ifOutNUcastPkts.107 = Counter32: 0 IF-MIB::ifOutDiscards.107 = Counter32: 0 IF-MIB::ifOutErrors.107 = Counter32: 0
Thomas Johnston Network Administrator Edina Public Schools P: 952-848-4991
On 7/9/15, 12:53 PM, "observium on behalf of observium-request@observium.org" wrote:
Send observium mailing list submissions to observium@observium.org
To subscribe or unsubscribe via the World Wide Web, visit http://postman.memetic.org/cgi-bin/mailman/listinfo/observium or, via email, send a message with subject or body 'help' to observium-request@observium.org
You can reach the person managing the list at observium-owner@observium.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of observium digest..."
Today's Topics:
- Re: Configuring map interface on new observium installation
(Milton Ngan) 2. Re: New 6500-E Module (Adam Armstrong)
Message: 1 Date: Thu, 9 Jul 2015 17:15:45 +0000 From: Milton Ngan To: Observium Network Observation System Subject: Re: [Observium] Configuring map interface on new observium installation Message-ID: 8d53f2a3-02d4-467f-b1d2-1467828c19e3@valvesoftware.com Content-Type: text/plain; charset="utf-8"
The location_map maps the string retrieved from the sysLocation value of your devices and maps it to a location that can be geolocated via Google or Mapquest.
This is useful if you have special location names which cannot be geolocated, or your device doesn?t support strings long enough to enter in the full address. It doesn?t map the device name to a location which it looks like what you are trying to do. Try configuring the devices? SNMP sysLocation with the string you have and it should work.
From: observium on behalf of Andi Qirjazi Reply-To: Observium Network Observation System Date: Thursday, July 9, 2015 at 8:11 AM To: Observium Network Observation System Subject: Re: [Observium] Configuring map interface on new observium installation
Hi,
Sorry, this I didn't get it. Should be same location_map for both devices?
Thanks, Andi
On Thu, Jul 9, 2015 at 4:55 PM, Tom Laermans <>> wrote: Hi,
The location_map maps locations from one to the other, it's not meant for specific devices, unless you have Device1 as location set for some devices...
If you want to override a single device's location, go to the device properties and set it there.
Tom
On 2015-07-09 16:53, Andi Qirjazi wrote: Hi Rudolf,
Yes, I'm still having problems. The Map shows only the green button in Atlantic ocean. I have the following sysLocation at config file for each device:
$config['location_map']['Device1']="HQ, Berlin, DE"; $config['location_map']['Device2']="HQ, Rome, IT";
Please, correct me if I'm wrong.
Thanks, Andi
On Thu, Jul 9, 2015 at 1:30 PM, Rudolf Hoehler <>> wrote: Hello Andi,
Are you still having the problem? What is the sysLocation string that you use?
Rudolf
From: Andi Qirjazi <>> Reply-To: "observium@observium.org" <>> Date: Tuesday 07 July 2015 at 17:14 To: "observium@observium.org" <>> Subject: [Observium] Configuring map interface on new observium installation
Hi,
I have just installed & configured observium for the first time. The first two devices are added and seems working, but I'm having problem displaying these devices on the map. All the time there is a blue sign on the middle on Atlantic ocean, it doesn't matter what I configure as device location.
Please any idea how to configure the map? I have tried all the possible configurations at /opt/observium/config.php settings but with no success. This installation is behind a proxy server, but I have allowed all the traffic from observium host and I don't see any traffic from this host towards proxy server.
I did the following configuration on monitored devices for SNMP settings as follow:
R_TR#sh run | s snmp snmp-server community aaaaaaa RO snmp-server ifindex persist snmp-server location Berlin, DE snmp-server contact bbbbbbbbbb
at Observium main page, at location tab, is listed Berlin, DE (or Rome, IT another device) but no indication on the map for both devices.
regarding proxy server configuration, at \opt\observium\config.php file I have the following settings: //configure proxy server settings $config['http proxy'] = "myproxy:8080"; with no username and password, because I have allowed all the traffic from observium host and it has internet access, because I did manually update and it worked normally.
Please could you send me a sample of a working map configuration?
I have the following configuration regarding geolocation at config.php file:
// $config['frontpage']['map']['region'] = "https://developers.google.com/chart/interactive/docs/gall$ $config['geocoding']['enable'] =TRUE; $config['geocoding']['dns'] = FALSE; $config['location_menu_geocoded'] = FALSE; $config['geocoding']['api'] = 'www.googleapis.com/geolocation/v1/geolocate?key=aaaaaaaaaaaaaaaaaaaaa';
I even tried with just 'google' as API, but it doesn't change anything.
thanks in advance, Andi Qirjazi
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.orghttp://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium