I have a log file that is apparently not being sent from a Linux server to my Nagios Log Server:
/opt/app/apache-tomcat-8.5.43/logs/idmadap.log
1. How do I verify if this particular log is being sent?
2. If it is not being sent, how do I add it?
Checking for a particular log
Re: Checking for a particular log
Attempting to answer my own question here, regarding my second question (how to send the log) would I do something like this?
Code: Select all
# bash setup-linux.sh -s logservername -p 5544 -f /opt/app/apache-tomcat-8.5.43/logs/idmadap.log -t idmadapRe: Checking for a particular log
That should do the trick. You can then search for entries from this file in the dashboard with a query:
Code: Select all
program:idmadapAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.