If it were possible to use new color options in aggregate graphics, it would be great .... Example, I created an aggregate traffic group with 10 doors, when I use the aggregate graph, only green and blue tones appear, I would need to have other colors to make the graph easier to visualize and understand.
---
Em 12/02/2020 11:17, Adam Armstrong via observium escreveu:
Nope! :D
It just drops metrics. I don't remember much beyond that. is there not a standard schema?
adam.
Get BlueMail [1] for Windows Serghei Golipad via observium wrote:
HI ADAM,
JUST JUMPING ON THE BANDWAGON HERE, DOES OBSERVIUM AUTOMATICALLY CREATE THE DB & SCHEMA (INFLUX)?
CHEERS
FROM: observium observium-bounces@observium.org on behalf of Rafael Coutinho - VIPTELECOM via observium observium@observium.org REPLY TO: Observium observium@observium.org DATE: Wednesday, 12 February 2020 at 14:07 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br SUBJECT: Re: [Observium] Traffic comparison
Ok thanks!
Em 12/02/2020 10:47, adama--- via observium escreveu:
We don't specifically have any support for grafana, but there is support to send all metrics to influxdb, though it's very crude.
$config['influxdb']['enabled'] = FALSE; // Enable or disable posting data to InfluxDB
$config['influxdb']['debug'] = FALSE; // If true, just write updates to /tmp
$config['influxdb']['server'] = 'localhost:8086'; // Where is InfluxDB listening?
$config['influxdb']['db'] = 'observium'; // Which InfluxDB database?
Using it requires some existing understanding of influxdb, as there's no documentation. 😊
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 12 February 2020 13:44 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; adama@memetic.org SUBJECT: Re: [Observium] Traffic comparison
Okay, is there any integration with grafana?
Em 12/02/2020 10:32, Adam Armstrong via observium escreveu:
Not at present, but I think this wouldn't be terribly difficult to add.
Though, we are committed to working on other things at the moment.
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 12 February 2020 13:31 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; adama@memetic.org SUBJECT: Re: [Observium] Traffic comparison
Good morning, is it possible to have two traffic comparison? One with some ports and the other with others, and point this out separately in $ config, type portpercent and portpercent1. It is possible to increase the amount of colors, because when I put more than 5 groups he starts to repeat the colors.
Em 10/02/2020 13:32, Rafael Coutinho - VIPTELECOM via observium escreveu:
yes! Thankyou! Now is ok!
Em 10/02/2020 10:46, Adam Armstrong via observium escreveu:
The group ID is in the URL for any of the group pages.
If you change config.php and things stop loading, it's because there's a syntax error in what you added. Make sure brackets and quotations match, and that you have semicolons and commas in the correct place.
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 10 February 2020 13:30 TO: Christian Eriksson christian.eriksson@advania.com CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; Observium observium@observium.org SUBJECT: Re: [Observium] Traffic comparison
Ok, I created the group with the name ISPs, it includes the ports, so far so good, but where do I find the group ID information? I understood that I need to change the name field by the ISPs name and the group ID by the ID on the command line, correct? If so where do I find this group ID information? Because when I put this line in config.php the web access stops working, I believe it is for the reason of not being filled in correctly.
Em 10/02/2020 08:42, Christian Eriksson escreveu:
You will need to create a port group and use that group ID in the following statement
$config['frontpage']['portpercent']['<NAME>'] = array('group' => <GROUP ID>);
/Christian
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: den 10 februari 2020 12:33 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br SUBJECT: [Observium] Traffic comparison
Hello, I would like to join the discussion list. Today I can't use the traffic comparison screen, how do I do it?
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
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL.
CDW Limited is a Company registered in England and Wales. This email is sent for and on behalf of CDW Finance Holdings Limited. CDW Finance Holdings Limited is the UK holding company for CDW Limited trading as CDW. The registered office for CDW Finance Holdings Limited (Company Number 05872067) and its UK group undertakings is 10 Fleet Place, London, EC4M 7RB. VAT Registration 902 1949 39. Confidentiality: This e-mail contains proprietary information, some or all of which may be confidential and/or legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail and then delete the original. If you are not the intended recipient you may not use, disclose, distribute, copy, print or rely on any information contained in this e-mail. You must not inform any other person other than CDW or the sender of its existence.
For more information about CDW please visit www.uk.cdw.com
HI ADAM,
JUST JUMPING ON THE BANDWAGON HERE, DOES OBSERVIUM AUTOMATICALLY CREATE THE DB & SCHEMA (INFLUX)?
CHEERS
FROM: observium observium-bounces@observium.org on behalf of Rafael Coutinho - VIPTELECOM via observium observium@observium.org REPLY TO: Observium observium@observium.org DATE: Wednesday, 12 February 2020 at 14:07 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br SUBJECT: Re: [Observium] Traffic comparison
Ok thanks!
Em 12/02/2020 10:47, adama--- via observium escreveu:
We don't specifically have any support for grafana, but there is support to send all metrics to influxdb, though it's very crude.
$config['influxdb']['enabled'] = FALSE; // Enable or disable posting data to InfluxDB
$config['influxdb']['debug'] = FALSE; // If true, just write updates to /tmp
$config['influxdb']['server'] = 'localhost:8086'; // Where is InfluxDB listening?
$config['influxdb']['db'] = 'observium'; // Which InfluxDB database?
Using it requires some existing understanding of influxdb, as there's no documentation. 😊
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 12 February 2020 13:44 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; adama@memetic.org SUBJECT: Re: [Observium] Traffic comparison
Okay, is there any integration with grafana?
Em 12/02/2020 10:32, Adam Armstrong via observium escreveu:
Not at present, but I think this wouldn't be terribly difficult to add.
Though, we are committed to working on other things at the moment.
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 12 February 2020 13:31 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; adama@memetic.org SUBJECT: Re: [Observium] Traffic comparison
Good morning, is it possible to have two traffic comparison? One with some ports and the other with others, and point this out separately in $ config, type portpercent and portpercent1. It is possible to increase the amount of colors, because when I put more than 5 groups he starts to repeat the colors.
Em 10/02/2020 13:32, Rafael Coutinho - VIPTELECOM via observium escreveu:
yes! Thankyou! Now is ok!
Em 10/02/2020 10:46, Adam Armstrong via observium escreveu:
The group ID is in the URL for any of the group pages.
If you change config.php and things stop loading, it's because there's a syntax error in what you added. Make sure brackets and quotations match, and that you have semicolons and commas in the correct place.
Adam.
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: 10 February 2020 13:30 TO: Christian Eriksson christian.eriksson@advania.com CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br; Observium observium@observium.org SUBJECT: Re: [Observium] Traffic comparison
Ok, I created the group with the name ISPs, it includes the ports, so far so good, but where do I find the group ID information? I understood that I need to change the name field by the ISPs name and the group ID by the ID on the command line, correct? If so where do I find this group ID information? Because when I put this line in config.php the web access stops working, I believe it is for the reason of not being filled in correctly.
Em 10/02/2020 08:42, Christian Eriksson escreveu:
You will need to create a port group and use that group ID in the following statement
$config['frontpage']['portpercent']['<NAME>'] = array('group' => <GROUP ID>);
/Christian
FROM: observium observium-bounces@observium.org ON BEHALF OF Rafael Coutinho - VIPTELECOM via observium SENT: den 10 februari 2020 12:33 TO: Observium observium@observium.org CC: Rafael Coutinho - VIPTELECOM core@viptelecom.com.br SUBJECT: [Observium] Traffic comparison
Hello, I would like to join the discussion list. Today I can't use the traffic comparison screen, how do I do it?
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
PLEASE CONSIDER THE ENVIRONMENT BEFORE PRINTING THIS EMAIL.
CDW Limited is a Company registered in England and Wales. This email is sent for and on behalf of CDW Finance Holdings Limited. CDW Finance Holdings Limited is the UK holding company for CDW Limited trading as CDW. The registered office for CDW Finance Holdings Limited (Company Number 05872067) and its UK group undertakings is 10 Fleet Place, London, EC4M 7RB. VAT Registration 902 1949 39. Confidentiality: This e-mail contains proprietary information, some or all of which may be confidential and/or legally privileged. It is for the intended recipient only. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail and then delete the original. If you are not the intended recipient you may not use, disclose, distribute, copy, print or rely on any information contained in this e-mail. You must not inform any other person other than CDW or the sender of its existence.
For more information about CDW please visit www.uk.cdw.com
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Links: ------ [1] https://bluemail.me/download