any reporting tool for nagios ???

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
android
Posts: 6
Joined: Mon Mar 05, 2012 10:53 am

any reporting tool for nagios ???

Post by android »

Hi,
Its a general question , how can we export availability reports from nagios to xlsx/ pdf . have tried nagiosgraph ,which is good for graphs but not for generating and exporting tables , but it was good in such a way that it could be integrated to the same url as nagios . currently trying pnp4nagios, again need to be accessed by different url and also to access other hosts and to generate report need to make changes in url ( thats how i understand ), which doesnt sound very user friendly, do they have any proper webinterface from where hosts and reports can be selected and generated .
also let me know if there are any other simple tools to export reports.

Thanks
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: any reporting tool for nagios ???

Post by mguthrie »

A lot of what you're looking for is already built into Nagios XI. The other alternative that people use is ndoutils as a DB backend and then they use their own home-grown tools to export to some sort of reporting solution like Crystal reports.
sanchezpaa
Posts: 3
Joined: Tue Nov 16, 2010 9:43 pm

Re: any reporting tool for nagios ???

Post by sanchezpaa »

I'm currently working on an availability report (written in PHP, much like the one included in Nagios) that outputs host name, % up, % critical, % unreachable, number of failures, hours dedicated to problem solving based on Mathias Kettner's livestatus which generates an .xls file. If you think it'll help you let me know.
pauln75
Posts: 1
Joined: Tue Jul 31, 2012 4:23 pm

Re: any reporting tool for nagios ???

Post by pauln75 »

I'd like to try this php reporting tool that you have. How can I try it out?

Thanks, Paul
sanchezpaa
Posts: 3
Joined: Tue Nov 16, 2010 9:43 pm

Re: any reporting tool for nagios ???

Post by sanchezpaa »

pauln75 wrote:I would like to try your php availability reports. Please let me know what I need to do to test it out.

thanks! Paul
I haven´t checked the forum for a while. If you´re still interested, please let me know.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: any reporting tool for nagios ???

Post by slansing »

If you'd like to get a wider, test and viewer base I'd recommend uploading it to: http://exchange.nagios.org/

And then posting the link here for Paul.
Locked