more dev work (#1)

* of course we need badges

* kubernetes single device config example

* fixed deployment json
This commit is contained in:
Steve Brunton
2017-09-16 22:38:01 -04:00
committed by GitHub
parent 044419a16b
commit 129e34290f
4 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"apiVersion": "v1",
"kind": "ConfigMap",
"metadata": {
"name": "mikrotik-exporter",
"namespace": "prometheus"
},
"data": {
"device": "router",
"address": "192.168.11.1",
"user": "prometheus"
}
}