Search found 6 matches
- Thu Dec 04, 2014 10:39 am
- Forum: Open Source Nagios Projects
- Topic: Error Compiling NRPE
- Replies: 10
- Views: 7613
Re: Error Compiling NRPE
Did you take a look at the link Box293 posted? Hi tmcdonald, yes I did take a look of what Box293 posted, but whit no luck. Finally I got the solution for this. Seems like AIX got a lot of trouble with the C compiler because you need to identify some prerequisites with NRPE agent, but somebody just...
- Wed Nov 26, 2014 10:21 am
- Forum: Open Source Nagios Projects
- Topic: Error Compiling NRPE
- Replies: 10
- Views: 7613
Re: Error Compiling NRPE
Hi All
¿Anybody can guide me through out a solution for this situation? please right now I don't know what to do in this case.
¿Anybody can guide me through out a solution for this situation? please right now I don't know what to do in this case.
- Wed Nov 19, 2014 6:17 pm
- Forum: Open Source Nagios Projects
- Topic: Error Compiling NRPE
- Replies: 10
- Views: 7613
Re: Error Compiling NRPE
You can try to modify the configuration file in the following lines nrpe.cfg # COMMAND ARGUMENT PROCESSING # This option Determines whether or not the NRPE daemon will allow clients # Specify arguments to commands to That are Executed. This option only works # If the daemon configured WAS With The ...
- Wed Nov 19, 2014 6:06 pm
- Forum: Open Source Nagios Projects
- Topic: Error Compiling NRPE
- Replies: 10
- Views: 7613
Re: Error Compiling NRPE
Hi abrist, sorry for late answer...I'm running nrpe version 2.12abrist wrote:What version of nrpe are you trying to build?
Thanks
- Tue Nov 04, 2014 12:06 pm
- Forum: Open Source Nagios Projects
- Topic: Error Compiling NRPE
- Replies: 10
- Views: 7613
Error Compiling NRPE
Hi All I hope somebody could lead me in this error. I am triyng to setting up nrpe agent at AIX server, I just downloaded the binaries for AIX and just trying to set it up, but when I try to test the configuration locally just to see if the Nagios server is able to reach out the AIX server, running ...
- Tue Nov 04, 2014 10:37 am
- Forum: Open Source Nagios Projects
- Topic: [HELP] How to fix :Received 0 bytes from daemon
- Replies: 2
- Views: 1736
Re: [HELP] How to fix :Received 0 bytes from daemon
Hi do you see something in you nrpe log? maybe there is the answer of you problem. I got something similar, but the log says "Error: Request contained command arguments!" and to repair this I have to do, recompile the nrpe agent, like this: ./configure --enable-command-args make all make i...