summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Maguire <andrewm4894@gmail.com>2021-05-28 14:45:41 +0100
committerGitHub <noreply@github.com>2021-05-28 14:45:41 +0100
commit045759ab980097848eaed2a68357a45464026758 (patch)
treef802b3e22cc20099bd17f7b107fa2cdfe2e17d3d
parent8e93a181a48b5b19e188290b7ea07ccd64a31ad0 (diff)
rename default from job 'local' to 'anomalies' (#11178)
- 'Anomalies local' is not as nice as a 'Anomalies' menu item when using default settings and just enabling it for local node.
-rw-r--r--collectors/python.d.plugin/anomalies/README.md4
-rw-r--r--collectors/python.d.plugin/anomalies/anomalies.conf4
2 files changed, 4 insertions, 4 deletions
diff --git a/collectors/python.d.plugin/anomalies/README.md b/collectors/python.d.plugin/anomalies/README.md
index 9d24e86858..c58c858bf1 100644
--- a/collectors/python.d.plugin/anomalies/README.md
+++ b/collectors/python.d.plugin/anomalies/README.md
@@ -82,8 +82,8 @@ The default configuration should look something like this. Here you can see each
# JOBS (data collection sources)
# Pull data from local Netdata node.
-local:
- name: 'local'
+anomalies:
+ name: 'Anomalies'
# Host to pull data from.
host: '127.0.0.1:19999'
diff --git a/collectors/python.d.plugin/anomalies/anomalies.conf b/collectors/python.d.plugin/anomalies/anomalies.conf
index 0dc40ef2cf..ef867709ac 100644
--- a/collectors/python.d.plugin/anomalies/anomalies.conf
+++ b/collectors/python.d.plugin/anomalies/anomalies.conf
@@ -31,8 +31,8 @@
# JOBS (data collection sources)
# Pull data from local Netdata node.
-local:
- name: 'local'
+anomalies:
+ name: 'Anomalies'
# Host to pull data from.
host: '127.0.0.1:19999'