Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_rbl
Reviews (3)
The following command satisfies dependencies on Debian-like systems with Nagios installed
apt-get install libreadonly-xs-perl libnagios-plugin-perl
apt-get install libreadonly-xs-perl libnagios-plugin-perl
Very good work. This plugin does exactly what it needs to. There is little I can add to this review other that it is just working.
You do need some Perl libraries and the Nagios plugin libraries to be able to use the plugin, but it should be no problem to install them.
You do need some Perl libraries and the Nagios plugin libraries to be able to use the plugin, but it should be no problem to install them.
Hi,
I download your plugin to test it, but when I try to use it it give me this error
Can't locate Nagios/Plugin.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/local/nagios/libexec/check_rbl line 35.
BEGIN failed--compilation aborted at /usr/local/nagios/libexec/check_rbl line 35
My Nagios/Plugin.pm located in /usr/local/nagios/perl/lib/Nagios/Plugin.pm
How to configure it to search for the plugin in this path /usr/local/nagios/perl/lib/
I install it using perl Makefile.PL INSTALLSITESCRIPT=/usr/local/nagios/libexec/
Thanks
I download your plugin to test it, but when I try to use it it give me this error
Can't locate Nagios/Plugin.pm in @INC (@INC contains: /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5 .) at /usr/local/nagios/libexec/check_rbl line 35.
BEGIN failed--compilation aborted at /usr/local/nagios/libexec/check_rbl line 35
My Nagios/Plugin.pm located in /usr/local/nagios/perl/lib/Nagios/Plugin.pm
How to configure it to search for the plugin in this path /usr/local/nagios/perl/lib/
I install it using perl Makefile.PL INSTALLSITESCRIPT=/usr/local/nagios/libexec/
Thanks