Healthcheck for `filestat_exporter`.
This commit is contained in:
parent
5b5fb26630
commit
147e1bc643
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue