Configure Exim MailServer Logs With NLS

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Configure Exim MailServer Logs With NLS

Post by hsmith »

rlinux57 wrote: can we install NLS with nagios monitoring core server ?
For clarification, are you asking if you can install Nagios Core on the NLS virtual machine? If so, the answer is officially "no.", but it may work. That kind of configuration is untested and unsupported by us though.
Former Nagios Employee.
me.
rlinux57
Posts: 324
Joined: Mon Dec 08, 2014 12:03 am

Re: Configure Exim MailServer Logs With NLS

Post by rlinux57 »

I mean to say is it possible to install both of them on same single KVM machine ?


Moreover below script wont show apache or other logs just shows exim logs:

Code: Select all

curl -s -O http://nlsip/nagioslogserver/scripts/setup-linux.sh
bash setup-linux.sh -s nlsip -p 5544 -f "/path/to/exim/logdir/*.log" -t FILE_TAG
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Configure Exim MailServer Logs With NLS

Post by hsmith »

rlinux57 wrote:I mean to say is it possible to install both of them on same single KVM machine ?
If you have a KVM host, and you set up one VM for Core, and one VM for NLS that is fine. If you have a machine running KVM, NLS, and Core, that is not going to work out very well I would imagine.
rlinux57 wrote:Moreover below script wont show apache or other logs just shows exim logs:
You'll need to run the script for all of your log locations.
Former Nagios Employee.
me.
Locked