]> granicus.if.org Git - icinga2/history - lib/methods/randomchecktask.cpp
Remove deprecated functions
[icinga2] / lib / methods / randomchecktask.cpp
2016-08-23 Gunnar BeutnerRemove deprecated functions
2016-08-10 Gunnar BeutnerMake sure functions are registered with the correct...
2016-08-10 Gunnar BeutnerMove internal script functions into the 'Internal'...
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2016-01-12 Gunnar BeutnerUpdate copyright headers for 2016
2015-12-10 Michael FriedrichUse NodeName instead of GetFQDN() in embedded checks
2015-12-10 Michael FriedrichUse NodeName instead of GetFQDN() in embedded checks
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-13 Gunnar BeutnerImplement support for executing remote commands
2014-11-09 Gunnar BeutnerReplace boost::shared_ptr with boost::intrusive_ptr
2014-10-19 Gunnar BeutnerRemove logger_fwd.hpp
2014-09-17 Gunnar BeutnerFix problems with PNP4Nagios
2014-05-27 Gunnar BeutnerUse Utility::GetFQDN for the NodeName variable.
2014-05-25 Gunnar BeutnerRename C++ header files.
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-16 Michael FriedrichFix RandomCheckTask result processing.
2014-03-10 Michael FriedrichHealth Check: Sanitize perfdata.
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 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.