Search found 5052 matches

by Box293
Mon Mar 30, 2020 4:58 pm
Forum: Open Source Nagios Projects
Topic: Wrappings for .exe extension in nsclient.ini?
Replies: 1
Views: 1309

Re: Wrappings for .exe extension in nsclient.ini?

I suspect the issue is this: [/settings/external scripts/wrapped scripts] valida_log = scripts\\dhl\\NC_InterfaceDHL.exe $ARG1$ $ARG2$ $ARG3$ $ARG4$ $ARG5$ It's not actually a wrapped script. This example here: https://docs.nsclient.org/reference/check/CheckExternalScripts/ [/settings/external scrip...
by Box293
Mon Mar 30, 2020 4:19 pm
Forum: Open Source Nagios Projects
Topic: Host and Service Trends
Replies: 22
Views: 18840

Re: Host and Service Trends

Can you get a tail of the logs after attempting to visit these pages please:

Run these commands

Code: Select all

tail /var/log/messages -n 100 > /tmp/messages_log.txt
tail /var/log/httpd/error_log -n 100 > /tmp/httpd_log.txt
Send us these files:
/tmp/messages_log.txt
/tmp/httpd_log.txt
by Box293
Thu Mar 26, 2020 6:12 pm
Forum: Nagios XI
Topic: Problems with WMI service checks
Replies: 23
Views: 2906

Re: Problems with WMI service checks

Lets focus on server 1 first.

Looking at this forum thread:
https://support.nagios.com/forum/viewto ... =7&t=44958

The end solution was to restart the winmgmt service several times. Does this help at all?
by Box293
Thu Mar 26, 2020 4:25 pm
Forum: Open Source Nagios Projects
Topic: nrpe problem on RedHat8 /tmp
Replies: 16
Views: 6937

Re: nrpe problem on RedHat8 /tmp

Can you please provide the check_tmpfiles_count.sh script.
by Box293
Thu Mar 26, 2020 4:22 pm
Forum: Open Source Nagios Projects
Topic: Log file content monitoring on client server
Replies: 3
Views: 1980

Re: Log file content monitoring on client server

This is the only way I know how:

https://docs.nsclient.org/reference/check/CheckLogFile/

However the method is something I just can't recommend. It would be worth your time to invest in running up a Nagios Log Server to do the monitoring, Nagios Core just isn't suited for log file monitoring.
by Box293
Thu Mar 26, 2020 4:17 pm
Forum: Open Source Nagios Projects
Topic: Host and Service Trends
Replies: 22
Views: 18840

Re: Host and Service Trends

Can you provide some screenshots please showing where it is missing?
by Box293
Thu Mar 26, 2020 3:49 pm
Forum: Open Source Nagios Projects
Topic: Command checkveeambu didn't terminate within the timeout per
Replies: 20
Views: 12387

Re: Command checkveeambu didn't terminate within the timeout

Update I found NRPE.CFG made this change # COMMAND TIMEOUT # This specifies the maximum number of seconds that the NRPE daemon will # allow plugins to finish executing before killing them off. #command_timeout=60 command_timeout=150 # CONNECTION TIMEOUT # This specifies the maximum number of second...
by Box293
Wed Mar 25, 2020 9:27 pm
Forum: Open Source Nagios Projects
Topic: Command checkveeambu didn't terminate within the timeout per
Replies: 20
Views: 12387

Re: Command checkveeambu didn't terminate within the timeout

There are two separate things going on here but they both relate to timing. root@tgcs017:/usr/lib/nagios/plugins# ./check_nrpe -u -H TGCS024 -t 120 -c checkveeambu -a 'Linux VM backup' 1 CHECK_NRPE: Socket timeout after 120 seconds. When I run the script on the server directly it takes awhile to com...
by Box293
Wed Mar 25, 2020 9:19 pm
Forum: Open Source Nagios Projects
Topic: How to configure NRDP to use a different port
Replies: 1
Views: 1189

Re: How to configure NRDP to use a different port

I don't have instructions for using a different port.

However you can see that /etc/httpd/conf.d/nrdp.conf is presenting /nrdp as an alias of Apache's default web page.

As for TLS, please check this documentation:
https://support.nagios.com/kb/article/n ... s-603.html
by Box293
Wed Mar 25, 2020 9:14 pm
Forum: Open Source Nagios Projects
Topic: nrpe problem on RedHat8 /tmp
Replies: 16
Views: 6937

Re: nrpe problem on RedHat8 /tmp

Any chance you could upgrade NRPE to the v4 branch ? Thanks for responding. Generally, I prefer packages from package mgmt systems, but since this is a test system, I am not adverse to trying that. Curious as to what fixes (if any) would be applied in so doing? or simply a shot in the dark... ? I'm...