mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
parent
7aacfcf907
commit
1ef03a76f7
@ -22,7 +22,11 @@ class Monitoring_ProcessController extends Controller
|
|||||||
->add(
|
->add(
|
||||||
'info',
|
'info',
|
||||||
array(
|
array(
|
||||||
'title' => $this->translate('Monitoring Health'),
|
'title' => $this->translate(
|
||||||
|
'Show information about the current monitoring instance\'s process'
|
||||||
|
. ' and it\'s performance as well as available features'
|
||||||
|
),
|
||||||
|
'label' => $this->translate('Monitoring Health'),
|
||||||
'url' =>'monitoring/process/info'
|
'url' =>'monitoring/process/info'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user