Difference between revisions of "UM:Log Monitoring"

19 bytes added ,  15:12, 2 April 2012
Line 10: Line 10:
To be able to monitor logs with NetXMS agent, you should load LOGWATCH subagent and define parser configuration for each log file you wish to monitor. Example of agent configuration file:
To be able to monitor logs with NetXMS agent, you should load LOGWATCH subagent and define parser configuration for each log file you wish to monitor. Example of agent configuration file:


<source lang="ini>
<syntaxhighlight lang="ini">
SubAgent = logwatch.nsm
SubAgent = logwatch.nsm


Line 17: Line 17:
Parser = C:\NetXMS\parser1.xml
Parser = C:\NetXMS\parser1.xml
Parser = C:\NetXMS\parser2.xml
Parser = C:\NetXMS\parser2.xml
</source>
</syntaxhighlight>


= Syslog Monitoring =
= Syslog Monitoring =
683

edits