On Thursday 02 May 2019 at 11:03:06, Stephane Bortzmeyer wrote: > [Are there still people using Icinga? I see no traffic on the list.]
I'm still happily using it, and I normally only send traffic to the list when I have a problem :) High volume traffic on a support list is often an indication that the documentation is poor... Antony. > On Wed, Apr 17, 2019 at 08:27:17AM +0200, > Stephane Bortzmeyer <steph...@sources.org> wrote > > a message of 17 lines which said: > > But the notifications widget is unusable since it is sorted by date > > and notifications erroneously in the future block the beginning of the > > widget. > > > > How to remove all these notifications (and all events during this > > period) from the database? > > In the end, I connected directly to the PostgreSQL database with 'sudo > -u postgres psql icinga' and did: > > BEGIN; > DELETE FROM icinga_notifications WHERE start_time > '2019-06-12'; > DELETE FROM icinga_contactnotifications WHERE start_time > '2019-06-12'; > COMMIT; > > It seems to work. -- #define SIX 1+5 #define NINE 8+1 int main() { printf("%d\n", SIX * NINE); } - thanks to ECB for bringing this to my attention Please reply to the list; please *don't* CC me. _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users