Ad Widget

Collapse

Zabbix 3.2 issue with new centos release

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nymus
    Junior Member
    • May 2018
    • 4

    #1

    Zabbix 3.2 issue with new centos release

    Hi all,

    We do a yum update on our zabbix server 3.2.11 and we encounter some issues with the monitoring, main items were unaccessible (red) up to 2 times a day.
    I've do some performance test and change the zabbix and server's config files, please see below.

    1) I need to know which zabbix 3.2.11 is compatible with all my patches. I didn't find any bugs with this new release..
    zabbix 3.2.11
    MariaDB 10.1.33
    CentOS Linux release 7.5.1804

    2) Could you please explain me why the zabbix housekeeper processes is 100% during hours?
    3) Are my parameters in files below correct?
    4) How to troubleshoot this issue?

    Thanks and best regards
    N.

    Code:
    server.cnf
    
    [server]
    [mysqld]
    character-set-server = utf8
    binlog_format=ROW
    datadir=/var/lib/mysql
    default-storage-engine=innodb
    innodb_autoinc_lock_mode=2
    innodb_locks_unsafe_for_binlog=1
    query_cache_size=0
    query_cache_type=0
    max_allowed_packet = 1G
    innodb_buffer_pool_size = 64G
    innodb_log_file_size=8G
    innodb_log_buffer_size=4M
    innodb_file_per_table
    key_buffer_size = 16M
    slow_query_log=1
    long_query_time=2
    general_log=1
    general_log_file=/var/log/mysql/general.log
    slow_query_log_file=/var/log/mysql/slow_query.log
    log_error=/var/log/mysql/error.log
    log_queries_not_using_indexes
    thread_cache_size = 5
    max_connections=200
    [embedded]
    [mariadb]
    Code:
    zabbix_server.conf
    LogFile=/var/log/zabbix/zabbix_server.log
    
    LogFileSize=100
    DebugLevel=5
    PidFile=/var/run/zabbix/zabbix_server.pid
    DBHost=localhost
    DBName=XXXX
    DBSchema=XXXXX
    DBUser=YYYYY
    DBPassword=ZZZZ
    StartPollers=64
    StartIPMIPollers=1
    StartPollersUnreachable=32
    StartPingers=32
    StartDiscoverers=4
    StartHTTPPollers=8
    StartTimers=2
    StartVMwareCollectors=2
    VMwareFrequency=60
    VMwarePerfFrequency=60
    VMwareCacheSize=256M
    VMwareTimeout=30
    SNMPTrapperFile=/var/log/snmptrap/snmptrap.log
    StartSNMPTrapper=1
    HousekeepingFrequency=12
    SenderFrequency=600
    CacheSize=128M
    CacheUpdateFrequency=60
    StartDBSyncers=16
    HistoryCacheSize=2G
    HistoryIndexCacheSize=16M
    TrendCacheSize=16M
    ValueCacheSize=1024M
    Timeout=20
    UnreachablePeriod=60
    AlertScriptsPath=/usr/lib/zabbix/alertscripts
    ExternalScripts=/opt/zabbix/externalscripts
    LogSlowQueries=3000
    TmpDir=/tmp
    StartProxyPollers=2
    ProxyConfigFrequency=600
    ProxyDataFrequency=10
Working...