mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat(monitoring): syncplay status
This commit is contained in:
parent
ec7e322e2d
commit
36e7fc28f8
1 changed files with 5 additions and 1 deletions
|
|
@ -19,7 +19,11 @@ in {
|
||||||
};
|
};
|
||||||
ports.default = {
|
ports.default = {
|
||||||
port = mkAlmostOptionDefault 8999;
|
port = mkAlmostOptionDefault 8999;
|
||||||
protocol = "tcp";
|
transport = "tcp";
|
||||||
|
status = {
|
||||||
|
enable = mkAlmostOptionDefault true;
|
||||||
|
gatus.client.network = mkAlmostOptionDefault "ip4";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue