Home Directory Plugins Operating Systems Windows check_windows_app_installs

check_windows_app_installs

Bookmark and Share

Current Version
1.1
Last Release Date
2012-06-14
Compatible With
  • Nagios 3.x
  • Nagios XI
  • Nagios Fusion
E-mail
Hits
24396
Files:
FileDescription
ScreenShot.jpgScreenShot.jpg
ScreenShot2.jpgScreenShot2.jpg
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):
delta_install = echo .pluginscheck_windows_app_installs.ps1; exit($lastexitcode) | powershell.exe -command -


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

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