Open GlqEason opened 5 months ago
How to accurately do downtime monitoring on a linux with node_exporter installed, so that downtime can be detected and alerted as soon as possible. Consider the possibility that the node_exporter program may be unavailable due to certain issues.
You can use the PrometheusTargetMissing alert:
PrometheusTargetMissing
How to accurately do downtime monitoring on a linux with node_exporter installed, so that downtime can be detected and alerted as soon as possible. Consider the possibility that the node_exporter program may be unavailable due to certain issues.