@cryptotaxi247 / netdata-1 / commits / 9f0dfb57a

Fix name in the yaml of example python collector (#15646)

* Fix name in the yaml of example python collector

Fotis Voutsas committed Jul 31, 2023 at 13:21 UTC 9f0dfb57adc6c39131605dd7f0188a09d598e0c3
2 files changed +4 -4
collectors/python.d.plugin/alarms/metadata.yaml
+2 -2
@@ -4,8 +4,8 @@ modules:
4 plugin_name: python.d.plugin
5 module_name: alarms
6 monitored_instance:
7 - name: python.d alarms
8 - link: https://learn.netdata.cloud/docs/data-collection/netdata-specific/alarms
7 + name: Netdata Agent alarms
8 + link: https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/alarms/README.md
9 categories:
10 - data-collection.other
11 icon_filename: ""
collectors/python.d.plugin/example/metadata.yaml
+2 -2
@@ -4,8 +4,8 @@ modules:
4 plugin_name: python.d.plugin
5 module_name: example
6 monitored_instance:
7 - name: python.d alarms
8 - link: https://learn.netdata.cloud/docs/data-collection/examples/example-module-in-python
7 + name: Example collector
8 + link: https://github.com/netdata/netdata/blob/master/collectors/python.d.plugin/example/README.md
9 categories:
10 - data-collection.other
11 icon_filename: ""