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…
Reference in New Issue