I get the following message: (trying from terminal window)
./check_websphere --help
Can't locate XML/Simple.pm in @INC (@INC contains: /usr/local/nagios/libexec /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./check_websphere line 24.
BEGIN failed--compilation aborted at ./check_websphere line 24.
I am using Ubuntu 6.10 Nagios plugins 1.4.8
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Found in version 0.1 install document the requirements clearly mentioned installed XML::Simple Data::Dumper etc.
Problem resolved.
This information should also be in the Installation of the script part of a) Installation of the script paragraph.
After this I keep getting messages like UNKNOWN - http://winwas connection timeout
So another problem for me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for using my little plugin.
I will modify the Installation document folowing your remark in version 0.3.
For your connection timeout problem please verify that the server where you're running the plugin can resolve the server hostname by DNS or by /etc/hosts file.
And don't forget to specify Alias port number of the WAS server at the end, for example :
http://winwas:9081 if your wasPerfTool servlet is installed on default_host of WebSphere Portal.
If your installation is running WAS only, then it should be something like :
I get the following message: (trying from terminal window)
./check_websphere --help
Can't locate XML/Simple.pm in @INC (@INC contains: /usr/local/nagios/libexec /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at ./check_websphere line 24.
BEGIN failed--compilation aborted at ./check_websphere line 24.
I am using Ubuntu 6.10 Nagios plugins 1.4.8
Found in version 0.1 install document the requirements clearly mentioned installed XML::Simple Data::Dumper etc.
Problem resolved.
This information should also be in the Installation of the script part of a) Installation of the script paragraph.
After this I keep getting messages like UNKNOWN - http://winwas connection timeout
So another problem for me.
Hello,
Thanks for using my little plugin.
I will modify the Installation document folowing your remark in version 0.3.
For your connection timeout problem please verify that the server where you're running the plugin can resolve the server hostname by DNS or by /etc/hosts file.
And don't forget to specify Alias port number of the WAS server at the end, for example :
http://winwas:9081 if your wasPerfTool servlet is installed on default_host of WebSphere Portal.
If your installation is running WAS only, then it should be something like :
http://winwas:9080
Regards