From 1340515b24c8955129cd9d74304c687d0e04ba52 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 19 Feb 2024 10:31:42 +0100 Subject: [PATCH] Fix fping section in infping_sample.json This section should be called "fping", but in the example was accidentally called "infping". This means using the example config as a starting point does not actually apply the configured fping settings. This fixes the example. --- infping_sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infping_sample.json b/infping_sample.json index 9184249..2c806ca 100644 --- a/infping_sample.json +++ b/infping_sample.json @@ -7,7 +7,7 @@ "secure": false, "db": "infping" }, - "infping": { + "fping": { "backoff": "1", "retries": "0", "tos": "0",