该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
问题1:Zabbix poller processes more than 75% busy 解决: 1、修改配置文件: # vim /etc/zabbix/zabbix_server.conf StartPollers=15 (默认值为5,修改此行值为 5<n<1000 的值,具体数值根据业务需求 阅读全文
摘要:
cacti 安装:https://www.cnblogs.com/weijie0717/p/4072711.html 一、需求介绍 由于交换机的多端口跑同一种流量,需要汇总统计。因此需要见多个端口的流量图叠加汇总到一个流量图中展示。此实验以公网上联端口为例:T1/1/23 和 Te1/1/24. 二 阅读全文
摘要:
一、环境 系统:centos 7 sendmail:sendmail.x86_64 0:8.14.7-5.el7 mailx版本:mailx-12.5-19.el7.x86_64 二、软件安装: 1、安装 sendmail #: yum -y install sendmail 2、安装mailx # 阅读全文
摘要:
Centos 6 安装 Ntop:https://www.cnblogs.com/weijie0717/p/4886314.html 一、安装 1、添加EPEL 仓库 # yum install epel-release 2、创建 Ntop 存储库 # vim /etc/yum.repos.d/nt 阅读全文