Compare commits

..

6 commits

Author SHA1 Message Date
Ilya K 435f831b89 Add Loki + Promtail setup 2024-07-05 19:07:52 +03:00
Ilya K 0cc353e583 Add postgres exporter 2024-07-05 19:07:52 +03:00
Ilya K b1ad697d8d Add nginx log exporter 2024-07-05 19:07:52 +03:00
Ilya K 97ea0913d7 Add Grafana/Prometheus/Mimir minimal setup
More later, Loki also later.
2024-07-05 19:07:52 +03:00
Ilya K be2da46c46 Add devShell with agenix and colmena 2024-07-05 19:07:28 +03:00
Ilya K 841461d6c9 Clean up SSH key dupes, add Maxine 2024-07-05 19:07:28 +03:00
3 changed files with 3282 additions and 2 deletions

View file

@ -24013,7 +24013,7 @@
"current": {
"selected": false,
"text": "Prometheus",
"value": "ZZqQ__rnk"
"value": "mimir"
},
"hide": 0,
"includeAll": false,

File diff suppressed because it is too large Load diff

View file

@ -63,7 +63,7 @@ in
auto_login = true;
allow_assign_grafana_admin = true;
role_attribute_path = "contains(roles[*], 'grafana-admin') && 'GrafanaAdmin' || contains(roles[*], 'grafana-editor') && 'Editor' || 'Viewer'";
role_attribute_path = "contains(grafana_roles[*], 'Admin') && 'GrafanaAdmin' || contains(grafana_roles[*], 'Editor') && 'Editor' || 'Viewer'";
};
dashboards.default_home_dashboard_path = "${./dashboards/node_exporter.json}";