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
65033
Files:
FileDescription
ScreenShot.jpgScreenShot.jpg
ScreenShot2.jpgScreenShot2.jpg
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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 -