Logserver not collecting syslog after upgrade to 2.0.2

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Logserver not collecting syslog after upgrade to 2.0.2

Post 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 ###
You do not have the required permissions to view the files attached to this post.
Peter Calum
toper
Posts: 57
Joined: Tue Jul 31, 2012 7:04 am

Re: Logserver not collecting syslog after upgrade to 2.0.2

Post 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
Peter Calum
User avatar
cdienger
Support Tech
Posts: 5045
Joined: Tue Feb 07, 2017 11:26 am

Re: Logserver not collecting syslog after upgrade to 2.0.2

Post by cdienger »

Thanks for the update. Glad you were able to get it working!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked