Home Directory Plugins Operating Systems Windows check_windows_app_installs

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_windows_app_installs

Rating
0 votes
Favoured:
0
Current Version
1.1
Last Release Date
2012-06-14
Compatible With
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
Owner
Hits
64623
Files:
FileDescription
ScreenShot.jpgScreenShot.jpg
ScreenShot2.jpgScreenShot2.jpg
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
A PowerShell script which tracks the currently installed program files on a windows machine.
The count mirrors the number of programs listed in Add/Remove programs. A list of currently installed programs is displayed in the long listing. When a program is installed or uninstalled, the difference is reported back to Nagios.

Command to add to NRDS_Win config.ini (place in plugins directory):

command[delta_install] = $PLUGIN_DIR$check_windows_app_installs.ps1

External script command if used with NSClient++ (place in scripts directory):

delta_install=cmd /c echo scriptscheck_windows_app_installs.ps1; exit($lastexitcode) | powershell.exe -command -