Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check Running 'ClickOnce' App against Source
1.0.0
2019-07-07
- Nagios 2.x
- Nagios 3.x
- Nagios 4.x
- Nagios XI
GPL
4323
File | Description |
---|---|
check_ClickOnce_version.vbs | check_ClickOnce_version.vbs |
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!
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)
}
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)
}
Reviews (0)
Be the first to review this listing!