This repository was archived by the owner on Mar 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ modules:
8383 required : false
8484 - name : queues_filter
8585 description : |
86- Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree /master/src/libnetdata/simple_pattern#simple-patterns).
86+ Queues filter. Syntax is [simple patterns](https://github.com/netdata/netdata/blob /master/src/libnetdata/simple_pattern/README.md #simple-patterns).
8787 default_value : " "
8888 required : false
8989 - name : topics_filter
9090 description : |
91- Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/tree /master/src/libnetdata/simple_pattern#simple-patterns).
91+ Topics filter. Syntax is [simple patterns](https://github.com/netdata/netdata/blob /master/src/libnetdata/simple_pattern/README.md #simple-patterns).
9292 default_value : " "
9393 required : false
9494 - name : username
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ modules:
115115 Metrics of hosts matching the selector will be collected.
116116
117117 - Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern".
118- - Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree /master/src/libnetdata/simple_pattern#simple-patterns).
118+ - Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/blob /master/src/libnetdata/simple_pattern/README.md #simple-patterns).
119119 - Syntax:
120120
121121 ```yaml
@@ -132,7 +132,7 @@ modules:
132132 Metrics of VMs matching the selector will be collected.
133133
134134 - Include pattern syntax: "/Datacenter pattern/Cluster pattern/Host pattern/VM pattern".
135- - Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/tree /master/src/libnetdata/simple_pattern#simple-patterns).
135+ - Match pattern syntax: [simple patterns](https://github.com/netdata/netdata/blob /master/src/libnetdata/simple_pattern/README.md #simple-patterns).
136136 - Syntax:
137137
138138 ```yaml
You can’t perform that action at this time.
0 commit comments