Ad Widget

Collapse

Is there API for "zabbix_server -R config_cache_reload"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iyossi
    Junior Member
    • May 2016
    • 15

    #1

    Is there API for "zabbix_server -R config_cache_reload"

    Hi,

    I am working with Zabbix server using REST API.
    Is there a way to reload the config cache remotely using the API ?
    If not, is there a workaround ?

    Regards,
    Yossi
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    No API, it's a runtime config. Config cache is reloaded every 60 sec by default. You can change update frequency in CacheUpdateFrequency setting.

    Zabbix daemons use various approaches to improve performance. One such measure, introduced in Zabbix 1.8, is configuration cache. It resulted in massive performance improvements (up to 10 times), mostly because of a significantly reduced database access (that we looked at in previous blog posts). This cache slightly changes how Zabbix operates, though, and can introduce […]
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    Working...