diff --git a/agent/setup.sh b/agent/setup.sh index 874210f..e48ceca 100755 --- a/agent/setup.sh +++ b/agent/setup.sh @@ -17,7 +17,7 @@ SERVICE_NAME="zpulse-agent" DASHBOARD_URL="$1" # Install system packages -apt-get update -qq && apt-get install -y smartmontools zfsutils-linux python3-pip python3-venv +apt-get update -qq && apt-get install -y dmidecodesmartmontools zfsutils-linux python3-pip python3-venv # Copy agent files to install directory mkdir -p "$INSTALL_DIR" diff --git a/ramexample.py b/ramexample.py deleted file mode 100644 index e69de29..0000000