Logserver not collecting syslog after upgrade to 2.0.2
Posted: Thu Jan 11, 2018 6:12 am
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 ###
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 ###