parent
7aacfcf907
commit
1ef03a76f7
|
@ -22,7 +22,11 @@ class Monitoring_ProcessController extends Controller
|
|||
->add(
|
||||
'info',
|
||||
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'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue