Page 1 of 1
Nlog monitoring with NLS
Posted: Thu Sep 01, 2016 1:34 am
by sth_bytelab
Hi
Do any of you have experience in monitoring Nlog with NLS?
Re: Nlog monitoring with NLS
Posted: Thu Sep 01, 2016 11:53 am
by mcapra
NLog isn't something we've spent much time working with. It doesn't look like there is native support for defining a Logstash target in NLog, but there is a custom plugin someone created that strives to achieve that:
https://github.com/kaa/nlog.targets.lumberjack
Strictly speaking if you are targeting the NLog output to a
File you can ship it with NXLog to Nagios Log Server that way. Otherwise you could probably leverage the Nagios Log Server API as a
WebService target.