Page 1 of 3
Need Nagios Reports In
Posted: Fri Aug 09, 2013 8:56 am
by praveen.ks
HI,
Hi, I configure Nagios 3.2 Core and everything is working fine, i need nagios reports in excel file. Anyone can help me ?[/b][/b]
Re: Need Nagios Reports In
Posted: Fri Aug 09, 2013 10:48 am
by abrist
You can import xml into excel, so you may want to look at the exchange:
http://exchange.nagios.org/index.php?op ... chword=xml
Otherwise, I have yet to find much for the newer versions of nagios.
Re: Need Nagios Reports In
Posted: Sat Aug 10, 2013 9:46 am
by praveen.ks
Can you please tell me, How to configure it, please suggest one tool to do, just i need Nagios reports in Excel.
Re: Need Nagios Reports In
Posted: Mon Aug 12, 2013 9:52 am
by slansing
You could take a look at using:
http://exchange.nagios.org/directory/Ad ... ne/details
The file inside of the tarball has installation instructions starting about 20 lines down.
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:06 pm
by praveen.ks
got a error ::::
[root@ns cgi-bin]# ./nxe.pl status ststuslog1 > output.xml
Can't locate XML/Writer.pm in @INC (@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 .) at ./nxe.pl line 52.
BEGIN failed--compilation aborted at ./nxe.pl line 52.
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:08 pm
by abrist
Looks like you need the XMLWriter perl package. What linux distro are you on?
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:15 pm
by praveen.ks
Centos 5.6
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:26 pm
by abrist
Install the following package and try the script again:
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:32 pm
by praveen.ks
This package is already installed
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:39 pm
by sreinhardt
OK, then lets validate that it is installed in the right spot or that your perl path includes this location.