Monitoring Backends
messageBox)): ?> = $this->messageBox->render() ?>= $this->icon('create.png'); ?> Create New Monitoring Backend
Monitoring Backend | Remove | backends as $backendName => $config): ?> $backendName)); $editUrl = Url::fromPath('/monitoring/config/editbackend', array('backend' => $backendName)); ?>
---|---|
= $this->icon('edit.png'); ?> = $this->escape($backendName); ?> (Type: = $this->escape($config['type'] === 'ido' ? 'IDO' : ucfirst($config['type'])); ?>) | = $this->icon('remove.png'); ?> |
= $this->escape($fileNotReadable['backends']) ?>
Monitoring Instances
= $this->icon('create.png'); ?> Create New Instance
Instance | Remove | instances as $instanceName => $config): ?> $instanceName)); $editUrl = Url::fromPath('/monitoring/config/editinstance', array('instance' => $instanceName)); ?>
---|---|
= $this->icon('edit.png'); ?> = $this->escape($instanceName); ?> (Type: = isset($config['host']) ? 'Remote' : 'Local'; ?>) | = $this->icon('remove.png'); ?> |
= $this->escape($fileNotReadable['instances']) ?>