= $this->icon('plus'); ?> = $this->translate('Create New Monitoring Backend'); ?>
= $this->translate('Monitoring Backend'); ?> | = $this->translate('Remove'); ?> | backendsConfig as $backendName => $config): ?>
---|---|
= $this->qlink( $backendName, '/monitoring/config/editbackend', array('backend-name' => $backendName), array( 'icon' => 'edit', 'title' => sprintf($this->translate('Edit monitoring backend %s'), $backendName) ) ); ?> (= sprintf( $this->translate('Type: %s'), $this->escape($config->type === 'ido' ? 'IDO' : ucfirst($config->type)) ); ?>) | = $this->qlink( '', '/monitoring/config/removebackend', array('backend-name' => $backendName), array( 'icon' => 'trash', 'title' => sprintf($this->translate('Remove monitoring backend %s'), $backendName) ) ); ?> |
= $this->translate('Command Transports') ?>
= $this->icon('plus'); ?> = $this->translate('Create New Transport'); ?>
= $this->translate('Transport'); ?> | = $this->translate('Remove'); ?> | transportConfig as $transportName => $config): ?>
---|---|
= $this->qlink( $transportName, '/monitoring/config/edittransport', array('transport' => $transportName), array( 'icon' => 'edit', 'title' => sprintf($this->translate('Edit command transport %s'), $transportName) ) ); ?> (= sprintf( $this->translate('Type: %s'), $config->host !== null ? $this->translate('Remote') : $this->translate('Local') ); ?>) | = $this->qlink( '', '/monitoring/config/removetransport', array('transport' => $transportName), array( 'icon' => 'trash', 'title' => sprintf($this->translate('Remove command transport %s'), $transportName) ) ); ?> |