Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Helpspot Latest Version Check
2015-07-21
- Nagios 3.x
- Nagios 4.x
Other
18874
File | Description |
---|---|
check_helpspot_version | check_helpspot_version will check the version with the latest helpspot version build (python script) |
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!
example: "./check_helpspot_version -s http://helpspot.domain.com"
usage: check_helpspot_version [-h] -s HELPSPOT [-w] [-c]
This script will compare the current running helpspot version with the latest
helpspot build version
optional arguments:
-h, --help show this help message and exit
-s HELPSPOT, --helpspot HELPSPOT
HelpSpot Server URL (ex: http://helpspot.domain.com or
http://www.domain.com/helpspot)
-w, --warn Send a warning signal to nagios if versions mismatch
-c, --crit Send a critical signal to nagios if versions mismatch
(default)
This is a python script that uses argparse,sys,commands,urllib, and re python libraries.
The current helpspot build version is retrieved from here: https://store.helpspot.com/latest-release
Reviews (0)
Be the first to review this listing!