Seems after a clean install, when starting icinga the first query it runs is:

INSERT INTO icinga_logentries
(
 instance_id,
 logentry_time,
 entry_time,
 entry_time_usec,
 logentry_type,
 logentry_data,
 realtime_data,
 inferred_data_extracted
)
VALUES
(
 3,
 FROM_UNIXTIME(1383411344),
 FROM_UNIXTIME(1383411344),
 '0',
 18446744069414584620,
 E'Event broker module \'IDOMOD\' version \'1.10.0\' from 
\'/usr/lib64/icinga/idomod.so\' initialized successfully.',
 '1',
 '1'
);

which produces an 'integer out of range' error on the logentry_type column for 
that value.
This blocks the remainder of the queries. Something site specific or should I 
file a bug on
this one?

Thanks,
jlc

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
icinga-users mailing list
icinga-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/icinga-users

Reply via email to