摘要: RockyLinux9.2升级内核🧣 elrepo官网:http://elrepo.org/tiki/HomePage ElRepo 是一个社区驱动的软件仓库,提供了一些额外的软件包和内核模块,特别是针对 Red Hat Enterprise Linux (RHEL) 和其基于衍生的发行版,如 C 阅读全文
posted @ 2023-05-30 18:18 Noleaf 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: 检测CPU,内存,磁盘使用率shell 1.检测CPU,内存,磁盘使用率超过80%,则发送邮件告警 #!/bin/bash #当前主机ip HOST=$(ip a show eth0 | grep '\inet\b' | awk '{print $2}' | sed 's/\/.*//') #告警邮 阅读全文
posted @ 2023-05-30 09:33 Noleaf 阅读(197) 评论(0) 推荐(0) 编辑