@cryptotaxi247 / netdata-1 / commits / 7977f7efd

Regenerate integrations docs (#20170)

Co-authored-by: ilyam8 <22274335+ilyam8@users.noreply.github.com>

Netdata bot committed Apr 24, 2025 at 09:08 UTC 7977f7efd93b1f1f75ecb795ab63106d83188d53
424 files changed +3405 -3
src/collectors/charts.d.plugin/libreswan/integrations/libreswan.md
+5
@@ -114,7 +114,12 @@ Make sure the path `/sbin/ipsec` matches your setup (execute `which ipsec` to fi
114
115 The configuration file name for this integration is `charts.d/libreswan.conf`.
116
117 +The file format is POSIX shell script. Generally, the structure is:
118
119 +```sh
120 +OPTION_1="some value"
121 +OPTION_2="some other value"
122 +```
123 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
124 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
125
src/collectors/charts.d.plugin/opensips/integrations/opensips.md
+5
@@ -110,7 +110,12 @@ The collector requires the `opensipsctl` to be installed.
110
111 The configuration file name for this integration is `charts.d/opensips.conf`.
112
113 +The file format is POSIX shell script. Generally, the structure is:
114
115 +```sh
116 +OPTION_1="some value"
117 +OPTION_2="some other value"
118 +```
119 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
120 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
121
src/collectors/ebpf.plugin/integrations/ebpf_cachestat.md
+9
@@ -144,7 +144,16 @@ Now follow steps:
144
145 The configuration file name for this integration is `ebpf.d/cachestat.conf`.
146
147 +The file format is a modified INI syntax. The general structure is:
148
149 +```ini
150 +[section1]
151 + option1 = some value
152 + option2 = some other value
153 +
154 +[section2]
155 + option3 = some third value
156 +```
157 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
158 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
159
src/collectors/ebpf.plugin/integrations/ebpf_dcstat.md
+9
@@ -142,7 +142,16 @@ Now follow steps:
142
143 The configuration file name for this integration is `ebpf.d/dcstat.conf`.
144
145 +The file format is a modified INI syntax. The general structure is:
146
147 +```ini
148 +[section1]
149 + option1 = some value
150 + option2 = some other value
151 +
152 +[section2]
153 + option3 = some third value
154 +```
155 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
156 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
157
src/collectors/ebpf.plugin/integrations/ebpf_disk.md
+9
@@ -108,7 +108,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
108
109 The configuration file name for this integration is `ebpf.d/disk.conf`.
110
111 +The file format is a modified INI syntax. The general structure is:
112
113 +```ini
114 +[section1]
115 + option1 = some value
116 + option2 = some other value
117 +
118 +[section2]
119 + option3 = some third value
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/collectors/ebpf.plugin/integrations/ebpf_filedescriptor.md
+9
@@ -142,7 +142,16 @@ Now follow steps:
142
143 The configuration file name for this integration is `ebpf.d/fd.conf`.
144
145 +The file format is a modified INI syntax. The general structure is:
146
147 +```ini
148 +[section1]
149 + option1 = some value
150 + option2 = some other value
151 +
152 +[section2]
153 + option3 = some third value
154 +```
155 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
156 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
157
src/collectors/ebpf.plugin/integrations/ebpf_filesystem.md
+9
@@ -129,7 +129,16 @@ Now follow steps:
129
130 The configuration file name for this integration is `ebpf.d/filesystem.conf`.
131
132 +The file format is a modified INI syntax. The general structure is:
133
134 +```ini
135 +[section1]
136 + option1 = some value
137 + option2 = some other value
138 +
139 +[section2]
140 + option3 = some third value
141 +```
142 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
143 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
144
src/collectors/ebpf.plugin/integrations/ebpf_hardirq.md
+9
@@ -108,7 +108,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
108
109 The configuration file name for this integration is `ebpf.d/hardirq.conf`.
110
111 +The file format is a modified INI syntax. The general structure is:
112
113 +```ini
114 +[section1]
115 + option1 = some value
116 + option2 = some other value
117 +
118 +[section2]
119 + option3 = some third value
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/collectors/ebpf.plugin/integrations/ebpf_mdflush.md
+9
@@ -103,7 +103,16 @@ Now follow steps:
103
104 The configuration file name for this integration is `ebpf.d/mdflush.conf`.
105
106 +The file format is a modified INI syntax. The general structure is:
107
108 +```ini
109 +[section1]
110 + option1 = some value
111 + option2 = some other value
112 +
113 +[section2]
114 + option3 = some third value
115 +```
116 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
117 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
118
src/collectors/ebpf.plugin/integrations/ebpf_mount.md
+9
@@ -109,7 +109,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
109
110 The configuration file name for this integration is `ebpf.d/mount.conf`.
111
112 +The file format is a modified INI syntax. The general structure is:
113
114 +```ini
115 +[section1]
116 + option1 = some value
117 + option2 = some other value
118 +
119 +[section2]
120 + option3 = some third value
121 +```
122 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
123 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
124
src/collectors/ebpf.plugin/integrations/ebpf_oomkill.md
+9
@@ -125,7 +125,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
125
126 The configuration file name for this integration is `ebpf.d/oomkill.conf`.
127
128 +The file format is a modified INI syntax. The general structure is:
129
130 +```ini
131 +[section1]
132 + option1 = some value
133 + option2 = some other value
134 +
135 +[section2]
136 + option3 = some third value
137 +```
138 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
139 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
140
src/collectors/ebpf.plugin/integrations/ebpf_processes.md
+9
@@ -152,7 +152,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
152
153 The configuration file name for this integration is `ebpf.d/process.conf`.
154
155 +The file format is a modified INI syntax. The general structure is:
156
157 +```ini
158 +[section1]
159 + option1 = some value
160 + option2 = some other value
161 +
162 +[section2]
163 + option3 = some third value
164 +```
165 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
166 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
167
src/collectors/ebpf.plugin/integrations/ebpf_shm.md
+9
@@ -146,7 +146,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
146
147 The configuration file name for this integration is `ebpf.d/shm.conf`.
148
149 +The file format is a modified INI syntax. The general structure is:
150
151 +```ini
152 +[section1]
153 + option1 = some value
154 + option2 = some other value
155 +
156 +[section2]
157 + option3 = some third value
158 +```
159 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
160 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
161
src/collectors/ebpf.plugin/integrations/ebpf_socket.md
+9
@@ -161,7 +161,16 @@ Now follow steps:
161
162 The configuration file name for this integration is `ebpf.d/network.conf`.
163
164 +The file format is a modified INI syntax. The general structure is:
165
166 +```ini
167 +[section1]
168 + option1 = some value
169 + option2 = some other value
170 +
171 +[section2]
172 + option3 = some third value
173 +```
174 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
175 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
176
src/collectors/ebpf.plugin/integrations/ebpf_softirq.md
+9
@@ -108,7 +108,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
108
109 The configuration file name for this integration is `ebpf.d/softirq.conf`.
110
111 +The file format is a modified INI syntax. The general structure is:
112
113 +```ini
114 +[section1]
115 + option1 = some value
116 + option2 = some other value
117 +
118 +[section2]
119 + option3 = some third value
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/collectors/ebpf.plugin/integrations/ebpf_swap.md
+9
@@ -135,7 +135,16 @@ Now follow steps:
135
136 The configuration file name for this integration is `ebpf.d/swap.conf`.
137
138 +The file format is a modified INI syntax. The general structure is:
139
140 +```ini
141 +[section1]
142 + option1 = some value
143 + option2 = some other value
144 +
145 +[section2]
146 + option3 = some third value
147 +```
148 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
149 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
150
src/collectors/ebpf.plugin/integrations/ebpf_sync.md
+9
@@ -116,7 +116,16 @@ This thread needs to attach a tracepoint to monitor when a process schedule an e
116
117 The configuration file name for this integration is `ebpf.d/sync.conf`.
118
119 +The file format is a modified INI syntax. The general structure is:
120
121 +```ini
122 +[section1]
123 + option1 = some value
124 + option2 = some other value
125 +
126 +[section2]
127 + option3 = some third value
128 +```
129 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
130 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
131
src/collectors/ebpf.plugin/integrations/ebpf_vfs.md
+9
@@ -177,7 +177,16 @@ Now follow steps:
177
178 The configuration file name for this integration is `ebpf.d/vfs.conf`.
179
180 +The file format is a modified INI syntax. The general structure is:
181
182 +```ini
183 +[section1]
184 + option1 = some value
185 + option2 = some other value
186 +
187 +[section2]
188 + option3 = some third value
189 +```
190 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
191 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
192
src/collectors/ioping.plugin/integrations/ioping.md
+5
@@ -93,7 +93,12 @@ You can install the command by passing the argument `install` to the plugin (`/u
93
94 The configuration file name for this integration is `ioping.conf`.
95
96 +The file format is POSIX shell script. Generally, the structure is:
97
98 +```sh
99 +OPTION_1="some value"
100 +OPTION_2="some other value"
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/collectors/python.d.plugin/am2320/integrations/am2320.md
+9
@@ -105,7 +105,16 @@ Install the Adafruit Circuit Python AM2320 library:
105
106 The configuration file name for this integration is `python.d/am2320.conf`.
107
108 +The file format is YAML. Generally, the structure is:
109
110 +```yaml
111 +update_every: 1
112 +autodetection_retry: 0
113 +
114 +job_name:
115 + job_option1: some_value
116 + job_option2: some_other_vlaue
117 +```
118 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
119 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
120
src/collectors/python.d.plugin/go_expvar/integrations/go_applications_expvar.md
+9
@@ -170,7 +170,16 @@ number of currently running Goroutines and updates these stats every second.
170
171 The configuration file name for this integration is `python.d/go_expvar.conf`.
172
173 +The file format is YAML. Generally, the structure is:
174
175 +```yaml
176 +update_every: 1
177 +autodetection_retry: 0
178 +
179 +job_name:
180 + job_option1: some_value
181 + job_option2: some_other_vlaue
182 +```
183 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
184 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
185
src/collectors/python.d.plugin/pandas/integrations/pandas.md
+9
@@ -107,7 +107,16 @@ sudo pip install 'sqlalchemy<2.0' psycopg2-binary
107
108 The configuration file name for this integration is `python.d/pandas.conf`.
109
110 +The file format is YAML. Generally, the structure is:
111
112 +```yaml
113 +update_every: 1
114 +autodetection_retry: 0
115 +
116 +job_name:
117 + job_option1: some_value
118 + job_option2: some_other_vlaue
119 +```
120 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
121 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
122
src/go/plugin/go.d/collector/activemq/integrations/activemq.md
+8
@@ -90,7 +90,15 @@ No action required.
90
91 The configuration file name for this integration is `go.d/activemq.conf`.
92
93 +The file format is YAML. Generally, the structure is:
94
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/adaptecraid/integrations/adaptec_raid.md
+8
@@ -128,7 +128,15 @@ No action required.
128
129 The configuration file name for this integration is `go.d/adaptec_raid.conf`.
130
131 +The file format is YAML. Generally, the structure is:
132
133 +```yaml
134 +update_every: 1
135 +autodetection_retry: 0
136 +jobs:
137 + - name: some_name1
138 + - name: some_name1
139 +```
140 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
141 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
142
src/go/plugin/go.d/collector/ap/integrations/access_points.md
+8
@@ -101,7 +101,15 @@ Make sure the `iw` utility is installed.
101
102 The configuration file name for this integration is `go.d/ap.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/apache/integrations/apache.md
+8
@@ -107,7 +107,15 @@ There are no alerts configured by default for this integration.
107
108 The configuration file name for this integration is `go.d/apache.conf`.
109
110 +The file format is YAML. Generally, the structure is:
111
112 +```yaml
113 +update_every: 1
114 +autodetection_retry: 0
115 +jobs:
116 + - name: some_name1
117 + - name: some_name1
118 +```
119 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
120 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
121
src/go/plugin/go.d/collector/apache/integrations/httpd.md
+8
@@ -107,7 +107,15 @@ There are no alerts configured by default for this integration.
107
108 The configuration file name for this integration is `go.d/apache.conf`.
109
110 +The file format is YAML. Generally, the structure is:
111
112 +```yaml
113 +update_every: 1
114 +autodetection_retry: 0
115 +jobs:
116 + - name: some_name1
117 + - name: some_name1
118 +```
119 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
120 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
121
src/go/plugin/go.d/collector/apcupsd/integrations/apc_ups.md
+8
@@ -114,7 +114,15 @@ No action required.
114
115 The configuration file name for this integration is `go.d/apcupsd.conf`.
116
117 +The file format is YAML. Generally, the structure is:
118
119 +```yaml
120 +update_every: 1
121 +autodetection_retry: 0
122 +jobs:
123 + - name: some_name1
124 + - name: some_name1
125 +```
126 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
127 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
128
src/go/plugin/go.d/collector/beanstalk/integrations/beanstalk.md
+8
@@ -126,7 +126,15 @@ No action required.
126
127 The configuration file name for this integration is `go.d/beanstalk.conf`.
128
129 +The file format is YAML. Generally, the structure is:
130
131 +```yaml
132 +update_every: 1
133 +autodetection_retry: 0
134 +jobs:
135 + - name: some_name1
136 + - name: some_name1
137 +```
138 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
139 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
140
src/go/plugin/go.d/collector/boinc/integrations/boinc.md
+8
@@ -101,7 +101,15 @@ No action required.
101
102 The configuration file name for this integration is `go.d/boinc.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/cassandra/integrations/cassandra.md
+8
@@ -150,7 +150,15 @@ To configure Cassandra with the [JMX Exporter](https://github.com/prometheus/jmx
150
151 The configuration file name for this integration is `go.d/cassandra.conf`.
152
153 +The file format is YAML. Generally, the structure is:
154
155 +```yaml
156 +update_every: 1
157 +autodetection_retry: 0
158 +jobs:
159 + - name: some_name1
160 + - name: some_name1
161 +```
162 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
163 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
164
src/go/plugin/go.d/collector/ceph/integrations/ceph.md
+8
@@ -170,7 +170,15 @@ No action required.
170
171 The configuration file name for this integration is `go.d/ceph.conf`.
172
173 +The file format is YAML. Generally, the structure is:
174
175 +```yaml
176 +update_every: 1
177 +autodetection_retry: 0
178 +jobs:
179 + - name: some_name1
180 + - name: some_name1
181 +```
182 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
183 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
184
src/go/plugin/go.d/collector/chrony/integrations/chrony.md
+8
@@ -105,7 +105,15 @@ No action required.
105
106 The configuration file name for this integration is `go.d/chrony.conf`.
107
108 +The file format is YAML. Generally, the structure is:
109
110 +```yaml
111 +update_every: 1
112 +autodetection_retry: 0
113 +jobs:
114 + - name: some_name1
115 + - name: some_name1
116 +```
117 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
118 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
119
src/go/plugin/go.d/collector/clickhouse/integrations/clickhouse.md
+8
@@ -202,7 +202,15 @@ No action required.
202
203 The configuration file name for this integration is `go.d/clickhouse.conf`.
204
205 +The file format is YAML. Generally, the structure is:
206
207 +```yaml
208 +update_every: 1
209 +autodetection_retry: 0
210 +jobs:
211 + - name: some_name1
212 + - name: some_name1
213 +```
214 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
215 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
216
src/go/plugin/go.d/collector/cockroachdb/integrations/cockroachdb.md
+8
@@ -153,7 +153,15 @@ No action required.
153
154 The configuration file name for this integration is `go.d/cockroachdb.conf`.
155
156 +The file format is YAML. Generally, the structure is:
157
158 +```yaml
159 +update_every: 1
160 +autodetection_retry: 0
161 +jobs:
162 + - name: some_name1
163 + - name: some_name1
164 +```
165 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
166 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
167
src/go/plugin/go.d/collector/consul/integrations/consul.md
+8
@@ -201,7 +201,15 @@ Required **only if authentication is enabled**.
201
202 The configuration file name for this integration is `go.d/consul.conf`.
203
204 +The file format is YAML. Generally, the structure is:
205
206 +```yaml
207 +update_every: 1
208 +autodetection_retry: 0
209 +jobs:
210 + - name: some_name1
211 + - name: some_name1
212 +```
213 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
214 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
215
src/go/plugin/go.d/collector/coredns/integrations/coredns.md
+8
@@ -136,7 +136,15 @@ No action required.
136
137 The configuration file name for this integration is `go.d/coredns.conf`.
138
139 +The file format is YAML. Generally, the structure is:
140
141 +```yaml
142 +update_every: 1
143 +autodetection_retry: 0
144 +jobs:
145 + - name: some_name1
146 + - name: some_name1
147 +```
148 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
149 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
150
src/go/plugin/go.d/collector/couchbase/integrations/couchbase.md
+8
@@ -92,7 +92,15 @@ No action required.
92
93 The configuration file name for this integration is `go.d/couchbase.conf`.
94
95 +The file format is YAML. Generally, the structure is:
96
97 +```yaml
98 +update_every: 1
99 +autodetection_retry: 0
100 +jobs:
101 + - name: some_name1
102 + - name: some_name1
103 +```
104 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
105 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
106
src/go/plugin/go.d/collector/couchdb/integrations/couchdb.md
+8
@@ -100,7 +100,15 @@ No action required.
100
101 The configuration file name for this integration is `go.d/couchdb.conf`.
102
103 +The file format is YAML. Generally, the structure is:
104
105 +```yaml
106 +update_every: 1
107 +autodetection_retry: 0
108 +jobs:
109 + - name: some_name1
110 + - name: some_name1
111 +```
112 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
113 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
114
src/go/plugin/go.d/collector/dmcache/integrations/dmcache_devices.md
+8
@@ -94,7 +94,15 @@ No action required.
94
95 The configuration file name for this integration is `go.d/dmcache.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/dnsdist/integrations/dnsdist.md
+8
@@ -100,7 +100,15 @@ For collecting metrics via HTTP, you need to [enable the built-in webserver](htt
100
101 The configuration file name for this integration is `go.d/dnsdist.conf`.
102
103 +The file format is YAML. Generally, the structure is:
104
105 +```yaml
106 +update_every: 1
107 +autodetection_retry: 0
108 +jobs:
109 + - name: some_name1
110 + - name: some_name1
111 +```
112 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
113 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
114
src/go/plugin/go.d/collector/dnsmasq/integrations/dnsmasq.md
+8
@@ -88,7 +88,15 @@ No action required.
88
89 The configuration file name for this integration is `go.d/dnsmasq.conf`.
90
91 +The file format is YAML. Generally, the structure is:
92
93 +```yaml
94 +update_every: 1
95 +autodetection_retry: 0
96 +jobs:
97 + - name: some_name1
98 + - name: some_name1
99 +```
100 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
101 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
102
src/go/plugin/go.d/collector/dnsmasq_dhcp/integrations/dnsmasq_dhcp.md
+8
@@ -117,7 +117,15 @@ No action required.
117
118 The configuration file name for this integration is `go.d/dnsmasq_dhcp.conf`.
119
120 +The file format is YAML. Generally, the structure is:
121
122 +```yaml
123 +update_every: 1
124 +autodetection_retry: 0
125 +jobs:
126 + - name: some_name1
127 + - name: some_name1
128 +```
129 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
130 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
131
src/go/plugin/go.d/collector/dnsquery/integrations/dns_query.md
+8
@@ -97,7 +97,15 @@ No action required.
97
98 The configuration file name for this integration is `go.d/dns_query.conf`.
99
100 +The file format is YAML. Generally, the structure is:
101
102 +```yaml
103 +update_every: 1
104 +autodetection_retry: 0
105 +jobs:
106 + - name: some_name1
107 + - name: some_name1
108 +```
109 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
110 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
111
src/go/plugin/go.d/collector/docker/integrations/docker.md
+8
@@ -120,7 +120,15 @@ No action required.
120
121 The configuration file name for this integration is `go.d/docker.conf`.
122
123 +The file format is YAML. Generally, the structure is:
124
125 +```yaml
126 +update_every: 1
127 +autodetection_retry: 0
128 +jobs:
129 + - name: some_name1
130 + - name: some_name1
131 +```
132 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
133 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
134
src/go/plugin/go.d/collector/docker_engine/integrations/docker_engine.md
+8
@@ -98,7 +98,15 @@ To enable built-in Prometheus exporter, follow the [official documentation](http
98
99 The configuration file name for this integration is `go.d/docker_engine.conf`.
100
101 +The file format is YAML. Generally, the structure is:
102
103 +```yaml
104 +update_every: 1
105 +autodetection_retry: 0
106 +jobs:
107 + - name: some_name1
108 + - name: some_name1
109 +```
110 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
111 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
112
src/go/plugin/go.d/collector/dockerhub/integrations/docker_hub_repository.md
+8
@@ -90,7 +90,15 @@ No action required.
90
91 The configuration file name for this integration is `go.d/dockerhub.conf`.
92
93 +The file format is YAML. Generally, the structure is:
94
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/dovecot/integrations/dovecot.md
+8
@@ -104,7 +104,15 @@ To enable `old_stats` plugin, see [Old Statistics](https://doc.dovecot.org/confi
104
105 The configuration file name for this integration is `go.d/dovecot.conf`.
106
107 +The file format is YAML. Generally, the structure is:
108
109 +```yaml
110 +update_every: 1
111 +autodetection_retry: 0
112 +jobs:
113 + - name: some_name1
114 + - name: some_name1
115 +```
116 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
117 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
118
src/go/plugin/go.d/collector/elasticsearch/integrations/elasticsearch.md
+8
@@ -192,7 +192,15 @@ No action required.
192
193 The configuration file name for this integration is `go.d/elasticsearch.conf`.
194
195 +The file format is YAML. Generally, the structure is:
196
197 +```yaml
198 +update_every: 1
199 +autodetection_retry: 0
200 +jobs:
201 + - name: some_name1
202 + - name: some_name1
203 +```
204 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
205 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
206
src/go/plugin/go.d/collector/elasticsearch/integrations/opensearch.md
+8
@@ -192,7 +192,15 @@ No action required.
192
193 The configuration file name for this integration is `go.d/elasticsearch.conf`.
194
195 +The file format is YAML. Generally, the structure is:
196
197 +```yaml
198 +update_every: 1
199 +autodetection_retry: 0
200 +jobs:
201 + - name: some_name1
202 + - name: some_name1
203 +```
204 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
205 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
206
src/go/plugin/go.d/collector/envoy/integrations/envoy.md
+8
@@ -139,7 +139,15 @@ No action required.
139
140 The configuration file name for this integration is `go.d/envoy.conf`.
141
142 +The file format is YAML. Generally, the structure is:
143
144 +```yaml
145 +update_every: 1
146 +autodetection_retry: 0
147 +jobs:
148 + - name: some_name1
149 + - name: some_name1
150 +```
151 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
152 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
153
src/go/plugin/go.d/collector/ethtool/integrations/optical_modules.md
+8
@@ -95,7 +95,15 @@ No action required.
95
96 The configuration file name for this integration is `go.d/ethtool.conf`.
97
98 +The file format is YAML. Generally, the structure is:
99
100 +```yaml
101 +update_every: 1
102 +autodetection_retry: 0
103 +jobs:
104 + - name: some_name1
105 + - name: some_name1
106 +```
107 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
108 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
109
src/go/plugin/go.d/collector/exim/integrations/exim.md
+8
@@ -87,7 +87,15 @@ No action required.
87
88 The configuration file name for this integration is `go.d/exim.conf`.
89
90 +The file format is YAML. Generally, the structure is:
91
92 +```yaml
93 +update_every: 1
94 +autodetection_retry: 0
95 +jobs:
96 + - name: some_name1
97 + - name: some_name1
98 +```
99 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
100 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
101
src/go/plugin/go.d/collector/fail2ban/integrations/fail2ban.md
+8
@@ -102,7 +102,15 @@ There are no alerts configured by default for this integration.
102
103 The configuration file name for this integration is `go.d/fail2ban.conf`.
104
105 +The file format is YAML. Generally, the structure is:
106
107 +```yaml
108 +update_every: 1
109 +autodetection_retry: 0
110 +jobs:
111 + - name: some_name1
112 + - name: some_name1
113 +```
114 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
115 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
116
src/go/plugin/go.d/collector/filecheck/integrations/files_and_directories.md
+8
@@ -112,7 +112,15 @@ No action required.
112
113 The configuration file name for this integration is `go.d/filecheck.conf`.
114
115 +The file format is YAML. Generally, the structure is:
116
117 +```yaml
118 +update_every: 1
119 +autodetection_retry: 0
120 +jobs:
121 + - name: some_name1
122 + - name: some_name1
123 +```
124 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
125 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
126
src/go/plugin/go.d/collector/fluentd/integrations/fluentd.md
+8
@@ -91,7 +91,15 @@ To enable monitor agent, follow the [official documentation](https://docs.fluent
91
92 The configuration file name for this integration is `go.d/fluentd.conf`.
93
94 +The file format is YAML. Generally, the structure is:
95
96 +```yaml
97 +update_every: 1
98 +autodetection_retry: 0
99 +jobs:
100 + - name: some_name1
101 + - name: some_name1
102 +```
103 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
104 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
105
src/go/plugin/go.d/collector/freeradius/integrations/freeradius.md
+8
@@ -101,7 +101,15 @@ To enable status server, follow the [official documentation](https://wiki.freera
101
102 The configuration file name for this integration is `go.d/freeradius.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/gearman/integrations/gearman.md
+8
@@ -109,7 +109,15 @@ No action required.
109
110 The configuration file name for this integration is `go.d/gearman.conf`.
111
112 +The file format is YAML. Generally, the structure is:
113
114 +```yaml
115 +update_every: 1
116 +autodetection_retry: 0
117 +jobs:
118 + - name: some_name1
119 + - name: some_name1
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/go/plugin/go.d/collector/geth/integrations/go-ethereum.md
+8
@@ -101,7 +101,15 @@ No action required.
101
102 The configuration file name for this integration is `go.d/geth.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/haproxy/integrations/haproxy.md
+8
@@ -106,7 +106,15 @@ To enable PROMEX addon, follow the [official documentation](https://github.com/h
106
107 The configuration file name for this integration is `go.d/haproxy.conf`.
108
109 +The file format is YAML. Generally, the structure is:
110
111 +```yaml
112 +update_every: 1
113 +autodetection_retry: 0
114 +jobs:
115 + - name: some_name1
116 + - name: some_name1
117 +```
118 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
119 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
120
src/go/plugin/go.d/collector/hddtemp/integrations/hdd_temperature.md
+8
@@ -98,7 +98,15 @@ Install `hddtemp` using your distribution's package manager.
98
99 The configuration file name for this integration is `go.d/hddtemp.conf`.
100
101 +The file format is YAML. Generally, the structure is:
102
103 +```yaml
104 +update_every: 1
105 +autodetection_retry: 0
106 +jobs:
107 + - name: some_name1
108 + - name: some_name1
109 +```
110 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
111 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
112
src/go/plugin/go.d/collector/hdfs/integrations/hadoop_distributed_file_system_hdfs.md
+8
@@ -119,7 +119,15 @@ No action required.
119
120 The configuration file name for this integration is `go.d/hdfs.conf`.
121
122 +The file format is YAML. Generally, the structure is:
123
124 +```yaml
125 +update_every: 1
126 +autodetection_retry: 0
127 +jobs:
128 + - name: some_name1
129 + - name: some_name1
130 +```
131 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
132 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
133
src/go/plugin/go.d/collector/hpssa/integrations/hpe_smart_arrays.md
+8
@@ -167,7 +167,15 @@ See [official installation instructions](https://support.hpe.com/connect/s/softw
167
168 The configuration file name for this integration is `go.d/ssacli.conf`.
169
170 +The file format is YAML. Generally, the structure is:
171
172 +```yaml
173 +update_every: 1
174 +autodetection_retry: 0
175 +jobs:
176 + - name: some_name1
177 + - name: some_name1
178 +```
179 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
180 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
181
src/go/plugin/go.d/collector/httpcheck/integrations/http_endpoints.md
+8
@@ -114,7 +114,15 @@ No action required.
114
115 The configuration file name for this integration is `go.d/httpcheck.conf`.
116
117 +The file format is YAML. Generally, the structure is:
118
119 +```yaml
120 +update_every: 1
121 +autodetection_retry: 0
122 +jobs:
123 + - name: some_name1
124 + - name: some_name1
125 +```
126 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
127 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
128
src/go/plugin/go.d/collector/icecast/integrations/icecast.md
+8
@@ -91,7 +91,15 @@ Needs at least Icecast version >= 2.4.0
91
92 The configuration file name for this integration is `go.d/icecast.conf`.
93
94 +The file format is YAML. Generally, the structure is:
95
96 +```yaml
97 +update_every: 1
98 +autodetection_retry: 0
99 +jobs:
100 + - name: some_name1
101 + - name: some_name1
102 +```
103 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
104 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
105
src/go/plugin/go.d/collector/intelgpu/integrations/intel_gpu.md
+8
@@ -109,7 +109,15 @@ Install `intel-gpu-tools` using your distribution's package manager.
109
110 The configuration file name for this integration is `go.d/intelgpu.conf`.
111
112 +The file format is YAML. Generally, the structure is:
113
114 +```yaml
115 +update_every: 1
116 +autodetection_retry: 0
117 +jobs:
118 + - name: some_name1
119 + - name: some_name1
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/go/plugin/go.d/collector/ipfs/integrations/ipfs.md
+8
@@ -109,7 +109,15 @@ No action required.
109
110 The configuration file name for this integration is `go.d/ipfs.conf`.
111
112 +The file format is YAML. Generally, the structure is:
113
114 +```yaml
115 +update_every: 1
116 +autodetection_retry: 0
117 +jobs:
118 + - name: some_name1
119 + - name: some_name1
120 +```
121 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
122 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
123
src/go/plugin/go.d/collector/isc_dhcpd/integrations/isc_dhcp.md
+8
@@ -105,7 +105,15 @@ No action required.
105
106 The configuration file name for this integration is `go.d/isc_dhcpd.conf`.
107
108 +The file format is YAML. Generally, the structure is:
109
110 +```yaml
111 +update_every: 1
112 +autodetection_retry: 0
113 +jobs:
114 + - name: some_name1
115 + - name: some_name1
116 +```
117 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
118 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
119
src/go/plugin/go.d/collector/k8s_kubelet/integrations/kubelet.md
+8
@@ -123,7 +123,15 @@ No action required.
123
124 The configuration file name for this integration is `go.d/k8s_kubelet.conf`.
125
126 +The file format is YAML. Generally, the structure is:
127
128 +```yaml
129 +update_every: 1
130 +autodetection_retry: 0
131 +jobs:
132 + - name: some_name1
133 + - name: some_name1
134 +```
135 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
136 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
137
src/go/plugin/go.d/collector/k8s_kubeproxy/integrations/kubeproxy.md
+8
@@ -90,7 +90,15 @@ No action required.
90
91 The configuration file name for this integration is `go.d/k8s_kubeproxy.conf`.
92
93 +The file format is YAML. Generally, the structure is:
94
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/k8s_state/integrations/kubernetes_cluster_state.md
+9 -1
@@ -224,7 +224,15 @@ No action required.
224
225 The configuration file name for this integration is `go.d/k8s_state.conf`.
226
227 -
227 +The file format is YAML. Generally, the structure is:
228 +
229 +```yaml
230 +update_every: 1
231 +autodetection_retry: 0
232 +jobs:
233 + - name: some_name1
234 + - name: some_name1
235 +```
236 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
237 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
238
src/go/plugin/go.d/collector/lighttpd/integrations/lighttpd.md
+8
@@ -100,7 +100,15 @@ To enable status support, see the [official documentation](https://redmine.light
100
101 The configuration file name for this integration is `go.d/lighttpd.conf`.
102
103 +The file format is YAML. Generally, the structure is:
104
105 +```yaml
106 +update_every: 1
107 +autodetection_retry: 0
108 +jobs:
109 + - name: some_name1
110 + - name: some_name1
111 +```
112 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
113 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
114
src/go/plugin/go.d/collector/litespeed/integrations/litespeed.md
+8
@@ -95,7 +95,15 @@ No action required.
95
96 The configuration file name for this integration is `go.d/litespeed.conf`.
97
98 +The file format is YAML. Generally, the structure is:
99
100 +```yaml
101 +update_every: 1
102 +autodetection_retry: 0
103 +jobs:
104 + - name: some_name1
105 + - name: some_name1
106 +```
107 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
108 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
109
src/go/plugin/go.d/collector/logind/integrations/systemd-logind_users.md
+9 -1
@@ -90,7 +90,15 @@ No action required.
90
91 The configuration file name for this integration is `go.d/logind.conf`.
92
93 -
93 +The file format is YAML. Generally, the structure is:
94 +
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/logstash/integrations/logstash.md
+8
@@ -113,7 +113,15 @@ No action required.
113
114 The configuration file name for this integration is `go.d/logstatsh.conf`.
115
116 +The file format is YAML. Generally, the structure is:
117
118 +```yaml
119 +update_every: 1
120 +autodetection_retry: 0
121 +jobs:
122 + - name: some_name1
123 + - name: some_name1
124 +```
125 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
126 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
127
src/go/plugin/go.d/collector/lvm/integrations/lvm_logical_volumes.md
+8
@@ -101,7 +101,15 @@ No action required.
101
102 The configuration file name for this integration is `go.d/lvm.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/maxscale/integrations/maxscale.md
+8
@@ -118,7 +118,15 @@ No action required.
118
119 The configuration file name for this integration is `go.d/maxscale.conf`.
120
121 +The file format is YAML. Generally, the structure is:
122
123 +```yaml
124 +update_every: 1
125 +autodetection_retry: 0
126 +jobs:
127 + - name: some_name1
128 + - name: some_name1
129 +```
130 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
131 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
132
src/go/plugin/go.d/collector/megacli/integrations/megacli_megaraid.md
+8
@@ -149,7 +149,15 @@ No action required.
149
150 The configuration file name for this integration is `go.d/megacli.conf`.
151
152 +The file format is YAML. Generally, the structure is:
153
154 +```yaml
155 +update_every: 1
156 +autodetection_retry: 0
157 +jobs:
158 + - name: some_name1
159 + - name: some_name1
160 +```
161 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
162 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
163
src/go/plugin/go.d/collector/memcached/integrations/memcached.md
+8
@@ -105,7 +105,15 @@ No action required.
105
106 The configuration file name for this integration is `go.d/memcached.conf`.
107
108 +The file format is YAML. Generally, the structure is:
109
110 +```yaml
111 +update_every: 1
112 +autodetection_retry: 0
113 +jobs:
114 + - name: some_name1
115 + - name: some_name1
116 +```
117 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
118 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
119
src/go/plugin/go.d/collector/mongodb/integrations/mongodb.md
+8
@@ -247,7 +247,15 @@ Create a read-only user for Netdata in the admin database.
247
248 The configuration file name for this integration is `go.d/mongodb.conf`.
249
250 +The file format is YAML. Generally, the structure is:
251
252 +```yaml
253 +update_every: 1
254 +autodetection_retry: 0
255 +jobs:
256 + - name: some_name1
257 + - name: some_name1
258 +```
259 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
260 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
261
src/go/plugin/go.d/collector/monit/integrations/monit.md
+8
@@ -99,7 +99,15 @@ See [Syntax for TCP port](https://mmonit.com/monit/documentation/monit.html#TCP-
99
100 The configuration file name for this integration is `go.d/monit.conf`.
101
102 +The file format is YAML. Generally, the structure is:
103
104 +```yaml
105 +update_every: 1
106 +autodetection_retry: 0
107 +jobs:
108 + - name: some_name1
109 + - name: some_name1
110 +```
111 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
112 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
113
src/go/plugin/go.d/collector/mysql/integrations/mariadb.md
+8
@@ -232,7 +232,15 @@ be able to gather statistics without being able to alter or affect operations in
232
233 The configuration file name for this integration is `go.d/mysql.conf`.
234
235 +The file format is YAML. Generally, the structure is:
236
237 +```yaml
238 +update_every: 1
239 +autodetection_retry: 0
240 +jobs:
241 + - name: some_name1
242 + - name: some_name1
243 +```
244 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
245 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
246
src/go/plugin/go.d/collector/mysql/integrations/mysql.md
+8
@@ -232,7 +232,15 @@ be able to gather statistics without being able to alter or affect operations in
232
233 The configuration file name for this integration is `go.d/mysql.conf`.
234
235 +The file format is YAML. Generally, the structure is:
236
237 +```yaml
238 +update_every: 1
239 +autodetection_retry: 0
240 +jobs:
241 + - name: some_name1
242 + - name: some_name1
243 +```
244 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
245 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
246
src/go/plugin/go.d/collector/mysql/integrations/percona_mysql.md
+8
@@ -232,7 +232,15 @@ be able to gather statistics without being able to alter or affect operations in
232
233 The configuration file name for this integration is `go.d/mysql.conf`.
234
235 +The file format is YAML. Generally, the structure is:
236
237 +```yaml
238 +update_every: 1
239 +autodetection_retry: 0
240 +jobs:
241 + - name: some_name1
242 + - name: some_name1
243 +```
244 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
245 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
246
src/go/plugin/go.d/collector/nats/integrations/nats.md
+8
@@ -255,7 +255,15 @@ See [Enable monitoring](https://docs.nats.io/running-a-nats-service/nats_admin/m
255
256 The configuration file name for this integration is `go.d/nats.conf`.
257
258 +The file format is YAML. Generally, the structure is:
259
260 +```yaml
261 +update_every: 1
262 +autodetection_retry: 0
263 +jobs:
264 + - name: some_name1
265 + - name: some_name1
266 +```
267 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
268 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
269
src/go/plugin/go.d/collector/nginx/integrations/nginx.md
+8
@@ -101,7 +101,15 @@ Configure [ngx_http_stub_status_module](https://nginx.org/en/docs/http/ngx_http_
101
102 The configuration file name for this integration is `go.d/nginx.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/nginxplus/integrations/nginx_plus.md
+8
@@ -278,7 +278,15 @@ To configure API, see the [official documentation](https://docs.nginx.com/nginx/
278
279 The configuration file name for this integration is `go.d/nginxplus.conf`.
280
281 +The file format is YAML. Generally, the structure is:
282
283 +```yaml
284 +update_every: 1
285 +autodetection_retry: 0
286 +jobs:
287 + - name: some_name1
288 + - name: some_name1
289 +```
290 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
291 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
292
src/go/plugin/go.d/collector/nginxunit/integrations/nginx_unit.md
+8
@@ -96,7 +96,15 @@ See [Control API](https://unit.nginx.org/controlapi/#configuration-api) document
96
97 The configuration file name for this integration is `go.d/nginxunit.conf`.
98
99 +The file format is YAML. Generally, the structure is:
100
101 +```yaml
102 +update_every: 1
103 +autodetection_retry: 0
104 +jobs:
105 + - name: some_name1
106 + - name: some_name1
107 +```
108 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
109 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
110
src/go/plugin/go.d/collector/nginxvts/integrations/nginx_vts.md
+8
@@ -101,7 +101,15 @@ To configure nginx-vts, see the [https://github.com/vozlt/nginx-module-vts#insta
101
102 The configuration file name for this integration is `go.d/nginxvts.conf`.
103
104 +The file format is YAML. Generally, the structure is:
105
106 +```yaml
107 +update_every: 1
108 +autodetection_retry: 0
109 +jobs:
110 + - name: some_name1
111 + - name: some_name1
112 +```
113 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
114 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
115
src/go/plugin/go.d/collector/nsd/integrations/nsd.md
+8
@@ -103,7 +103,15 @@ No action required.
103
104 The configuration file name for this integration is `go.d/nsd.conf`.
105
106 +The file format is YAML. Generally, the structure is:
107
108 +```yaml
109 +update_every: 1
110 +autodetection_retry: 0
111 +jobs:
112 + - name: some_name1
113 + - name: some_name1
114 +```
115 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
116 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
117
src/go/plugin/go.d/collector/ntpd/integrations/ntpd.md
+8
@@ -121,7 +121,15 @@ No action required.
121
122 The configuration file name for this integration is `go.d/ntpd.conf`.
123
124 +The file format is YAML. Generally, the structure is:
125
126 +```yaml
127 +update_every: 1
128 +autodetection_retry: 0
129 +jobs:
130 + - name: some_name1
131 + - name: some_name1
132 +```
133 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
134 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
135
src/go/plugin/go.d/collector/nvidia_smi/integrations/nvidia_gpu.md
+8
@@ -126,7 +126,15 @@ No action required.
126
127 The configuration file name for this integration is `go.d/nvidia_smi.conf`.
128
129 +The file format is YAML. Generally, the structure is:
130
131 +```yaml
132 +update_every: 1
133 +autodetection_retry: 0
134 +jobs:
135 + - name: some_name1
136 + - name: some_name1
137 +```
138 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
139 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
140
src/go/plugin/go.d/collector/nvme/integrations/nvme_devices.md
+8
@@ -141,7 +141,15 @@ Include the following option in your `docker run` command or add the device mapp
141
142 The configuration file name for this integration is `go.d/nvme.conf`.
143
144 +The file format is YAML. Generally, the structure is:
145
146 +```yaml
147 +update_every: 1
148 +autodetection_retry: 0
149 +jobs:
150 + - name: some_name1
151 + - name: some_name1
152 +```
153 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
154 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
155
src/go/plugin/go.d/collector/openldap/integrations/openldap.md
+8
@@ -99,7 +99,15 @@ Follow instructions from https://www.openldap.org/doc/admin24/monitoringslapd.ht
99
100 The configuration file name for this integration is `go.d/openldap.conf`.
101
102 +The file format is YAML. Generally, the structure is:
103
104 +```yaml
105 +update_every: 1
106 +autodetection_retry: 0
107 +jobs:
108 + - name: some_name1
109 + - name: some_name1
110 +```
111 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
112 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
113
src/go/plugin/go.d/collector/openvpn/integrations/openvpn.md
+8
@@ -114,7 +114,15 @@ It is disabled to not break other tools which use `Management Interface`.
114
115 The configuration file name for this integration is `go.d/openvpn.conf`.
116
117 +The file format is YAML. Generally, the structure is:
118
119 +```yaml
120 +update_every: 1
121 +autodetection_retry: 0
122 +jobs:
123 + - name: some_name1
124 + - name: some_name1
125 +```
126 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
127 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
128
src/go/plugin/go.d/collector/openvpn_status_log/integrations/openvpn_status_log.md
+8
@@ -105,7 +105,15 @@ No action required.
105
106 The configuration file name for this integration is `go.d/openvpn_status_log.conf`.
107
108 +The file format is YAML. Generally, the structure is:
109
110 +```yaml
111 +update_every: 1
112 +autodetection_retry: 0
113 +jobs:
114 + - name: some_name1
115 + - name: some_name1
116 +```
117 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
118 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
119
src/go/plugin/go.d/collector/oracledb/integrations/oracle_db.md
+8
@@ -159,7 +159,15 @@ GRANT SELECT_CATALOG_ROLE TO netdata;
159
160 The configuration file name for this integration is `go.d/oracledb.conf`.
161
162 +The file format is YAML. Generally, the structure is:
163
164 +```yaml
165 +update_every: 1
166 +autodetection_retry: 0
167 +jobs:
168 + - name: some_name1
169 + - name: some_name1
170 +```
171 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
172 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
173
src/go/plugin/go.d/collector/pgbouncer/integrations/pgbouncer.md
+8
@@ -149,7 +149,15 @@ To create the `netdata` user:
149
150 The configuration file name for this integration is `go.d/pgbouncer.conf`.
151
152 +The file format is YAML. Generally, the structure is:
153
154 +```yaml
155 +update_every: 1
156 +autodetection_retry: 0
157 +jobs:
158 + - name: some_name1
159 + - name: some_name1
160 +```
161 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
162 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
163
src/go/plugin/go.d/collector/phpdaemon/integrations/phpdaemon.md
+8
@@ -163,7 +163,15 @@ class FullStatusRequest extends Generic {
163
164 The configuration file name for this integration is `go.d/phpdaemon.conf`.
165
166 +The file format is YAML. Generally, the structure is:
167
168 +```yaml
169 +update_every: 1
170 +autodetection_retry: 0
171 +jobs:
172 + - name: some_name1
173 + - name: some_name1
174 +```
175 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
176 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
177
src/go/plugin/go.d/collector/phpfpm/integrations/php-fpm.md
+8
@@ -94,7 +94,15 @@ Uncomment the `pm.status_path = /status` variable in the `php-fpm` config file.
94
95 The configuration file name for this integration is `go.d/phpfpm.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/pihole/integrations/pi-hole.md
+8
@@ -118,7 +118,15 @@ Pi-hole administrator password is required for API authentication. Make sure to
118
119 The configuration file name for this integration is `go.d/pihole.conf`.
120
121 +The file format is YAML. Generally, the structure is:
122
123 +```yaml
124 +update_every: 1
125 +autodetection_retry: 0
126 +jobs:
127 + - name: some_name1
128 + - name: some_name1
129 +```
130 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
131 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
132
src/go/plugin/go.d/collector/pika/integrations/pika.md
+8
@@ -110,7 +110,15 @@ No action required.
110
111 The configuration file name for this integration is `go.d/pika.conf`.
112
113 +The file format is YAML. Generally, the structure is:
114
115 +```yaml
116 +update_every: 1
117 +autodetection_retry: 0
118 +jobs:
119 + - name: some_name1
120 + - name: some_name1
121 +```
122 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
123 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
124
src/go/plugin/go.d/collector/ping/integrations/ping.md
+8
@@ -123,7 +123,15 @@ No action required.
123
124 The configuration file name for this integration is `go.d/ping.conf`.
125
126 +The file format is YAML. Generally, the structure is:
127
128 +```yaml
129 +update_every: 1
130 +autodetection_retry: 0
131 +jobs:
132 + - name: some_name1
133 + - name: some_name1
134 +```
135 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
136 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
137
src/go/plugin/go.d/collector/portcheck/integrations/tcp-udp_endpoints.md
+8
@@ -139,7 +139,15 @@ No action required.
139
140 The configuration file name for this integration is `go.d/portcheck.conf`.
141
142 +The file format is YAML. Generally, the structure is:
143
144 +```yaml
145 +update_every: 1
146 +autodetection_retry: 0
147 +jobs:
148 + - name: some_name1
149 + - name: some_name1
150 +```
151 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
152 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
153
src/go/plugin/go.d/collector/postfix/integrations/postfix.md
+8
@@ -90,7 +90,15 @@ No action required.
90
91 The configuration file name for this integration is `go.d/postfix.conf`.
92
93 +The file format is YAML. Generally, the structure is:
94
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/postgres/integrations/postgresql.md
+8
@@ -278,7 +278,15 @@ system.
278
279 The configuration file name for this integration is `go.d/postgres.conf`.
280
281 +The file format is YAML. Generally, the structure is:
282
283 +```yaml
284 +update_every: 1
285 +autodetection_retry: 0
286 +jobs:
287 + - name: some_name1
288 + - name: some_name1
289 +```
290 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
291 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
292
src/go/plugin/go.d/collector/powerdns/integrations/powerdns_authoritative_server.md
+8
@@ -103,7 +103,15 @@ Follow [HTTP API](https://doc.powerdns.com/authoritative/http-api/index.html#ena
103
104 The configuration file name for this integration is `go.d/powerdns.conf`.
105
106 +The file format is YAML. Generally, the structure is:
107
108 +```yaml
109 +update_every: 1
110 +autodetection_retry: 0
111 +jobs:
112 + - name: some_name1
113 + - name: some_name1
114 +```
115 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
116 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
117
src/go/plugin/go.d/collector/powerdns_recursor/integrations/powerdns_recursor.md
+8
@@ -106,7 +106,15 @@ Follow [HTTP API](https://doc.powerdns.com/recursor/http-api/index.html#enabling
106
107 The configuration file name for this integration is `go.d/powerdns_recursor.conf`.
108
109 +The file format is YAML. Generally, the structure is:
110
111 +```yaml
112 +update_every: 1
113 +autodetection_retry: 0
114 +jobs:
115 + - name: some_name1
116 + - name: some_name1
117 +```
118 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
119 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
120
src/go/plugin/go.d/collector/prometheus/integrations/4d_server.md
+8
@@ -93,7 +93,15 @@ Install [4D Server exporter](https://github.com/ThomasMaul/Prometheus_4D_Exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/8430ft_modem.md
+8
@@ -93,7 +93,15 @@ Install [8430FT Exporter](https://github.com/dernasherbrezon/8430ft_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/a10_acos_network_devices.md
+8
@@ -93,7 +93,15 @@ Install [A10-Networks Prometheus Exporter](https://github.com/a10networks/Promet
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/airthings_waveplus_air_sensor.md
+8
@@ -93,7 +93,15 @@ Install [Waveplus Radon Sensor Exporter](https://github.com/jeremybz/waveplus_ex
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/akamai_edge_dns_traffic.md
+8
@@ -93,7 +93,15 @@ Install [Akamai Edge DNS Traffic Exporter](https://github.com/akamai/akamai-edge
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/akamai_global_traffic_management.md
+8
@@ -93,7 +93,15 @@ Install [Akamai Global Traffic Management Metrics Exporter](https://github.com/a
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/akami_cloudmonitor.md
+8
@@ -93,7 +93,15 @@ Install [Cloudmonitor exporter](https://github.com/ExpressenAB/cloudmonitor_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/alamos_fe2_server.md
+8
@@ -93,7 +93,15 @@ Install [Alamos FE2 Exporter](https://github.com/codemonauts/prometheus-fe2-expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/alibaba_cloud.md
+8
@@ -93,7 +93,15 @@ Install [Alibaba Cloud Exporter](https://github.com/aylei/aliyun-exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/altaro_backup.md
+8
@@ -93,7 +93,15 @@ Install [Altaro Backup Exporter](https://github.com/raph2i/altaro_backup_exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/amd_cpu_&_gpu.md
+8
@@ -93,7 +93,15 @@ Install [AMD SMI Exporter](https://github.com/amd/amd_smi_exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/andrews_&_arnold_line_status.md
+8
@@ -93,7 +93,15 @@ Install [Andrews & Arnold line status exporter](https://github.com/daveio/aaisp-
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/apache_airflow.md
+8
@@ -93,7 +93,15 @@ Install [Airflow exporter](https://github.com/shalb/airflow-exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/apache_flink.md
+8
@@ -93,7 +93,15 @@ Install [Apache Flink Metrics Reporter](https://github.com/matsumana/flink_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/apicast.md
+8
@@ -93,7 +93,15 @@ Install [APIcast](https://github.com/3scale/apicast) by following the instructio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/apple_time_machine.md
+8
@@ -93,7 +93,15 @@ Install [Apple Time Machine Exporter](https://github.com/znerol/prometheus-timem
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/arm_hwcpipe.md
+8
@@ -93,7 +93,15 @@ Install [ARM HWCPipe Exporter](https://github.com/ylz-at/arm-hwcpipe-exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aruba_devices.md
+8
@@ -93,7 +93,15 @@ Install [Aruba Exporter](https://github.com/slashdoom/aruba_exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/arvancloud_cdn.md
+8
@@ -93,7 +93,15 @@ Install [ArvanCloud exporter](https://github.com/arvancloud/ar-prometheus-export
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/audisto.md
+8
@@ -93,7 +93,15 @@ Install [Audisto exporter](https://github.com/ZeitOnline/audisto_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/authlog.md
+8
@@ -93,7 +93,15 @@ Install [AuthLog Exporter](https://github.com/woblerr/authlog_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_ec2_compute_instances.md
+8
@@ -93,7 +93,15 @@ Install [AWS EC2 Exporter](https://github.com/O1ahmad/aws_ec2_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_ec2_spot_instance.md
+8
@@ -93,7 +93,15 @@ Install [AWS EC2 Spot Exporter](https://github.com/patcadelina/ec2-spot-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_ecs.md
+8
@@ -93,7 +93,15 @@ Install [AWS ECS exporter](https://github.com/bevers222/ecs-exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_health_events.md
+8
@@ -93,7 +93,15 @@ Install [AWS Health Exporter](https://github.com/vladvasiliu/aws-health-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_instance_health.md
+8
@@ -93,7 +93,15 @@ Install [AWS instance health exporter](https://github.com/bobtfish/aws-instance-
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_quota.md
+8
@@ -93,7 +93,15 @@ Install [aws_quota_exporter](https://github.com/emylincon/aws_quota_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_rds.md
+8
@@ -93,7 +93,15 @@ Install [rds_exporter](https://github.com/percona/rds_exporter) by following the
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_s3_buckets.md
+8
@@ -93,7 +93,15 @@ Install [AWS S3 Exporter](https://github.com/ribbybibby/s3_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/aws_sqs.md
+8
@@ -93,7 +93,15 @@ Install [AWS SQS Exporter](https://github.com/jmal98/sqs-exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_ad_app_passwords.md
+8
@@ -93,7 +93,15 @@ Install [Azure App Secrets monitor](https://github.com/vladvasiliu/azure-app-sec
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_application.md
+8
@@ -93,7 +93,15 @@ Install [Azure Monitor exporter](https://github.com/RobustPerception/azure_metri
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_elastic_pool_sql.md
+8
@@ -93,7 +93,15 @@ Install [Azure Elastic SQL Exporter](https://github.com/benclapp/azure_elastic_s
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_resources.md
+8
@@ -93,7 +93,15 @@ Install [Azure Resources Exporter](https://github.com/FXinnovation/azure_metrics
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_service_bus.md
+8
@@ -93,7 +93,15 @@ Install [Azure Service Bus Exporter](https://github.com/marcinbudny/servicebus_e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/azure_sql.md
+8
@@ -93,7 +93,15 @@ Install [Azure SQL exporter](https://github.com/iamseth/azure_sql_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bigquery.md
+8
@@ -93,7 +93,15 @@ Install [BigQuery Exporter](https://github.com/m-lab/prometheus-bigquery-exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bird_routing_daemon.md
+8
@@ -93,7 +93,15 @@ Install [Bird Routing Daemon Exporter](https://github.com/czerwonk/bird_exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/blackbox.md
+8
@@ -93,7 +93,15 @@ Install [Blackbox exporter](https://github.com/prometheus/blackbox_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bobcat_miner_300.md
+8
@@ -93,7 +93,15 @@ Install [Bobcat Exporter](https://github.com/pperzyna/bobcat_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/borg_backup.md
+8
@@ -93,7 +93,15 @@ Install [Borg backup exporter](https://github.com/k0ral/borg-exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bosh.md
+8
@@ -93,7 +93,15 @@ Install [BOSH exporter](https://github.com/bosh-prometheus/bosh_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bpftrace_variables.md
+8
@@ -93,7 +93,15 @@ Install [bpftrace exporter](https://github.com/andreasgerstmayr/bpftrace_exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/bungeecord.md
+8
@@ -93,7 +93,15 @@ Install [BungeeCord Prometheus Exporter](https://github.com/weihao/bungeecord-pr
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cadvisor.md
+8
@@ -93,7 +93,15 @@ Install [cAdvisor](https://github.com/google/cadvisor) by following the instruct
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/celery.md
+8
@@ -93,7 +93,15 @@ Install [Celery Exporter](https://github.com/ZeitOnline/celery_redis_prometheus)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/certificate_transparency.md
+8
@@ -94,7 +94,15 @@ Install [ct-exporter](https://github.com/Hsn723/ct-exporter) by following the in
94
95 The configuration file name for this integration is `go.d/prometheus.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/prometheus/integrations/checkpoint_device.md
+8
@@ -93,7 +93,15 @@ Install [Checkpoint exporter](https://github.com/RespiroConsulting/CheckPointExp
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/chia.md
+8
@@ -93,7 +93,15 @@ Install [Chia Exporter](https://github.com/chia-network/chia-exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/christ_elektronik_clm5ip_power_panel.md
+8
@@ -93,7 +93,15 @@ Install [Christ Elektronik CLM5IP Exporter](https://github.com/christmann/clm5ip
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cilium_agent.md
+8
@@ -93,7 +93,15 @@ Install [Cilium Agent](https://github.com/cilium/cilium) by following the instru
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cilium_operator.md
+8
@@ -93,7 +93,15 @@ Install [Cilium Operator](https://github.com/cilium/cilium) by following the ins
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cilium_proxy.md
+8
@@ -93,7 +93,15 @@ Install [Cilium Proxy](https://github.com/cilium/proxy) by following the instruc
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cisco_aci.md
+8
@@ -93,7 +93,15 @@ Install [Cisco ACI Exporter](https://github.com/RavuAlHemio/prometheus_aci_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/citrix_netscaler.md
+8
@@ -93,7 +93,15 @@ Install [Citrix NetScaler Exporter](https://github.com/rokett/Citrix-NetScaler-E
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/clamav_daemon.md
+8
@@ -93,7 +93,15 @@ Install [ClamAV daemon stats exporter](https://github.com/sergeymakinen/clamav_e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/clamscan_results.md
+8
@@ -93,7 +93,15 @@ Install [clamscan-exporter](https://github.com/FortnoxAB/clamscan-exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/clash.md
+8
@@ -93,7 +93,15 @@ Install [Clash exporter](https://github.com/elonzh/clash_exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cloud_foundry.md
+8
@@ -93,7 +93,15 @@ Install [Cloud Foundry exporter](https://github.com/bosh-prometheus/cf_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cloud_foundry_firehose.md
+8
@@ -93,7 +93,15 @@ Install [Cloud Foundry Firehose exporter](https://github.com/bosh-prometheus/fir
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cloudflare_pcap.md
+8
@@ -93,7 +93,15 @@ Install [Cloudflare exporter](https://github.com/wehkamp/docker-prometheus-cloud
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cloudwatch.md
+8
@@ -93,7 +93,15 @@ Install [CloudWatch exporter](https://github.com/prometheus/cloudwatch_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/clustercontrol_cmon.md
+8
@@ -93,7 +93,15 @@ Install [CMON Exporter](https://github.com/severalnines/cmon_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/collectd.md
+8
@@ -93,7 +93,15 @@ Install [Collectd exporter](https://github.com/prometheus/collectd_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/concourse.md
+8
@@ -93,7 +93,15 @@ To configure the built-in Prometheus exporter, follow the [official documentatio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/craftbeerpi.md
+8
@@ -93,7 +93,15 @@ Install [CraftBeerPi exporter](https://github.com/jo-hannes/craftbeerpi_exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/crowdsec.md
+8
@@ -93,7 +93,15 @@ To configure the built-in Prometheus exporter, follow the [official documentatio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/crypto_exchanges.md
+8
@@ -93,7 +93,15 @@ Install [Crypto exporter](https://github.com/ix-ai/crypto-exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cryptowatch.md
+8
@@ -93,7 +93,15 @@ Install [Cryptowat Exporter](https://github.com/nbarrientos/cryptowat_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/custom_exporter.md
+8
@@ -93,7 +93,15 @@ Install [Custom Exporter](https://github.com/orange-cloudfoundry/custom_exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/cvmfs_clients.md
+8
@@ -93,7 +93,15 @@ Install [CVMFS exporter](https://github.com/guilbaults/cvmfs-exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ddwrt_routers.md
+8
@@ -93,7 +93,15 @@ Install [ddwrt-collector](https://github.com/camelusferus/ddwrt_collector) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dell_emc_ecs_cluster.md
+8
@@ -93,7 +93,15 @@ Install [Dell EMC ECS Exporter](https://github.com/paychex/prometheus-emcecs-exp
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dell_emc_isilon_cluster.md
+8
@@ -93,7 +93,15 @@ Install [Dell EMC Isilon Exporter](https://github.com/paychex/prometheus-isilon-
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dell_emc_xtremio_cluster.md
+8
@@ -93,7 +93,15 @@ Install [Dell/EMC XtremIO Exporter](https://github.com/cthiel42/prometheus-xtrem
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dell_powermax.md
+8
@@ -93,7 +93,15 @@ Install [PowerMax Exporter](https://github.com/kckecheng/powermax_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dependency-track.md
+8
@@ -93,7 +93,15 @@ Install [Dependency-Track Exporter](https://github.com/jetstack/dependency-track
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/digitalocean.md
+8
@@ -93,7 +93,15 @@ Install [DigitalOcean Exporter](https://github.com/metalmatze/digitalocean_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/discourse.md
+8
@@ -93,7 +93,15 @@ Install [Discourse Exporter](https://github.com/discourse/discourse-prometheus)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dmarc.md
+8
@@ -93,7 +93,15 @@ Install [dmarc-metrics-exporter](https://github.com/jgosmann/dmarc-metrics-expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dnsbl.md
+8
@@ -93,7 +93,15 @@ Install [dnsbl-exporter](https://github.com/Luzilla/dnsbl_exporter/) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dutch_electricity_smart_meter.md
+8
@@ -93,7 +93,15 @@ Install [P1Exporter - Dutch Electricity Smart Meter Exporter](https://github.com
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/dynatrace.md
+8
@@ -93,7 +93,15 @@ Install [Dynatrace Exporter](https://github.com/Apside-TOP/dynatrace_exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/eaton_ups.md
+8
@@ -93,7 +93,15 @@ Install [Prometheus Eaton UPS Exporter](https://github.com/psyinfra/prometheus-e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/elgato_key_light_devices..md
+8
@@ -93,7 +93,15 @@ Install [Elgato Key Light exporter](https://github.com/mdlayher/keylight_exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/energomera_smart_power_meters.md
+8
@@ -93,7 +93,15 @@ Install [energomera-exporter Energomera electricity meter exporter](https://gith
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/eos.md
+8
@@ -93,7 +93,15 @@ Install [EOS exporter](https://github.com/cern-eos/eos_exporter) by following th
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/etcd.md
+8
@@ -89,7 +89,15 @@ No action required.
89
90 The configuration file name for this integration is `go.d/prometheus.conf`.
91
92 +The file format is YAML. Generally, the structure is:
93
94 +```yaml
95 +update_every: 1
96 +autodetection_retry: 0
97 +jobs:
98 + - name: some_name1
99 + - name: some_name1
100 +```
101 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
102 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
103
src/go/plugin/go.d/collector/prometheus/integrations/excel_spreadsheet.md
+8
@@ -93,7 +93,15 @@ Install [Excel Exporter](https://github.com/MarcusCalidus/excel-exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/fastd.md
+8
@@ -93,7 +93,15 @@ Install [Fastd Exporter](https://github.com/freifunk-darmstadt/fastd-exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/fortigate_firewall.md
+8
@@ -93,7 +93,15 @@ Install [fortigate_exporter](https://github.com/bluecmd/fortigate_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/freebsd_nfs.md
+8
@@ -93,7 +93,15 @@ Install [FreeBSD NFS Exporter](https://github.com/Axcient/freebsd-nfs-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/freebsd_rctl-racct.md
+8
@@ -93,7 +93,15 @@ Install [FreeBSD RCTL Exporter](https://github.com/yo000/rctl_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/freifunk_network.md
+8
@@ -93,7 +93,15 @@ Install [Freifunk Exporter](https://github.com/xperimental/freifunk-exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/fritzbox_network_devices.md
+8
@@ -93,7 +93,15 @@ Install [Fritzbox exporter](https://github.com/pdreker/fritz_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/frrouting.md
+8
@@ -93,7 +93,15 @@ Install [FRRouting Exporter](https://github.com/tynany/frr_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gcp_gce.md
+8
@@ -93,7 +93,15 @@ Install [GCP GCE Exporter](https://github.com/O1ahmad/gcp-gce-exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gcp_quota.md
+8
@@ -93,7 +93,15 @@ Install [GCP Quota Exporter](https://github.com/mintel/gcp-quota-exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/generic_command_line_output.md
+8
@@ -93,7 +93,15 @@ Install [Generic Command Line Output Exporter](https://github.com/MarioMartReq/g
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/generic_storage_enclosure_tool.md
+8
@@ -93,7 +93,15 @@ Install [jbod - Generic storage enclosure tool](https://github.com/Gandi/jbod-rs
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/github_api_rate_limit.md
+8
@@ -94,7 +94,15 @@ Install [GitHub API rate limit Exporter](https://github.com/lunarway/github-rate
94
95 The configuration file name for this integration is `go.d/prometheus.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/prometheus/integrations/github_repository.md
+8
@@ -93,7 +93,15 @@ Install [GitHub Exporter](https://github.com/githubexporter/github-exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gitlab_runner.md
+8
@@ -93,7 +93,15 @@ To configure the built-in Prometheus exporter, follow the [official documentatio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gobetween.md
+8
@@ -89,7 +89,15 @@ No action required.
89
90 The configuration file name for this integration is `go.d/prometheus.conf`.
91
92 +The file format is YAML. Generally, the structure is:
93
94 +```yaml
95 +update_every: 1
96 +autodetection_retry: 0
97 +jobs:
98 + - name: some_name1
99 + - name: some_name1
100 +```
101 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
102 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
103
src/go/plugin/go.d/collector/prometheus/integrations/google_cloud_platform.md
+8
@@ -93,7 +93,15 @@ Install [Google Cloud Platform Exporter](https://github.com/DazWilkin/gcp-export
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/google_pagespeed.md
+8
@@ -93,7 +93,15 @@ Install [Pagespeed exporter](https://github.com/foomo/pagespeed_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/google_stackdriver.md
+8
@@ -93,7 +93,15 @@ Install [Google Stackdriver exporter](https://github.com/prometheus-community/st
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gpsd.md
+8
@@ -93,7 +93,15 @@ Install [gpsd exporter](https://github.com/natesales/gpsd-exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/grafana.md
+8
@@ -89,7 +89,15 @@ No action required.
89
90 The configuration file name for this integration is `go.d/prometheus.conf`.
91
92 +The file format is YAML. Generally, the structure is:
93
94 +```yaml
95 +update_every: 1
96 +autodetection_retry: 0
97 +jobs:
98 + - name: some_name1
99 + - name: some_name1
100 +```
101 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
102 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
103
src/go/plugin/go.d/collector/prometheus/integrations/graylog_server.md
+8
@@ -93,7 +93,15 @@ To configure the built-in Prometheus exporter, follow the [official documentatio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/gtp.md
+8
@@ -93,7 +93,15 @@ Install [GTP Exporter](https://github.com/wmnsk/gtp_exporter) by following the i
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/halon.md
+8
@@ -93,7 +93,15 @@ Install [Halon exporter](https://github.com/tobiasbp/halon_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hana.md
+8
@@ -93,7 +93,15 @@ Install [HANA Exporter](https://github.com/jenningsloy318/hana_exporter) by foll
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hashicorp_vault_secrets.md
+8
@@ -93,7 +93,15 @@ Install [Vault Assessment Prometheus Exporter](https://github.com/tomtom-interna
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hasura_graphql_server.md
+8
@@ -94,7 +94,15 @@ Install [Hasura Exporter](https://github.com/zolamk/hasura-exporter) by followin
94
95 The configuration file name for this integration is `go.d/prometheus.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/prometheus/integrations/hdsentinel.md
+8
@@ -93,7 +93,15 @@ Install [HDSentinel Exporter](https://github.com/qusielle/hdsentinel-exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/helium_hotspot.md
+8
@@ -93,7 +93,15 @@ Install [Helium hotspot exporter](https://github.com/tedder/helium_hotspot_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/helium_miner_validator.md
+8
@@ -93,7 +93,15 @@ Install [Helium miner (validator) exporter](https://github.com/tedder/miner_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hhvm.md
+8
@@ -94,7 +94,15 @@ Install [HHVM Exporter](https://github.com/wikimedia/operations-software-hhvm_ex
94
95 The configuration file name for this integration is `go.d/prometheus.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/prometheus/integrations/hitron_cgn_series_cpe.md
+8
@@ -93,7 +93,15 @@ Install [Hitron CGNV4 exporter](https://github.com/yrro/hitron-exporter) by foll
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hitron_coda_cable_modem.md
+8
@@ -93,7 +93,15 @@ Install [Hitron CODA Cable Modem Exporter](https://github.com/hairyhenderson/hit
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/homebridge.md
+8
@@ -93,7 +93,15 @@ Install [Homebridge Prometheus Exporter](https://github.com/lstrojny/homebridge-
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/homey.md
+8
@@ -93,7 +93,15 @@ Install [Homey Exporter](https://github.com/rickardp/homey-prometheus-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/honeypot.md
+8
@@ -93,7 +93,15 @@ Install [Intrinsec honeypot_exporter](https://github.com/Intrinsec/honeypot_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hp_ilo.md
+8
@@ -93,7 +93,15 @@ Install [HP iLO Metrics Exporter](https://github.com/infinityworks/hpilo-exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/huawei_devices.md
+8
@@ -93,7 +93,15 @@ Install [Huawei Hilink exporter](https://github.com/eliecharra/hilink-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/hubble.md
+8
@@ -93,7 +93,15 @@ To configure the built-in Prometheus exporter, follow the [official documentatio
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_aix_systems_njmon.md
+8
@@ -93,7 +93,15 @@ Install [NJmon](https://github.com/crooks/njmon_exporter) by following the instr
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_cryptoexpress_cex_cards.md
+8
@@ -93,7 +93,15 @@ Install [IBM Z CEX Device Plugin Prometheus Exporter](https://github.com/ibm-s39
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_mq.md
+8
@@ -93,7 +93,15 @@ Install [MQ Exporter](https://github.com/agebhar1/mq_exporter) by following the
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_spectrum.md
+8
@@ -93,7 +93,15 @@ Install [IBM Spectrum Exporter](https://github.com/topine/ibm-spectrum-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_spectrum_virtualize.md
+8
@@ -93,7 +93,15 @@ Install [spectrum_virtualize_exporter](https://github.com/bluecmd/spectrum_virtu
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ibm_z_hardware_management_console.md
+8
@@ -93,7 +93,15 @@ Install [IBM Z HMC Exporter](https://github.com/zhmcclient/zhmc-prometheus-expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/influxdb.md
+8
@@ -93,7 +93,15 @@ Install [InfluxDB exporter](https://github.com/prometheus/influxdb_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/iota_full_node.md
+8
@@ -93,7 +93,15 @@ Install [IOTA Exporter](https://github.com/crholliday/iota-prom-exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ipmi_by_soundcloud.md
+8
@@ -93,7 +93,15 @@ Install [SoundCloud IPMI Exporter (querying IPMI externally, blackbox-exporter s
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/iqair_airvisual_air_quality_monitors.md
+8
@@ -93,7 +93,15 @@ Install [IQair Exporter](https://github.com/Packetslave/iqair_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/jarvis_standing_desk.md
+8
@@ -93,7 +93,15 @@ Install [Jarvis Standing Desk Exporter](https://github.com/hairyhenderson/jarvis
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/jenkins.md
+8
@@ -93,7 +93,15 @@ Install [Jenkins exporter](https://github.com/simplesurance/jenkins-exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/jetbrains_floating_license_server.md
+8
@@ -93,7 +93,15 @@ Install [JetBrains Floating License Server Export](https://github.com/mkreu/jetb
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/jmx.md
+8
@@ -93,7 +93,15 @@ Install [JMX Exporter](https://github.com/prometheus/jmx_exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/jolokia.md
+8
@@ -93,7 +93,15 @@ Install [jolokia_exporter](https://github.com/aklinkert/jolokia_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/journald.md
+8
@@ -93,7 +93,15 @@ Install [journald-exporter](https://github.com/dead-claudia/journald-exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kafka.md
+8
@@ -93,7 +93,15 @@ Install [Kafka Exporter](https://github.com/danielqsj/kafka_exporter/) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kafka_connect.md
+8
@@ -93,7 +93,15 @@ Install [Kafka Connect exporter](https://github.com/findelabs/kafka-connect-expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kafka_consumer_lag.md
+8
@@ -93,7 +93,15 @@ Install [Kafka Consumer Lag Monitoring](https://github.com/omarsmak/kafka-consum
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kafka_zookeeper.md
+8
@@ -93,7 +93,15 @@ Install [Kafka ZooKeeper Exporter](https://github.com/cloudflare/kafka_zookeeper
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kannel.md
+8
@@ -93,7 +93,15 @@ Install [Kannel Exporter](https://github.com/apostvav/kannel_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/keepalived.md
+8
@@ -93,7 +93,15 @@ Install [Keepalived Exporter](https://github.com/gen2brain/keepalived_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/kubernetes_cluster_cloud_cost.md
+8
@@ -93,7 +93,15 @@ Install [Kubernetes Cloud Cost Exporter](https://github.com/agilestacks/korral)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/lagerist_disk_latency.md
+8
@@ -93,7 +93,15 @@ Install [Lagerist Disk latency exporter](https://github.com/Svedrin/lagerist) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ldap.md
+8
@@ -93,7 +93,15 @@ Install [LDAP Exporter](https://github.com/titisan/ldap_exporter) by following t
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/linode.md
+8
@@ -93,7 +93,15 @@ Install [Linode Exporter](https://github.com/DazWilkin/linode-exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/loki.md
+8
@@ -93,7 +93,15 @@ Install [loki](https://github.com/grafana/loki) according to its documentation.
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/lustre_metadata.md
+8
@@ -93,7 +93,15 @@ Install [Cluster Exporter](https://github.com/GSI-HPC/prometheus-cluster-exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/lynis_audit_reports.md
+8
@@ -93,7 +93,15 @@ Install [lynis_exporter](https://github.com/MauveSoftware/lynis_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/machbase.md
+8
@@ -93,7 +93,15 @@ Install [Machbase Exporter](https://github.com/MACHBASE/prometheus-machbase-expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/maildir.md
+8
@@ -93,7 +93,15 @@ Install [mailexporter](https://github.com/cherti/mailexporter) by following the
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/meilisearch.md
+8
@@ -93,7 +93,15 @@ Install [Meilisearch Exporter](https://github.com/scottaglia/meilisearch_exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/memcached_community.md
+8
@@ -93,7 +93,15 @@ Install [Memcached exporter](https://github.com/prometheus/memcached_exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/meraki_dashboard.md
+8
@@ -93,7 +93,15 @@ Install [Meraki dashboard data exporter using API](https://github.com/TheHolm/me
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mesos.md
+8
@@ -93,7 +93,15 @@ Install [Mesos exporter](http://github.com/mesosphere/mesos_exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mikrotik_devices.md
+8
@@ -93,7 +93,15 @@ Install [nshttpd/mikrotik-exporter, swoga/m](https://github.com/swoga/mikrotik-e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mikrotik_routeros_devices.md
+8
@@ -93,7 +93,15 @@ Install [RouterOS exporter](https://github.com/welbymcroberts/routeros_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/minecraft.md
+8
@@ -93,7 +93,15 @@ Install [Minecraft Exporter](https://github.com/sladkoff/minecraft-prometheus-ex
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/modbus_protocol.md
+8
@@ -93,7 +93,15 @@ Install [modbusrtu_exporter](https://github.com/dernasherbrezon/modbusrtu_export
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mogilefs.md
+8
@@ -93,7 +93,15 @@ Install [MogileFS Exporter](https://github.com/KKBOX/mogilefs-exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/monnit_sensors_mqtt.md
+8
@@ -93,7 +93,15 @@ Install [Monnit Sensors MQTT Exporter WIP](https://github.com/braxton9460/monnit
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mosquitto.md
+8
@@ -93,7 +93,15 @@ Install [mosquitto exporter](https://github.com/sapcc/mosquitto-exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mp707_usb_thermometer.md
+8
@@ -93,7 +93,15 @@ Install [MP707 exporter](https://github.com/nradchenko/mp707_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mqtt_blackbox.md
+8
@@ -93,7 +93,15 @@ Install [MQTT Blackbox Exporter](https://github.com/inovex/mqtt_blackbox_exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/mtail.md
+8
@@ -93,7 +93,15 @@ Install [mtail](https://github.com/google/mtail) by following the instructions m
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/naemon.md
+8
@@ -93,7 +93,15 @@ Install [Naemon / Nagios Exporter](https://github.com/Griesbacher/Iapetos) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nagios.md
+8
@@ -94,7 +94,15 @@ Install [Nagios exporter](https://github.com/wbollock/nagios_exporter) by follow
94
95 The configuration file name for this integration is `go.d/prometheus.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/prometheus/integrations/nature_remo_e_lite_devices.md
+8
@@ -93,7 +93,15 @@ Install [Nature Remo E series Exporter](https://github.com/kenfdev/remo-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/netapp_ontap_api.md
+8
@@ -93,7 +93,15 @@ Install [Netapp ONTAP API Exporter](https://github.com/sapcc/netapp-api-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/netapp_solidfire.md
+8
@@ -93,7 +93,15 @@ Install [NetApp Solidfire Exporter](https://github.com/mjavier2k/solidfire-expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/netatmo_sensors.md
+8
@@ -93,7 +93,15 @@ Install [Netatmo exporter](https://github.com/xperimental/netatmo-exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/netflow.md
+8
@@ -93,7 +93,15 @@ Install [netflow exporter](https://github.com/paihu/netflow_exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/netmeter.md
+8
@@ -93,7 +93,15 @@ Install [NetMeter Exporter](https://github.com/ssbostan/netmeter-exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/new_relic.md
+8
@@ -93,7 +93,15 @@ Install [New Relic exporter](https://github.com/jfindley/newrelic_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nextcloud_servers.md
+8
@@ -93,7 +93,15 @@ Install [Nextcloud exporter](https://github.com/xperimental/nextcloud-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nextdns.md
+8
@@ -93,7 +93,15 @@ Install [nextdns-exporter](https://github.com/raylas/nextdns-exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nftables.md
+8
@@ -93,7 +93,15 @@ Install [nftables_exporter](https://github.com/Sheridan/nftables_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nrpe_daemon.md
+8
@@ -93,7 +93,15 @@ Install [NRPE exporter](https://github.com/canonical/nrpe_exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nsx-t.md
+8
@@ -93,7 +93,15 @@ Install [NSX-T Exporter](https://github.com/jk8s/nsxt_exporter) by following the
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/nvml.md
+8
@@ -93,7 +93,15 @@ Install [NVML exporter](https://github.com/oko/nvml-exporter-rs) by following th
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/obs_studio.md
+8
@@ -93,7 +93,15 @@ Install [OBS Studio Exporter](https://github.com/lukegb/obs_studio_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/odbc.md
+8
@@ -93,7 +93,15 @@ Install [ODBC Exporter](https://github.com/MACHBASE/prometheus-odbc-exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/open_vswitch.md
+8
@@ -93,7 +93,15 @@ Install [Open vSwitch Exporter](https://github.com/digitalocean/openvswitch_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openhab.md
+8
@@ -93,7 +93,15 @@ Install [OpenHAB exporter](https://github.com/pdreker/openhab_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openldap_community.md
+8
@@ -93,7 +93,15 @@ Install [OpenLDAP Metrics Exporter](https://github.com/tomcz/openldap_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openrc.md
+8
@@ -93,7 +93,15 @@ Install [openrc-exporter](https://git.sr.ht/~tomleb/openrc-exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openrct2.md
+8
@@ -93,7 +93,15 @@ Install [OpenRCT2 Prometheus Exporter](https://github.com/terinjokes/openrct2-pr
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openroadm_devices.md
+8
@@ -93,7 +93,15 @@ Install [OpenROADM NETCONF Exporter WIP](https://github.com/utdal/openroadm_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openstack.md
+8
@@ -93,7 +93,15 @@ Install [Openstack exporter](https://github.com/CanonicalLtd/prometheus-openstac
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openvas.md
+8
@@ -93,7 +93,15 @@ Install [OpenVAS exporter](https://github.com/ModeClearCode/openvas_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/openweathermap.md
+8
@@ -93,7 +93,15 @@ Install [OpenWeatherMap Exporter](https://github.com/Tenzer/openweathermap-expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/oracle_db_community.md
+8
@@ -93,7 +93,15 @@ Install [Oracle DB Exporter](https://github.com/iamseth/oracledb_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/otrs.md
+8
@@ -93,7 +93,15 @@ Install [OTRS Exporter](https://github.com/JulianDroste/otrs_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/patroni.md
+8
@@ -93,7 +93,15 @@ Install [Patroni Exporter](https://github.com/gopaytech/patroni_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/personal_weather_station.md
+8
@@ -93,7 +93,15 @@ Install [Personal Weather Station Exporter](https://github.com/JohnOrthoefer/pws
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/pgbackrest.md
+8
@@ -93,7 +93,15 @@ Install [pgBackRest Exporter](https://github.com/woblerr/pgbackrest_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/pgpool-ii.md
+8
@@ -93,7 +93,15 @@ Install [Pgpool-II Exporter](https://github.com/pgpool/pgpool2_exporter) by foll
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/philips_hue.md
+8
@@ -93,7 +93,15 @@ Install [Philips Hue Exporter](https://github.com/aexel90/hue_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/pimoroni_enviro+.md
+8
@@ -93,7 +93,15 @@ Install [Pimoroni Enviro+ Exporter](https://github.com/terradolor/prometheus-env
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/pingdom.md
+8
@@ -93,7 +93,15 @@ Install [Pingdom Exporter](https://github.com/veepee-oss/pingdom_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/podman.md
+8
@@ -93,7 +93,15 @@ Install [PODMAN exporter](https://github.com/containers/prometheus-podman-export
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/powerpal_devices.md
+8
@@ -93,7 +93,15 @@ Install [Powerpal Exporter](https://github.com/aashley/powerpal_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/proftpd.md
+8
@@ -93,7 +93,15 @@ Install [ProFTPD Exporter](https://github.com/transnano/proftpd_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/prometheus_endpoint.md
+8
@@ -89,7 +89,15 @@ No action required.
89
90 The configuration file name for this integration is `go.d/prometheus.conf`.
91
92 +The file format is YAML. Generally, the structure is:
93
94 +```yaml
95 +update_every: 1
96 +autodetection_retry: 0
97 +jobs:
98 + - name: some_name1
99 + - name: some_name1
100 +```
101 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
102 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
103
src/go/plugin/go.d/collector/prometheus/integrations/proxmox_ve.md
+8
@@ -93,7 +93,15 @@ Install [Proxmox VE Exporter](https://github.com/prometheus-pve/prometheus-pve-e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/radio_thermostat.md
+8
@@ -93,7 +93,15 @@ Install [Radio Thermostat Exporter](https://github.com/andrewlow/radio-thermosta
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/radius.md
+8
@@ -93,7 +93,15 @@ Install [RADIUS exporter](https://github.com/devon-mar/radius-exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/rancher.md
+8
@@ -93,7 +93,15 @@ Install [Rancher Exporter](https://github.com/infinityworksltd/prometheus-ranche
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/raritan_pdu.md
+8
@@ -93,7 +93,15 @@ Install [Raritan PDU Exporter](https://github.com/psyinfra/prometheus-raritan-pd
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/redis_queue.md
+8
@@ -93,7 +93,15 @@ Install [Python RQ Exporter](https://github.com/mdawar/rq-exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ripe_atlas.md
+8
@@ -93,7 +93,15 @@ Install [RIPE Atlas Exporter](https://github.com/czerwonk/atlas_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sabnzbd.md
+8
@@ -93,7 +93,15 @@ Install [SABnzbd Exporter](https://github.com/msroest/sabnzbd_exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/salicru_eqx_inverter.md
+8
@@ -93,7 +93,15 @@ Install [Salicru EQX inverter](https://github.com/alejandroscf/prometheus_salicr
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sense_energy.md
+8
@@ -93,7 +93,15 @@ Install [Sense Energy exporter](https://github.com/ejsuncy/sense_energy_promethe
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sentry.md
+8
@@ -93,7 +93,15 @@ Install [Sentry Exporter](https://github.com/snakecharmer/sentry_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/servertech.md
+8
@@ -93,7 +93,15 @@ Install [ServerTech Exporter](https://github.com/tynany/servertech_exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/shell_command.md
+8
@@ -93,7 +93,15 @@ Install [Command runner exporter](https://github.com/tomwilkie/prom-run) by foll
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/shelly_humidity_sensor.md
+8
@@ -93,7 +93,15 @@ Install [Shelly Exporter](https://github.com/aexel90/shelly_exporter) by followi
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sia.md
+8
@@ -93,7 +93,15 @@ Install [Sia Exporter](https://github.com/tbenz9/sia_exporter) by following the
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/siemens_s7_plc.md
+8
@@ -93,7 +93,15 @@ Install [Siemens S7 PLC exporter](https://github.com/MarcusCalidus/s7-plc-export
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/site_24x7.md
+8
@@ -93,7 +93,15 @@ Install [site24x7 Exporter](https://github.com/svenstaro/site24x7_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/slurm.md
+8
@@ -93,7 +93,15 @@ Install [slurm exporter](https://github.com/vpenso/prometheus-slurm-exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sma_inverters.md
+8
@@ -93,7 +93,15 @@ Install [sma-exporter](https://github.com/dr0ps/sma_inverter_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/smart_meters_sml.md
+8
@@ -93,7 +93,15 @@ Install [SML Exporter](https://github.com/mweinelt/sml-exporter) by following th
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/smartrg_808ac_cable_modem.md
+8
@@ -93,7 +93,15 @@ Install [smartrg808ac_exporter](https://github.com/AdamIsrael/smartrg808ac_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/softether_vpn_server.md
+8
@@ -93,7 +93,15 @@ Install [SoftEther Exporter](https://github.com/dalance/softether_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/solar_logging_stick.md
+8
@@ -93,7 +93,15 @@ Install [Solar logging stick exporter](https://gitlab.com/bhavin192/lsx-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/solaredge_inverters.md
+8
@@ -93,7 +93,15 @@ Install [SolarEdge Exporter](https://github.com/dave92082/SolarEdge-Exporter) by
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/solis_ginlong_5g_inverters.md
+8
@@ -93,7 +93,15 @@ Install [Solis Exporter](https://github.com/candlerb/solis_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sonic_nos.md
+8
@@ -93,7 +93,15 @@ Install [SONiC Exporter](https://github.com/kamelnetworks/sonic_exporter) by fol
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/spacelift.md
+8
@@ -93,7 +93,15 @@ Install [Spacelift Exporter](https://github.com/spacelift-io/prometheus-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/speedify_cli.md
+8
@@ -93,7 +93,15 @@ Install [Speedify Exporter](https://github.com/willshen/speedify_exporter) by fo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sphinx.md
+8
@@ -93,7 +93,15 @@ Install [Sphinx Exporter](https://github.com/foxdalas/sphinx_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sql_database_agnostic.md
+8
@@ -93,7 +93,15 @@ Install [SQL Exporter](https://github.com/free/sql_exporter) by following the in
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ssh.md
+8
@@ -93,7 +93,15 @@ Install [SSH Exporter](https://github.com/Nordstrom/ssh_exporter) by following t
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ssl_certificate.md
+8
@@ -93,7 +93,15 @@ Install [SSL Certificate exporter](https://github.com/ribbybibby/ssl_exporter) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/starlink_spacex.md
+8
@@ -93,7 +93,15 @@ Install [Starlink Exporter (SpaceX)](https://github.com/danopstech/starlink_expo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/starwind_vsan_vsphere_edition.md
+8
@@ -93,7 +93,15 @@ Install [Starwind vSAN Exporter](https://github.com/evoicefire/starwind-vsan-exp
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/statuspage.md
+8
@@ -93,7 +93,15 @@ Install [StatusPage Exporter](https://github.com/vladvasiliu/statuspage-exporter
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/steam.md
+8
@@ -93,7 +93,15 @@ Install [A2S Exporter](https://github.com/armsnyder/a2s-exporter) by following t
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/storidge.md
+8
@@ -93,7 +93,15 @@ Install [Storidge exporter](https://github.com/Storidge/cio-user-docs/blob/maste
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/stream.md
+8
@@ -93,7 +93,15 @@ Install [Stream exporter](https://github.com/carlpett/stream_exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/strongswan.md
+8
@@ -93,7 +93,15 @@ Install [strongSwan/IPSec/vici Exporter](https://github.com/jlti-dev/ipsec_expor
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sunspec_solar_energy.md
+8
@@ -93,7 +93,15 @@ Install [Sunspec Solar Energy Exporter](https://github.com/inosion/prometheus-su
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/suricata.md
+8
@@ -93,7 +93,15 @@ Install [Suricata Exporter](https://github.com/corelight/suricata_exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/synology_activebackup.md
+8
@@ -93,7 +93,15 @@ Install [Synology ActiveBackup Exporter](https://github.com/codemonauts/activeba
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/sysload.md
+8
@@ -93,7 +93,15 @@ Install [Sysload Exporter](https://github.com/egmc/sysload_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/t-rex_nvidia_gpu_miner.md
+8
@@ -93,7 +93,15 @@ Install [T-Rex NVIDIA GPU Miner Exporter](https://github.com/dennisstritzke/trex
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tacacs.md
+8
@@ -93,7 +93,15 @@ Install [TACACS Exporter](https://github.com/devon-mar/tacacs-exporter) by follo
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tado_smart_heating_solution.md
+8
@@ -93,7 +93,15 @@ Install [Tado Exporter](https://github.com/eko/tado-exporter) by following the i
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tankerkoenig_api.md
+8
@@ -93,7 +93,15 @@ Install [Tankerknig API Exporter](https://github.com/lukasmalkmus/tankerkoenig_e
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tesla_powerwall.md
+8
@@ -93,7 +93,15 @@ Install [Tesla Powerwall Exporter](https://github.com/foogod/powerwall_exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tesla_vehicle.md
+8
@@ -93,7 +93,15 @@ Install [Tesla exporter](https://github.com/wywywywy/tesla-prometheus-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tesla_wall_connector.md
+8
@@ -93,7 +93,15 @@ Install [Tesla Wall Connector Exporter](https://github.com/benclapp/tesla_wall_c
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/tp-link_p110.md
+8
@@ -93,7 +93,15 @@ Install [TP-Link P110 Exporter](https://github.com/ijohanne/prometheus-tplink-p1
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/traceroute.md
+8
@@ -93,7 +93,15 @@ Install [traceroute exporter](https://github.com/jeanfabrice/prometheus-tcptrace
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/twincat_ads_web_service.md
+8
@@ -93,7 +93,15 @@ Install [TwinCAT ADS Web Service exporter](https://github.com/MarcusCalidus/twin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/twitch.md
+8
@@ -93,7 +93,15 @@ Install [Twitch exporter](https://github.com/damoun/twitch_exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/ubiquiti_ufiber_olt.md
+8
@@ -93,7 +93,15 @@ Install [ufiber-exporter](https://github.com/swoga/ufiber-exporter) by following
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/uptimerobot.md
+8
@@ -93,7 +93,15 @@ Install [Uptimerobot Exporter](https://github.com/wosc/prometheus-uptimerobot) b
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/vault_pki.md
+8
@@ -93,7 +93,15 @@ Install [Vault PKI Exporter](https://github.com/aarnaud/vault-pki-exporter) by f
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/vertica.md
+8
@@ -93,7 +93,15 @@ Install [vertica-prometheus-exporter](https://github.com/vertica/vertica-prometh
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/vscode.md
+8
@@ -93,7 +93,15 @@ Install [VSCode Exporter](https://github.com/guicaulada/vscode-exporter) by foll
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/warp10.md
+8
@@ -93,7 +93,15 @@ Install [Warp10 Exporter](https://github.com/centreon/warp10-sensision-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/xiaomi_mi_flora.md
+8
@@ -93,7 +93,15 @@ Install [MiFlora / Flower Care Exporter](https://github.com/xperimental/flowerca
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/xmpp_server.md
+8
@@ -93,7 +93,15 @@ Install [XMPP Server Exporter](https://github.com/horazont/xmpp-blackbox-exporte
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/yourls_url_shortener.md
+8
@@ -93,7 +93,15 @@ Install [YOURLS exporter](https://github.com/just1not2/prometheus-exporter-yourl
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/zerto.md
+8
@@ -93,7 +93,15 @@ Install [Zerto Exporter](https://github.com/claranet/zerto-exporter) by followin
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/zulip.md
+8
@@ -93,7 +93,15 @@ Install [Zulip Exporter](https://github.com/brokenpip3/zulip-exporter) by follow
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/prometheus/integrations/zyxel_gs1200-8.md
+8
@@ -93,7 +93,15 @@ Install [Zyxel GS1200 Exporter](https://github.com/robinelfrink/gs1200-exporter)
93
94 The configuration file name for this integration is `go.d/prometheus.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/proxysql/integrations/proxysql.md
+8
@@ -169,7 +169,15 @@ No action required.
169
170 The configuration file name for this integration is `go.d/proxysql.conf`.
171
172 +The file format is YAML. Generally, the structure is:
173
174 +```yaml
175 +update_every: 1
176 +autodetection_retry: 0
177 +jobs:
178 + - name: some_name1
179 + - name: some_name1
180 +```
181 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
182 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
183
src/go/plugin/go.d/collector/pulsar/integrations/apache_pulsar.md
+8
@@ -147,7 +147,15 @@ No action required.
147
148 The configuration file name for this integration is `go.d/pulsar.conf`.
149
150 +The file format is YAML. Generally, the structure is:
151
152 +```yaml
153 +update_every: 1
154 +autodetection_retry: 0
155 +jobs:
156 + - name: some_name1
157 + - name: some_name1
158 +```
159 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
160 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
161
src/go/plugin/go.d/collector/puppet/integrations/puppet.md
+8
@@ -93,7 +93,15 @@ No action required.
93
94 The configuration file name for this integration is `go.d/puppet.conf`.
95
96 +The file format is YAML. Generally, the structure is:
97
98 +```yaml
99 +update_every: 1
100 +autodetection_retry: 0
101 +jobs:
102 + - name: some_name1
103 + - name: some_name1
104 +```
105 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
106 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
107
src/go/plugin/go.d/collector/rabbitmq/integrations/rabbitmq.md
+8
@@ -209,7 +209,15 @@ To enable see [Management Plugin](https://www.rabbitmq.com/management.html#getti
209
210 The configuration file name for this integration is `go.d/rabbitmq.conf`.
211
212 +The file format is YAML. Generally, the structure is:
213
214 +```yaml
215 +update_every: 1
216 +autodetection_retry: 0
217 +jobs:
218 + - name: some_name1
219 + - name: some_name1
220 +```
221 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
222 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
223
src/go/plugin/go.d/collector/redis/integrations/redis.md
+8
@@ -127,7 +127,15 @@ No action required.
127
128 The configuration file name for this integration is `go.d/redis.conf`.
129
130 +The file format is YAML. Generally, the structure is:
131
132 +```yaml
133 +update_every: 1
134 +autodetection_retry: 0
135 +jobs:
136 + - name: some_name1
137 + - name: some_name1
138 +```
139 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
140 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
141
src/go/plugin/go.d/collector/rethinkdb/integrations/rethinkdb.md
+8
@@ -113,7 +113,15 @@ No action required.
113
114 The configuration file name for this integration is `go.d/rethinkdb.conf`.
115
116 +The file format is YAML. Generally, the structure is:
117
118 +```yaml
119 +update_every: 1
120 +autodetection_retry: 0
121 +jobs:
122 + - name: some_name1
123 + - name: some_name1
124 +```
125 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
126 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
127
src/go/plugin/go.d/collector/riakkv/integrations/riak_kv.md
+8
@@ -117,7 +117,15 @@ See the RiakKV [configuration reference](https://docs.riak.com/riak/kv/2.2.3/dev
117
118 The configuration file name for this integration is `go.d/riakkv.conf`.
119
120 +The file format is YAML. Generally, the structure is:
121
122 +```yaml
123 +update_every: 1
124 +autodetection_retry: 0
125 +jobs:
126 + - name: some_name1
127 + - name: some_name1
128 +```
129 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
130 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
131
src/go/plugin/go.d/collector/rspamd/integrations/rspamd.md
+8
@@ -92,7 +92,15 @@ No action required.
92
93 The configuration file name for this integration is `go.d/rspamd.conf`.
94
95 +The file format is YAML. Generally, the structure is:
96
97 +```yaml
98 +update_every: 1
99 +autodetection_retry: 0
100 +jobs:
101 + - name: some_name1
102 + - name: some_name1
103 +```
104 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
105 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
106
src/go/plugin/go.d/collector/samba/integrations/samba.md
+8
@@ -136,7 +136,15 @@ There are no alerts configured by default for this integration.
136
137 The configuration file name for this integration is `go.d/samba.conf`.
138
139 +The file format is YAML. Generally, the structure is:
140
141 +```yaml
142 +update_every: 1
143 +autodetection_retry: 0
144 +jobs:
145 + - name: some_name1
146 + - name: some_name1
147 +```
148 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
149 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
150
src/go/plugin/go.d/collector/scaleio/integrations/dell_emc_scaleio.md
+8
@@ -142,7 +142,15 @@ No action required.
142
143 The configuration file name for this integration is `go.d/scaleio.conf`.
144
145 +The file format is YAML. Generally, the structure is:
146
147 +```yaml
148 +update_every: 1
149 +autodetection_retry: 0
150 +jobs:
151 + - name: some_name1
152 + - name: some_name1
153 +```
154 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
155 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
156
src/go/plugin/go.d/collector/sensors/integrations/linux_sensors.md
+8
@@ -121,7 +121,15 @@ No action required.
121
122 The configuration file name for this integration is `go.d/sensors.conf`.
123
124 +The file format is YAML. Generally, the structure is:
125
126 +```yaml
127 +update_every: 1
128 +autodetection_retry: 0
129 +jobs:
130 + - name: some_name1
131 + - name: some_name1
132 +```
133 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
134 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
135
src/go/plugin/go.d/collector/smartctl/integrations/s.m.a.r.t..md
+8
@@ -149,7 +149,15 @@ Install `smartmontools` version 7.0 or later using your distribution's package m
149
150 The configuration file name for this integration is `go.d/smartctl.conf`.
151
152 +The file format is YAML. Generally, the structure is:
153
154 +```yaml
155 +update_every: 1
156 +autodetection_retry: 0
157 +jobs:
158 + - name: some_name1
159 + - name: some_name1
160 +```
161 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
162 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
163
src/go/plugin/go.d/collector/snmp/integrations/snmp_devices.md
+8
@@ -147,7 +147,15 @@ No action required.
147
148 The configuration file name for this integration is `go.d/snmp.conf`.
149
150 +The file format is YAML. Generally, the structure is:
151
152 +```yaml
153 +update_every: 1
154 +autodetection_retry: 0
155 +jobs:
156 + - name: some_name1
157 + - name: some_name1
158 +```
159 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
160 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
161
src/go/plugin/go.d/collector/spigotmc/integrations/spigotmc.md
+8
@@ -92,7 +92,15 @@ No action required.
92
93 The configuration file name for this integration is `go.d/spigotmc.conf`.
94
95 +The file format is YAML. Generally, the structure is:
96
97 +```yaml
98 +update_every: 1
99 +autodetection_retry: 0
100 +jobs:
101 + - name: some_name1
102 + - name: some_name1
103 +```
104 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
105 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
106
src/go/plugin/go.d/collector/squid/integrations/squid.md
+8
@@ -92,7 +92,15 @@ No action required.
92
93 The configuration file name for this integration is `go.d/squid.conf`.
94
95 +The file format is YAML. Generally, the structure is:
96
97 +```yaml
98 +update_every: 1
99 +autodetection_retry: 0
100 +jobs:
101 + - name: some_name1
102 + - name: some_name1
103 +```
104 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
105 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
106
src/go/plugin/go.d/collector/squidlog/integrations/squid_log_files.md
+8
@@ -103,7 +103,15 @@ No action required.
103
104 The configuration file name for this integration is `go.d/squidlog.conf`.
105
106 +The file format is YAML. Generally, the structure is:
107
108 +```yaml
109 +update_every: 1
110 +autodetection_retry: 0
111 +jobs:
112 + - name: some_name1
113 + - name: some_name1
114 +```
115 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
116 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
117
src/go/plugin/go.d/collector/storcli/integrations/storecli_raid.md
+8
@@ -152,7 +152,15 @@ No action required.
152
153 The configuration file name for this integration is `go.d/storcli.conf`.
154
155 +The file format is YAML. Generally, the structure is:
156
157 +```yaml
158 +update_every: 1
159 +autodetection_retry: 0
160 +jobs:
161 + - name: some_name1
162 + - name: some_name1
163 +```
164 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
165 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
166
src/go/plugin/go.d/collector/supervisord/integrations/supervisor.md
+8
@@ -110,7 +110,15 @@ No action required.
110
111 The configuration file name for this integration is `go.d/supervisord.conf`.
112
113 +The file format is YAML. Generally, the structure is:
114
115 +```yaml
116 +update_every: 1
117 +autodetection_retry: 0
118 +jobs:
119 + - name: some_name1
120 + - name: some_name1
121 +```
122 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
123 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
124
src/go/plugin/go.d/collector/systemdunits/integrations/systemd_units.md
+8
@@ -131,7 +131,15 @@ No action required.
131
132 The configuration file name for this integration is `go.d/systemdunits.conf`.
133
134 +The file format is YAML. Generally, the structure is:
135
136 +```yaml
137 +update_every: 1
138 +autodetection_retry: 0
139 +jobs:
140 + - name: some_name1
141 + - name: some_name1
142 +```
143 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
144 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
145
src/go/plugin/go.d/collector/tengine/integrations/tengine.md
+8
@@ -97,7 +97,15 @@ The default line format is the only supported format.
97
98 The configuration file name for this integration is `go.d/tengine.conf`.
99
100 +The file format is YAML. Generally, the structure is:
101
102 +```yaml
103 +update_every: 1
104 +autodetection_retry: 0
105 +jobs:
106 + - name: some_name1
107 + - name: some_name1
108 +```
109 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
110 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
111
src/go/plugin/go.d/collector/tomcat/integrations/tomcat.md
+8
@@ -134,7 +134,15 @@ Once you've created the `netdata` user, you'll need to configure the username an
134
135 The configuration file name for this integration is `go.d/tomcat.conf`.
136
137 +The file format is YAML. Generally, the structure is:
138
139 +```yaml
140 +update_every: 1
141 +autodetection_retry: 0
142 +jobs:
143 + - name: some_name1
144 + - name: some_name1
145 +```
146 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
147 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
148
src/go/plugin/go.d/collector/tor/integrations/tor.md
+8
@@ -95,7 +95,15 @@ Enable `ControlPort` in `/etc/tor/torrc`.
95
96 The configuration file name for this integration is `go.d/tor.conf`.
97
98 +The file format is YAML. Generally, the structure is:
99
100 +```yaml
101 +update_every: 1
102 +autodetection_retry: 0
103 +jobs:
104 + - name: some_name1
105 + - name: some_name1
106 +```
107 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
108 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
109
src/go/plugin/go.d/collector/traefik/integrations/traefik.md
+8
@@ -91,7 +91,15 @@ To enable see [Prometheus exporter](https://doc.traefik.io/traefik/observability
91
92 The configuration file name for this integration is `go.d/traefik.conf`.
93
94 +The file format is YAML. Generally, the structure is:
95
96 +```yaml
97 +update_every: 1
98 +autodetection_retry: 0
99 +jobs:
100 + - name: some_name1
101 + - name: some_name1
102 +```
103 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
104 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
105
src/go/plugin/go.d/collector/typesense/integrations/typesense.md
+8
@@ -106,7 +106,15 @@ Without an API key, the collector will only collect health status information.
106
107 The configuration file name for this integration is `go.d/typesense.conf`.
108
109 +The file format is YAML. Generally, the structure is:
110
111 +```yaml
112 +update_every: 1
113 +autodetection_retry: 0
114 +jobs:
115 + - name: some_name1
116 + - name: some_name1
117 +```
118 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
119 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
120
src/go/plugin/go.d/collector/unbound/integrations/unbound.md
+8
@@ -158,7 +158,15 @@ For auto-detection parameters from `unbound.conf`:
158
159 The configuration file name for this integration is `go.d/unbound.conf`.
160
161 +The file format is YAML. Generally, the structure is:
162
163 +```yaml
164 +update_every: 1
165 +autodetection_retry: 0
166 +jobs:
167 + - name: some_name1
168 + - name: some_name1
169 +```
170 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
171 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
172
src/go/plugin/go.d/collector/upsd/integrations/ups_nut.md
+8
@@ -120,7 +120,15 @@ No action required.
120
121 The configuration file name for this integration is `go.d/upsd.conf`.
122
123 +The file format is YAML. Generally, the structure is:
124
125 +```yaml
126 +update_every: 1
127 +autodetection_retry: 0
128 +jobs:
129 + - name: some_name1
130 + - name: some_name1
131 +```
132 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
133 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
134
src/go/plugin/go.d/collector/uwsgi/integrations/uwsgi.md
+8
@@ -122,7 +122,15 @@ See [Stats Server](https://uwsgi-docs.readthedocs.io/en/latest/StatsServer.html)
122
123 The configuration file name for this integration is `go.d/uwsgi.conf`.
124
125 +The file format is YAML. Generally, the structure is:
126
127 +```yaml
128 +update_every: 1
129 +autodetection_retry: 0
130 +jobs:
131 + - name: some_name1
132 + - name: some_name1
133 +```
134 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
135 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
136
src/go/plugin/go.d/collector/varnish/integrations/varnish.md
+8
@@ -129,7 +129,15 @@ No action required.
129
130 The configuration file name for this integration is `go.d/varnish.conf`.
131
132 +The file format is YAML. Generally, the structure is:
133
134 +```yaml
135 +update_every: 1
136 +autodetection_retry: 0
137 +jobs:
138 + - name: some_name1
139 + - name: some_name1
140 +```
141 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
142 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
143
src/go/plugin/go.d/collector/vcsa/integrations/vcenter_server_appliance.md
+8
@@ -147,7 +147,15 @@ No action required.
147
148 The configuration file name for this integration is `go.d/vcsa.conf`.
149
150 +The file format is YAML. Generally, the structure is:
151
152 +```yaml
153 +update_every: 1
154 +autodetection_retry: 0
155 +jobs:
156 + - name: some_name1
157 + - name: some_name1
158 +```
159 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
160 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
161
src/go/plugin/go.d/collector/vernemq/integrations/vernemq.md
+8
@@ -198,7 +198,15 @@ No action required.
198
199 The configuration file name for this integration is `go.d/vernemq.conf`.
200
201 +The file format is YAML. Generally, the structure is:
202
203 +```yaml
204 +update_every: 1
205 +autodetection_retry: 0
206 +jobs:
207 + - name: some_name1
208 + - name: some_name1
209 +```
210 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
211 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
212
src/go/plugin/go.d/collector/vsphere/integrations/vmware_vcenter_server.md
+8
@@ -184,7 +184,15 @@ No action required.
184
185 The configuration file name for this integration is `go.d/vsphere.conf`.
186
187 +The file format is YAML. Generally, the structure is:
188
189 +```yaml
190 +update_every: 1
191 +autodetection_retry: 0
192 +jobs:
193 + - name: some_name1
194 + - name: some_name1
195 +```
196 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
197 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
198
src/go/plugin/go.d/collector/w1sensor/integrations/1-wire_sensors.md
+8
@@ -90,7 +90,15 @@ Make sure `wire`, `w1_gpio`, and `w1_therm` kernel modules are loaded.
90
91 The configuration file name for this integration is `go.d/w1sensor.conf`.
92
93 +The file format is YAML. Generally, the structure is:
94
95 +```yaml
96 +update_every: 1
97 +autodetection_retry: 0
98 +jobs:
99 + - name: some_name1
100 + - name: some_name1
101 +```
102 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
103 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
104
src/go/plugin/go.d/collector/weblog/integrations/web_server_log_files.md
+8
@@ -161,7 +161,15 @@ No action required.
161
162 The configuration file name for this integration is `go.d/web_log.conf`.
163
164 +The file format is YAML. Generally, the structure is:
165
166 +```yaml
167 +update_every: 1
168 +autodetection_retry: 0
169 +jobs:
170 + - name: some_name1
171 + - name: some_name1
172 +```
173 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
174 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
175
src/go/plugin/go.d/collector/whoisquery/integrations/domain_expiration_date.md
+8
@@ -94,7 +94,15 @@ No action required.
94
95 The configuration file name for this integration is `go.d/whoisquery.conf`.
96
97 +The file format is YAML. Generally, the structure is:
98
99 +```yaml
100 +update_every: 1
101 +autodetection_retry: 0
102 +jobs:
103 + - name: some_name1
104 + - name: some_name1
105 +```
106 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
107 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
108
src/go/plugin/go.d/collector/wireguard/integrations/wireguard.md
+9 -1
@@ -113,7 +113,15 @@ No action required.
113
114 The configuration file name for this integration is `go.d/wireguard.conf`.
115
116 -
116 +The file format is YAML. Generally, the structure is:
117 +
118 +```yaml
119 +update_every: 1
120 +autodetection_retry: 0
121 +jobs:
122 + - name: some_name1
123 + - name: some_name1
124 +```
125 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
126 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
127
src/go/plugin/go.d/collector/x509check/integrations/x.509_certificate.md
+8
@@ -98,7 +98,15 @@ No action required.
98
99 The configuration file name for this integration is `go.d/x509check.conf`.
100
101 +The file format is YAML. Generally, the structure is:
102
103 +```yaml
104 +update_every: 1
105 +autodetection_retry: 0
106 +jobs:
107 + - name: some_name1
108 + - name: some_name1
109 +```
110 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
111 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
112
src/go/plugin/go.d/collector/yugabytedb/integrations/yugabytedb.md
+8
@@ -344,7 +344,15 @@ No action required.
344
345 The configuration file name for this integration is `go.d/yugabytedb.conf`.
346
347 +The file format is YAML. Generally, the structure is:
348
349 +```yaml
350 +update_every: 1
351 +autodetection_retry: 0
352 +jobs:
353 + - name: some_name1
354 + - name: some_name1
355 +```
356 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
357 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
358
src/go/plugin/go.d/collector/zfspool/integrations/zfs_pools.md
+8
@@ -120,7 +120,15 @@ No action required.
120
121 The configuration file name for this integration is `go.d/zfspool.conf`.
122
123 +The file format is YAML. Generally, the structure is:
124
125 +```yaml
126 +update_every: 1
127 +autodetection_retry: 0
128 +jobs:
129 + - name: some_name1
130 + - name: some_name1
131 +```
132 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
133 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
134
src/go/plugin/go.d/collector/zookeeper/integrations/zookeeper.md
+8
@@ -111,7 +111,15 @@ Add `mntr` to Zookeeper's [4lw.commands.whitelist](https://zookeeper.apache.org/
111
112 The configuration file name for this integration is `go.d/zookeeper.conf`.
113
114 +The file format is YAML. Generally, the structure is:
115
116 +```yaml
117 +update_every: 1
118 +autodetection_retry: 0
119 +jobs:
120 + - name: some_name1
121 + - name: some_name1
122 +```
123 You can edit the configuration file using the [`edit-config`](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#edit-a-configuration-file-using-edit-config) script from the
124 Netdata [config directory](https://github.com/netdata/netdata/blob/master/docs/netdata-agent/configuration/README.md#the-netdata-config-directory).
125