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 = [
{
anchor = "y";
type = "log";
}
];
plots = [
@ -117,7 +118,7 @@
ping_latency
'';
config = {
name_format = "`Ping \${labels.device} latency`";
name_format = "`Ping \${labels.domain} latency`";
yaxis = "y";
};
}

View File

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