Created
October 17, 2024 08:19
-
-
Save Bouni/e9f16e090f2c3e705422ff978d7da0ef to your computer and use it in GitHub Desktop.
Install CheckMK Plugin inside a docker installation of CheckMK
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker exec -ti -u cmk checkmk bash | |
cd tmp | |
curl -O https://exchange.checkmk.com/packages/nut/1230/nut-2.0.4.mkp | |
OMD[cmk]:~/tmp$ mkp add nut-2.0.4.mkp | |
nut 2.0.4 | |
OMD[cmk]:~/tmp$ mkp enable nut | |
[nut 2.0.4]: Installing | |
OMD[cmk]:~$ mkp list | |
Name Version Title Author Req. Version Until Version Files State | |
-------- ------- -------------------------- ------------------------------------------------------------------------- ------------ ------------- ----- ----------------------------- | |
nut 2.0.4 Network UPS Tools Marcel Pennewiss <[email protected]> 2.0.0 None 6 Enabled (active on this site) | |
redfish 2.3.38 Redfish Restful API Checks Andreas Doehler ([email protected] / [email protected]) 2.3.0b6 2.3.99 28 Disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment