Merge pull request 'netdata: add systemd-journal' (#91) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 31s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 31s
Reviewed-on: #91
This commit is contained in:
commit
0c8bea1863
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.journald.storage = "persistent";
|
||||||
|
|
||||||
|
users.users.netdata.extraGroups = [ "systemd-journal" ];
|
||||||
|
|
||||||
sops =
|
sops =
|
||||||
let
|
let
|
||||||
owner = config.services.netdata.user;
|
owner = config.services.netdata.user;
|
||||||
|
|
|
||||||
|
|
@ -36,6 +36,10 @@ in
|
||||||
NETDATA_USER_CONFIG_DIR = "/etc/netdata/conf.d";
|
NETDATA_USER_CONFIG_DIR = "/etc/netdata/conf.d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.journald.storage = "persistent";
|
||||||
|
|
||||||
|
users.users.netdata.extraGroups = [ "systemd-journal" ];
|
||||||
|
|
||||||
sops =
|
sops =
|
||||||
let
|
let
|
||||||
owner = config.services.netdata.user;
|
owner = config.services.netdata.user;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue