Collect statistics from logged users
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
b4518b59cf
commit
ad4b615211
@ -76,7 +76,7 @@
|
|||||||
};
|
};
|
||||||
node = {
|
node = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enabledCollectors = [ "systemd" ];
|
enabledCollectors = [ "systemd" "logind" ];
|
||||||
port = 9002;
|
port = 9002;
|
||||||
listenAddress = "127.0.0.1";
|
listenAddress = "127.0.0.1";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user