摘要:
一、监控nginx链接数状态status # 1.开启status页面功能 cat > /etc/nginx/conf.d/status.conf <<'EOF' server{ listen 80; server_name localhost; location /nginx_status { s 阅读全文
摘要:
一、创建群聊机器人 1.添加群聊机器人 2.设置机器人信息 3.记录webhook地址 机器人文档 https://open.dingtalk.com/document/org/application-types 用户可以向这个webhook地址发起post请求,提交数据,也就是等于给钉钉发消息了, 阅读全文