I'm new to icinga and nagios. I'll appreciate any thoughts. I just like to ask, Can I configure icinga to write or append on a RRD file? I need to get all the historical data that icinga gets everytime. Or is there anyway for me to get all the statistics data?
Asked
Active
Viewed 59 times
1 Answers
0
Yes. There are already tools that can get the performance data from icinga/nagios and save in rrd format and also plot the graphs with this data.
Examples: pnp4nagios and nagiosgraph

jijinp
- 2,592
- 1
- 13
- 15
-
I just like to know if it is okay to create my custom rrd for the services and commands that I created which the icinga doesn't have. Is there a specific template for the rrd that I will create? – VanDamme Feb 16 '16 at 07:18
-
If custom plug-in generates performance data along with normal output, you can generate rrd with that. – jijinp Feb 16 '16 at 07:58
-
https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/3/en/perfdata.html – jijinp Feb 16 '16 at 07:59
-
http://www.yourownlinux.com/2014/06/how-to-create-nagios-plugin-using-bash-script.html – jijinp Feb 16 '16 at 07:59
-
Thanks 7171u. Exactly what I need. – VanDamme Feb 16 '16 at 09:49