Hello,
Recently installed the CE version on a local Debian box running nginx and I have having a bizarre issue. Only the front page loads, it loads fine.
The moment I click on any link, whether it is a device or trying to go into Settings, it just throws a 404. I don't see any errors in nginx. I thought it might have something to do with the web_url & base_url, I have set that in the config.php but no luck. I'm sure it's something I have missed :/
Ross.
But Observium doesn’t support nginx… 😃
Adam.
From: observium observium-bounces@observium.org On Behalf Of Ross [Eve IT] via observium Sent: 07 February 2020 03:15 To: observium@observium.org Cc: Ross [Eve IT] ross@eve-it.net Subject: [Observium] only front page working
Hello,
Recently installed the CE version on a local Debian box running nginx and I have having a bizarre issue.
Only the front page loads, it loads fine.
The moment I click on any link, whether it is a device or trying to go into Settings, it just throws a 404.
I don't see any errors in nginx.
I thought it might have something to do with the web_url & base_url, I have set that in the config.php but no luck.
I'm sure it's something I have missed :/
Ross.
Took me a moment to get that, I was like; "what?! Observium doesn't work on nginx!??" lol ;)
For anyone who does run into this issue, I had the default location set incorrectly. Needed this.
location / { try_files $uri $uri/ /index.php; }
On Fri, Feb 7, 2020 at 3:33 PM adama--- via observium < observium@observium.org> wrote:
But Observium doesn’t support nginx… 😃
Adam.
*From:* observium observium-bounces@observium.org *On Behalf Of *Ross [Eve IT] via observium *Sent:* 07 February 2020 03:15 *To:* observium@observium.org *Cc:* Ross [Eve IT] ross@eve-it.net *Subject:* [Observium] only front page working
Hello,
Recently installed the CE version on a local Debian box running nginx and I have having a bizarre issue.
Only the front page loads, it loads fine.
The moment I click on any link, whether it is a device or trying to go into Settings, it just throws a 404.
I don't see any errors in nginx.
I thought it might have something to do with the web_url & base_url, I have set that in the config.php but no luck.
I'm sure it's something I have missed :/
Ross. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
What is the entire config for nginx?
We don't go near other webservers because we rely on htaccess, and i don't really trust that to work properly on other platforms.
Adam.
Sent from BlueMail
On 10 Feb 2020, 02:55, at 02:55, "Ross [Eve IT]" ross@eve-it.net wrote:
Took me a moment to get that, I was like; "what?! Observium doesn't work on nginx!??" lol ;)
For anyone who does run into this issue, I had the default location set incorrectly. Needed this.
location / { try_files $uri $uri/ /index.php; }
On Fri, Feb 7, 2020 at 3:33 PM adama--- via observium < observium@observium.org> wrote:
But Observium doesn’t support nginx… 😃
Adam.
*From:* observium observium-bounces@observium.org *On Behalf Of
*Ross
[Eve IT] via observium *Sent:* 07 February 2020 03:15 *To:* observium@observium.org *Cc:* Ross [Eve IT] ross@eve-it.net *Subject:* [Observium] only front page working
Hello,
Recently installed the CE version on a local Debian box running nginx
and
I have having a bizarre issue.
Only the front page loads, it loads fine.
The moment I click on any link, whether it is a device or trying to
go
into Settings, it just throws a 404.
I don't see any errors in nginx.
I thought it might have something to do with the web_url & base_url,
I
have set that in the config.php but no luck.
I'm sure it's something I have missed :/
Ross. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
See below, XXXXXXXXXX to protect the innocent.
server { listen 443; root /opt/observium/html/; # Add index.php to the list if you are using PHP index index.html index.php index.htm index.nginx-debian.html;
server_name XXXXXXXXXXXXX;
ssl on; ssl_certificate /etc/letsencrypt/live/XXXXXXXXXXX/fullchain.pem; ssl_certificate_key /etc/letsencrypt/live/XXXXXXXXXXXXX/privkey.pem;
location / { try_files $uri $uri/ /index.php; }
# pass PHP scripts to FastCGI server #
location ~ .php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.3-fpm.sock; }
# deny access to .htaccess files, if Apache's document root # concurs with nginx's one #
location ~ /.ht { deny all; } }
On Mon, Feb 10, 2020 at 2:19 PM Adam Armstrong adama@memetic.org wrote:
What is the entire config for nginx?
We don't go near other webservers because we rely on htaccess, and i don't really trust that to work properly on other platforms.
Adam.
Sent from BlueMail http://www.bluemail.me/r?b=15774 On 10 Feb 2020, at 02:55, "Ross [Eve IT]" ross@eve-it.net wrote:
Took me a moment to get that, I was like; "what?! Observium doesn't work on nginx!??" lol ;)
For anyone who does run into this issue, I had the default location set incorrectly. Needed this.
location / { try_files $uri $uri/ /index.php; }
On Fri, Feb 7, 2020 at 3:33 PM adama--- via observium < observium@observium.org> wrote:
But Observium doesn’t support nginx… 😃
Adam.
*From:* observium observium-bounces@observium.org *On Behalf Of *Ross [Eve IT] via observium *Sent:* 07 February 2020 03:15 *To:* observium@observium.org *Cc:* Ross [Eve IT] ross@eve-it.net *Subject:* [Observium] only front page working
Hello,
Recently installed the CE version on a local Debian box running nginx and I have having a bizarre issue.
Only the front page loads, it loads fine.
The moment I click on any link, whether it is a device or trying to go into Settings, it just throws a 404.
I don't see any errors in nginx.
I thought it might have something to do with the web_url & base_url, I have set that in the config.php but no luck.
I'm sure it's something I have missed :/
Ross. _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hello, I would like to join the discussion list. Today I can't use the traffic comparison screen, how do I do it?
---
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? ---
[cid:image001.jpg@01D5E00F.9EC6D620]
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?
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 mailto:observium-bounces@observium.org > On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: den 10 februari 2020 12:33 To: Observium <observium@observium.org mailto:observium@observium.org > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto: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?
---
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 with Grafana, is it possible? If so can you help me please? I have graphan today with Zabbix, but do I want to use it with observium?
---
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
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 mailto: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 mailto:christian.eriksson@advania.com > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto:core@viptelecom.com.br >; Observium <observium@observium.org mailto: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 mailto:observium-bounces@observium.org > On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: den 10 februari 2020 12:33 To: Observium <observium@observium.org mailto:observium@observium.org > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto: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 mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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
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 mailto:observium-bounces@observium.org > On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: 12 February 2020 13:31 To: Observium <observium@observium.org mailto:observium@observium.org > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto:core@viptelecom.com.br >; adama@memetic.org mailto: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 mailto: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 mailto:christian.eriksson@advania.com > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto:core@viptelecom.com.br >; Observium <observium@observium.org mailto: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 mailto:observium-bounces@observium.org > On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: den 10 februari 2020 12:33 To: Observium <observium@observium.org mailto:observium@observium.org > Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.br mailto: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 mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.org mailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
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
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! ---
[cid:image001.jpg@01D5E1AE.6EB6CAD0]
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? ---
[cid:image002.jpg@01D5E1AE.6EB6CAD0]
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.orgmailto:observium-bounces@observium.org> On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: 12 February 2020 13:31 To: Observium <observium@observium.orgmailto:observium@observium.org> Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.brmailto:core@viptelecom.com.br>; adama@memetic.orgmailto: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. ---
[cid:image002.jpg@01D5E1AE.6EB6CAD0]
Em 10/02/2020 13:32, Rafael Coutinho - VIPTELECOM via observium escreveu:
yes! Thankyou! Now is ok! ---
[cid:image002.jpg@01D5E1AE.6EB6CAD0]
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.orgmailto:observium-bounces@observium.org> On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: 10 February 2020 13:30 To: Christian Eriksson <christian.eriksson@advania.commailto:christian.eriksson@advania.com> Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.brmailto:core@viptelecom.com.br>; Observium <observium@observium.orgmailto: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. ---
[cid:image002.jpg@01D5E1AE.6EB6CAD0]
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.orgmailto:observium-bounces@observium.org> On Behalf Of Rafael Coutinho - VIPTELECOM via observium Sent: den 10 februari 2020 12:33 To: Observium <observium@observium.orgmailto:observium@observium.org> Cc: Rafael Coutinho - VIPTELECOM <core@viptelecom.com.brmailto: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? ---
[cid:image003.jpg@01D5E1AE.6EB6CAD0]
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto:observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
_______________________________________________ observium mailing list observium@observium.orgmailto: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
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
I'm not sure which graphs you mean, but in general we don't have customisable graph colours.
It's always seemed super complicated to make that possible.
Adam.
Sent from BlueMail
On 12 Feb 2020, 14:43, at 14:43, Rafael Coutinho - VIPTELECOM via observium observium@observium.org wrote:
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
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
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:
when i create a group of doors the obserivum gives me the option to see an aggregated graph with all of them, this graph i'm talking about.
---
Em 12/02/2020 12:23, Adam Armstrong via observium escreveu:
I'm not sure which graphs you mean, but in general we don't have customisable graph colours.
It's always seemed super complicated to make that possible.
Adam.
Sent from BlueMail [1] On 12 Feb 2020, at 14:43, Rafael Coutinho - VIPTELECOM via observium observium@observium.org wrote:
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 [2] 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.
_______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Links: ------ [1] http://www.bluemail.me/r?b=15774 [2] https://bluemail.me/download
Hello, can you help me? I have an alert for sessions bgp down, when it is sent to the telegram, I receive the device, entity and description information, but in the observium on the alert status screen, there is no description field, is it possible to make this field appear? This way I will know whose AS down is.
---
Hello,
I’ve this :
In my config I’ve defined
$config['frontpage']['portpercent']['Core-Servers'] = array('group' => 37);
$config['frontpage']['portpercent']['Core-Users'] = array('group' => 38);
$config['frontpage']['portpercent']['Core-Firewall'] = array('group' => 45);
$config['frontpage']['portpercent']['Core-Printers'] = array('group' => 39);
$config['frontpage']['portpercent']['Core-other'] = array('group' => 46);
The number corresponds to port groups I’ve defined on our core switch
e.g. : Core-Users correspond to all the uplink ports connecting the users switches to our core switches
Best Regards
Thibault
De : observium observium-bounces@observium.org De la part de Rafael Coutinho - VIPTELECOM via observium Envoyé : lundi 10 février 2020 12:33 À : Observium observium@observium.org Cc : Rafael Coutinho - VIPTELECOM core@viptelecom.com.br Objet : [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?
---
participants (8)
-
Adam Armstrong
-
adama@memetic.org
-
adama@observium.org
-
Christian Eriksson
-
Rafael Coutinho - VIPTELECOM
-
Ross [Eve IT]
-
Serghei Golipad
-
Thibault Richard