Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
README.md 1.54 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# Checkmk update agent [(Download the MKP package)](/../../../-/raw/master/agent_checkmk_update.mkp "Download MKP package")
thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed

This special agent will check once a day if a new Checkmk version is available. To use this check you need to configure the special agent "checkmk_update" (Setup -> Agents -> Other integrations -> Checkmk update) on your Checkmk server. The agent reads its data form the Checkmk download page **https://download.checkmk.com/stable_downloads.json**.

THX to baris.leenders[at]tribe29 for providing the data as JSON download and martin.hirschvogel[at]tribe29 for supporting the development of this plugin

thl-cmk's avatar
thl-cmk committed
**NOTE**: before updating from the old agent_checkmk_download agent, remove the agent_checkmk_download package completely (rules and package) please. You also need to delete the `~/tmp/check_mk/cache/cmk_downloads` cache file.
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
---
Check Info:

thl-cmk's avatar
thl-cmk committed
* *service*: creates the service **_Checkmk Update_**
thl-cmk's avatar
thl-cmk committed
---
* *state*: \
    **warning**: 
thl-cmk's avatar
thl-cmk committed
    * if your Checkmk version is older than the available checkmk version for your release
    * if your Checkmk release (base version) could not be detected
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
    **critical**: 
thl-cmk's avatar
thl-cmk committed
    * if your Checkmk version is no longer available
thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed
* *wato*: [(see WATO options)](/../../../-/raw/master/doc/wato.png "see WATO options")
thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed
* *perfdata*: Verion history

thl-cmk's avatar
thl-cmk committed
---
thl-cmk's avatar
thl-cmk committed
Sample output

![sample output](/doc/sample.png?raw=true "sample output")

thl-cmk's avatar
thl-cmk committed
WATO options (Check)
thl-cmk's avatar
thl-cmk committed

![WATO options](/doc/wato.png?raw=true "WATO options")

thl-cmk's avatar
thl-cmk committed
WATO options (Agent)

![WATO options agent](/doc/wato-agent.png?raw=true "WATO options agent")

thl-cmk's avatar
thl-cmk committed