Search found 2534 matches

by jolson
Tue Apr 12, 2016 11:30 am
Forum: Nagios Log Server
Topic: Windows Event Log 30800
Replies: 3
Views: 1269

Re: Windows Event Log 30800

I'm interested in the following information:

-A screenshot of one of the events
-Your nxlog configuration
-The output of the following:

Code: Select all

cat /usr/local/nagioslogserver/logstash/etc/conf.d/*
by jolson
Tue Apr 12, 2016 10:38 am
Forum: Nagios Log Server
Topic: Nagios E-Mail Settings are not working
Replies: 13
Views: 2394

Re: Nagios E-Mail Settings are not working

In addition to the security setting, are you sure that you're using port 25 for SMTP traffic? More typically that traffic will arrive on port 587 using some form of encryption.
by jolson
Thu Apr 07, 2016 5:11 pm
Forum: Open Source Nagios Projects
Topic: Help with MACRO LASTSERVICESTATE
Replies: 12
Views: 4532

Re: Help with MACRO LASTSERVICESTATE

Why don't you handle this logic in the script itself? For instance: jolson-PC:[~]:$ echo 'OK' > /testfile jolson-PC:[~]:$ cat /testfile OK jolson-PC:[~]:$ ./alternate.sh jolson-PC:[~]:$ echo $? 0 jolson-PC:[~]:$ ./alternate.sh jolson-PC:[~]:$ echo $? 1 jolson-PC:[~]:$ ./alternate.sh jolson-PC:[~]:$ ...
by jolson
Wed Apr 06, 2016 10:45 am
Forum: Nagios Log Server
Topic: "Logstash Daemon dead but pid file exists"
Replies: 12
Views: 2520

Re: How to group logs by IP inside the message?

I'd like the following information from you:

Code: Select all

cat /usr/local/nagioslogserver/logstash/etc/conf.d/*

Code: Select all

cat /etc/sysconfig/logstash
The above information will help us give you a proper recommendation. Thanks!
by jolson
Mon Apr 04, 2016 3:29 pm
Forum: Nagios Log Server
Topic: Question on sending Apache Logs from Linux
Replies: 21
Views: 5730

Re: Question on sending Apache Logs from Linux

I have PM'd you, please check your inbox and respond when you have the time - thank you!
by jolson
Mon Apr 04, 2016 1:30 pm
Forum: Nagios Log Server
Topic: NLS Dashboard shows logs with a several hours delay.
Replies: 5
Views: 877

Re: NLS Dashboard shows logs with a several hours delay.

These show time and timezone which are correct for me. However after reboot of NLS server, the delayed logs are still appearing as if they are recent. I am interested in seeing one of the problem logs that you're receiving via the web GUI (click on a particular log to expand it). It would help a lo...
by jolson
Mon Apr 04, 2016 10:27 am
Forum: Nagios Log Server
Topic: Nagios Log Server - Forward Logs
Replies: 6
Views: 375

Re: Nagios Log Server - Forward Logs

Closing it up!
by jolson
Fri Apr 01, 2016 1:48 pm
Forum: Nagios Log Server
Topic: How to process Websphere Application server/HTTP server logs
Replies: 42
Views: 11854

Re: How to process Websphere Application server/HTTP server

Log on to your client machine and give the following rsyslog adjustment a try: vi /etc/rsyslog.d/90-nagioslogserver_root_test.conf $ModLoad imfile $InputFilePollInterval 10 $PrivDropToGroup adm $WorkDirectory /var/lib/rsyslog # Input for websphere-app-logs $InputFileName /root/test.txt $InputFileTag...
by jolson
Fri Apr 01, 2016 10:28 am
Forum: Open Source Nagios Projects
Topic: service nagios start failed
Replies: 13
Views: 61550

Re: service nagios start failed

You need to make a script in the following directory: /etc/systemd/system/ For example, you might first use vim to create the file: vim /etc/systemd/system/nagios.service Insert the following text into that service: [Unit] Description=Nagios Core Monitoring Daemon After=network.target [Service] User...
by jolson
Thu Mar 31, 2016 5:22 pm
Forum: Nagios XI
Topic: IPv6 and SNMP: Traps arrive, but not processed by snmptrapd
Replies: 71
Views: 16096

Re: IPv6 and SNMP: Traps arrive, but not processed by snmptr

Kevin,

Give this one a try:

Code: Select all

udp6:[::]:161