]> granicus.if.org Git - icinga2/shortlog
icinga2
2014-04-05 Gunnar BeutnerRename "short_name", "host" and "sevice" attributes.
2014-04-04 Michael FriedrichDrop duplicate attribute.
2014-04-04 Michael FriedrichImplement 'env' dictionary instead of 'export_macros...
2014-04-04 Michael FriedrichUpdate documentation for custom attribute runtime macros.
2014-04-04 Michael FriedrichImplement $user.<name>$ runtime macros.
2014-04-04 Michael FriedrichImplement ${host,service}.<name>$ runtime macros.
2014-04-04 Michael FriedrichImplement global runtime macros as $icinga.<name>$.
2014-04-04 Michael FriedrichRename 'hostcheck' to 'hostalive' check command.
2014-04-04 Michael FriedrichUpdate documentation.
2014-04-04 Michael FriedrichUpdate documentation reflecting current changes.
2014-04-04 Michael FriedrichLivestatus: Add application variables to status table.
2014-04-04 Michael FriedrichUpdate documentation with schema extensions.
2014-04-04 Michael FriedrichStatusDataWriter: Dump command and application custom...
2014-04-04 Michael FriedrichLivestatus: Add command custom variables.
2014-04-04 Michael FriedrichDB IDO: Dump application and command vars.
2014-04-04 Michael FriedrichAdd CompatUtility::IsLegacyAttribute().
2014-04-04 Michael FriedrichAdd ITL hostcheck command for sample config.
2014-04-04 Gunnar BeutnerImplement host checks.
2014-04-03 Michael FriedrichMerge 'macros' and 'custom' attributes into 'vars'...
2014-04-03 Michael FriedrichDisable migration script until config changes are done.
2014-04-03 Gunnar BeutnerFix usermod command in the INSTALL file.
2014-04-02 Gunnar BeutnerImplement operator - for arrays.
2014-04-02 Gunnar BeutnerAllow functions to return values.
2014-04-02 Gunnar BeutnerAllow anonymous functions to be garbage-collected.
2014-04-02 Gunnar BeutnerRemove support for external scripting languages.
2014-04-02 Michael FriedrichCompatUtility: Fix host 2d_coords.
2014-04-02 Michael FriedrichRemove TODO comment.
2014-04-02 Michael FriedrichGraphite/PerfdataWriter: Add host perfdata.
2014-04-02 Michael FriedrichFix Debian packages not shipping schema/upgrade.
2014-04-01 Michael FriedrichDocumentation: Fix 1.x 2.x differences for comma termin...
2014-04-01 Gunnar BeutnerFix column information for config errors.
2014-04-01 Gunnar BeutnerFix Vagrant config.
2014-04-01 Gunnar BeutnerSupport new-lines in addition to commas to separate...
2014-04-01 Gunnar BeutnerImplement additional arguments for log().
2014-04-01 Michael FriedrichDocumentation: Fix anchor.
2014-03-31 Gunnar BeutnerBuild fix for FreeBSD. v0.0.9
2014-03-31 Michael Friedrichspec: Fix missing file.
2014-03-31 Michael FriedrichRelease 0.0.9.
2014-03-31 Michael FriedrichUpdate What's new for 0.0.9.
2014-03-31 Gunnar BeutnerUpdate documentation.
2014-03-31 Gunnar BeutnerReplace $plugindir$ macro with a constant.
2014-03-31 Gunnar BeutnerUpdate documentation.
2014-03-31 Gunnar BeutnerUpdate ITL commands.
2014-03-31 Gunnar BeutnerFix ShowCodeFragment column numbers.
2014-03-31 Gunnar BeutnerUpdate documentation.
2014-03-31 Gunnar BeutnerUpdate documentation.
2014-03-31 Gunnar BeutnerOnly apply ping4 service to hosts which have an address...
2014-03-31 Gunnar BeutnerFix: Crash when there's a config error in the first...
2014-03-31 Gunnar BeutnerUse $HOSTADDRESS$ in the ITL commands.
2014-03-30 Gunnar BeutnerBuild fix for FreeBSD/OS X.
2014-03-30 Michael FriedrichCluster: Store config with default '.conf' suffix.
2014-03-30 Michael FriedrichFix ClusterListener 'peers' attribute validation.
2014-03-30 Gunnar BeutnerUpdate documentation.
2014-03-30 Gunnar BeutnerUpdate the SNMP auto-discovery script.
2014-03-30 Michael FriedrichFix unknown attribute 'notification_type_filter'.
2014-03-30 Michael FriedrichConfig: Fix IcingaMacros const identifier.
2014-03-30 Gunnar BeutnerBuild fix.
2014-03-30 Gunnar BeutnerAllow "object" and "apply" in AST expressions.
2014-03-30 Gunnar BeutnerUpdate documentation.
2014-03-30 Gunnar BeutnerMerge branch 'feature/config-5870' into next
2014-03-30 Gunnar BeutnerUpdate documentation.
2014-03-30 Gunnar BeutnerRemove support for the deprecated "var" and "set" keywords.
2014-03-30 Gunnar BeutnerAllow rterm in indexer ops.
2014-03-30 Gunnar BeutnerFix operator precedence.
2014-03-30 Gunnar BeutnerImplement Utility::GetSymbolName and Utility::GetSymbol...
2014-03-30 Gunnar BeutnerMake sure we evaluate "apply" rules in the right order.
2014-03-30 Gunnar BeutnerFix incorrect debug info for "apply" rules.
2014-03-30 Gunnar BeutnerAdd missing lock in DeserializeObject().
2014-03-30 Gunnar BeutnerFix crash in DiagnosticInformation().
2014-03-29 Gunnar BeutnerDump AST execution state in debug mode.
2014-03-29 Gunnar BeutnerUpdate documentation.
2014-03-28 Gunnar BeutnerUpdate auto-discovery scripts.
2014-03-28 Gunnar BeutnerImplement apply support for dependencies.
2014-03-28 Gunnar BeutnerFix failed assertion in ConfigItem::GetProperties.
2014-03-28 Gunnar BeutnerImplement apply support for scheduled downtimes and...
2014-03-28 Gunnar BeutnerMake the real object name available for use in templates.
2014-03-28 Gunnar BeutnerMove the apply rule handler to the Service class.
2014-03-28 Gunnar BeutnerUpdate example config.
2014-03-28 Gunnar BeutnerImplement instance variable "templates" for config...
2014-03-28 Gunnar BeutnerUnknown attributes should be a config error.
2014-03-28 Gunnar BeutnerRename __name and __type properties.
2014-03-28 Gunnar BeutnerImplement the new syntax for the "apply" keyword.
2014-03-28 Gunnar BeutnerImplement the "." operator.
2014-03-28 Gunnar BeutnerRemove inline service/notification/downtime definitions.
2014-03-28 Gunnar BeutnerImplement the "import" keyword.
2014-03-26 Gunnar BeutnerUpdate the SNMP auto-discovery script.
2014-03-26 Gunnar BeutnerUpdate discover-snmp.py script.
2014-03-26 Gunnar BeutnerAdd discover-snmp.py script.
2014-03-26 Gunnar BeutnerAdd check plugin for net-snmp extend checks.
2014-03-26 Gunnar BeutnerWindows build fix.
2014-03-25 Gunnar BeutnerRename "none" time period to "never."
2014-03-24 Gunnar BeutnerDocument the exit() function.
2014-03-24 Gunnar BeutnerBuild fixes.
2014-03-24 Gunnar BeutnerFix the PostgreSQL schema.
2014-03-24 Gunnar BeutnerMerge branch 'feature/config-parser-5846' into next
2014-03-24 Gunnar BeutnerUpdate documentation.
2014-03-24 Gunnar BeutnerRemove __parent element for +=, -=, *= and /= operators.
2014-03-24 Gunnar BeutnerAllow semi-colons as separators for lterms.
2014-03-24 Gunnar BeutnerFix scoping rules for object definitions.
2014-03-24 Gunnar BeutnerImprove error message for invalid inline service defini...
next