Page 1 of 1

Grafana and NagiosXI

Posted: Thu Jun 25, 2020 6:57 am
by FCC_Nagios_Support
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

Re: Grafana and NagiosXI

Posted: Thu Jun 25, 2020 4:01 pm
by benjaminsmith
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

Re: Grafana and NagiosXI

Posted: Fri Jun 26, 2020 4:28 am
by Tanel
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 :)

Re: Grafana and NagiosXI

Posted: Fri Jun 26, 2020 5:59 am
by FCC_Nagios_Support
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

Re: Grafana and NagiosXI

Posted: Fri Jun 26, 2020 3:00 pm
by benjaminsmith
@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

Re: Grafana and NagiosXI

Posted: Sun Jun 28, 2020 5:25 am
by FCC_Nagios_Support
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

Re: Grafana and NagiosXI

Posted: Sun Jun 28, 2020 5:26 am
by FCC_Nagios_Support
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

Re: Grafana and NagiosXI

Posted: Mon Jun 29, 2020 7:31 am
by scottwilkerson
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
Great!

Locking thread