Search found 2078 matches

by eloyd
Tue Mar 29, 2016 10:26 am
Forum: Nagios Log Server
Topic: Sending logs to Nagios Log Server from Solaris zone
Replies: 8
Views: 1957

Re: Sending logs to Nagios Log Server from Solaris zone

Yes. Any modern syslog daemon (rsyslog for instance) can be used to send logs to the local host as files, and to a remote host. Log Server doesn't do anything to the host, the host just sends data to the Log Server. You may need a man page for your systems's specific syslog service.
by eloyd
Tue Mar 29, 2016 8:28 am
Forum: Nagios XI
Topic: Log monitoring
Replies: 22
Views: 241

Re: Log monitoring

What happens when you execute this on the remote host as the nagios user: /usr/local/nagios/libexec/check_log3.pl -l /weblogs/PRODUCTION/kpi/kpi.log -p Processing -p End -p Start -s /var/log/seek_files/check_log3_kpi_completion.seek -w 1 -c 1 And what happens when you execute this on the Nagios host...
by eloyd
Mon Mar 28, 2016 6:20 pm
Forum: Nagios XI
Topic: Log monitoring
Replies: 22
Views: 241

Re: Log monitoring

For what it's worth, NLS would run on a separate box and syslog could send data to it. But that's just a suggestion.
by eloyd
Mon Mar 28, 2016 4:02 pm
Forum: Nagios XI
Topic: Log monitoring
Replies: 22
Views: 241

Re: Log monitoring

I would use the Nagios Log Server for this, personally. Details at https://www.nagios.com/products/nagios-log-server.

Otherwise, you are likely looking at a sudo or other protection problem. Since I don't know what the script does, I can't say for sure.
by eloyd
Mon Mar 28, 2016 3:28 pm
Forum: Nagios XI
Topic: Log monitoring
Replies: 22
Views: 241

Re: Log monitoring

Just curious if using Nagios Log Server (even the free version) might be easier, save you a lot of time, and give you more functionality? The error you're seeing is indicative of not being able to make an SSL connection. This is often caused by the client NRPE server not being compiled on a system w...
by eloyd
Sun Mar 27, 2016 9:45 am
Forum: Nagios XI
Topic: Issue with special characters
Replies: 2
Views: 54

Re: Issue with special characters

Is this a custom plugin? I'm not familiar with it. At any rate, my quick assessment is that if you are always passing in "[]" as a parameter, then it doesn't need to be passed in. It could be specified in the nrpe.cfg file (or one of its include) as a direct parameter on the command line. ...
by eloyd
Sat Mar 26, 2016 9:06 am
Forum: Nagios Log Server
Topic: Filter Questions and exact matching?
Replies: 11
Views: 1154

Re: Filter Questions and exact matching?

OP originally wrote, For example we have a service named: ENTERPRISE-DOCSTORENAS-SERVICE but it will also match another service ENTERPRISE-DOCSTORENAS-SERVICE-TEST When trying to filter out the ENTERPRISE-DOCSTORENAS-SERVICE messages from the ENTERPRISE-DOCSTORENAS-SERVICE-TEST messages filters both...
by eloyd
Fri Mar 25, 2016 1:49 pm
Forum: Nagios Log Server
Topic: Filter Questions and exact matching?
Replies: 11
Views: 1154

Re: Filter Questions and exact matching?

I would use a grok filter to match fields. Harder to set up but easier to maintain in the future with more flexibility.
by eloyd
Thu Mar 24, 2016 7:55 pm
Forum: Nagios Log Server
Topic: Filter Questions and exact matching?
Replies: 11
Views: 1154

Re: Filter Questions and exact matching?

Now you have to filter out everything you don't want. Ugly and not very scalable. Unless you know that everything you don't want matches a predictable pattern and can filter out based on that.
by eloyd
Thu Mar 24, 2016 2:42 pm
Forum: Nagios XI
Topic: Alerts, notifications, and User communication
Replies: 6
Views: 212

Re: Alerts, notifications, and User communication

Glad to be of help. Feel free to nominate me for a Nagios MVP award using the link in my signature if you think it was good help!