On 02.11.2013 18:10, Joseph L. Casale wrote:
> 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?

that was fixed while debugging https://dev.icinga.org/issues/4953 - 
weird though as this wrong typecast has been there for ages now.
https://git.icinga.org/?p=icinga-core.git;a=commit;h=32831fd4509193292ea6ffab094b6a0a6a1bf8cb

please test it, so that we may release 1.10.1 soon enough then.

-- 
DI (FH) Michael Friedrich

mail:     michael.friedr...@gmail.com
twitter:  https://twitter.com/dnsmichi
jabber:   dnsmi...@jabber.ccc.de
irc:      irc.freenode.net/icinga dnsmichi

icinga open source monitoring
position: lead core developer
url:      https://www.icinga.org


------------------------------------------------------------------------------
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