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