From 1f88286cfb2e8aad6ac210e07a89a288c71ba689 Mon Sep 17 00:00:00 2001 From: Andrew Maguire Date: Fri, 28 May 2021 15:04:24 +0100 Subject: rename default alarms job to be "Alarms" --- collectors/python.d.plugin/alarms/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/collectors/python.d.plugin/alarms/README.md b/collectors/python.d.plugin/alarms/README.md index 3f2a8176e4..128e2aa08a 100644 --- a/collectors/python.d.plugin/alarms/README.md +++ b/collectors/python.d.plugin/alarms/README.md @@ -44,7 +44,8 @@ The `alarms` specific part of the `alarms.conf` file should look like this: ```yaml # what url to pull data from -local: +alarms: + name: 'Alarms' url: 'http://127.0.0.1:19999/api/v1/alarms?all' # define how to map alarm status to numbers for the chart status_map: -- cgit v1.2.3