From: Michael Friedrich Date: Fri, 30 May 2014 10:02:24 +0000 (+0200) Subject: Documentation: Fix typo. X-Git-Tag: v2.0.0-beta2~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b50b5434b716bf6bff53594afded1419e158b5b;p=icinga2 Documentation: Fix typo. --- diff --git a/doc/8-migration.md b/doc/8-migration.md index 4d7d0a2aa..49786382b 100644 --- a/doc/8-migration.md +++ b/doc/8-migration.md @@ -323,7 +323,7 @@ Changes to service runtime macros LASTSERVICESTATEID | service.last_state_id LASTSERVICESTATETYPE | service.last_state_type LASTSERVICESTATECHANGE | service.last_state_change - SERVICEDURATIONSEC | service.durations_ec + SERVICEDURATIONSEC | service.duration_sec SERVICELATENCY | service.latency SERVICEEXECUTIONTIME | service.execution_time SERVICEOUTPUT | service.output @@ -339,9 +339,11 @@ Changes to host runtime macros Icinga 1.x | Icinga 2 -----------------------|---------------------- HOSTNAME | host.name + HOSTADDRESS | host.address + HOSTADDRESS6 | host.address6 HOSTDISPLAYNAME | host.display_name - HOSTCHECKCOMMAND | host.check_command HOSTALIAS | (use `host.display_name` instead) + HOSTCHECKCOMMAND | host.check_command HOSTSTATE | host.state HOSTSTATEID | host.state_id HOSTSTATETYPE | host.state_type @@ -360,8 +362,6 @@ Changes to host runtime macros HOSTNOTES | host.notes HOSTNOTESURL | host.notes_url HOSTACTIONURL | host.action_url - HOSTADDRESS | host.address - HOSTADDRESS6 | host.address6 TOTALSERVICES | host.num_services TOTALSERVICESOK | host.num_services_ok TOTALSERVICESWARNING | host.num_services_warning