mirror of
https://github.com/nshttpd/mikrotik-exporter.git
synced 2025-01-07 18:38:28 +01:00
13 lines
228 B
JSON
13 lines
228 B
JSON
|
{
|
||
|
"apiVersion": "v1",
|
||
|
"kind": "ConfigMap",
|
||
|
"metadata": {
|
||
|
"name": "mikrotik-exporter",
|
||
|
"namespace": "prometheus"
|
||
|
},
|
||
|
"data": {
|
||
|
"device": "router",
|
||
|
"address": "192.168.11.1",
|
||
|
"user": "prometheus"
|
||
|
}
|
||
|
}
|