From 3a1356eb9b24ef2598589e43f8fb3fe25cc40b8d Mon Sep 17 00:00:00 2001 From: Brazier85 <1213924+Brazier85@users.noreply.github.com> Date: Fri, 13 Jan 2023 09:46:05 +0100 Subject: [PATCH] Added docs for ip command (#25737) Co-authored-by: Franck Nijhof --- source/_integrations/systemmonitor.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_integrations/systemmonitor.markdown b/source/_integrations/systemmonitor.markdown index 0954cc6f0f2..22fa1b3ef55 100644 --- a/source/_integrations/systemmonitor.markdown +++ b/source/_integrations/systemmonitor.markdown @@ -111,12 +111,16 @@ sensor: ## Linux specific To retrieve all available network interfaces on a Linux System, execute the -`ifconfig` command. +`ifconfig` or `ip` command. The command differs based on your operation system and version. ```bash ifconfig -a | sed 's/[ \t].*//;/^$/d' ``` +```bash +ip link show +``` + ## Windows specific When running this platform on Microsoft Windows, Typically,