Search found 6 matches

by Yooshi
Wed Nov 28, 2018 4:30 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Receive header underflow - only 0 bytes received
Replies: 5
Views: 1903

Re: CHECK_NRPE: Receive header underflow - only 0 bytes rece

Its working !!! Thanks a lot tgriep for ur help ! First try doesn't work cause i've installed my NRPE on my Nagios with : --disable-ssl But i've modify nsclient.ini and change this : use ssl = 1 to use ssl = 0 Now its working perfectly : root@nagios:/home/nagios# /usr/local/nagios/libexec/check_nrpe...
by Yooshi
Tue Nov 27, 2018 4:49 pm
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Receive header underflow - only 0 bytes received
Replies: 5
Views: 1903

Re: CHECK_NRPE: Receive header underflow - only 0 bytes rece

Thanks for your help !

I will test that but i can't see your attachment ??
by Yooshi
Tue Nov 27, 2018 4:21 am
Forum: Open Source Nagios Projects
Topic: CHECK_NRPE: Receive header underflow - only 0 bytes received
Replies: 5
Views: 1903

CHECK_NRPE: Receive header underflow - only 0 bytes received

Hello, I've some difficult to use the NRPE plugin with nagios for monitor a windows server. I've use this to install my NagiosCore/NagiosPlugins/NRPE : dpkg -l selinux* apt-get update apt-get install -y autoconf automake gcc libc6 libmcrypt-dev make libssl-dev wget unzip apache2 apache2-utils php li...
by Yooshi
Sat Nov 24, 2018 8:23 am
Forum: Open Source Nagios Projects
Topic: [SOLVED] Check_cisco Syntax Error
Replies: 5
Views: 2439

Re: Check_cisco Syntax Error

Sorry for the late of reply.

Thanks a lot scottwilkerson for ur answer, I understand better how use the ARG !!

My problem is solved ! Thanks all !!!
by Yooshi
Mon Nov 19, 2018 1:49 pm
Forum: Open Source Nagios Projects
Topic: [SOLVED] Check_cisco Syntax Error
Replies: 5
Views: 2439

Re: Check_cisco Syntax Error

check-cisco.pl is the original name of the plugin but its just a name, the script works independently of the name of the script, its just a name of what we call in command line. If isn't, the command line should be not working i guess. I've rename this script like this cause i use it for monitore th...
by Yooshi
Sun Nov 18, 2018 10:46 am
Forum: Open Source Nagios Projects
Topic: [SOLVED] Check_cisco Syntax Error
Replies: 5
Views: 2439

[SOLVED] Check_cisco Syntax Error

Hello, I try to setup a Nagios but i've some issue to monitore my Cisco devices. I've download this plugin : https://github.com/ranl/monitor-utils/b ... k-cisco.pl This plugin is stored in /usr/local/nagios/libexec and name "check_cisco_int.pl" (chmod 777) I've configured my command.cfg li...