WANsensor和WANconsole 安装
配置记录
yum install -y -q http://www.andrisoft.com/files/redhat7/WANrepo-7.2-0.noarch.rpm yum install -y -q WANsensor systemctl start ntpd systemctl enable ntpd /opt/andrisoft/bin/install_supervisor systemctl start WANsupervisor systemctl enable WANsupervisor
yum install -y -q http://www.andrisoft.com/files/redhat7/WANrepo-7.2-0.noarch.rpm yum install -y -q WANconsole yum install -y -q epel-release yum install -y -q php-pecl-radius
其他
max_allowed_packet=64M max_connections=1000 open_files_limit=5000 skip-name-resolve nano /etc/my.cnf #set max_allowed_packet=64M, max_connections=1000, open_files_limit=5000 and add skip-name-resolve in the [mysqld] section systemctl start mariadb mysql_secure_installation systemctl start mariadb systemctl enable mariadb nano /etc/php.ini #set date.timezone in the [Date] section, according to http://php.net/manual/en/timezones.php systemctl enable httpd systemctl restart httpd firewall-cmd --permanent --add-service=mysql firewall-cmd --permanent --add-service=http firewall-cmd --permanent --add-service=https systemctl restart firewalld /opt/andrisoft/bin/install_console /opt/andrisoft/bin/install_supervisor systemctl start WANsupervisor systemctl enable WANsupervisor yum install -y -q https://dl.influxdata.com/influxdb/releases/influxdb-1.7.9.x86_64.rpm [root@localhost ~]# nano /etc/influxdb/influxdb.conf [data] index-version=”tsi1” max-seriesper-database=0 max-values-per-tag=0 [retention] enabled=true [http] enabled=true log-enabled=false max-row_limit=0 max-body-size=0 [logging] level=”warn” [continuous_queries] enabled=true systemctl restart influxdb
none