Home Directory Plugins Software check Running 'ClickOnce' App against Source

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 Running 'ClickOnce' App against Source

Rating
0 votes
Favoured:
0
Current Version
1.0.0
Last Release Date
2019-07-07
Compatible With
  • Nagios 2.x
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
Owner
License
GPL
Hits
4300
Files:
FileDescription
check_ClickOnce_version.vbscheck_ClickOnce_version.vbs
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!
This Plugin will Compare running 'ClickOnce' Application with the Source version to make sure it's running the latest/correct version.
Do you have in-house 'ClickOnce' applications -?
Do you ever wonder if all your users are running the latest ClickOnce Application -?
This Plugin will show the computers that are NOT running the latest ClickOnce application.
The Plugin will only scan for active process. It will not scan for existing installed apps.
Once the application has been launched the plugin will compare the running process file binary with the ClickOnce source.

This is a vbs script, and it works best with NsClient++

## Here is a snipped from nsclient.ini ##
[/settings/external scripts/scripts]
vbscmd = cscript.exe //T:120 //NoLogo scripts"$ARG1$" "$ARG2$" "$ARG3$" "$ARG4$" "$ARG5$" "$ARG6$" "$ARG7$" "$ARG8$"

## Here is a snippet of the Service ##
define service{
use windows-workstation
host_name workstation1
service_description APP_MyApp
check_command check_nrpe!vbscmd!-a "check_clickonce_version.vbs" "MyApp.exe" "\ServerShareMyApp.application"
check_interval 45 #Overriding template standard (Don't need to check too frequenltyy)
}