//安裝postfix
[root@zabbix ~]# yum -y install postfix
//開機自動啟動postfix
[root@zabbix ~]# systemctl enable --now postfix
[root@zabbix ~]# ss -antl
state recv-q send-q local address:port peer address:port
listen 0 128 0.0.0.0:10050 0.0.0.0:*
listen 0 128 0.0.0.0:10051 0.0.0.0:*
listen 0 128 0.0.0.0:9000 0.0.0.0:*
listen 0 128 0.0.0.0:22 0.0.0.0:*
listen 0 100 127.0.0.1:25 0.0.0.0:*
listen 0 80 *:3306 *:*
listen 0 128 *:80 *:*
listen 0 128 [::]:22 [::]:*
listen 0 100 [::1]:25 [::]:*
[root@zabbix ~]#
[root@zabbix ~]# yum -y install mailx
瀏覽器登入zabbix後台,administration -> media types -> email:
定義使用者媒介
在配置管理介面設定使用者的收件箱配置媒介
更新updata
配置告**式和動作
第三方郵件網頁配置警告告警
在管理介面配置使用者新增收件人的資訊
在管理介面定義媒介型別
配置動作action
該組發還是使用者發
發的時候要選擇發的方式
觸發告警並驗證
寫指令碼
x pack watch告警配置
watch告警參考 input 為當天的日誌格式 例如 2019.01.29 types body 過濾條件 must not condition actions to 一般只需要修改收件人資訊。其他不需要修改。948793841 qq.com 這裡引用 watch id subject 報警 bo...
python微信告警指令碼
已經測並且已經可以正常使用。usr bin python coding utf 8 import urllib,urllib2 import json import sys import json import argparse import os import datetime import lo...
python微信告警指令碼
已經測並且已經可以正常使用。usr bin python coding utf 8 import urllib,urllib2 import json import sys import json import argparse import os import datetime import lo...