Compare commits

..

No commits in common. "cff00b637db104c8d08562206bdc20e4ebd8f2a4" and "9b2bd1fbfac05b1812bf6fd929e5be6c8c3faa57" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -81,7 +81,7 @@
query = ''
sum by (job,instance, mode)(irate(node_cpu_seconds_total{mode!="idle"}[5m]))
/ ignoring(mode) group_left
sum by (job,instance)(irate(node_cpu_seconds_total[5m]))
sum by (job,instance)(irate(node_cpu_seconds_total{mode!="idle"}[5m]))
'';
meta = {
name_format = "`\${labels.instance} - \${labels.mode}`";

View File

@ -102,9 +102,6 @@ with lib;
"--listen=${config.services.heracles.listen}"
"--config=/etc/${config.environment.etc."heracles.yaml".target}"
];
WatchPaths = [
"/etc/${config.environment.etc."heracles.yaml".target}"
];
KeepAlive = true;
RunAtLoad = true;
};