mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
inspect/status: test dummy
This commit is contained in:
parent
7ec900bf9d
commit
87f26f182d
@ -44,6 +44,12 @@ class Director_InspectController extends ActionController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function statusAction()
|
||||||
|
{
|
||||||
|
$this->view->status = $status = $this->api()->getStatus();
|
||||||
|
print_r($status); exit;
|
||||||
|
}
|
||||||
|
|
||||||
protected function api()
|
protected function api()
|
||||||
{
|
{
|
||||||
$apiconfig = $this->Config()->getSection('api');
|
$apiconfig = $this->Config()->getSection('api');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user