From bbbe8534d00b44619f31dc8d0061ec95e6fea44a Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sun, 24 Sep 2023 01:30:44 -0500 Subject: [PATCH] feat: add pcp monitoring Closes #78 --- README.md | 1 + main/packages.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index d93699e..9a978c1 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Suitable for running containerized workloads on either baremetal or virtual mach - [distrobox](https://github.com/89luca89/distrobox) - guest VM agents (`qemu-guest-agent` and `open-vm-tools`) - moby-engine(docker), docker-compose and podman-compose + - [pcp](https://pcp.io) Performance Co-pilot monitoring - [tailscale](https://tailscale.com) and [wireguard-tools](https://www.wireguard.com) - [tmux](https://github.com/tmux/tmux/wiki/Getting-Started) - Optional ZFS versions also add: diff --git a/main/packages.json b/main/packages.json index 408ac6d..5fd1b2a 100644 --- a/main/packages.json +++ b/main/packages.json @@ -3,6 +3,7 @@ "include": { "all": [ "cockpit-networkmanager", + "cockpit-pcp", "cockpit-podman", "cockpit-selinux", "cockpit-storaged", @@ -10,6 +11,7 @@ "distrobox", "firewalld", "open-vm-tools", + "pcp-zeroconf", "podman", "podman-compose", "qemu-guest-agent",