From ea50f9d68c48415883a9f9cb2e014526bb4236ff Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 28 Feb 2022 19:13:31 -0800 Subject: prometheus: initial configuration for the server Run prometheus via systemd, and configure to pull node-exporter's metrics from two hosts. The retention is set for 3 years. --- hosts/common/nas.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hosts/common/nas.nix') diff --git a/hosts/common/nas.nix b/hosts/common/nas.nix index 3f38792..8ab11a8 100644 --- a/hosts/common/nas.nix +++ b/hosts/common/nas.nix @@ -4,5 +4,6 @@ imports = [ ./server/default.nix ./server/samba.nix + ./server/prometheus.nix ]; } -- cgit v1.2.3