Print

CloudOS 7.0 实例监控数据获取失败(k8s)

1天前 发表

问题描述

Cloudos 7.0 告警 实例监控数据获取失败

过程分析

检查实例内部对应的exporter服务是否运行:

systemctl --all | grep -i exporter//找到对应的exporter服务名称

如k8s就是systemctl status kubernetes_exporter.service

服务停止运行时间和前台告警时间一致

解决方法

重启对应的exporter 服务恢复

systemctl restart kubernetes_exporter.service