aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-12-19 08:51:52 -0800
committerFranck Cuny <franck@fcuny.net>2025-12-19 08:58:36 -0800
commit58159636e820926eaf731aed4c3de657717dabe8 (patch)
treebdbbf9466c8ad9a2d7f3d8d373cd9a36f883f56e /machines
parentuse kitten ssh to ssh (diff)
downloadinfra-58159636e820926eaf731aed4c3de657717dabe8.tar.gz
add monitoring
Run victoria metrics and grafana on rivendell. Grafana is using authelia for auth. We run some collectors on all the machines, and they publish to VM through the wireguard interface.
Diffstat (limited to 'machines')
-rw-r--r--machines/argonath.nix1
-rw-r--r--machines/bree.nix1
-rw-r--r--machines/rivendell.nix2
3 files changed, 4 insertions, 0 deletions
diff --git a/machines/argonath.nix b/machines/argonath.nix
index b99e83f..29d78ae 100644
--- a/machines/argonath.nix
+++ b/machines/argonath.nix
@@ -2,6 +2,7 @@
{
imports = [
../profiles/acme.nix
+ ../profiles/core-metrics.nix
../profiles/cgroups.nix
../profiles/defaults.nix
../profiles/disk/basic-vm.nix
diff --git a/machines/bree.nix b/machines/bree.nix
index e4cd443..d779ce3 100644
--- a/machines/bree.nix
+++ b/machines/bree.nix
@@ -2,6 +2,7 @@
{
imports = [
../profiles/cgroups.nix
+ ../profiles/core-metrics.nix
../profiles/defaults.nix
../profiles/disk/basic-vm.nix
../profiles/hardware/synology-vm.nix
diff --git a/machines/rivendell.nix b/machines/rivendell.nix
index 83dcb2e..c48997a 100644
--- a/machines/rivendell.nix
+++ b/machines/rivendell.nix
@@ -3,6 +3,7 @@
imports = [
../profiles/authelia.nix
../profiles/cgroups.nix
+ ../profiles/core-metrics.nix
../profiles/defaults.nix
../profiles/disk/btrfs-on-luks.nix
../profiles/git-server.nix
@@ -10,6 +11,7 @@
../profiles/home-manager.nix
../profiles/makemkv.nix
../profiles/miniflux.nix
+ ../profiles/monitoring.nix
../profiles/remote-unlock.nix
../profiles/restic-backup.nix
../profiles/server.nix