Search found 2 matches
- Thu Apr 16, 2015 11:11 pm
- Forum: Nagios Log Server
- Topic: 3 months of NLS - my wishlist for development
- Replies: 17
- Views: 9224
Re: 3 months of NLS - my wishlist for development
Right now I would just be happy if I could get Kibana 3 (on a separate CentOS7 box) to display data when querying NLS using NLS API which uses ES query with NLS auth token supplied. NLS uses ES 1.3.2 which should play nice with Kibana 3 in general as long as the auth token is passed over in the URL ...
- Tue Apr 14, 2015 8:53 am
- Forum: Nagios Log Server
- Topic: Alerting via email not sending email
- Replies: 8
- Views: 3703
Re: Alerting via email not sending email
In order to relay mail to our Exchange server, I had to make a few adjustments to sendmail.mc and recompile it to sendmail.cf using m4. # this line tells sendmail to relay all mail to our exchange server; replace 192.168.x.x with your exchange server that will receive the email define(`SMART_HOST', ...