From 30234251288dbff1215ae93d98e312cb179aa095 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 14 Jun 2024 10:09:22 +0200 Subject: [hardware-stats] Include iproute2's ip for --json --- core/modules/hardware-stats/module.conf | 1 + core/modules/hardware-stats/module.conf.debian | 9 ++------- core/modules/hardware-stats/module.conf.ubuntu | 9 ++------- 3 files changed, 5 insertions(+), 14 deletions(-) diff --git a/core/modules/hardware-stats/module.conf b/core/modules/hardware-stats/module.conf index 9f0007bc..22dc34e5 100644 --- a/core/modules/hardware-stats/module.conf +++ b/core/modules/hardware-stats/module.conf @@ -6,6 +6,7 @@ REQUIRED_MODULES=" REQUIRED_BINARIES=" rdmsr blockdev + ip " REQUIRED_FILES=" diff --git a/core/modules/hardware-stats/module.conf.debian b/core/modules/hardware-stats/module.conf.debian index 1895684c..da5f9af2 100644 --- a/core/modules/hardware-stats/module.conf.debian +++ b/core/modules/hardware-stats/module.conf.debian @@ -1,14 +1,9 @@ #!/bin/bash -REQUIRED_INSTALLED_PACKAGES=" - dmidecode - msr-tools - python3-netifaces - util-linux -" - REQUIRED_CONTENT_PACKAGES=" msr-tools dmidecode util-linux + python3-netifaces + iproute2 " diff --git a/core/modules/hardware-stats/module.conf.ubuntu b/core/modules/hardware-stats/module.conf.ubuntu index 1895684c..da5f9af2 100644 --- a/core/modules/hardware-stats/module.conf.ubuntu +++ b/core/modules/hardware-stats/module.conf.ubuntu @@ -1,14 +1,9 @@ #!/bin/bash -REQUIRED_INSTALLED_PACKAGES=" - dmidecode - msr-tools - python3-netifaces - util-linux -" - REQUIRED_CONTENT_PACKAGES=" msr-tools dmidecode util-linux + python3-netifaces + iproute2 " -- cgit v1.2.3-55-g7522