Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 3408909

Browse files
authored
Fix health links (#1476)
* fix health links * remove random file
1 parent a0aae8b commit 3408909

24 files changed

Lines changed: 150 additions & 150 deletions

File tree

modules/cockroachdb/metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,23 +163,23 @@ modules:
163163
- name: cockroachdb_used_storage_capacity
164164
metric: cockroachdb.storage_used_capacity_percentage
165165
info: storage capacity utilization
166-
link: https://github.com/netdata/netdata/blob/master/health/health.d/cockroachdb.conf
166+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cockroachdb.conf
167167
- name: cockroachdb_used_usable_storage_capacity
168168
metric: cockroachdb.storage_used_capacity_percentage
169169
info: storage usable space utilization
170-
link: https://github.com/netdata/netdata/blob/master/health/health.d/cockroachdb.conf
170+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cockroachdb.conf
171171
- name: cockroachdb_unavailable_ranges
172172
metric: cockroachdb.ranges_replication_problem
173173
info: number of ranges with fewer live replicas than needed for quorum
174-
link: https://github.com/netdata/netdata/blob/master/health/health.d/cockroachdb.conf
174+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cockroachdb.conf
175175
- name: cockroachdb_underreplicated_ranges
176176
metric: cockroachdb.ranges_replication_problem
177177
info: number of ranges with fewer live replicas than the replication target
178-
link: https://github.com/netdata/netdata/blob/master/health/health.d/cockroachdb.conf
178+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cockroachdb.conf
179179
- name: cockroachdb_open_file_descriptors_limit
180180
metric: cockroachdb.process_file_descriptors
181181
info: "open file descriptors utilization (against softlimit)"
182-
link: https://github.com/netdata/netdata/blob/master/health/health.d/cockroachdb.conf
182+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/cockroachdb.conf
183183
metrics:
184184
folding:
185185
title: Metrics

modules/consul/metadata.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -200,51 +200,51 @@ modules:
200200
list: []
201201
alerts:
202202
- name: consul_node_health_check_status
203-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
203+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
204204
metric: consul.node_health_check_status
205205
info: node health check ${label:check_name} has failed on server ${label:node_name} datacenter ${label:datacenter}
206206
- name: consul_service_health_check_status
207-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
207+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
208208
metric: consul.service_health_check_status
209209
info: service health check ${label:check_name} for service ${label:service_name} has failed on server ${label:node_name} datacenter ${label:datacenter}
210210
- name: consul_client_rpc_requests_exceeded
211-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
211+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
212212
metric: consul.client_rpc_requests_exceeded_rate
213213
info: number of rate-limited RPC requests made by server ${label:node_name} datacenter ${label:datacenter}
214214
- name: consul_client_rpc_requests_failed
215-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
215+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
216216
metric: consul.client_rpc_requests_failed_rate
217217
info: number of failed RPC requests made by server ${label:node_name} datacenter ${label:datacenter}
218218
- name: consul_gc_pause_time
219-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
219+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
220220
metric: consul.gc_pause_time
221221
info: time spent in stop-the-world garbage collection pauses on server ${label:node_name} datacenter ${label:datacenter}
222222
- name: consul_autopilot_health_status
223-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
223+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
224224
metric: consul.autopilot_health_status
225225
info: datacenter ${label:datacenter} cluster is unhealthy as reported by server ${label:node_name}
226226
- name: consul_autopilot_server_health_status
227-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
227+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
228228
metric: consul.autopilot_server_health_status
229229
info: server ${label:node_name} from datacenter ${label:datacenter} is unhealthy
230230
- name: consul_raft_leader_last_contact_time
231-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
231+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
232232
metric: consul.raft_leader_last_contact_time
233233
info: median time elapsed since leader server ${label:node_name} datacenter ${label:datacenter} was last able to contact the follower nodes
234234
- name: consul_raft_leadership_transitions
235-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
235+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
236236
metric: consul.raft_leadership_transitions_rate
237237
info: there has been a leadership change and server ${label:node_name} datacenter ${label:datacenter} has become the leader
238238
- name: consul_raft_thread_main_saturation
239-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
239+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
240240
metric: consul.raft_thread_main_saturation_perc
241241
info: average saturation of the main Raft goroutine on server ${label:node_name} datacenter ${label:datacenter}
242242
- name: consul_raft_thread_fsm_saturation
243-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
243+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
244244
metric: consul.raft_thread_fsm_saturation_perc
245245
info: average saturation of the FSM Raft goroutine on server ${label:node_name} datacenter ${label:datacenter}
246246
- name: consul_license_expiration_time
247-
link: https://github.com/netdata/netdata/blob/master/health/health.d/consul.conf
247+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/consul.conf
248248
metric: consul.license_expiration_time
249249
info: Consul Enterprise licence expiration time on node ${label:node_name} datacenter ${label:datacenter}
250250
metrics:

modules/dnsmasq_dhcp/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ modules:
105105
- name: dnsmasq_dhcp_dhcp_range_utilization
106106
metric: dnsmasq_dhcp.dhcp_range_utilization
107107
info: DHCP range utilization
108-
link: https://github.com/netdata/netdata/blob/master/health/health.d/dnsmasq_dhcp.conf
108+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/dnsmasq_dhcp.conf
109109
metrics:
110110
folding:
111111
title: Metrics

modules/dnsquery/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ modules:
108108
- name: dns_query_query_status
109109
metric: dns_query.query_status
110110
info: "DNS request type ${label:record_type} to server ${label:server} is unsuccessful"
111-
link: https://github.com/netdata/netdata/blob/master/health/health.d/dns_query.conf
111+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/dns_query.conf
112112
metrics:
113113
folding:
114114
title: Metrics

modules/docker/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ modules:
109109
- name: docker_container_unhealthy
110110
metric: docker.container_health_status
111111
info: ${label:container_name} docker container health status is unhealthy
112-
link: https://github.com/netdata/netdata/blob/master/health/health.d/docker.conf
112+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/docker.conf
113113
metrics:
114114
folding:
115115
title: Metrics

modules/elasticsearch/metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,23 +213,23 @@ modules:
213213
list: []
214214
alerts:
215215
- name: elasticsearch_node_indices_search_time_query
216-
link: https://github.com/netdata/netdata/blob/master/health/health.d/elasticsearch.conf
216+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/elasticsearch.conf
217217
metric: elasticsearch.node_indices_search_time
218218
info: search performance is degraded, queries run slowly.
219219
- name: elasticsearch_node_indices_search_time_fetch
220-
link: https://github.com/netdata/netdata/blob/master/health/health.d/elasticsearch.conf
220+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/elasticsearch.conf
221221
metric: elasticsearch.node_indices_search_time
222222
info: search performance is degraded, fetches run slowly.
223223
- name: elasticsearch_cluster_health_status_red
224-
link: https://github.com/netdata/netdata/blob/master/health/health.d/elasticsearch.conf
224+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/elasticsearch.conf
225225
metric: elasticsearch.cluster_health_status
226226
info: cluster health status is red.
227227
- name: elasticsearch_cluster_health_status_yellow
228-
link: https://github.com/netdata/netdata/blob/master/health/health.d/elasticsearch.conf
228+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/elasticsearch.conf
229229
metric: elasticsearch.cluster_health_status
230230
info: cluster health status is yellow.
231231
- name: elasticsearch_node_index_health_red
232-
link: https://github.com/netdata/netdata/blob/master/health/health.d/elasticsearch.conf
232+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/elasticsearch.conf
233233
metric: elasticsearch.node_index_health
234234
info: node index $label:index health status is red.
235235
metrics:

modules/hdfs/metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,23 +168,23 @@ modules:
168168
- name: hdfs_capacity_usage
169169
metric: hdfs.capacity
170170
info: summary datanodes space capacity utilization
171-
link: https://github.com/netdata/netdata/blob/master/health/health.d/hdfs.conf
171+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/hdfs.conf
172172
- name: hdfs_missing_blocks
173173
metric: hdfs.blocks
174174
info: number of missing blocks
175-
link: https://github.com/netdata/netdata/blob/master/health/health.d/hdfs.conf
175+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/hdfs.conf
176176
- name: hdfs_stale_nodes
177177
metric: hdfs.data_nodes
178178
info: number of datanodes marked stale due to delayed heartbeat
179-
link: https://github.com/netdata/netdata/blob/master/health/health.d/hdfs.conf
179+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/hdfs.conf
180180
- name: hdfs_dead_nodes
181181
metric: hdfs.data_nodes
182182
info: number of datanodes which are currently dead
183-
link: https://github.com/netdata/netdata/blob/master/health/health.d/hdfs.conf
183+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/hdfs.conf
184184
- name: hdfs_num_failed_volumes
185185
metric: hdfs.num_failed_volumes
186186
info: number of failed volumes
187-
link: https://github.com/netdata/netdata/blob/master/health/health.d/hdfs.conf
187+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/hdfs.conf
188188
metrics:
189189
folding:
190190
title: Metrics

modules/k8s_kubelet/metadata.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,23 +149,23 @@ modules:
149149
- name: kubelet_node_config_error
150150
metric: k8s_kubelet.kubelet_node_config_error
151151
info: "the node is experiencing a configuration-related error (0: false, 1: true)"
152-
link: https://github.com/netdata/netdata/blob/master/health/health.d/kubelet.conf
152+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/kubelet.conf
153153
- name: kubelet_token_requests
154154
metric: k8s_kubelet.kubelet_token_requests
155155
info: "number of failed Token() requests to the alternate token source"
156-
link: https://github.com/netdata/netdata/blob/master/health/health.d/kubelet.conf
156+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/kubelet.conf
157157
- name: kubelet_token_requests
158158
metric: k8s_kubelet.kubelet_token_requests
159159
info: "number of failed Token() requests to the alternate token source"
160-
link: https://github.com/netdata/netdata/blob/master/health/health.d/kubelet.conf
160+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/kubelet.conf
161161
- name: kubelet_operations_error
162162
metric: k8s_kubelet.kubelet_operations_errors
163163
info: number of Docker or runtime operation errors
164-
link: https://github.com/netdata/netdata/blob/master/health/health.d/kubelet.conf
164+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/kubelet.conf
165165
- name: kubelet_operations_error
166166
metric: k8s_kubelet.kubelet_operations_errors
167167
info: number of Docker or runtime operation errors
168-
link: https://github.com/netdata/netdata/blob/master/health/health.d/kubelet.conf
168+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/kubelet.conf
169169
metrics:
170170
folding:
171171
title: Metrics

modules/mysql/metadata.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -164,51 +164,51 @@ modules:
164164
- name: mysql_10s_slow_queries
165165
metric: mysql.queries
166166
info: number of slow queries in the last 10 seconds
167-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
167+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
168168
- name: mysql_10s_table_locks_immediate
169169
metric: mysql.table_locks
170170
info: number of table immediate locks in the last 10 seconds
171-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
171+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
172172
- name: mysql_10s_table_locks_waited
173173
metric: mysql.table_locks
174174
info: number of table waited locks in the last 10 seconds
175-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
175+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
176176
- name: mysql_10s_waited_locks_ratio
177177
metric: mysql.table_locks
178178
info: ratio of waited table locks over the last 10 seconds
179-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
179+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
180180
- name: mysql_connections
181181
metric: mysql.connections_active
182182
info: client connections utilization
183-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
183+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
184184
- name: mysql_replication
185185
metric: mysql.slave_status
186186
info: "replication status (0: stopped, 1: working)"
187-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
187+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
188188
- name: mysql_replication_lag
189189
metric: mysql.slave_behind
190190
info: difference between the timestamp of the latest transaction processed by the SQL thread and the timestamp of the same transaction when it was processed on the master
191-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
191+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
192192
- name: mysql_galera_cluster_size_max_2m
193193
metric: mysql.galera_cluster_size
194194
info: maximum galera cluster size in the last 2 minutes starting one minute ago
195-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
195+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
196196
- name: mysql_galera_cluster_size
197197
metric: mysql.galera_cluster_size
198198
info: current galera cluster size, compared to the maximum size in the last 2 minutes
199-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
199+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
200200
- name: mysql_galera_cluster_state_warn
201201
metric: mysql.galera_cluster_state
202202
info: galera node state is either Donor/Desynced or Joined
203-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
203+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
204204
- name: mysql_galera_cluster_state_crit
205205
metric: mysql.galera_cluster_state
206206
info: galera node state is either Undefined or Joining or Error
207-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
207+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
208208
- name: mysql_galera_cluster_status
209209
metric: mysql.galera_cluster_status
210210
info: galera node is part of a nonoperational component. This occurs in cases of multiple membership changes that result in a loss of Quorum or in cases of split-brain situations.
211-
link: https://github.com/netdata/netdata/blob/master/health/health.d/mysql.conf
211+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/mysql.conf
212212
metrics:
213213
folding:
214214
title: Metrics

modules/nvme/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ modules:
9595
- name: nvme_device_critical_warnings_state
9696
metric: nvme.device_critical_warnings_state
9797
info: "NVMe device ${label:device} has critical warnings"
98-
link: https://github.com/netdata/netdata/blob/master/health/health.d/nvme.conf
98+
link: https://github.com/netdata/netdata/blob/master/src/health/health.d/nvme.conf
9999
metrics:
100100
folding:
101101
title: Metrics

0 commit comments

Comments
 (0)