Search found 24 matches

by larry.lo
Wed Apr 19, 2017 10:57 pm
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

Please closed this post since I am upgrading NRPE v3 one by one.
by larry.lo
Sun Jan 29, 2017 7:51 pm
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

See this link for our instructions - https://support.nagios.com/kb/article.php?id=515&show_category=22 The direct link can be found here - https://github.com/NagiosEnterprises/nrpe/releases/download/3.0.1/nrpe-3.0.1.tar.gz Thanks. But, I mean I want the one click installer (./runinstaller <= no...
by larry.lo
Thu Jan 26, 2017 11:14 pm
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

You might look into RPM packaging: http://stackoverflow.com/questions/880227/what-is-the-minimum-i-have-to-do-to-create-an-rpm-file But this is out of scope of what we can assist with. But, I want the nrpe agent installer for NRPE v3. As I want to install nrpe agent v3 directly. Where can I downloa...
by larry.lo
Thu Jan 26, 2017 1:36 am
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

rkennedy wrote:You could include the package perl-Digest in your initial system setup to counteract this. You're free to build your own installer, but this isn't something we can assist with.
Hi rkennedy,

Is there any reference to build our own installer for NRPE v3? (Linux, Solaris, AIX)
Thanks.
by larry.lo
Mon Jan 16, 2017 8:59 pm
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

lmiltchev wrote:According to our developers, the "perl-Digest" package is needed by the "check_logfile" plugin, not NRPE.
Is there any way to customize a Installation package for our environment?

Thanks.
by larry.lo
Tue Jan 10, 2017 11:06 pm
Forum: Nagios XI
Topic: How to re-install / uninstall linux-nrpe-agent?
Replies: 5
Views: 1915

Re: How to re-install / uninstall linux-nrpe-agent?

gormank wrote:The OP needs to remove the dir (in /tmp per instructions) that the NRPE install files were extracted to, then extract the files again. The install script keeps track of what succeeded or failed so it can be restarted.
dwhitfield wrote:Thanks @gormank!

@larry.lo, did that work for you?
Its work, thanks so much.
by larry.lo
Tue Jan 10, 2017 11:02 pm
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

Re: NRPE: Unable to read output

Hi support, Problem solved. It needed some package to run the command, it resumed normal after installed these package (perl-Digest) Previously, I just install linux-nrpe-agent on Linux 6.x, it's normal. But, this problem just happened on linux 7.x. Since we have upgrade nrpe from v2.15 to v3.01, ca...
by larry.lo
Tue Jan 10, 2017 6:06 am
Forum: Nagios XI
Topic: How to re-install / uninstall linux-nrpe-agent?
Replies: 5
Views: 1915

How to re-install / uninstall linux-nrpe-agent?

Hi Support, I just found the other post and performed following step. delgroup nagios deluser nagios rm -f /etc/xinet.d/nrpe service xinetd restart rm -rf /usr/local/nagios After this, I can't run "./fullinstall" again [root@bssoap11 linux-nrpe-agent]# ./fullinstall Your system $PATH does ...
by larry.lo
Tue Jan 10, 2017 5:59 am
Forum: Nagios XI
Topic: NRPE: Unable to read output
Replies: 13
Views: 2973

NRPE: Unable to read output

I have newly created a monitoring hosts and services and one of the service (LOG /var/log/messages) are showing "Unknown: NRPE: Unable to read output". I have tried the following: 1. As we use xinetd, checked the client common.cfg file: (/usr/local/nagios/etc/nrpe/common.cfg) command[check...
by larry.lo
Tue Nov 29, 2016 9:29 pm
Forum: Nagios XI
Topic: Problem of fault alert
Replies: 5
Views: 1084

Re: Problem of fault alert

Hi all, Our settings as below, thanks. /usr/local/nagios/etc/nrpe/common.cfg command[check_log_vcs]=/usr/local/nagios/libexec/check_logfiles -f /usr/local/nagios/etc/check_log_vcs.cfg /usr/local/nagios/etc/check_log_vcs.cfg $options = 'report=long, maxlength=65535'; @searches = ({ tag => '/var/VRTSv...