Ad Widget

Collapse

Zabbix agent unreachable trigger not working when the Housekeeper runs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hpbla
    Junior Member
    • Jun 2019
    • 2

    #1

    Zabbix agent unreachable trigger not working when the Housekeeper runs

    4.0.9 LTS
    newest agent
    Number of hosts (enabled/disabled/templates) 1408/91/278
    Number of items (enabled/disabled/not supported) 145720/10680/5764


    Hello,

    we have a problem when a host goes down the "zabbix agent unreachable" trigger is fails if the housekeeper running. The only solution we found is to restart the zabbix server. Someone has seen this issue before?

    Every other function is working properly.

    We got two servers with 44 cores and 512GB RAM in a cluster. (pacemaker/corosync) Zabbix server runs on the first one and the databse (MariaDB, mysql Ver 15.1 Distrib 10.3.9-MariaDB, for Linux (x86_64) using readline 5.1) on the second one.

    db config:

    my.cnf
    [mysqld]
    datadir=/mnt/mysql/mysql-data
    socket=/mnt/mysql/mysql-data/mysql.sock
    # Disabling symbolic-links is recommended to prevent assorted security risks
    symbolic-links=0
    # Settings user and group are ignored when systemd is used.
    # If you need to run mysqld under a different user or group,
    # customize your systemd unit file for mariadb according to the
    # instructions in http://fedoraproject.org/wiki/Systemd
    max_connection=500
    max_user_connections=10000
    query_cache_limit=0
    query_cache_size=0
    #innodb_force_recovery=6
    max_allowed_packet = 64M
    innodb_buffer_pool_chunk_size = 256M
    innodb_buffer_pool_instances = 8
    innodb_buffer_pool_size = 122880M
    innodb_log_file_size = 6144M
    innodb_online_alter_log_max_size = 256M
    innodb_change_buffer_max_size=25
    optimizer_switch=index_condition_pushdown=off
    log-error=/mnt/mysql/mysql-data/mariadb.log
    pid-file=/mnt/mysql/mysql-data/mariadb.pid
    performance_schema = ON
    # wait_timeout = 1200
    # interactive_timeout = 1200
    join_buffer_size = 512K
    innodb_thread_concurrency = 22
    [client]
    port=3306
    socket=/mnt/mysql/mysql-data/mysql.sock
    user=zabbix
    password=Aa123456789
    #
    # include all files from the config directory
    #
    !includedir /etc/my.cnf.d

    mariadb ver
    mysql Ver 15.1 Distrib 10.3.9-MariaDB, for Linux (x86_64) using readline 5.1

    zabbix_server:
    StartPollers=300
    StartPreprocessors=20
    StartPollersUnreachable=20
    StartPingers=50
    StartAlerters=10
    StartVMwareCollectors=20
    VMwarePerfFrequency=60
    VMwareCacheSize=8M
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    HousekeepingFrequency=1
    MaxHousekeeperDelete=5000
    CacheSize=2048M
    StartDBSyncers=32
    HistoryCacheSize=128M
    HistoryIndexCacheSize=128M
    TrendCacheSize=128M
    Timeout=30
    LogSlowQueries=3000
    StartProxyPollers=50
    ProxyConfigFrequency=60
    ProxyDataFrequency=10
    Last edited by hpbla; 26-06-2019, 15:48.
Working...