Comments on: Nagios – check_rbl – No output returned from plugin https://www.akamaras.com/linux/nagios-check_rbl-no-output-returned-from-plugin/ Yet another blog Tue, 29 Jul 2014 20:17:51 +0000 hourly 1 https://wordpress.org/?v=5.4.10 By: Muhammad Qasim https://www.akamaras.com/linux/nagios-check_rbl-no-output-returned-from-plugin/#comment-52929 Tue, 29 Jul 2014 20:17:51 +0000 http://www.akamaras.com/?p=2945#comment-52929 I have my ip checking at 295 places… 🙂

]]>
By: Muhammad Qasim https://www.akamaras.com/linux/nagios-check_rbl-no-output-returned-from-plugin/#comment-52928 Tue, 29 Jul 2014 20:16:54 +0000 http://www.akamaras.com/?p=2945#comment-52928 Yes i know i have already did that… right now i am using this https://github.com/egeland/nagios-rbl-check/blob/master/check_rbl.py

]]>
By: akamaras https://www.akamaras.com/linux/nagios-check_rbl-no-output-returned-from-plugin/#comment-52925 Tue, 29 Jul 2014 19:43:32 +0000 http://www.akamaras.com/?p=2945#comment-52925 In reply to Muhammad Qasim.

Hi

You’ll have to edit the script

vi /usr/lib64/nagios/plugins/check_rbl

And you’ll have to insert “# nagios: -epn”, after “#!/usr/bin/perl”, but within the first 10 lines of the script for Nagios to detect it.

]]>
By: Muhammad Qasim https://www.akamaras.com/linux/nagios-check_rbl-no-output-returned-from-plugin/#comment-52913 Tue, 29 Jul 2014 15:02:29 +0000 http://www.akamaras.com/?p=2945#comment-52913 Hi,
I have the same problem, Can you please guide me how did you add it in command.cfg
define command{
command_name check_rbl
command_line $USER1$/check_rbl -H $HOSTADDRESS$ –extra-opts=’rbl@/etc/nagios/servers/check_rbl.ini’ -t 60
}

Can you please guide how can i use it. It run fine /usr/lib64/nagios/plugins/check_rbl -H ip-address –extra-opts=’rbl@/root/rbl/check_rbl-1.3.2/check_rbl.ini’ -t 60

Regards
Qasim

]]>