Second NIC for receiving logs

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
delwins
Posts: 4
Joined: Tue Nov 13, 2018 4:13 pm

Second NIC for receiving logs

Post by delwins »

Hello
I have configure a linux server for Log server to use 2 NIC. How to configure Nagios Log Server to receive logs on both NIC. These NICs are locate on 2 different VLAN.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Second NIC for receiving logs

Post by scottwilkerson »

After configuring the 2 NICs you can simply restart httpd, logstash and elasticsearch and it should listen on both interfaces

Code: Select all

service httpd retart
service elasticsearch retart
service logstash restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked