I plan on enable logging on a centos6 server, which is running nagiosxi using the Linux curl script
Code: Select all
cd curl -sS -O http://xxxxxxx.xxxxxx.xxx/nagioslogserver/scripts/setup-linux.sh
sudo bash setup-linux.sh -s xxxxxxx.xxxxxx.xxx-p 5544Code: Select all
https://assets.nagios.com/downloads/nagios-log-server/docs/Sending-Nagios-Core-Logs-To-Nagios-Log-Server.pdfHhow do I stop the host from sending logs and how do I disable nagios from sending its logs to the logserver?