Files
2023-09-26 18:14:36 -06:00

17 lines
356 B
JSON

{
"type": "docker",
"name": "Pihole Exporter - Docker",
"interval": 60,
"retryInterval": 20,
"maxretries": 1,
"notificationIDList": [
3,
4
],
"url": "http://pihole_exporter:9617/metrics",
"accepted_statuscodes": [
"200-299"
],
"docker_container": "pihole_exporter",
"docker_host": 1
}