Remove telegraf service (replaced with grafana alloy)
This commit is contained in:
parent
5ad3e9bfe2
commit
4a853065db
6 changed files with 16 additions and 135 deletions
|
@ -427,6 +427,14 @@ services = {
|
|||
vpn = true
|
||||
}
|
||||
]
|
||||
monitoring = {
|
||||
url = "/api/health"
|
||||
group = "7-support"
|
||||
conditions = [
|
||||
"DEFAULT",
|
||||
"[BODY].database == ok"
|
||||
]
|
||||
}
|
||||
auth = true
|
||||
auth_redirects = ["https://monitoring.serguzim.me/login/generic_oauth"]
|
||||
database = true
|
||||
|
@ -701,13 +709,6 @@ services = {
|
|||
s3 = false
|
||||
}
|
||||
|
||||
"telegraf" = {
|
||||
host = "node001"
|
||||
auth = false
|
||||
database = true
|
||||
s3 = false
|
||||
},
|
||||
|
||||
"tinytinyrss" = {
|
||||
host = "node001"
|
||||
dns = [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue