Nagios report

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
jithunp
Posts: 2
Joined: Thu Dec 01, 2011 6:54 am

Nagios report

Post by jithunp »

Hi All,

I want to generate a report with all the parameters currently getting monitored by Nagios for all the servers.
We are using Nagios core 3.2.0. Please let me know, if any possible solution for the same or any add ons available.

Regards
Jithesh Padikkal
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Nagios report

Post by jsmurphy »

Click availability in the left hand control panel, select services from the drop down box then click next, leave the drop down box as all services and click next again. Tick the output to a CSV file and click next again, copy the wall of jibberish text and save it to a .csv file and then you have a list of all hosts and their services :)

It's not the most elegant solution but it works if you just need a list of them all.
jithunp
Posts: 2
Joined: Thu Dec 01, 2011 6:54 am

Re: Nagios report

Post by jithunp »

As per your suggestion, i have done that.Thanks million...!!
anbulina
Posts: 2
Joined: Wed Nov 16, 2011 8:23 am

Re: Nagios report

Post by anbulina »

Hi ,

Is it possible to generate CSV reports for Hostgroups and Hosts as well.Any specific tool to automate the generation of availability report for Hosts and Hostgroups and mail it.
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Nagios report

Post by jsmurphy »

Same as in my previous post, use the availability page for hostgroups as well... you need an addon to automate the generation and mailing of reports google told me this addon might be what you are after: http://exchange.nagios.org/directory/Ad ... er/details
anbulina
Posts: 2
Joined: Wed Nov 16, 2011 8:23 am

Re: Nagios report

Post by anbulina »

Hi ,

Thanks for your prompt response.I want the availability report in CSV format for Host groups.I am not getting that option in my version of Nagios (3.2.3).
I got the option for all services.Please suggest...

I have tested the nagios-reporter tool and i am getting the following error
Connection reset by peer at ./nagios-reporter.v131.pl line 327
Net::SMTP=GLOB(0x8a9f2b4)>>> --boundary
Net::SMTP=GLOB(0x8a9f2b4): Timeout at ./nagios-reporter.v131.pl line 328
Net::SMTP=GLOB(0x8a9f2b4)>>> Content-type: text/plain
Net::SMTP=GLOB(0x8a9f2b4): Timeout at ./nagios-reporter.v131.pl line 329
Net::SMTP=GLOB(0x8a9f2b4)>>> Please read the attatchment
Net::SMTP=GLOB(0x8a9f2b4): Timeout at ./nagios-reporter.v131.pl line 330
Net::SMTP=GLOB(0x8a9f2b4)>>> --boundary--
Net::SMTP=GLOB(0x8a9f2b4): Timeout at ./nagios-reporter.v131.pl line 331

should i have to make further changes in nagios-reporter.pl file. Please suggest me .

Thanks in advance.
Locked