Software Install Notification

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
chris2ferz
Posts: 28
Joined: Fri Nov 16, 2012 9:49 am

Software Install Notification

Post by chris2ferz »

When using NagiosXI is there a known way that any software installed on a host windows server can be logged or notified as a warning or critical event. It would be very handy to know when a program has been installed to a server that is being monitored. ANY help would be greatly appreciated - Thanks
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Software Install Notification

Post by sreinhardt »

I don't see anything with a quick glance. However you certainly could monitor specific registry keys like hklm\software\microsoft\windows\currentversion\uninstall\ and its sub keys, as all properly installed applications should show in there.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
chris2ferz
Posts: 28
Joined: Fri Nov 16, 2012 9:49 am

Re: Software Install Notification

Post by chris2ferz »

OK if i chose that method how would I configure NXI to watch/monitor those reg keys?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Software Install Notification

Post by slansing »

I remember that one of our developers created a prototype check for such things, it is located here:

http://exchange.nagios.org/directory/Pl ... ls/details
Locked