]> granicus.if.org Git - icinga2/history - lib/methods
Fix the .bundle validation.
[icinga2] / lib / methods /
2014-04-09 Gunnar BeutnerRename the notification attributes.
2014-04-08 Gunnar BeutnerImplement attributes for some well-known macros and...
2014-04-08 Gunnar BeutnerRename the service state constants.
2014-04-07 Gunnar BeutnerClean up some of the type checks.
2014-04-06 Gunnar BeutnerRemove the escape_macros attribute.
2014-04-04 Michael FriedrichImplement 'env' dictionary instead of 'export_macros...
2014-04-04 Gunnar BeutnerImplement host checks.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-23 Gunnar BeutnerRefactor the config parser's AST.
2014-03-22 Gunnar BeutnerImplement the log() function.
2014-03-20 Gunnar BeutnerAdd missing #include.
2014-03-20 Gunnar BeutnerImplement union() and intersection() functions.
2014-03-20 Gunnar BeutnerImplement missing operators for the Value class.
2014-03-20 Michael FriedrichSet check source to node name as authority, if empty.
2014-03-19 Gunnar BeutnerImplement len() and the operators >, >=, < and <=.
2014-03-19 Gunnar BeutnerMerge branch 'feature/apply-5789' into next
2014-03-19 Gunnar BeutnerImplement regex() and match() functions.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-16 Michael FriedrichFix RandomCheckTask result processing.
2014-03-12 Gunnar BeutnerUse fewer threads for plugin-based checks.
2014-03-10 Michael FriedrichHealth Check: Sanitize perfdata.
2014-02-13 Michael FriedrichAdd {active,passive}_checks_{1,5,15}min to icinga check...
2014-02-12 Michael FriedrichMove ClusterCheckTask into the cluster component.
2014-02-10 Michael FriedrichMove Check Stats into CIB.
2014-02-07 Michael FriedrichAdd Cluster Health Check.
2014-02-07 Michael Friedrichicinga check: add *_execution_time, num_{services,hosts...
2014-02-07 Michael FriedrichAdd check source to external commands / check result...
2014-02-06 Michael FriedrichAdd IcingaNodeName script variable, set as check source...
2014-01-08 Michael FriedrichUpdate copyright header.
2013-12-13 Gunnar BeutnerImplement latency statistics for the "icinga" check.
2013-12-06 Gunnar BeutnerImplement scheduled downtimes.
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 BeutnerImplement the IcingaCheckTask check type.
2013-11-13 Gunnar BeutnerMove EmptyTimePeriod and EvenMinutesTimePeriod to libme...
2013-11-09 Gunnar BeutnerMerge branch 'feature/checkresult-5039' into next
2013-11-09 Gunnar BeutnerReplace check result dictionaries with a class.
2013-11-07 Gunnar BeutnerMerge branch 'feature/perfdata-2710' into next
2013-11-07 Gunnar BeutnerUse PluginUtility::{Parse,Format}Perfdata for check...
2013-11-07 Gunnar BeutnerRemove namespace qualifiers for boost::make_shared...
2013-11-04 Gunnar BeutnerMerge branch 'feature/methods-lib-4959' into next
2013-11-04 Gunnar BeutnerMove methods to a separate library.