monitoring: add influxdb
This commit is contained in:
parent
016fc3376b
commit
b348139d03
@ -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]";
|
||||
|
Loading…
Reference in New Issue
Block a user