]> granicus.if.org Git - icinga2/history - lib/methods/pluginchecktask.cpp
Fix incorrect field name
[icinga2] / lib / methods / pluginchecktask.cpp
2014-10-19 Gunnar BeutnerRefactor logging code
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-09-07 Gunnar BeutnerDon't parse perfdata if enable_perfdata is false
2014-08-21 Gunnar BeutnerImprove log messages for failed commands
2014-05-25 Gunnar BeutnerRename C++ header files.
2014-05-22 Gunnar BeutnerUse the right CheckResult object for commands.
2014-04-26 Gunnar BeutnerImplement support for optional command arguments.
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-08 Gunnar BeutnerImplement attributes for some well-known macros and...
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-20 Michael FriedrichSet check source to node name as authority, if empty.
2014-03-19 Michael FriedrichChange copyright header (again).
2014-03-12 Gunnar BeutnerUse fewer threads for plugin-based checks.
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-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 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.