@if (post.Satellite.id !== 0) {
{{ t('Edit Satellite:') }} {{ post.Satellite.name }}
{{ t('This address will be used for all communications between the master instance and the satellite system.') }}
{{ t('HTTPS Push: The Satellite System will push check results to the Master system and frequently check for configuration changes.') }}
{{ t('HTTPS Pull: The Mastersystem will frequently pull check results from the Satellite and push configuration changes.') }}
{{ t('SSH: The Mastersystem will create an SSH tunnel to the Satellite system and pull check results and push configuration changes.') }}
@if (post.Satellite.sync_method === 'https_pull') {
@if (post.protocol === 'http') { } @if (post.protocol === 'https') { }
  • {{ t('HTTP') }}
  • {{ t('HTTPS') }}
:// /
{{ t('If enabled the proxy server will be used.') }}
@if (post.proxyProtocol === 'http') { } @if (post.proxyProtocol === 'https') { }
  • {{ t('HTTP') }}
  • {{ t('HTTPS') }}
:// /
} @if (post.Satellite.sync_method !== 'ssh') {
@if (post.Satellite.sync_method === 'https_pull') {
{{ t('Time interval in seconds the master system will pickup check results') }}
}
{{ t('Time limit in seconds which defines when the satellite should be marked as OFFLINE .') }}
} @if (post.Satellite.sync_method === 'ssh') {
{{ t('SSH port of remote machine.') }}
{{ t('We will use a default path to private key if this field left empty') }}
{{ t('Gearman port of remote machine.') }}
}
{{ timezone.name }}
{{ t('Server timezone is:') }} {{ serverTimeZone }} {{ t('Current server time:') }} {{ serverTime }}
{{ t('Determines if you want to synchronise the system clock of the master server to the satellite system. Notice: It is not recommended to enable this option. Please use a NTP server whenever possible.') }}
}