Search found 3 matches

by souzarod
Fri Dec 18, 2015 6:56 am
Forum: Open Source Nagios Projects
Topic: NRDP in Linux - NO REQUEST HANDLER
Replies: 22
Views: 10210

Re: NRDP in Linux - NO REQUEST HANDLER

thanks by solution!!! Work fine for me.
by souzarod
Mon Aug 31, 2015 12:43 pm
Forum: Open Source Nagios Projects
Topic: Missing Perl Modules - check imap receive
Replies: 3
Views: 1621

Re: Missing Perl Modules - check imap receive

hi jdalrymple, thanks for your response. But in others researchs that i did, the solution for this case is add this parameter -I in the file of script. See below: #!/usr/bin/perl -I <my-path_libraries-perl> Ex. #!/usr/bin/perl -I /root/perl5/lib/perl5 After i did this change, my service monitoring w...
by souzarod
Mon Aug 31, 2015 10:03 am
Forum: Open Source Nagios Projects
Topic: Missing Perl Modules - check imap receive
Replies: 3
Views: 1621

Missing Perl Modules - check imap receive

Hello guys, I'm trying to use the check_imap_receive plugin ([url] http://buhacoff.net/software/check_email_delivery/check_imap_receive.html [/ url]) in my monitoring environment and am having trouble. I have already installed all the necessary dependencies perl as (IO :: Socket :: SSL Text :: Templ...