1
0
Fork 0

monitoring: add influxdb

This commit is contained in:
clerie 2022-07-20 20:35:32 +02:00
parent 016fc3376b
commit b348139d03
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ with lib;
networking.defaultGateway = { address = "10.42.10.1"; interface = "ens18"; };
networking.defaultGateway6 = { address = "2a01:4f8:1c0c:8221::1"; interface = "ens18"; };
services.influxdb.enable = true;
services.prometheus.exporters.blackbox = {
enable = true;
listenAddress = "[::1]";