]> granicus.if.org Git - icinga2/history - lib/icinga/notification.cpp
Remove the HostUnreachable state.
[icinga2] / lib / icinga / notification.cpp
2014-04-08 Gunnar BeutnerRemove the HostUnreachable state.
2014-04-07 Gunnar BeutnerImplement new state and type filters.
2014-04-06 Gunnar BeutnerRefactor name helper classes a bit.
2014-04-05 Gunnar BeutnerImplement relative object names.
2014-04-05 Gunnar BeutnerRename "short_name", "host" and "sevice" attributes.
2014-04-04 Michael FriedrichImplement 'env' dictionary instead of 'export_macros...
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-03-19 Michael FriedrichChange copyright header (again).
2014-01-28 Michael FriedrichDB IDO: Fix the way notification_id is handled.
2014-01-28 Michael FriedrichDB IDO: Refactor notification signal handling.
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-18 Gunnar BeutnerImplement support for using custom variables as macros.
2013-12-17 Gunnar BeutnerEmbed constants into lib{base,icinga,db_ido}.
2013-12-02 Gunnar BeutnerMerge branch 'feature/ido-performance-5246' into next
2013-12-02 Gunnar BeutnerAvoid unnecessary copies when iterating over dictionaries.
2013-11-21 Gunnar BeutnerRemove redundant checks.
2013-11-20 Gunnar BeutnerImplement support for stack traces for STL exceptions.
2013-11-11 Gunnar BeutnerImplement one-time notification for escalation contacts.
2013-11-11 Gunnar BeutnerMerge branch 'feature/checks-5049' into next
2013-11-10 Gunnar BeutnerOptimize signal calls.
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-08 Gunnar BeutnerMerge branch 'feature/dtype-5036' into next
2013-11-08 Gunnar BeutnerClean up the DynamicType class.
2013-11-08 Markus FroschMerge branch 'feature/debian-packaging-4988' into next
2013-11-08 Gunnar BeutnerImplement serializer support for arbitrary classes.
2013-10-31 Michael FriedrichMerge branch 'feature/livestatus-log-table-4433' into...
2013-10-31 Michael FriedrichLivestatus: Add log table.
2013-10-28 Gunnar BeutnerMerge branch 'feature/mkclass-4963' into next
2013-10-28 Gunnar BeutnerImplement class compiler.
2013-10-18 Michael FriedrichAdd NOTIFICATION{AUTHOR,AUTHORNAME,COMMENT} macros.
2013-10-17 Michael FriedrichDocumentation: Add Notifications, Escalations, Filters...
2013-09-25 Gunnar BeutnerRemove unused parameter.
2013-09-25 Gunnar Beutnerconfig: Rename Notification::groups to Notification...
2013-09-25 Gunnar Beutnerconfig: Rename host_name to host.
2013-09-25 Gunnar Beutnerconfig: Rename Host::hostcheck to Host::check.
2013-09-25 Gunnar BeutnerUpdate copyright information.
2013-09-24 Michael FriedrichFix crash on missing notification_command.
2013-09-24 Michael Friedrichnotifications: Add OnNotificationSentToAllUsers signal.
2013-09-03 Gunnar Beutnercluster: Periodically clean up old log files.
2013-09-01 Gunnar BeutnerWindows build fix.
2013-08-30 Gunnar BeutnerFix incorrect parameter for OnNotificationSentChanged...
2013-08-29 Gunnar BeutnerFix state file functionality.
2013-08-28 Gunnar BeutnerImplement cluster events for comments.
2013-08-27 Gunnar BeutnerRefactor JSON-RPC library and implement check-result...
2013-08-26 Gunnar BeutnerRemove the replication feature and clean up the code.
2013-08-08 Gunnar BeutnerImplement status updates for contacts.
2013-07-19 Gunnar BeutnerOnly check escalations for problem notifications.
2013-07-18 Michael Friedrichnotifications: add notification number
2013-07-01 Michael Friedrichcompatlog: refactor custom/acknowledgement notification...
2013-06-28 Michael FriedrichCompat: log notifications (wip)
2013-06-26 Gunnar BeutnerImplement notification_*_filter variables for Host...
2013-06-26 Gunnar BeutnerImplement notification conditions.
2013-06-21 Gunnar BeutnerImplement flapping detection.
2013-06-13 Gunnar BeutnerRefactor commands and implement event handlers.
2013-05-13 Gunnar BeutnerImplement notification escalations.
2013-04-24 Gunnar BeutnerUpdate documentation.
2013-04-16 Gunnar BeutnerBugfixes for the timeperiod feature.
2013-03-25 Gunnar BeutnerRefactor AsyncTasks.
2013-03-22 Gunnar BeutnerRefactor the macro resolver
2013-03-22 Gunnar BeutnerRemove @threadsafety doc strings
2013-03-21 Gunnar BeutnerImplement the 'notification_period' attribute.
2013-03-20 Gunnar BeutnerMove the notification_interval option to the Notificati...
2013-03-17 Gunnar BeutnerRefactor #includes (Part 3).
2013-03-16 Gunnar BeutnerRefactor #includes (Part 2).
2013-03-15 Gunnar BeutnerCleaned up #includes (Part 1).
2013-03-14 Gunnar BeutnerUse 'explicit' for constructors.
2013-03-13 Gunnar BeutnerImplement timeperiods.
2013-03-08 Gunnar BeutnerRevert "Remove redundant check for valid task object."
2013-03-08 Gunnar BeutnerRemove redundant check for valid task object.
2013-03-07 Gunnar BeutnerCheck return values of SymGetLineFromAddr64 and SymFrom...
2013-03-07 Gunnar BeutnerImplemented LAST*STATE* macros.
2013-03-06 Gunnar BeutnerFix cppcheck warnings.
2013-03-04 Gunnar BeutnerEven more code refactoring.
2013-03-02 Gunnar BeutnerMore lock refactoring. Yay.
2013-03-01 Gunnar BeutnerRefactored object locking code.
2013-02-28 Gunnar BeutnerImplement the PerfdataWriter class.
2013-02-28 Gunnar BeutnerFixed incorrect lock in Notification::BeginExecuteNotif...
2013-02-27 Gunnar BeutnerImplemented user groups.
2013-02-27 Gunnar BeutnerRefactor the cache code... again.
2013-02-27 Gunnar BeutnerMake the services/notifications caches thread safe.
2013-02-26 Gunnar BeutnerMake attribute lookups O(1).
2013-02-24 Gunnar BeutnerMake sure we don't block on write() while holding locks.
2013-02-24 Gunnar BeutnerImplemented the User class.
2013-02-24 Gunnar BeutnerFine-grained locks (WIP, Part 9).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 6).
2013-02-19 Gunnar BeutnerFine-grained locks (WIP, Part 4).
2013-02-13 Gunnar BeutnerImplemented dictionary support for commands.
2013-02-11 Gunnar BeutnerRemove Host::OnInitCompleted and clean up the classes...
2013-02-09 Gunnar BeutnerImplemented notification request messages, notification...
2013-02-09 Gunnar BeutnerImplemented rudimentary notifications.