摘要:1. 下载并安装zabbix-agent,可参考: 2. 下载sslooker cd /usr/local/src/ wget https://dl.cactifans.com/zabbix/zabbix_sslooker.kernel_3.10.0.x86_64.tar.gz tar zxvf z
阅读全文
摘要:系统环境:Ubuntu_v24.04 zabbix-agent部署命令如下: wget https://repo.zabbix.com/zabbix/7.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_7.0-2+ubuntu24.04_all.
阅读全文
摘要:操作系统环境:CentOS 7.9 1. 安装服务组件 yum -y install OpenIPMI OpenIPMI-tools systemctl start ipmi 2. 检查现在的IP ipmitool -I open lan print 1 3. 改为静态IP ipmitool lan
阅读全文
摘要:Zabbix agent To override the default user and group for Zabbix agent, run: systemctl edit zabbix-agent Then, add the following content: [Service] User
阅读全文
摘要:zabbix监控运行一段时间以后,会留下大量的历史监控数据,zabbix数据库一直在增大;可能会造成系统性能下降,查看历史数据室查询速度缓慢。zabbix里面最大的表就是history和history_uint两个表,而且zabbix里面的时间是使用的时间戳方式记录,所以可以根据时间戳来删除历史数据
阅读全文
摘要:[root@localhost ~]# mysql -uroot -p #登陆数据库 Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. mysql> show databases; #查询当前所有的库 m
阅读全文