@cryptotaxi247 / netdata-1 / commits / 045759ab9

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.

Andrew Maguire committed May 28, 2021 at 14:45 UTC 045759ab980097848eaed2a68357a45464026758
2 files changed +4 -4
collectors/python.d.plugin/anomalies/README.md
+2 -2
@@ -82,8 +82,8 @@ The default configuration should look something like this. Here you can see each
82 # JOBS (data collection sources)
83
84 # Pull data from local Netdata node.
85 -local:
86 - name: 'local'
85 +anomalies:
86 + name: 'Anomalies'
87
88 # Host to pull data from.
89 host: '127.0.0.1:19999'
collectors/python.d.plugin/anomalies/anomalies.conf
+2 -2
@@ -31,8 +31,8 @@
31 # JOBS (data collection sources)
32
33 # Pull data from local Netdata node.
34 -local:
35 - name: 'local'
34 +anomalies:
35 + name: 'Anomalies'
36
37 # Host to pull data from.
38 host: '127.0.0.1:19999'