This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Drift
/
pvv-nixos-config
Watch
16
Star
4
Fork
You've already forked pvv-nixos-config
1
Code
Issues
Pull Requests
6
Wiki
Activity
64b5bb548b
pvv-nixos-config
/
hosts
/
ildkule
/
services
/
monitoring
/
default.nix
11 lines
119 B
Nix
Raw
Normal View
History
Unescape
Escape
Add a new metrics stack
2022-12-19 22:56:42 +01:00
{
config
,
pkgs
,
.
.
.
}:
{
imports
=
[
./grafana.nix
./loki.nix
Upgrade ildkule (!36) This PR is made while moving Ildkule from PVE on joshua, to Openstack on stack.it.ntnu.no. - The main monitoring dashboard is moved from https://ildkule.pvv.ntnu.no to https://grafana.pvv.ntnu.no. - A new service is added: uptime-kuma on https://uptime.pvv.ntnu.no. - The (hardware) configuration for ildkule is updated to fit the new virtualization environment, boot loader, network interfaces, etc. - Metrics exporters on other hosts should be updated to allow connections from the new host As this is the first proper server running on openstack, and therefore outside our main IP range, we might discover challenges in our network structure. For example, the database servers usually only allow connections from this range, so Ildkule can no longer access it. This should be explored, documented and/or fixed as we move more services. Reviewed-on: https://git.pvv.ntnu.no/Drift/pvv-nixos-config/pulls/36 Co-authored-by: Felix Albrigtsen <felix@albrigtsen.it> Co-committed-by: Felix Albrigtsen <felix@albrigtsen.it>
2024-04-21 23:36:25 +02:00
./prometheus
./uptime-kuma.nix
Add a new metrics stack
2022-12-19 22:56:42 +01:00
]
;
}