Skip to content

Commit

Permalink
Merge pull request #18 from entropia/xanderio/fix-monitoring-domain
Browse files Browse the repository at this point in the history
monitoring: use networking.fqdn instead of hardcoded entropia.de
  • Loading branch information
leona-ya authored May 18, 2024
2 parents e742c27 + 21904f8 commit 280940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiles/entropia-cluster-vm/monitoring.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
global = {
external_labels = {
environment = "prod";
instance = "${config.networking.hostName}.entropia.de";
instance = config.networking.fqdn;
};
scrape_interval = "1m";
scrape_timeout = "10s";
Expand Down

0 comments on commit 280940e

Please sign in to comment.