]> granicus.if.org Git - icinga2/history - lib/methods
Remove duplicate severity type in the documentation
[icinga2] / lib / methods /
2015-03-03 Gunnar BeutnerFix lag calculation for the 'cluster-zone' check
2015-02-24 Gunnar BeutnerImprove output formatting for the 'cluster-zone' check
2015-02-24 Gunnar BeutnerShow slave lag for the cluster-zone check
2015-01-27 Gunnar BeutnerReplace spaces with tabs
2015-01-22 Michael FriedrichUpdate copyright year
2015-01-21 Gunnar BeutnerRename ScriptFunction to Function
2014-12-01 Michael FriedrichDon't execute built-in commands on the master in remote...
2014-11-24 Gunnar BeutnerMove the cast functions into libbase
2014-11-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRename qstring.{cpp,hpp} to string.{cpp,hpp}
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-10-01 Gunnar BeutnerBuild fix for Windows
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-07 Gunnar BeutnerDon't parse perfdata if enable_perfdata is false
2014-08-30 Gunnar BeutnerImplement support for unity builds
2014-08-21 Gunnar BeutnerImprove log messages for failed commands
2014-08-17 Gunnar BeutnerClean up some parts of the code
2014-08-06 Michael FriedrichFix event command execution not calling finish handler
2014-05-28 Michael FriedrichMerge branch 'fix/rename-log-lib-name-6346' into next
2014-05-28 Michael FriedrichChange log message identifier for libmethods.
2014-05-27 Gunnar BeutnerUse Utility::GetFQDN for the NodeName variable.
2014-05-26 Michael FriedrichFix check statistics are mixing host/service checks.
2014-05-26 Gunnar BeutnerMake the output of the cluster check more readable.
2014-05-25 Gunnar BeutnerImplement the "cluster-zone" check task.
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-22 Gunnar BeutnerUse the right CheckResult object for commands.
2014-05-20 Michael FriedrichFix cluster check output.
2014-05-11 Gunnar BeutnerRemove unnecessary includes.
2014-05-08 Gunnar BeutnerRefactor the agent and cluster components.
2014-04-28 Gunnar BeutnerAdd uptime information to the "icinga" check type.
2014-04-26 Gunnar BeutnerAdd version information to the "icinga" check task.
2014-04-26 Gunnar BeutnerImplement support for optional command arguments.
2014-04-23 Michael FriedrichFix headers.
2014-04-23 Michael FriedrichRevert "Add group apply (creates object only once and...
2014-04-21 Gunnar BeutnerImplement Windows support for the Process class.
2014-04-18 Gunnar BeutnerFix NSIS installer and Windows service.
2014-04-16 Gunnar BeutnerImplement CLR-based checks.
2014-04-15 Michael FriedrichAdd group apply (creates object only once and sets...
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.