more metrics for prometheus
This commit is contained in:
parent
2621dfa7f5
commit
71153b4e28
6 changed files with 67 additions and 11 deletions
8
hosts/rackserv/profiles/prometheus.nix
Normal file
8
hosts/rackserv/profiles/prometheus.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
services.prometheus.exporters = {
|
||||
node = {
|
||||
enable = true;
|
||||
enabledCollectors = ["systemd"];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue