Ad Widget

Collapse

How configuration update on Passive Proxy work?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonathan.vargas.cr
    Junior Member
    • Dec 2014
    • 11

    #1

    How configuration update on Passive Proxy work?

    On my setup, there is a Zabbix Server and a Passive Zabbix Proxy.

    I've noticed that the configuration data is not received very often to the Proxy, because when I do changes on Zabbix server configuration, items take a lot of time to start gathering data.

    I researched a bit and found that for Active Proxies, there is a confiuration property named "ConfigFrequency", but for Passive proxies I have the following questions I was unable to find:

    * How can I set the config update interval
    * How can I force a configuration update
    * Where is documented how these updates work?

    Thanks in advance.
  • ingus.vilnis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Mar 2014
    • 908

    #2
    Hi,

    If you are using passive proxies then the server sends the configuration changes to the proxy.

    The frequency is specified on the Server config file zabbix_server.conf.
    Code:
    ProxyConfigFrequency=3600
    Unfortunately there is no way to force the config update for passive proxies.

    More references in Zabbix documentation here: https://www.zabbix.com/documentation.../zabbix_server

    Best Regards,
    Ingus

    Comment

    • jonathan.vargas.cr
      Junior Member
      • Dec 2014
      • 11

      #3
      Originally posted by ingus.vilnis
      Hi,

      If you are using passive proxies then the server sends the configuration changes to the proxy.

      The frequency is specified on the Server config file zabbix_server.conf.
      Code:
      ProxyConfigFrequency=3600
      Unfortunately there is no way to force the config update for passive proxies.

      More references in Zabbix documentation here: https://www.zabbix.com/documentation.../zabbix_server

      Best Regards,
      Ingus
      Thank you so much

      Comment

      Working...