Search found 21 matches

by socgenindia
Thu Feb 15, 2018 12:51 am
Forum: Nagios XI
Topic: NRPE 3.x Issue
Replies: 3
Views: 721

Re: NRPE 3.x Issue

sorry that was a typo, command that i executed is below.

/usr/local/nagios/libexec/check_nrpe -2 -P 8192 -H hostname -p 5666
CHECK_NRPE: Receive underflow - only 1026 bytes received (4 expected).
by socgenindia
Wed Feb 14, 2018 2:16 pm
Forum: Nagios XI
Topic: NRPE 3.x Issue
Replies: 3
Views: 721

NRPE 3.x Issue

we have upgraded our nrpe 2.15 to nrpe 3.2.1 and also upgraded nagios plugin. We are monitoring windows server using the NSClient version 4.4.23 . However i am getting below error even after making payload length in ini file. followed the instruction from below link. https://support.nagios.com/kb/ar...
by socgenindia
Wed Nov 22, 2017 8:11 am
Forum: Nagios XI
Topic: Modgearmn issue
Replies: 3
Views: 127

Re: Modgearmn issue

After enabling the log , i see no log entry for eventhandler. if i enable event handler option in gearman configuration all host checks in nagios grays out and eventhandler execution doesn't takes place.
by socgenindia
Wed Nov 22, 2017 8:09 am
Forum: Nagios XI
Topic: User Permission
Replies: 1
Views: 69

User Permission

Hi,

We have Nagios XI 5.4.3 and please let us how to achieve below.

How can we give particular user to manage only his servers , like changing configuration , changing threshold from WEB console.
by socgenindia
Tue Nov 21, 2017 9:32 am
Forum: Nagios XI
Topic: Modgearmn issue
Replies: 3
Views: 127

Modgearmn issue

Hi, We have nagios XI 5.2 , and we are using modgearman. Below is the status of gearman. Queue Name | Worker Available | Jobs Waiting | Jobs Running ------------------------------------------------------------------ check_results | 1 | 0 | 0 eventhandler | 50 | 10 | 0 host | 99 | 0 | 30 service | 99...
by socgenindia
Tue May 23, 2017 9:30 am
Forum: Nagios XI
Topic: Event Handler Command not executing
Replies: 12
Views: 705

Re: Event Handler Command not executing

Hi,

I will open the ticket with [email protected] , but for security reason i am not allowed to send the profile file. Please let me know if you need any specific file or command output.
by socgenindia
Tue May 23, 2017 1:50 am
Forum: Nagios XI
Topic: Event Handler Command not executing
Replies: 12
Views: 705

Re: Event Handler Command not executing

Hi, Please find the output ls -l /produits/nagiosXI/nagios/etc/script/cron.sh -rwxrwxr-x 1 apache monlc 94 May 22 12:44 /produits/nagiosXI/nagios/etc/script/cron.sh bash -x /produits/nagiosXI/nagios/etc/script/cron.sh + echo 'executing the script' executing the script + echo Hi cat /produits/nagiosX...
by socgenindia
Mon May 22, 2017 8:36 am
Forum: Nagios XI
Topic: Event Handler Command not executing
Replies: 12
Views: 705

Re: Event Handler Command not executing

Hi, Please find the command output su nagios umask 0066. when i checked in eventman.log only global event handlers are processed , not local event handlers. .....PROCESS EVENT: ID=8489033, SOURCE=2, TYPE=2, TIME=2017-05-22 15:23:15 *** GLOBAL HANDLER... Array ( [event_id] => 8489033 [event_source] =...
by socgenindia
Fri May 19, 2017 9:17 am
Forum: Nagios XI
Topic: Event Handler Command not executing
Replies: 12
Views: 705

Re: Event Handler Command not executing

Hello, I have PM the nagios profile to you. when i run the script using the nagios user it just create the file cron.txt echo "Hi" > /produits/nagiosXI/nagios/etc/script/cron.txt. However we run the nagios with different user and with that user also i am able to run the script. ocsp , noti...
by socgenindia
Thu May 18, 2017 1:35 pm
Forum: Nagios XI
Topic: Event Handler Command not executing
Replies: 12
Views: 705

Re: Event Handler Command not executing

With nagios user i am able to run that script.