Good afternoon:
Is it possible Grafana resides i other host different than Nagios and this Grafana Host can feed datasource of from the remote souurce NagiosXI.
I have Two hosts
Nagiosxi (ip1) -> Grafana (ip2)
Many Thanks in Advance.
Kind Regards
Grafana and NagiosXI
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Grafana and NagiosXI
Hi,
I would imagine this is possible but haven't tested it myself. I found a related question on the Grafana Community board about integrating Grafana with multiple Nagios servers. Let us know if you're able to set it up. Thanks, Benjamin
Adding additional Nagios XI server
I would imagine this is possible but haven't tested it myself. I found a related question on the Grafana Community board about integrating Grafana with multiple Nagios servers. Let us know if you're able to set it up. Thanks, Benjamin
Adding additional Nagios XI server
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Grafana and NagiosXI
You can always write a retention.dat "exporter" that prometheus can collect 
Thats the way i went.
Prometheus holds last 24h of data and grafana queries the prometheus
Thats the way i went.
Prometheus holds last 24h of data and grafana queries the prometheus
-
FCC_Nagios_Support
- Posts: 161
- Joined: Tue Mar 10, 2020 11:07 am
Re: Grafana and NagiosXI
Hi,
Teh problem is Remote NagiosXI which has PNP4.
I will try Datasource = http://remote_nagiosxi/pnp4nagios
Could it run with pnp4 installed in the remote and its plugin
KR
Teh problem is Remote NagiosXI which has PNP4.
I will try Datasource = http://remote_nagiosxi/pnp4nagios
Could it run with pnp4 installed in the remote and its plugin
KR
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Grafana and NagiosXI
@Tanel thanks for contributing
These types of 3rd party integrations are out of scope for XI product support but good luck and let us know if you get it working.
Benjamin
These types of 3rd party integrations are out of scope for XI product support but good luck and let us know if you get it working.
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
FCC_Nagios_Support
- Posts: 161
- Joined: Tue Mar 10, 2020 11:07 am
Re: Grafana and NagiosXI
Hi,
I have got it! runs!
I had to install pnp4 in the remote host as datasource and allow the source ip in
/etc/httpd/conf.d/pnp4nagios.conf of local wivh query
KR
I have got it! runs!
I had to install pnp4 in the remote host as datasource and allow the source ip in
/etc/httpd/conf.d/pnp4nagios.conf of local wivh query
KR
-
FCC_Nagios_Support
- Posts: 161
- Joined: Tue Mar 10, 2020 11:07 am
Re: Grafana and NagiosXI
Hi,
I have got it! runs!
I had to install pnp4 in the remote host as datasource and allow the source ip in
/etc/httpd/conf.d/pnp4nagios.conf of local wich query
I created two datasources one local and the other remote.
Obtain de rrds okay
KR
I have got it! runs!
I had to install pnp4 in the remote host as datasource and allow the source ip in
/etc/httpd/conf.d/pnp4nagios.conf of local wich query
I created two datasources one local and the other remote.
Obtain de rrds okay
KR
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Grafana and NagiosXI
Great!FCC_Nagios_Support wrote:Hi,
I have got it! runs!
I had to install pnp4 in the remote host as datasource and allow the source ip in
/etc/httpd/conf.d/pnp4nagios.conf of local wich query
I created two datasources one local and the other remote.
Obtain de rrds okay
KR
Locking thread