Monitoring Windows Backups

Started by dersonik, April 11, 2016, 04:26:25 PM

Previous topic - Next topic

dersonik

Any help for monitoring windows backup? I'm new user of NETXMS and i need some help to monitoring this?
Please help

jhonnyvey

Hi,

What version of Windows are you using?
Are you trying to monitor Windows default backup solution or 3rd party?
You can create a shellexec to CMD and use a command Wbadmin to get results of backup.

https://technet.microsoft.com/en-us/magazine/dd767786.aspx

dersonik

Windows 2008 server and windows 2012 R2, any chance to monitoring this using event log?

jhonnyvey

Hi,

Sure.
You can use Netxms as syslog server and parser windows events.

https://wiki.netxms.org/wiki/UM:Log_Monitoring

dersonik

OK. can you help me?


I have installed 2.03 version on linux.
Using MS client.

I have agent installed with all modules.
I created the parser1.xml in C:\NetXMS1\

MasterServers = 192.168.0.202
ConfigIncludeDir = C:\NetXMS1\etc\nxagentd.conf.d
LogFile = {syslog}
FileStore = C:\NetXMS1\var
SubAgent = ecs.nsm
SubAgent = filemgr.nsm
SubAgent = ping.nsm
SubAgent = logwatch.nsm
SubAgent = portcheck.nsm
SubAgent = winperf.nsm
SubAgent = wmi.nsm
*LogWatch
Parser = C:\NetXMS1\parser1.xml


what is next step? because i don't understand this manual.

Victor Kirhenshtein

Hi,

if your parser is correct you should start receiving events when log records matched. All you have to do is to process them in event processing policy.

Best regards,
Victor

dersonik

How monitoring Applications and Services events?

vectorrus

Hi!
Did you configured it?
I need help too.
I can't write xml parser.