Healthcheck for `filestat_exporter`.

This commit is contained in:
Kazuhiro MUSASHI 2020-10-17 13:59:00 +09:00
parent 5b5fb26630
commit 147e1bc643
1 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,14 @@
{
"service": {
"name": "filestat-exporter",
"port": 60000
"port": 60000,
"check":{
"http": "http://localhost:60000/filestat_exporter/metrics",
"tls_skip_verify": false,
"interval": "60s",
"timeout": "1s",
"status": "passing",
"success_before_passing": 3
}
}
}