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
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
3508
Files:
File | Description |
---|---|
check_ClickOnce_version.vbs | check_ClickOnce_version.vbs |
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!