In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article will explain in detail what the K8s node alertmanager monitoring alarm configuration method is, and the content of the article is of high quality, so the editor will share it with you for reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.
Overview
The monitoring of the node itself mainly monitors CPU, memory, disk IO and free space of the file system.
For example, for using alertmanager from prometheus to do node alarm, rules configuration can be configured by referring to the following point.
Description
The corresponding metrics varies with different node-exporter versions, so you need to change it by yourself.
CPU monitoring
(1-avg (irate (node_cpu {mode= "idle"} [10m])) by (instance)) * 100
< 90 内存监控 ((node_memory_MemTotal - node_memory_MemFree) / node_memory_MemTotal) * 100 < 90 磁盘IO监控 (max(avg(irate(node_disk_io_time_ms[10m])) by (instance, device)) by (instance))/10 文件系统可用空间监控 max(((node_filesystem_size{fstype=~"ext4|vfat"} - node_filesystem_free{fstype=~"ext4|vfat"}) / node_filesystem_size{fstype=~"ext4|vfat"}) * 100) by (instance) >ninety
On the K8s node alertmanager monitoring alarm configuration method is shared here, I hope the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.