fix: heracles dashboards and restarting

This commit is contained in:
Jeremy Wall 2024-05-28 18:50:36 -04:00
parent 60fa6f95b7
commit e8c533444e
2 changed files with 3 additions and 4 deletions

View File

@ -98,6 +98,7 @@
yaxes = [ yaxes = [
{ {
anchor = "y"; anchor = "y";
type = "log";
} }
]; ];
plots = [ plots = [
@ -117,7 +118,7 @@
ping_latency ping_latency
''; '';
config = { config = {
name_format = "`Ping \${labels.device} latency`"; name_format = "`Ping \${labels.domain} latency`";
yaxis = "y"; yaxis = "y";
}; };
} }

View File

@ -138,9 +138,7 @@ with lib;
"--listenHost=${config.services.durnitisp.listen}" "--listenHost=${config.services.durnitisp.listen}"
]; ];
KeepAlive = { KeepAlive = true;
NetworkState = true;
};
#StandardOutPath = "/var/log/durnitisp.log"; #StandardOutPath = "/var/log/durnitisp.log";
#StandardErrorPath = "var/log/durnitisp.err.log"; #StandardErrorPath = "var/log/durnitisp.err.log";
RunAtLoad = true; RunAtLoad = true;