Ad Widget

Collapse

PATCH: [1.3.2] SQL error in zabbix_server/functions.c:process_data()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • micha
    Junior Member
    • Feb 2007
    • 6

    #1

    PATCH: [1.3.2] SQL error in zabbix_server/functions.c:process_data()

    Hi,

    this patch addresses an error in a sql query in zabbix_server/functions.c method process_data(). The error causes zabbix_server to die as soon as an active agent connects that is not registered in the database.

    The error message is like "column hostid is ambigous" due to the missing table identifier ( "h." in that case ).

    Cheers,
    micha
    Attached Files
  • Alexei
    Founder, CEO
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2004
    • 5654

    #2
    Thanks for the patch.
    Alexei Vladishev
    Creator of Zabbix, Product manager
    New York | Tokyo | Riga
    My Twitter

    Comment

    Working...