Ad Widget

Collapse

1st update after creating an item fails

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • smartladka
    Junior Member
    • Feb 2013
    • 1

    #1

    1st update after creating an item fails

    All -

    I'm using the ruby api to create and update items.
    I noticed something very peculiar after I create a new item and then try to update its value via zabbix_sender, it fails 100%. If i now try a 2nd update, same code, same data, it passes.

    The zabbix_server in debug level 4 does not provide any helpful insight.

    Any clues? I wonder if it has anything to do with using different connections to the database? I plan to turn on database level logging and see whats going on.
  • richlv
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2005
    • 3112

    #2
    item data is written in the database, but it has not been populated in the server configuration cache yet (by default that happens every 60 seconds)
    Zabbix 3.0 Network Monitoring book

    Comment

    Working...