hi team,
We would like to send data from nagios xi server to grafana server so that we can create dashboards on grafana tool.
let me know if its possible or not and if yes whats the best practises to achieve this kind of data visualisation.
Integrate Nagios with grafana tool
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Integrate Nagios with grafana tool
Hi,
I believe this can be done, but we do not have official documentation on this process since Grafana is a third-party application.
I would like to point that you do get 3 activations with your Nagios XI license, production, test, and backup. So you are free to experiment on the test server without worrying about breaking your production instance while testing this configuration.
https://support.nagios.com/kb/article.php?id=145
Additionally, there are a number of tutorials online for Core to help get you started.
Benjamin
I believe this can be done, but we do not have official documentation on this process since Grafana is a third-party application.
I would like to point that you do get 3 activations with your Nagios XI license, production, test, and backup. So you are free to experiment on the test server without worrying about breaking your production instance while testing this configuration.
https://support.nagios.com/kb/article.php?id=145
Additionally, there are a number of tutorials online for Core to help get you started.
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!
-
- Posts: 184
- Joined: Sun Jan 07, 2018 12:56 pm
Re: Integrate Nagios with grafana tool
just wanted to know if Installing PNP4Nagios plugin on Nagios Xi will break anything in our current environment .
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Integrate Nagios with grafana tool
Hi @IT-OPS-SYS,
Nagios XI is already running NPCD for performance graphs and processing RRD files.
Benjamin
Reference:
https://support.nagios.com/kb/article.php?id=41
Nagios XI is already running NPCD for performance graphs and processing RRD files.
Benjamin
Reference:
https://support.nagios.com/kb/article.php?id=41
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!
-
- Posts: 184
- Joined: Sun Jan 07, 2018 12:56 pm
Re: Integrate Nagios with grafana tool
where is the location of these rrd files inside the nagios and is there any way that i can get json format for these files.
-
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Integrate Nagios with grafana tool
Hi @IT-OPS-SYS,
All of the rrd files are located in the following directory.
There is an RRD export tool that you can use to export this data into JSON format.
https://oss.oetiker.ch/rrdtool/doc/rrdx ... ml#I__json
--Benjamin
All of the rrd files are located in the following directory.
Code: Select all
/usr/local/nagios/share/perfdata
https://oss.oetiker.ch/rrdtool/doc/rrdx ... ml#I__json
--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!