服务器硬盘状态监控,Zabbix监控服务器硬盘状态

该博客详细介绍了在CentOS系统上安装和配置Iptables防火墙、SmartMonTools硬盘监控工具以及Zabbix代理服务的完整过程,包括使用yum命令安装软件、编辑配置文件、启用和启动服务等关键步骤。
摘要由CSDN通过智能技术生成

安装Iptables服务:

[[email protected] /]# yum install iptables-services

[[email protected] /]# vim /etc/sysconfig/iptables

[[email protected] /]# systemctl enable iptables

[[email protected] /]# systemctl start iptables

安装SmartMonTools程序:

[[email protected] /]# yum -y install smartmontools

[[email protected] /]# chmod u+s /usr/sbin/smartctl

安装Zabbix服务:

[[email protected] /]# yum -y install http://repo.zabbix.com/zabbix/3.0/rhel/7/x86_64/zabbix-agent-3.0.3-1.el7.x86_64.rpm

[[email protected] /]# vim /etc/zabbix/zabbix_agentd.conf

Server=172.16.1.186

ServerActive=172.16.1.186

Hostname=L-172.16.1.207

UserParameter=connection.tcp,ss -nat | grep ESTA | wc -l

UserParameter=smart.health.sda,smartctl -H /dev/sda | grep PASSED | wc -l

UserParameter=smart.health.sdb,smartctl -H /dev/sdb | grep PASSED | wc -l

[[email protected] /]# systemctl enable zabbix-agent

[[email protected] /]# systemctl start zabbix-agent

[THE END]

原文:http://www.cnblogs.com/configure/p/7199830.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值