fix: heracles dashboards and restarting
This commit is contained in:
parent
60fa6f95b7
commit
e8c533444e
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user