zoukankan      html  css  js  c++  java
  • zabbix 5.0

    1. 启动Zabbix server和agent进程 启动Zabbix server和agent进程,并为它们设置开机自启

    # systemctl restart zabbix-server zabbix-agent httpd rh-php72-php-fpm
    # systemctl enable zabbix-server zabbix-agent httpd rh-php72-php-fpm

    2.Official Zabbix 5.0 frontend packages use php-fpm. Update timezone in /etc/opt/rh/rh-php72/php-fpm.d/zabbix.conf file.

    3. Zabbix server 更改数据库密码

    涉及到数据库配置信息的文件有2个,分别是 /etc/zabbix/zabbix_server.conf 、/etc/zabbix/web/zabbix.conf.php

    4. Installing agent as Windows service

    zabbix_agentd.exe --config <your_configuration_file> --install
    zabbix_agentd.exe --config C:softzabbix_agentconfzabbix_agentd.conf --install
  • 相关阅读:
    Google提出的新型激活函数:Swish
    Rosonblatt线性感知器
    Rosonblatt线性感知器
    毕业的到来
    陌生人
    学会感恩
    session和el表达式
    cooking和session
    不離不棄
    生活
  • 原文地址:https://www.cnblogs.com/lizhanglong/p/13197933.html
Copyright © 2011-2022 走看看