$_REQUEST['mids'])); $monitor = $monitors[0]; $servers = ZM\Server::find(); $ServersById = array(); foreach ( $servers as $S ) { $ServersById[$S->Id()] = $S; } $storage_areas = ZM\Storage::find(); $StorageById = array(); foreach ( $storage_areas as $S ) { $StorageById[$S->Id()] = $S; } $focusWindow = true; xhtmlHeaders(__FILE__, translate('Monitors')); getBodyTopHTML(); echo getNavBarHTML(); ?>

The following monitors will have these settings update when you click Save:

', array_map(function($m){return $m->Id().' ' .$m->Name();}, $monitors)); ?>
Id().'"/>'; }, $monitors) ); if ( count($ServersById) > 0 ) { ?>

'None')+$ServersById, $monitor->ServerId()); ?>

0 ) { ?>

'All')+$StorageById, $monitor->StorageId()); ?>

Capturing()); ?>

Analysing()); ?>

Recording()); ?>

translate('Normal'), 'Less'=>translate('Less important'), 'Not'=>translate('Not important') ), $monitor->Importance()); ?>