grafana
This commit is contained in:
parent
c0241036c6
commit
305658861c
2 changed files with 24 additions and 20 deletions
systems/monitoring.noc.eh22.intern
|
@ -51,7 +51,9 @@
|
||||||
url = "http://mimir.noc.eh22.intern";
|
url = "http://mimir.noc.eh22.intern";
|
||||||
basicAuth = true;
|
basicAuth = true;
|
||||||
basicAuthUser = "noc";
|
basicAuthUser = "noc";
|
||||||
secureJsonData.basicAuthPassword = "$__file{${config.sops.secrets."services/mimir/basic_auth".path}}";
|
secureJsonData.basicAuthPassword = "$__file{${
|
||||||
|
config.sops.secrets."services/mimir/basic_auth".path
|
||||||
|
}}";
|
||||||
jsonData = {
|
jsonData = {
|
||||||
handleGrafanaManagedAlerts = true;
|
handleGrafanaManagedAlerts = true;
|
||||||
implementation = "mimir";
|
implementation = "mimir";
|
||||||
|
|
|
@ -75,10 +75,12 @@ in
|
||||||
receivers = [
|
receivers = [
|
||||||
{
|
{
|
||||||
name = "telegram";
|
name = "telegram";
|
||||||
telegram_configs = [{
|
telegram_configs = [
|
||||||
|
{
|
||||||
bot_token_file = config.sops.secrets."services/telegrambot/token".path;
|
bot_token_file = config.sops.secrets."services/telegrambot/token".path;
|
||||||
chat_id = -1002579132187;
|
chat_id = -1002579132187;
|
||||||
}];
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
templates = [
|
templates = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue