Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Vladq

#1
General Support / Re: NetXMS Subagents. NetXMS SYSLOG
October 13, 2011, 09:25:31 AM
Thank you, Victor,

now the things around syslog make sense to me.

I will continue searching the forum for information about the various subagents and then will ask again :). Thanks for the summary!


Vladi
#2
General Support / NetXMS Subagents. NetXMS SYSLOG
October 11, 2011, 04:01:35 PM
Hello!
I have a couple of questions.

I figured out how to work with the LOGWATCH subagent, but while trying to monitor the NetXMS server's built-in syslog I found that no records are being written to it. I have enabled all logging parameters in server configuration, also configured netxmsd.conf file.
1) What kind of log entries are written to server's built-in syslog? What events are being logged?


I searched the forum and the manual, but didn't find any information considering the following:
2) How to use (considering agent's configuration) all other subagents that are available (ECS, PING, PORTCHECK, WINPERF, WMI, UPS)?
3) What information do they sent to the server and how to configure the server to use/collect/visualize it?

I hope that someone can help me or show me some documentation files that I've missed.

I'm using NetXMS 1.0.12.

Thanks,
Vladi
#3
General Support / Re: Windows EventLog Check
October 11, 2011, 11:45:32 AM
Hi,
you have a little mistake in the parser. It should be:

<parser>
      <rules>
         <rule><match>(.*)</match><event params="1">100024</event></rule>
      </rules>
</parser>

regards