remove prometheus from base
This commit is contained in:
parent
739529caae
commit
2a605151f8
1 changed files with 0 additions and 11 deletions
|
@ -116,17 +116,6 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.prometheus = {
|
|
||||||
exporters = {
|
|
||||||
node = {
|
|
||||||
enable = true;
|
|
||||||
# most of the collectors should be on by default
|
|
||||||
enabledCollectors = ["systemd"];
|
|
||||||
port = 9002;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# time on vendetta is strangely out of sync
|
# time on vendetta is strangely out of sync
|
||||||
networking.timeServers = options.networking.timeServers.default ++ ["ie.pool.ntp.org"];
|
networking.timeServers = options.networking.timeServers.default ++ ["ie.pool.ntp.org"];
|
||||||
services.ntp.enable = true;
|
services.ntp.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue