@@ -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 :
0 commit comments