Page 2 of 3
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:39 pm
by abrist
Lets see if it is just pathing issues, we need to find the location of the perl module:
Or if you use mlocate:
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:47 pm
by praveen.ks
Not able to find a file Writer.pm
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:52 pm
by sreinhardt
Then this package is not installed, please follow the yum install command above and report the entire output back.
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:55 pm
by praveen.ks
If you have any documents, step by step installation. if you have please share it.
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 1:59 pm
by slansing
Then this package is not installed, please follow the yum install command above and report the entire output back.
This is a basic Linux administrative task thus we do not document these things, documentation of how to use the Yum package manager can be found in their support channels.
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 2:20 pm
by praveen.ks
I installed that package, still same error
[root@ns cgi-bin]# rpm -qa perl-XML-Writer
perl-XML-Writer-0.604-1.PU_IAS.5
[root@ns cgi-bin]# ./nxe.pl status statuslog1 > output.xml
Can't locate XML/Writer/String.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 53.
BEGIN failed--compilation aborted at ./nxe.pl line 53.
[root@ns cgi-bin]#
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 2:52 pm
by abrist
Looks like you have another perl dependency issue. Try:
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 3:13 pm
by praveen.ks
Same error, is there any other option to generate nagios
reports in EXCEL
Re: Need Nagios Reports In
Posted: Tue Aug 13, 2013 3:21 pm
by abrist
praveen.ks wrote:Same error, is there any other option to generate nagios
reports in EXCEL
Not that I know of. Lets continue to work on dependencies:
Re: Need Nagios Reports In
Posted: Wed Aug 14, 2013 5:25 am
by praveen.ks
./nxe.pl status statuslog1 > output.xml
Can't locate XML/Writer/String.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 53.