mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
parent
1a3f7d774c
commit
92448a20da
@ -1673,7 +1673,7 @@ the output template format for host and services backed with Icinga 2
|
|||||||
runtime vars.
|
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$"
|
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
|
The default templates are already provided with the Icinga 2 feature configuration
|
||||||
which can be enabled using
|
which can be enabled using
|
||||||
|
@ -1028,7 +1028,7 @@ Changes to service runtime macros
|
|||||||
|
|
||||||
Icinga 1.x | Icinga 2
|
Icinga 1.x | Icinga 2
|
||||||
-----------------------|----------------------
|
-----------------------|----------------------
|
||||||
SERVICEDESC | service.description
|
SERVICEDESC | service.name
|
||||||
SERVICEDISPLAYNAME | service.display_name
|
SERVICEDISPLAYNAME | service.display_name
|
||||||
SERVICECHECKCOMMAND | service.check_command
|
SERVICECHECKCOMMAND | service.check_command
|
||||||
SERVICESTATE | service.state
|
SERVICESTATE | service.state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user