From d58e21329702ba336b42adc99037dfe7804217f1 Mon Sep 17 00:00:00 2001 From: Seth <113385124+sntyj@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:33:07 -0500 Subject: [PATCH] Update README.md Remove trailing '/' as it creates error: "patchmon.dynamic_inventory: API did not return valid JSON". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8fbfe7..b2b302a 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Create an inventory configuration file (e.g., `patchmon_inventory.yml`): ```yaml --- plugin: patchmon.dynamic_inventory -api_url: http://localhost:3000/api/v1/api/hosts/ +api_url: http://localhost:3000/api/v1/api/hosts api_key: your_api_key api_secret: your_api_secret verify_ssl: false