-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi everyone,
I wasn't sure if this was the correct place to post this, but I struggled quite a bit with pre-provisioning the Checkmk data source on a Kubernetes deployment using ConfigMaps.
After a lot of trial and error, I wanted to share the final working configuration with you all.
---
apiVersion: v1
kind: ConfigMap
metadata:
name: checkmk-datasource
namespace: your_namespace_here
data:
checkmk-datasource.yaml: |-
apiVersion: 1
datasources:
- name: Checkmk Datasource
type: checkmk-cloud-datasource
access: proxy
uid: Checkmk-Datasource-01
editable: true
edition: "Commercial editions"
jsonData:
url: "https://<checkmk_sever>/<site_name>"
username: xxxyyyzzz #The user's role requires the "Users Management" feature in checkmk.
secureJsonData:
secret: "zzzyyyxxx"
meersjo
Metadata
Metadata
Assignees
Labels
No labels