From 44ca11b1a328f91de007a94fb92802f3a296aaec Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sun, 9 Oct 2022 14:08:07 +0200 Subject: [PATCH] Adding monitoring folder to get started --- .gitignore | 3 ++- monitoring/README.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 monitoring/README.md diff --git a/.gitignore b/.gitignore index f020c1c..bb6ea77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ k8s/gitea-chart/ .vagrant -k8s/tekton-pipelines/auth \ No newline at end of file +k8s/tekton-pipelines/auth +.DS_Store diff --git a/monitoring/README.md b/monitoring/README.md new file mode 100644 index 0000000..cc97a16 --- /dev/null +++ b/monitoring/README.md @@ -0,0 +1,12 @@ +# Monitoring + +This is the sub project to establish monitoring for various things, that cannot be implemented in the Kubernetes cluster. This goes mostly into the direction of client side MQTT messages from sensors. + +## MQTT testing + +To test MQTT a cli can be used. See [hivemq install instructions](https://hivemq.github.io/mqtt-cli/docs/installation/#homebrew). + +```sh + + +``` \ No newline at end of file