Hi!
Is it possible to log alarms generated by NetXMS to external syslog server? I didn't found appropriate script function or notification channel for this.
If not, what should be the debug level for logging to file to show alarms (without too much bloat)?
Regards
			
			
			
				There's no out of the box configuration for this. If on Linux you can create a server action that executes logger. There should be something similar for Windows. 
			
			
			
				Thanks!
I found neolog, it works nicely!
I can even use event macro substitution (neolog's message part has to start with space, it's bug in that software).
Regards