
Hi,
I just wanted to thank you for your help.
I found exactly what I needed and I was able to make the changes.
Thank you again so much for your help.
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
-----Original Message----- From: Thomas Steffensen Sent: Monday, September 3, 2018 12:26 PM To: Observium observium@observium.org Subject: RE: [Observium] How do you configure Internet traffic Today
Hi Michael,
Thank you so much for your help.
I get following output:
$config['frontpage']['custom_traffic']['ids'] = "17851,17852,17853,671,672,673,674,815,816,817,818"; // COMMA SEPERATED PORT ID FOR EXAMPLE: "1,2,3,4,5" $config['frontpage']['custom_traffic']['title'] = "Internet traffic"; // Your own title for the custom traffic graphs // Frontpage order you can use: status_summary, map, device_status_boxes, overall_traffic, custom_traffic, minigraphs, splitlog, syslog, eventlog #$config['frontpage']['order'] = array('status_summary', 'map', 'custom_traffic', 'device_status_boxes', 'device_status', 'eventlog'); $config['frontpage']['order'] = array('status_summary', 'map', 'custom_traffic', 'minigraphs', 'micrographs', 'device_status_boxes', 'device_status', 'eventlog');
This makes sense because my graphs are labeled as "Internet traffic"
So now I just have to delete the graph IDs I do not want and add the once I do.
I have located where this is written already.
Thank you so much again. I think I got it from here.
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
-----Original Message----- From: observium observium-bounces@observium.org On Behalf Of Michael Sent: Monday, September 3, 2018 12:12 PM To: Observium observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
Sorry, there's an extra ' in the command provided. It should be as follows:
grep custom_traf config.php
Michael
On 3 Sep 2018, at 8:00 pm, Michael obslist@smarsz.com wrote:
Hi,
I believe this is due to the custom traffic graphs that are in the config.php file.
---------- From defaults.inc.php --------------- // Custom traffic graphs $config['frontpage']['custom_traffic']['ids'] = ""; // COMMA SEPARATED PORT ID FOR EXAMPLE: "1,2,3,4,5" $config['frontpage']['custom_traffic']['title'] = ""; // Your own title for the custom traffic graphs
You might be able to verify this by doing a 'grep custom_traf' config.php' from within your /opt/observium directory.
If that's the case, then it's just a matter of finding the correct/updated graph IDs (check the URL for id=xxxxxxx when looking at a specific interface graph page).
Cheers,
Michael
On 3 Sep 2018, at 7:49 pm, Thomas Steffensen thomass@parknet.dk wrote:
Hi again,
Reaching out.
On my switches I cannot do a space nor a : in the description. However, I do not think this is how my dashboard window has been aggregating the ports.
I would be happy to pay for consult if anyone can help.
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: Thomas Steffensen Sent: Thursday, August 30, 2018 10:07 AM To: 'Observium' observium@observium.org Subject: RE: [Observium] How do you configure Internet traffic Today
Hi,
I found the place in Observium where ports with these specific descriptions will be parsed:
<image001.jpg>
However, it does not look like this is how Observium is pulling my data becausewhen I click on Obsivium and see data:
<image002.jpg>
Im just not sure how to edit this dashboard window.
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: Thomas Steffensen Sent: Thursday, August 30, 2018 9:54 AM To: Observium observium@observium.org Subject: RE: [Observium] How do you configure Internet traffic Today
Hi,
In the port description does it matter if there is a space after Transit:
So will this work: Transit:6_BR1_xe-0/1/4
Or it has to be: Transit: 6_BR1_xe-0/1/4
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Thomas Steffensen Sent: Wednesday, August 29, 2018 5:03 PM To: Observium observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
Okay, I will try and change the decription on all ports I want to be monitored and then I will see what happens.
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Adam Armstrong Sent: Wednesday, August 29, 2018 3:50 PM To: Observium observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
It seems you don't have a custom port description parser, so it's definitely using the port descriptions configured on the device.
Adam.
Sent from BlueMail On 29 Aug 2018, at 08:59, Thomas Steffensen thomass@parknet.dk wrote: I got following output
paal@observium:/opt/observium > grep port_descr_parser config.php includes/defaults.inc.php includes/defaults.inc.php:$config['port_descr_parser'] = "includes/port-descr-parser.inc.php"; // Parse port descriptions into fields
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Adam Armstrong Sent: Tuesday, August 28, 2018 3:37 PM To: observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
Someone may have set up a custom port description parser.
do :
grep port_descr_parser config.php includes/defaults.inc.php
inside the observium directory.
adam. On 2018-08-28 14:33:15, Thomas Steffensen thomass@parknet.dk wrote:
Hi Adam,
Thank you so much. This is a great document.
I looked at a port on a switch which right now is amonth the ports which are being aggregated and I do not see Transit mentioned in the description. This makes me think someone might have edited it somewhere in an Observium file.
I have not found a place to edit this via the GUI so I am wondering which file would hold this data. And where the file is located.
- c3.8 # show port 14 description
Port Display String Description String ===== ==================== ================================================== 14 14_BR1_xe-0/1/5 ===== ==================== ==================================================
- c3.9 #
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Adam Armstrong Sent: Tuesday, August 28, 2018 2:43 PM To: Observium observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
https://docs.observium.org/port_descr_parsing/
Port usage is determined by the port description configured on the router itself.
Adam.
Sent from BlueMail On 28 Aug 2018, at 11:44, Thomas Steffensen thomass@parknet.dk wrote: 😊 I am aware that an upgrade is in need. But I don’t want to do that before I really understand the system.
I just see on my current dashboard that it is measuring internet traffic and that it is doing it by aggregating ports. I just don’t know how to change this. And I do not see that any of the ports that are being aggregated currently has Transit nor that I can edit this anywhere. Is it done trough CLI?
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Markus Klock Sent: Tuesday, August 28, 2018 11:50 AM To: Observium Network Observation System observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
@Thomas You should upgrade your Observium installation :)
@Adam Maybe its time to let the port-groups be the only way to define Transit/Peering/Cache-ports and have all the fronpage-modules use that? Makes much more sense to define a port-group in Observium then to need to reconfigure your network stuff to please Observium. :)
/Markus
Den tis 28 aug. 2018 kl 10:22 skrev Thomas Steffensen thomass@parknet.dk: I am running an older version though:
16.10.8128
I have one interface that is pulling data but I cannot see anywhere that it says Transit ☹
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
From: observium observium-bounces@observium.org On Behalf Of Adam Armstrong Sent: Monday, August 27, 2018 6:00 PM To: observium@observium.org Subject: Re: [Observium] How do you configure Internet traffic Today
Though this has been at least partially replaced by the traffic comparison module if you also have peering traffic!
adam. On 2018-08-27 16:05:23, Markus Klock markus@best-practice.se wrote:
Hi, This is picked up by the Observium Interface parser. It will aggregate all ports with a description that starts with "Transit: " and show in that graph. So you need to edit the router Interface description and have it start with "Transit:" and then Observium will pick it Up automatically! /Markus
Den mån 27 aug. 2018 16:50Thomas Steffensen thomass@parknet.dk skrev: Hi,
I am not sure if this is the right forum but I need some help with basic settings in Observium.
I admit I have very little experience with Observium but a great deal with Solarwinds and The Dude (Mikrotik).
On my main dashboard window I have a tab saying Internet Traffic Today. This monitors ports to the internet. However, we have replaced some border router and therefor I need to change which ports are being monitored and I can’t seem to figure out where I change this? Can I do this in GUI?
Med venligst hilsen, Thomas Steffensen Network Administrator Parknet | Esromgade 15, opgang 1, 5. sal | 2200 København N | Phone +45 3690 6000 Mobil +45 4265 0504 | www.parknet.dk
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium