]> granicus.if.org Git - icinga2/commitdiff
Documentation: s/service\.description/service\.name/
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 14 Aug 2014 14:32:51 +0000 (16:32 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 14 Aug 2014 14:32:51 +0000 (16:32 +0200)
refs #6918

doc/3-monitoring-basics.md
doc/8-migration.md

index dec3087c3ca421f2366156793ddb020e8691b7f3..656fd27285f272d8b7124ed2c917d5c74122c8fb 100644 (file)
@@ -1673,7 +1673,7 @@ the output template format for host and services backed with Icinga 2
 runtime vars.
 
     host_format_template = "DATATYPE::HOSTPERFDATA\tTIMET::$icinga.timet$\tHOSTNAME::$host.name$\tHOSTPERFDATA::$host.perfdata$\tHOSTCHECKCOMMAND::$host.checkcommand$\tHOSTSTATE::$host.state$\tHOSTSTATETYPE::$host.statetype$"
-    service_format_template = "DATATYPE::SERVICEPERFDATA\tTIMET::$icinga.timet$\tHOSTNAME::$host.name$\tSERVICEDESC::$service.description$\tSERVICEPERFDATA::$service.perfdata$\tSERVICECHECKCOMMAND::$service.checkcommand$\tHOSTSTATE::$host.state$\tHOSTSTATETYPE::$host.statetype$\tSERVICESTATE::$service.state$\tSERVICESTATETYPE::$service.statetype$"
+    service_format_template = "DATATYPE::SERVICEPERFDATA\tTIMET::$icinga.timet$\tHOSTNAME::$host.name$\tSERVICEDESC::$service.name$\tSERVICEPERFDATA::$service.perfdata$\tSERVICECHECKCOMMAND::$service.checkcommand$\tHOSTSTATE::$host.state$\tHOSTSTATETYPE::$host.statetype$\tSERVICESTATE::$service.state$\tSERVICESTATETYPE::$service.statetype$"
 
 The default templates are already provided with the Icinga 2 feature configuration
 which can be enabled using
index d215d1b663222e858e486921cc83d876024db795..fac1c615415c96fbd3686c956d0ca32f54a0728d 100644 (file)
@@ -1028,7 +1028,7 @@ Changes to service runtime macros
 
   Icinga 1.x             | Icinga 2
   -----------------------|----------------------
-  SERVICEDESC            | service.description
+  SERVICEDESC            | service.name
   SERVICEDISPLAYNAME     | service.display_name
   SERVICECHECKCOMMAND    | service.check_command
   SERVICESTATE           | service.state