Skip to content

Commit

Permalink
chore: use upstream's victoriametrics module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan4yin committed Nov 12, 2024
1 parent 3deb090 commit fe22e12
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 191 deletions.
1 change: 0 additions & 1 deletion hosts/idols-aquamarine/monitoring/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{mylib, ...}: {
imports = [
./module
./victoriametrics.nix
./alertmanager.nix
];
Expand Down
189 changes: 0 additions & 189 deletions hosts/idols-aquamarine/monitoring/module/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion hosts/idols-aquamarine/monitoring/victoriametrics.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
};

# https://victoriametrics.io/docs/victoriametrics/latest/configuration/configuration/
services.my-victoriametrics = {
services.victoriametrics = {
enable = true;
listenAddress = "127.0.0.1:9090";
retentionPeriod = "30d";
Expand Down

0 comments on commit fe22e12

Please sign in to comment.