{{ t('Create new host template') }}
@if (typeDetails) { {{ typeDetails.title }} }
{{ t('Basic configuration') }}
@if (!post.container_id) {
{{ t('Please select a container.') }}
}
{{ t('Defines the type of the template. Use "Generic template" if you are not sure.') }}
{{ t('Press return to separate tags') }}
{{ t('Check configuration') }}
{{ t('If disabled the check command won\'t be executed.This is useful if an external program sends state data to openITCOCKPIT.') }}
{{ t('If enabled the system will check that passive checks for this service will be received as frequently as defined.') }}
@if (post.active_checks_enabled == 0 && post.freshness_checks_enabled == 1) {
}
{{ t('Due to active checking is disabled, this command will only be used as freshness check command.') }}
{{ t('This command does not have any parameters.') }}
@for (hosttemplatecommandargumentvalue of post.hosttemplatecommandargumentvalues; track hosttemplatecommandargumentvalue; let i = $index) {
{{ hosttemplatecommandargumentvalue.commandargument.name }}
}
{{ t('Number of failed attempts before the host will switch into hard state.') }}
{{ t('Worst case time delay until notification command gets executed after state hits a non ok state: ') }}
{{ t('Notification configuration') }}
{{ t('This option is used to determine whether or not notifications are enabled for this host.') }}
{{ t('Misc. configuration') }}
{{ t('The macros $HOSTID$, $HOSTNAME$, $HOSTDISPLAYNAME$ and $HOSTADDRESS$ will be replaced') }}
@if (post.flap_detection_enabled) {
}
{{ t('Host macro configuration') }}
@if (hasMacroErrors) { }
@for (customVariable of post.customvariables; track customVariable; let i = $index) {
}
@if (PermissionsService.hasModuleObservable('PrometheusModule')|async) { {{ t('Prometheus Exporters') }}
{{ t('To monitor this host using Prometheus please select the exporters that are installed on the host.') }}
} @if (PermissionsService.hasModuleObservable('SLAModule')|async) { {{ t('Service Level Agreement') }}
{{ t('You can define service levels for all hosts using this host template.') }}
}