Disable factorio and fix monitoring groups
This commit is contained in:
parent
8c8ab389c3
commit
1cfe1721a8
1 changed files with 39 additions and 39 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Groups:
|
# Groups:
|
||||||
## 1-hosts
|
## 1-hosts
|
||||||
## 2-services
|
## 3-services
|
||||||
## 3-websites
|
## 4-websites
|
||||||
## 7-support
|
## 7-support
|
||||||
## 8-backup
|
## 8-backup
|
||||||
## 9-external
|
## 9-external
|
||||||
|
@ -150,42 +150,42 @@ services = {
|
||||||
s3 = false
|
s3 = false
|
||||||
},
|
},
|
||||||
|
|
||||||
"factorio" = {
|
#"factorio" = {
|
||||||
host = "node002"
|
# host = "node002"
|
||||||
dns = [{
|
# dns = [{
|
||||||
domain = "factorio.serguzim.me"
|
# domain = "factorio.serguzim.me"
|
||||||
}]
|
# }]
|
||||||
backup = [{
|
# backup = [{
|
||||||
name = "factorio_data"
|
# name = "factorio_data"
|
||||||
type = "docker"
|
# type = "docker"
|
||||||
}]
|
# }]
|
||||||
monitoring = {
|
# monitoring = {
|
||||||
url = "https://multiplayer.factorio.com/get-game-details/91.107.211.57:34197"
|
# url = "https://multiplayer.factorio.com/get-game-details/91.107.211.57:34197"
|
||||||
group = "3-services"
|
# group = "3-services"
|
||||||
interval = "5m"
|
# interval = "5m"
|
||||||
conditions = [
|
# conditions = [
|
||||||
"DEFAULT",
|
# "DEFAULT",
|
||||||
"[BODY].name == StammtischOnAutomation"
|
# "[BODY].name == StammtischOnAutomation"
|
||||||
]
|
# ]
|
||||||
}
|
# }
|
||||||
ports = [
|
# ports = [
|
||||||
{
|
# {
|
||||||
description = "Game port for factorio"
|
# description = "Game port for factorio"
|
||||||
port = 34197
|
# port = 34197
|
||||||
protocol = "udp"
|
# protocol = "udp"
|
||||||
type = "firewall"
|
# type = "firewall"
|
||||||
},
|
# },
|
||||||
{
|
# {
|
||||||
description = "RCON port for factorio"
|
# description = "RCON port for factorio"
|
||||||
port = 27015
|
# port = 27015
|
||||||
protocol = "tcp"
|
# protocol = "tcp"
|
||||||
type = "firewall"
|
# type = "firewall"
|
||||||
}
|
# }
|
||||||
]
|
# ]
|
||||||
auth = false
|
# auth = false
|
||||||
database = false
|
# database = false
|
||||||
s3 = false
|
# s3 = false
|
||||||
}
|
#}
|
||||||
|
|
||||||
"forgejo" = {
|
"forgejo" = {
|
||||||
host = "node001"
|
host = "node001"
|
||||||
|
@ -537,7 +537,7 @@ services = {
|
||||||
type = "docker"
|
type = "docker"
|
||||||
}]
|
}]
|
||||||
monitoring = {
|
monitoring = {
|
||||||
group = "3-websites"
|
group = "4-websites"
|
||||||
}
|
}
|
||||||
auth = false
|
auth = false
|
||||||
database = false
|
database = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue