ursa-minor: install libraspberrypi
This commit is contained in:
parent
0162e528fb
commit
9d8cff5698
|
@ -72,17 +72,6 @@
|
||||||
data_format = "grok";
|
data_format = "grok";
|
||||||
grok_patterns = [ "%{NUMBER:value:float}" ];
|
grok_patterns = [ "%{NUMBER:value:float}" ];
|
||||||
};
|
};
|
||||||
inputs.docker = {
|
|
||||||
endpoint = "unix:///var/run/docker.sock";
|
|
||||||
gather_services = false;
|
|
||||||
container_name_include = [ ];
|
|
||||||
container_name_exclude = [ ];
|
|
||||||
timeout = "5s";
|
|
||||||
docker_label_include = [ ];
|
|
||||||
docker_label_exclude = [ ];
|
|
||||||
perdevice = true;
|
|
||||||
total = false;
|
|
||||||
};
|
|
||||||
inputs.cpu = {
|
inputs.cpu = {
|
||||||
## Whether to report per-cpu stats or not
|
## Whether to report per-cpu stats or not
|
||||||
percpu = true;
|
percpu = true;
|
||||||
|
@ -129,6 +118,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
git
|
git
|
||||||
htop
|
htop
|
||||||
|
libraspberrypi
|
||||||
slirp4netns # required by k3s
|
slirp4netns # required by k3s
|
||||||
vim
|
vim
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue