EvanderYang
EvanderYang
一个脚本的事 #!/bin/bash #author:yangshu #检查磁盘使用率 #检查Inode使用率 #检查内存使用率 #v1.0.7 增加CPU监控 #V1.0.8 增加告警阈值红色显示 #V1.0.9 修复告警多个指标判断逻辑 check_disk_usage() { local alert_percent=$1 local output=$(df -PTl | grep "/dev" | grep -Ev "tmpfs|sr0|cdrom|:" | sed 's/%//g' |...
都不看文档的啊,有主机变量啊 
可以使用mysql命令导出,调整下SQL就行。 --进入数据库 docker exec -it spug-db mysql -uroot -pspug.cc1 spug --设置字符集 set character_set_results=utf8; --查询组对应ID,取sort_id值 select * from host_groups; --根据组sort_id,查询组内主机 select * from hosts where id in (select host_id from host_groups_hosts...
way1: flow this url https://help.aliyun.com/zh/ecs/support/the-disconnected-no-supported-authentication-methods-available-error-occurs-when-you-log-on-to-a-linux-instance-by-ssh way2: try to update openssh version
> > ### Description > > now WeWorkApp can only send to ALL , However, most scenarios need to be pushed to specific people at a fixed point。 > >...
When will this PR plan be merged? I need to use this feature.😄
我已经提过该建议,目前还在开发阶段 https://github.com/apache/hertzbeat/issues/2188
这个监控模板的部分,自己定义可以实现的。