On 15.05.2013 09:59, Lorenzo Milesi wrote: > just discovered that reload triggers this. > when I issue the reload config command (via nagiosql32) the filter produces > no result, even if the toolbar says there are pending actions. if I execute > /etc/init.d/icinga restart then the pending filter works.
likely related to that workaround. https://dev.icinga.org/issues/3844 'pending' is a gui calculated state, the core does not know anything about that, but just sets has_been_checked as well as last_check attributes (which get dumped throughout idoutils into the database where icinga web reads those). maybe you've triggered a bug here, or the workaround is not complete. addressing the issue on the data dump side has been described here - https://dev.icinga.org/issues/3838 kind regards, michael > > ----- Messaggio originale ----- >> Da: "Lorenzo Milesi"<[email protected]> >> A: [email protected] >> Inviato: Martedì, 14 maggio 2013 10:39:24 >> Oggetto: [icinga-users] Cannot see pending actions in 1.9.0 >> >> Hi. >> I just upgraded Icinga to version 1.9 provided by Formorer and I cannot see >> pending actions anymore. >> If I add a new service I see on the top toolbar (using standard web >> interface) a pending action, but when I click on it no search result is >> returned. >> Even if I click "All problems with services" I can see failing services but >> not the pending ones. >> >> Is this a known bug or just me? :) >> thanks >> -- >> Lorenzo Milesi - [email protected] >> >> YetOpen S.r.l. - http://www.yetopen.it/ >> >> >> ------------------------------------------------------------------------------ >> AlienVault Unified Security Management (USM) platform delivers complete >> security visibility with the essential security capabilities. Easily and >> efficiently configure, manage, and operate all of your security controls >> from a single console and one unified framework. Download a free trial. >> http://p.sf.net/sfu/alienvault_d2d >> _______________________________________________ >> icinga-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/icinga-users >> > -- > -- DI (FH) Michael Friedrich mail: [email protected] twitter: https://twitter.com/dnsmichi jabber: [email protected] irc: irc.freenode.net/icinga dnsmichi icinga open source monitoring position: lead core developer url: https://www.icinga.org ------------------------------------------------------------------------------ AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently configure, manage, and operate all of your security controls from a single console and one unified framework. Download a free trial. http://p.sf.net/sfu/alienvault_d2d _______________________________________________ icinga-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/icinga-users
