一、简单检查
### --- 简单检查:
~~~ 使用ICMP协议或者TCP协议进行检查某个服务或者设备的存活。
~~~ 关闭zabbix-agent.service模拟测试,
二、SMTP检查:
### --- 安装postfix 检查SMTP服务。
[root@localhost ~]# vim /etc/postfix/main.cf // 邮件传输代理软件
inet_interfaces = 192.168.1.60
mydestination = $myhostname, localhost.$mydomain, localhost // localhost开放
[root@localhost ~]# systemctl restart postfix.service
[root@localhost ~]# ss -tunlp
users:(("sshd",pid=22755,fd=3))
tcp LISTEN