Search found 5024 matches

by cdienger
Tue Mar 09, 2021 4:06 pm
Forum: Nagios XI
Topic: Eventhandler in Distrubuted Nagios (Mod_Gearman)
Replies: 5
Views: 589

Re: Eventhandler in Distrubuted Nagios (Mod_Gearman)

Change this in the /etc/mod_gearman/module.cfg: eventhandler=no to: eventhandler=yes A copy of the handler should exist on the mod gearman workers - it usually needs to be under /usr/local/nagios/libexec or wherever the plugins are stored. Restart the modgearman service after making the change and v...
by cdienger
Tue Mar 09, 2021 10:44 am
Forum: Nagios Network Analyzer
Topic: There were no results in the time period specified
Replies: 11
Views: 3180

Re: There were no results in the time period specified

I'd like to take a closer look at this over a remote if possible. Please open a ticket and reference this forum post and we can get the ball rolling on that.

support.nagios.com/tickets
by cdienger
Mon Mar 08, 2021 4:43 pm
Forum: Nagios Log Server
Topic: Unable to upload certificates to Nagios Log Server
Replies: 1
Views: 400

Re: Unable to upload certificates to Nagios Log Server

Step through https://support.nagios.com/kb/article/a ... n-600.html to enable authentication debugging. The debug output is written to the apache files.
by cdienger
Mon Mar 08, 2021 11:51 am
Forum: Nagios Log Server
Topic: logstash.log filling up disk space
Replies: 3
Views: 944

Re: logstash.log filling up disk space

Let us know if that has improved things. If not, please provide a directory listing: ls -alh /var/log/logstash as well as copy of /var/lib/logrotate/logrotate.status Also, logstash.log should be relatively small unless there is a reoccuring error. What do you see if you run: tail -f /var/log/logstas...
by cdienger
Fri Mar 05, 2021 5:52 pm
Forum: Nagios Log Server
Topic: Initial Nagios Log Server installation appears to be hanging
Replies: 4
Views: 643

Re: Initial Nagios Log Server installation appears to be han

It sounds like there has been success.

Per the doc a minimal install is recommended: https://assets.nagios.com/downloads/nag ... Server.pdf
by cdienger
Fri Mar 05, 2021 12:45 pm
Forum: Nagios Log Server
Topic: logstash.log filling up disk space
Replies: 3
Views: 944

Re: logstash.log filling up disk space

What OS is NLS installed on? Please provide a copy of /etc/logrotate.d/nagioslogserver.

Go ahead and remove the log and allow it to be recreated:

Code: Select all

systemctl stop logstash
rm /var/log/logstash/logstash.log
by cdienger
Thu Mar 04, 2021 5:37 pm
Forum: Nagios Network Analyzer
Topic: There were no results in the time period specified
Replies: 11
Views: 3180

Re: There were no results in the time period specified

Thanks for the update. I believe I've been able to reproduce with the data provided and am currently looking into it, but let me know how the memory change goes.
by cdienger
Thu Mar 04, 2021 4:43 pm
Forum: Nagios Log Server
Topic: Moving Log Server Data
Replies: 5
Views: 787

Re: Moving Log Server Data

Sounds good. Keep us posted!
by cdienger
Thu Mar 04, 2021 11:27 am
Forum: Nagios XI
Topic: Nagios XI and Servicenow Integration problem
Replies: 5
Views: 1288

Re: Nagios XI and Servicenow Integration problem

It uses the $HOSTSTATETYPE$ and $SERVICESTATETYPE$ macros to indicate a SOFT or HARD state: https://assets.nagios.com/downloads/nag ... olist.html

You can see this macro in use in the /usr/local/nagios/var/nagios.log.
by cdienger
Wed Mar 03, 2021 5:50 pm
Forum: Nagios Log Server
Topic: logstash.log filling up rapidly
Replies: 1
Views: 594

Re: logstash.log filling up rapidly

A logstash filter like this will drop an event if the sourcename matches: if [SourceName] == 'Microsoft-Windows-StorPort' { drop{} } Can you provide the raw log containing the event that caused the encoding message? It looks like logstash had an issue with the name found in the message field: ... Na...