Search found 15 matches

by nagisami
Mon Oct 28, 2024 6:15 pm
Forum: Open Source Nagios Projects
Topic: NRPEv4 - TCP wrapper
Replies: 1
Views: 6878

Re: NRPEv4 - TCP wrapper

Probably one has to enable tcpwrappeer support and compile nrpe from the source.
by nagisami
Thu Oct 24, 2024 7:22 pm
Forum: Open Source Nagios Projects
Topic: NRPEv4 - TCP wrapper
Replies: 1
Views: 6878

NRPEv4 - TCP wrapper

Hello,

Seems NRPEv4 provided by EPEL distibution doesn''t support TCP wrapper. Does one need to compile it from source to have it supported or TCP wrapper is not required anymore since "allowed_hosts" option exists by default now?

Please advise,
Thanks
by nagisami
Thu Oct 24, 2024 12:52 pm
Forum: Open Source Nagios Projects
Topic: SSL - nrpe and check_nrpe
Replies: 1
Views: 6350

SSL - nrpe and check_nrpe

Hello, Do nrpe and check_nrpe do encryption by default without certs? I understand encryption with certificates adds most secure layer. However I'm not sure how much overhead it adds to the client/server communication and keeping up certs updates on thousands of hosts? How do people manage SSL with ...
by nagisami
Thu Nov 17, 2022 8:58 pm
Forum: Open Source Nagios Projects
Topic: nrpe error
Replies: 1
Views: 1321

Re: nrpe error

I've NRPE client and NRPE plugin at 4.0.3 With "debug" on, it seems it maybe related to the packet/payload size. I isolated this to a specific command output which provide over 6K DB records. As per documentation, the packet size in v3/v4 is a variable up to 64K. Does this mean the command...
by nagisami
Thu Nov 17, 2022 11:49 am
Forum: Open Source Nagios Projects
Topic: check_nrpe socket timeout
Replies: 5
Views: 4757

Re: check_nrpe socket timeout

Thank you!

Yes, the wrapper idea was the one I ended up doing.
by nagisami
Wed Nov 16, 2022 8:41 pm
Forum: Open Source Nagios Projects
Topic: nrpe error
Replies: 1
Views: 1321

nrpe error

Hi,

Does anyone know what could cause this error and how to fix it ? Thanks

nrpe[57590]: ERROR: my_system() write(fd, buffer)-2 failed...
by nagisami
Thu Aug 04, 2022 12:53 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe socket timeout
Replies: 5
Views: 4757

Re: check_nrpe socket timeout

I'm looking for a alternative to throw a message instead of "socket_timeout" message which doesn't make sense to a layman. It is presumed that there is a problem at the other end the test isn't working.

Thanks
by nagisami
Fri Jul 22, 2022 3:12 pm
Forum: Open Source Nagios Projects
Topic: check_nrpe socket timeout
Replies: 5
Views: 4757

check_nrpe socket timeout

Hello,

If check_nrpe times out after whatever the period is defined, I want to show a message different that the usual socket timeout message.
The socket timeout message usually could be ignored easily which I'm trying to avoid.

Has anyone done this before in a reliable way?

Thanks
by nagisami
Mon Dec 14, 2020 8:27 pm
Forum: Open Source Nagios Projects
Topic: NRPE binary and conf file owner and permissions
Replies: 0
Views: 1476

NRPE binary and conf file owner and permissions

Hello,

The NRPE client side consideration from the security perspective.

The binary and the conf file is supposed to owned by "root". Is that correct?

I understand the binary should be run as non-root user.

Thanks
by nagisami
Thu Apr 02, 2020 7:23 pm
Forum: Open Source Nagios Projects
Topic: NRPE without xinetd?
Replies: 4
Views: 2292

Re: NRPE without xinetd?

Ok since I wanted to make use the TCP wrapper, I had hosts updated in the /etc/hosts.allow. I also had the "allowed_hosts" setting which was making NRPE to look as a first option. Per readme in the cfg it is supposed to ignore this setting but it wasn't. After commenting out the setting, i...