Skip to content

Commit

Permalink
Merge pull request #307 from barrucadu/nya/vvmboot
Browse files Browse the repository at this point in the history
[nyarlathotep] Load victoriametrics data after boot
  • Loading branch information
barrucadu authored Oct 25, 2024
2 parents 8404023 + cd8afe6 commit b1deec2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hosts/nyarlathotep/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ in
VICTORIAMETRICS_URI = "http://${config.services.victoriametrics.listenAddress}";
};
};
# also reload data after boot
systemd.timers.hledger-export-to-victoriametrics.timerConfig.OnBootSec = "5m";

services.victoriametrics = {
enable = true;
Expand Down

0 comments on commit b1deec2

Please sign in to comment.