Ad Widget

Collapse

Zabbix-proxy перестает слать данные.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Cramac
    Member
    • Sep 2014
    • 91

    #1

    Zabbix-proxy перестает слать данные.

    Всем привет. Недавно начал прокси мудрить, не шлет данные на сервер.
    По логам ничего подозрительного. Были ошибки на заполненный кэш, увеличил, ошибка ушла но данные так и тормозяться.

    При этом процесс заббикс прокси виснет намертво, помогает только kill -9 , после рестарта, все нормально какое то время.

    конфиг
    Code:
    /zabbix# cat zabbix_proxy.conf
    # This is a configuration file for Zabbix Proxy process
    # To get more information about Zabbix,
    # visit http://www.zabbix.com
    
    ############ GENERAL PARAMETERS #################
    
    ProxyMode=0
    Server=91.х.х.7
    # ServerPort=10051
    Hostname=kur
    # HostnameItem=system.hostname
    # ListenPort=10051
    SourceIP=10.10.10.2
    LogFile=/var/log/zabbix/zabbix_proxy.log
    LogFileSize=1024
    DebugLevel=5
    PidFile=/var/run/zabbix/zabbix_proxy.pid
    DBHost=localhost
    DBName=/var/lib/zabbix/zabbix_proxy.db
    # DBSchema=
    DBUser=zabbix
    DBPassword=
    DBSocket=/var/run/mysqld/mysqld.sock
    # DBPort=3306
    EnableRemoteCommands=1
    
    ######### PROXY SPECIFIC PARAMETERS #############
    
    # ProxyLocalBuffer=0
    # ProxyOfflineBuffer=1
    # HeartbeatFrequency=60
    ConfigFrequency=3600
    DataSenderFrequency=10
    
    ############ ADVANCED PARAMETERS ################
    
    ### Option: StartPollers
    # Number of pre-forked instances of pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    StartPollers=80
    
    ### Option: StartIPMIPollers
    # Number of pre-forked instances of IPMI pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartIPMIPollers=0
    
    ### Option: StartPollersUnreachable
    # Number of pre-forked instances of pollers for unreachable hosts (including IPMI and Java).
    # At least one poller for unreachable hosts must be running if regular, IPMI or Java pollers
    # are started.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    StartPollersUnreachable=30
    
    ### Option: StartTrappers
    # Number of pre-forked instances of trappers.
    # Trappers accept incoming connections from Zabbix sender and active agents.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartTrappers=5
    
    ### Option: StartPingers
    # Number of pre-forked instances of ICMP pingers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    StartPingers=30
    
    ### Option: StartDiscoverers
    # Number of pre-forked instances of discoverers.
    #
    # Mandatory: no
    # Range: 0-250
    # Default:
    # StartDiscoverers=1
    
    ### Option: StartHTTPPollers
    # Number of pre-forked instances of HTTP pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    StartHTTPPollers=10
    
    ### Option: JavaGateway
    # IP address (or hostname) of Zabbix Java gateway.
    # Only required if Java pollers are started.
    #
    # Mandatory: no
    # Default:
    # JavaGateway=
    
    ### Option: JavaGatewayPort
    # Port that Zabbix Java gateway listens on.
    #
    # Mandatory: no
    # Range: 1024-32767
    # Default:
    # JavaGatewayPort=10052
    
    ### Option: StartJavaPollers
    # Number of pre-forked instances of Java pollers.
    #
    # Mandatory: no
    # Range: 0-1000
    # Default:
    # StartJavaPollers=0
    
    ### Option: StartVMwareCollectors
    # Number of pre-forked vmware collector instances.
    #
    # Mandatory: no
    # Range: 0-250
    # Default:
    # StartVMwareCollectors=0
    
    ### Option: VMwareFrequency
    # How often Zabbix will connect to VMware service to obtain a new data.
    #
    # Mandatory: no
    # Range: 10-86400
    # Default:
    # VMwareFrequency=60
    
    ### Option: VMwareCacheSize
    # Size of VMware cache, in bytes.
    # Shared memory size for storing VMware data.
    # Only used if VMware collectors are started.
    #
    # Mandatory: no
    # Range: 256K-2G
    # Default:
    # VMwareCacheSize=8M
    
    ### Option: SNMPTrapperFile
    # Temporary file used for passing data from SNMP trap daemon to the proxy.
    # Must be the same as in zabbix_trap_receiver.pl or SNMPTT configuration file.
    #
    # Mandatory: no
    # Default:
    # SNMPTrapperFile=/tmp/zabbix_traps.tmp
    
    ### Option: StartSNMPTrapper
    # If 1, SNMP trapper process is started.
    #
    # Mandatory: no
    # Range: 0-1
    # Default:
    # StartSNMPTrapper=0
    
    ### Option: ListenIP
    # List of comma delimited IP addresses that the trapper should listen on.
    # Trapper will listen on all network interfaces if this parameter is missing.
    #
    # Mandatory: no
    # Default:
    ListenIP=10.10.10.2
    
    ### Option: HousekeepingFrequency
    # How often Zabbix will perform housekeeping procedure (in hours).
    # Housekeeping is removing outdated information from the database.
    # To prevent Housekeeper from being overloaded, no more than 4 times HousekeepingFrequency
    # hours of outdated information are deleted in one housekeeping cycle.
    # To lower load on proxy startup housekeeping is postponed for 30 minutes after proxy start.
    #
    # Mandatory: no
    # Range: 1-24
    # Default:
    HousekeepingFrequency=1
    
    ### Option: CacheSize
    # Size of configuration cache, in bytes.
    # Shared memory size, for storing hosts and items data.
    #
    # Mandatory: no
    # Range: 128K-8G
    # Default:
    CacheSize=256M
    
    ### Option: StartDBSyncers
    # Number of pre-forked instances of DB Syncers
    #
    # Mandatory: no
    # Range: 1-100
    # Default:
    # StartDBSyncers=4
    
    ### Option: HistoryCacheSize
    # Size of history cache, in bytes.
    # Shared memory size for storing history data.
    #
    # Mandatory: no
    # Range: 128K-2G
    # Default:
    HistoryCacheSize=128M
    
    ### Option: HistoryTextCacheSize
    # Size of text history cache, in bytes.
    # Shared memory size for storing character, text or log history data.
    #
    # Mandatory: no
    # Range: 128K-2G
    # Default:
    # HistoryTextCacheSize=16M
    
    ### Option: Timeout
    # Specifies how long we wait for agent, SNMP device or external check (in seconds).
    #
    # Mandatory: no
    # Range: 1-30
    # Default:
    Timeout=10
    
    ### Option: TrapperTimeout
    # Specifies how many seconds trapper may spend processing new data.
    #
    # Mandatory: no
    # Range: 1-300
    # Default:
    TrapperTimeout=30
    
    ### Option: UnreachablePeriod
    # After how many seconds of unreachability treat a host as unavailable.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnreachablePeriod=45
    
    ### Option: UnavailableDelay
    # How often host is checked for availability during the unavailability period, in seconds.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnavailableDelay=60
    
    ### Option: UnreachableDelay
    # How often host is checked for availability during the unreachability period, in seconds.
    #
    # Mandatory: no
    # Range: 1-3600
    # Default:
    # UnreachableDelay=15
    
    ### Option: ExternalScripts
    # Full path to location of external scripts.
    # Default depends on compilation options.
    #
    # Mandatory: no
    # Default:
    # ExternalScripts=${datadir}/zabbix/externalscripts
    
    ExternalScripts=/usr/lib/zabbix/externalscripts
    
    ### Option: FpingLocation
    # Location of fping.
    # Make sure that fping binary has root ownership and SUID flag set.
    #
    # Mandatory: no
    # Default:
    # FpingLocation=/usr/sbin/fping
    
    FpingLocation=/usr/bin/fping
    
    ### Option: Fping6Location
    # Location of fping6.
    # Make sure that fping6 binary has root ownership and SUID flag set.
    # Make empty if your fping utility is capable to process IPv6 addresses.
    #
    # Mandatory: no
    # Default:
    # Fping6Location=/usr/sbin/fping6
    
    Fping6Location=/usr/bin/fping6
    
    ### Option: SSHKeyLocation
    # Location of public and private keys for SSH checks and actions.
    #
    # Mandatory: no
    # Default:
    # SSHKeyLocation=
    
    ### Option: LogSlowQueries
    # How long a database query may take before being logged (in milliseconds).
    # Only works if DebugLevel set to 3 or 4.
    # 0 - don't log slow queries.
    #
    # Mandatory: no
    # Range: 1-3600000
    # Default:
    LogSlowQueries=3600
    
    ### Option: TmpDir
    # Temporary directory.
    #
    # Mandatory: no
    # Default:
    # TmpDir=/tmp
    
    ### Option: AllowRoot
    # Allow the proxy to run as 'root'. If disabled and the proxy is started by 'root', the proxy
    # will try to switch to the user specified by the User configuration option instead.
    # Has no effect if started under a regular user.
    # 0 - do not allow
    # 1 - allow
    #
    # Mandatory: no
    # Default:
    # AllowRoot=0
    
    ### Option: User
    # Drop privileges to a specific, existing user on the system.
    # Only has effect if run as 'root' and AllowRoot is disabled.
    #
    # Mandatory: no
    # Default:
    # User=zabbix
    
    ### Option: Include
    # You may include individual files or all files in a directory in the configuration file.
    # Installing Zabbix will create include directory in /usr/local/etc, unless modified during the compile time.
    #
    # Mandatory: no
    # Default:
    # Include=
    
    # Include=/usr/local/etc/zabbix_proxy.general.conf
    # Include=/usr/local/etc/zabbix_proxy.conf.d/
    # Include=/usr/local/etc/zabbix_proxy.conf.d/*.conf
    
    ### Option: SSLCertLocation
    # Location of SSL client certificates.
    # This parameter is used only in web monitoring.
    #
    # Mandatory: no
    # Default:
    # SSLCertLocation=${datadir}/zabbix/ssl/certs
    
    ### Option: SSLKeyLocation
    # Location of private keys for SSL client certificates.
    # This parameter is used only in web monitoring.
    #
    # Mandatory: no
    # Default:
    # SSLKeyLocation=${datadir}/zabbix/ssl/keys
    
    ### Option: SSLCALocation
    # Location of certificate authority (CA) files for SSL server certificate verification.
    # If not set, system-wide directory will be used.
    # This parameter is used only in web monitoring.
    #
    # Mandatory: no
    # Default:
    # SSLCALocation=
    
    ####### LOADABLE MODULES #######
    
    ### Option: LoadModulePath
    # Full path to location of proxy modules.
    # Default depends on compilation options.
    #
    # Mandatory: no
    # Default:
    # LoadModulePath=${libdir}/modules
    
    ### Option: LoadModule
    # Module to load at proxy startup. Modules are used to extend functionality of the proxy.
    # Format: LoadModule=<module.so>
    # The modules must be located in directory specified by LoadModulePath.
    # It is allowed to include multiple LoadModule parameters.
    #
    # Mandatory: no
    # Default:
    # LoadModule=


    uname -a
    Linux server2 4.15.0-32-generic #35-Ubuntu SMP Fri Aug 10 17:55:48 UTC 2018 i686 i686 i686 GNU/Linux

    Уже установлен пакет zabbix-proxy-sqlite3 самой новой версии (1:5.0.1-1+bionic).
    Last edited by Cramac; 09-07-2020, 08:37.
  • Cramac
    Member
    • Sep 2014
    • 91

    #2
    взял конфиг дефолтный, увеличил
    CacheSize=512
    пока работает

    Comment

    Working...