summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordrewOP <[email protected]>2023-04-09 18:56:59 +0200
committerGitHub <[email protected]>2023-04-09 09:56:59 -0700
commite296cb7513c4f0b75517fd1e4f81ba11b0201428 (patch)
tree6e28d2f2700a9ba5c509106f3366bc330d9a6873
parentf042cefd271f21e1a1eba218cfb85de5c5e28e14 (diff)
downloadcaprover-one-click-apps-e296cb7513c4f0b75517fd1e4f81ba11b0201428.tar.gz
caprover-one-click-apps-e296cb7513c4f0b75517fd1e4f81ba11b0201428.zip
Adding checkmk to One-Click-Apps (#900)
* adding checkmk to One-Click-Apps * removed unnecessary environment variables
-rw-r--r--public/v4/apps/checkmk.yml30
-rw-r--r--public/v4/logos/checkmk.pngbin0 -> 1365 bytes
2 files changed, 30 insertions, 0 deletions
diff --git a/public/v4/apps/checkmk.yml b/public/v4/apps/checkmk.yml
new file mode 100644
index 0000000..51f1fb5
--- /dev/null
+++ b/public/v4/apps/checkmk.yml
@@ -0,0 +1,30 @@
+captainVersion: 4
+services:
+ '$$cap_appname':
+ image: checkmk/check-mk-raw:$$cap_version
+ volumes:
+ - '$$cap_appname-data:/omd/sites'
+ - /etc/localtime:/etc/localtime
+ ports:
+ - 8000:8000
+ caproverExtra:
+ containerHttpPort: '5000'
+caproverOneClickApp:
+ variables:
+ - id: '$$cap_version'
+ label: CheckMK Version
+ defaultValue: '2023.04.07'
+ description: Check out their Docker page for the valid tags https://hub.docker.com/r/checkmk/check-mk-raw/tags
+ validRegex: "/^([^\\s^\\/])+$/"
+ instructions:
+ start: |-
+ Checkmk is a leading IT monitoring software. Easy configuration, scalable, flexible.
+ Open source and enterprise. Ready to go in minutes.
+ More details: https://checkmk.com/
+ end: |-
+ !!IMPORTEND!! Your username is 'cmkadmin' and your password is generated during the container initialization and is written in the logs.
+ CheckMK has been successfully deployed!
+ displayName: CheckMK RAW
+ isOfficial: true
+ description: Quickly gain a complete view of your IT infrastructure, no matter how complex. Checkmk provides powerful monitoring of networks, servers, clouds, containers and applications. Fast. Effective.
+ documentation: See https://docs.checkmk.com/latest/
diff --git a/public/v4/logos/checkmk.png b/public/v4/logos/checkmk.png
new file mode 100644
index 0000000..da448d6
--- /dev/null
+++ b/public/v4/logos/checkmk.png
Binary files differ