Search found 8 matches

by nagendra verma
Thu Feb 27, 2014 2:15 am
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 18
Views: 20634

Re: NRPE: Unable to read output

checking these commands on nagios login cat /etc/sudoers | grep tty its giving cat: /etc/sudoers: Permission denied now running sudo cat /etc/sudoers | grep tty its giving Defaults requiretty on running /usr/local/nagios/libexec/check_nrpe -H remote host ip -c myplugin its giving. NRPE: Unable to re...
by nagendra verma
Wed Feb 26, 2014 1:18 am
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 18
Views: 20634

Re: NRPE: Unable to read output

abrist wrote:Have you restarted nrpe on the remote system since the command name change?

Yes I have restarted my nrpe using sudo /etc/init.d/xinetd restrat its sucessfully restarted ,but the problem did not solve.
by nagendra verma
Sun Feb 23, 2014 11:19 pm
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 18
Views: 20634

Re: NRPE: Unable to read output

With nagios login on remote host I am able to rum myplugin only with sudo permission like sudo myplugin now I am getting desired output without sudo I am getting nothing. on local machine myplugin is working now command echo $? giving output 0 I have added nagios ALL=(ALL) NOPASSWD: ALL on sudoers f...
by nagendra verma
Fri Feb 21, 2014 6:14 am
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 18
Views: 20634

Re: NRPE: Unable to read output

tmcdonald wrote:Are you running NRPE through xinetd or stand-alone? If the second, did you allow it through the firewall? Did you add the server's IP into your allowed_from in your nrpe.cfg?
Yes I am running NRPE through xinetd ; I am having other plugins there like check_load every one is working fine.
by nagendra verma
Thu Feb 20, 2014 12:09 am
Forum: Open Source Nagios Projects
Topic: NRPE: Unable to read output
Replies: 18
Views: 20634

NRPE: Unable to read output

Hi! when I am calling from server /usr/local/nagios/libexec/check_nrpe -H ip address -c myplugin I am getting NRPE: Unable to read output I have added in /etc/sudoers file nagios ALL = NOPASSWD:/usr/local/nagios/libexec/myplugin and added in nrpe.cfg file command[myplugin]=sudo /usr/local/nagios/lib...
by nagendra verma
Wed Jan 15, 2014 6:39 am
Forum: Open Source Nagios Projects
Topic: Not getting output from remote machine
Replies: 1
Views: 868

Not getting output from remote machine

Hi! I have written a simple programe given below , with the help of this I want to know the capability of GPU on remote machine. its running fine on remote machine giving out put Capability 3.5 but when I am trying to get output on server machine with help of check_nrpe I am getting nothing ,unable ...
by nagendra verma
Mon Apr 22, 2013 11:04 pm
Forum: Open Source Nagios Projects
Topic: problem on installing nagios plugin on RHEL-5.1
Replies: 2
Views: 1082

Re: problem on installing nagios plugin on RHEL-5.1

Dear Sir, Thanks for viewing my problem. The problem has been solved when I restart my machine its not stucking during configuration. I am attaching my configuration file . Thanks nagendra configuration.log file checking for a BSD-compatible install... /usr/bin/install -c checking whether build envi...
by nagendra verma
Sat Apr 20, 2013 12:40 am
Forum: Open Source Nagios Projects
Topic: problem on installing nagios plugin on RHEL-5.1
Replies: 2
Views: 1082

problem on installing nagios plugin on RHEL-5.1

Hi! I am trying to install Nagios Plugins , nagios-plugins-1.4.16 on RHEL-5.1 It has been hung at "checking for ps syntax..." i have tried it many times, but it always hangs there I have tried ./configure but it hanged then ./configure --enable-redhat-pthread-workaround again it hanged. ev...