{{ t('Create new service template') }}
@if (typeDetails) { {{ typeDetails.title }} }
{{ t('Basic configuration') }}
@if (!post.container_id) {
{{ t('Please select a container.') }}
}
{{ t('Name of the service template.') }}
{{ t('Defines the type of the template. Use "Generic template" if you are not sure.') }}
{{ t('Default name of services using this service template.') }}
{{ 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 (servicetemplatecommandargumentvalue of post.servicetemplatecommandargumentvalues; track servicetemplatecommandargumentvalue; let i = $index) {
{{ servicetemplatecommandargumentvalue.commandargument.name }}
}
{{ t('Number of failed attempts before the service 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 service.') }}
{{ t('Misc. configuration') }}
{{ t('The macros $HOSTID$, $HOSTNAME$, $HOSTDISPLAYNAME$, $HOSTADDRESS$, $SERVICEID$, $SERVICEDESC$, $SERVICEDISPLAYNAME$ will be replaced') }}
@if (post.flap_detection_enabled) {
}
{{ t('Will force the monitoring engine to send a notification on each Non-Ok check result that will occur.') }} {{ t('Online documentation') }}
{{ t('Event Handler configuration') }}
{{ t('This Event Handler command does not have any parameters.') }}
@for (servicetemplateeventcommandargumentvalue of post.servicetemplateeventcommandargumentvalues; track servicetemplateeventcommandargumentvalue; let i = $index) {
{{ servicetemplateeventcommandargumentvalue.commandargument.name }}
}
{{ t('Service macro configuration') }}
@if (hasMacroErrors) { }
@for (customVariable of post.customvariables; track customVariable; let i = $index) {
}
@if (PermissionsService.hasModuleObservable('SLAModule')|async) { {{ t('Service Level Agreement') }}
⚠️ {{ t('This setting affects all services, which are using this service template. If deactivated, all SLA related data will be removed permanently.\n' + 'To exclude single services, please edit the service configuration directly instead.') }}
}