Adding monitoring folder to get started

This commit is contained in:
Moritz Graf 2022-10-09 14:08:07 +02:00
parent be836d8882
commit 44ca11b1a3
No known key found for this signature in database
GPG Key ID: 74908B979B924E74
2 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
k8s/gitea-chart/
.vagrant
k8s/tekton-pipelines/auth
k8s/tekton-pipelines/auth
.DS_Store

12
monitoring/README.md Normal file
View File

@ -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
```