I just installed Zabbix and I'm having trouble getting suckerd to run. I'm running the binary directly, not an init script. When I run it, I don't see any error messages, but it seems to die immediately. ps doesn't show it running. I have logging set to level 4 and here's what I see in the log:
Any help appreciated.
Dan
Code:
018112:20050310:124351 Starting zabbix_suckerd... 018112:20050310:124351 In DBupdate_triggers_after_restart() 018112:20050310:124351 SQL [select distinct t.triggerid from hosts h,items i,triggers t,functions f where f.triggerid=t.triggerid and f.itemid=i.itemid and h.hostid=i.hostid and i.nextcheck+i.delay<1110476631 and i.key_<>'status' and h.status not in (4,3)] 018112:20050310:124351 Executing query:select distinct t.triggerid from hosts h,items i,triggers t,functions f where f.triggerid=t.triggerid and f.itemid=i.itemid and h.hostid=i.hostid and i.nextcheck+i.delay<1110476631 and i.key_<>'status' and h.status not in (4,3) 018112:20050310:124351 In DBnum_rows 018112:20050310:124351 End of DBupdate_triggers_after_restart()
Dan