SMS 2003 UN-Install of Nagios

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
karch01
Posts: 4
Joined: Wed May 23, 2012 11:17 am
Location: Grand Island, New York

SMS 2003 UN-Install of Nagios

Post by karch01 »

I have successfully used SMS 2003 to install the Nagios client, copy our .ini file to the server, and stop and start the service. Now I need to find a way to uninstall the Nagios client and services on servers via a SMS 2003 package and advertisement. Suggestions?
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: SMS 2003 UN-Install of Nagios

Post by yancy »

Create a new advertisement, and use msiexec /x switch instead of /i

Code: Select all

msiexec /x NSClient++-0.3.9-x64.msi /quiet
to stop the serivce first:

Code: Select all

"c:\program files\nscleint++\nsclient++.exe" /stop
Hope that helps.
Locked