zabbix web界面功能
油箱报警
- 创建监控项
- 添加监控项
- 添加触发器
手动触发
[root@localhost ~]# echo ' ' >> /tmp/dzc
配置媒介类型
开启邮箱
安装邮箱
[root@localhost ~]# yum -y install postfix mailx
[root@localhost ~]# systemctl start postfix.service
[root@localhost ~]# ss -anlt
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 32 192.168.122.1:53 0.0.0.0:*
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 5 127.0.0.1:631 0.0.0.0:*
LISTEN 0 100 127.0.0.1:25 0.0.0.0:*
LISTEN 0 128 0.0.0.0:10050 0.0.0.0:*
LISTEN 0 128 0.0.0.0:111 0.0.0.0:*
LISTEN 0 128 [::]:22 [::]:*
LISTEN 0 5 [::1]:631 [::]:*
LISTEN 0 100 [::1]:25 [::]:*
LISTEN 0 128 [::]:111 [::]:*
配置用户媒介
```
添加动作
结果
评论区