alertmanager pain
This commit is contained in:
parent
62ad1df154
commit
c0241036c6
8 changed files with 413 additions and 94 deletions
systems/monitoring.noc.eh22.intern
|
@ -23,7 +23,7 @@
|
|||
user = "grafana";
|
||||
host = "/run/postgresql";
|
||||
};
|
||||
feature_toggles.enable = "autoMigrateOldPanels newVizTooltips";
|
||||
feature_toggles.enable = "newVizTooltips";
|
||||
security.angular_support_enabled = false;
|
||||
};
|
||||
provision = {
|
||||
|
@ -48,7 +48,10 @@
|
|||
type = "alertmanager";
|
||||
uid = "mimir-alertmanager";
|
||||
access = "proxy";
|
||||
url = "http://127.0.0.1:${toString config.services.loki.configuration.server.http_listen_port}/";
|
||||
url = "http://mimir.noc.eh22.intern";
|
||||
basicAuth = true;
|
||||
basicAuthUser = "noc";
|
||||
secureJsonData.basicAuthPassword = "$__file{${config.sops.secrets."services/mimir/basic_auth".path}}";
|
||||
jsonData = {
|
||||
handleGrafanaManagedAlerts = true;
|
||||
implementation = "mimir";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue