Page 1 of 1

Logserver not collecting syslog after upgrade to 2.0.2

Posted: Thu Jan 11, 2018 6:12 am
by toper
Hi
I have upgraded Nagios Logserver from 1.4.4 to 2.0.2 and updated licence OK.

After upgrade syslog is not collected from localhost:5544
In system status logstash is marked faulty.

rsyslog on the same server receives syslog messages from all servers and forwards to nagios logserver

I am a little confused, because web gui says logstash are running at port 9200 and 9300

Please advise if anything has to be changed.

I tried to change my nagioslogserver.conf in rsyslog with no luck

# NAGIOS LOG SERVER
#
$WorkDirectory /var/lib/rsyslog # where to place spool files
$ActionQueueFileName fwdRule1 # unique name prefix for spool files
$ActionQueueMaxDiskSpace 1g # 1gb space limit (use as much as possible)
$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
$ActionQueueType LinkedList # run asynchronously
$ActionResumeRetryCount -1 # infinite retries if host is down
#*.* @@localhost:5544
#*.* @@188.181.133.13:9300
*.* @@localhost:9300
#
# ### end of the forwarding rule ###

Re: Logserver not collecting syslog after upgrade to 2.0.2

Posted: Thu Jan 11, 2018 7:57 am
by toper
Hi,

I got it working again.
Problem was that i could not apply the configuration, because of an deprecated option.

We can close this case.

BR
Peter Calum

Re: Logserver not collecting syslog after upgrade to 2.0.2

Posted: Thu Jan 11, 2018 10:23 am
by cdienger
Thanks for the update. Glad you were able to get it working!