zenix: update, switch back to hyprland
This commit is contained in:
parent
981cfea419
commit
c358881432
6 changed files with 100 additions and 107 deletions
|
|
@ -3,7 +3,7 @@
|
|||
nodes = [
|
||||
"alpine"
|
||||
"100.106.49.128" # laptop
|
||||
"100.65.29.110" # gaming pc
|
||||
"100.78.76.10" # gaming pc
|
||||
];
|
||||
addPort = ip: "${ip}:${toString prometheus.exporters.node.port}";
|
||||
in {
|
||||
|
|
@ -68,11 +68,13 @@ in {
|
|||
configuration = {
|
||||
route = {
|
||||
receiver = "alertmanager-ntfy";
|
||||
routes = [{
|
||||
matchers = [
|
||||
''node_filesystem_device_error != 0''
|
||||
];
|
||||
}];
|
||||
routes = [
|
||||
{
|
||||
matchers = [
|
||||
''node_filesystem_device_error != 0''
|
||||
];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue