From 9078c5ad48c226811f71d5af40aa2806c26e792d Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 9 Dec 2024 13:04:03 +0100 Subject: [PATCH] docs: add more details about what inventory scripts are included --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e5173..22b7d54 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,10 @@ The following linux package formats are provided on the releases page and also i * The following service will be installed * `tedge-inventory` (service and timer) (triggered 30 seconds after boot up and then periodically every 60 mins) - * Two inventory scripts to collect information about the hardware and operating system + * Inventory scripts + * Hardware information + * Operating system + * Location information based on the IP Address (using [ipinfo.io](ipinfo.io) service) * Folder where custom inventory scripts can be added and included in the execution (see below for details) ## Plugin Dependencies