 |
 |
 |
 |
I/E Station Slots: = $counts->mailbox_count ?> |
|
= $hostname ?> |
$mail_total = $counts->full_mailbox_count + $counts->avail_mailbox_count ?>
= $mail_total ?> |
= $counts->full_mailbox_count ?> |
= $counts->avail_mailbox_count ?> |
$drv_pecnt = $mail_total == 0 ? 0 : round($counts->full_mailbox_count / $mail_total *100 ) ?>
 |
 |
|
= $drv_pecnt ?>%
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
Cleaning Slots: = $counts->cleaning_count ?> |
|
= $hostname ?> |
$clean_total = $counts->full_cleaning_slot_count + $counts->avail_cleaning_slot_count ?>
= $clean_total ?> |
= $counts->full_cleaning_slot_count ?> |
= $counts->avail_cleaning_slot_count?> |
$drv_pecnt = $clean_total == 0 ? 0 : round($counts->full_cleaning_slot_count / $clean_total *100 ) ?>
 |
 |
|
= $drv_pecnt ?>%
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
Storage Slots: = $counts->slot_count ?> |
|
$cnt = 0;
foreach ($libs as $lib)
{
$cnt++;
$libName = $lib->name;
$libGuid = $lib->guid;
?>
= $libName ?> |
= $lib->totalSlots ?> |
= $lib->fullSlots ?> |
= $lib->totalSlots - $lib->fullSlots ?> |
$drv_pecnt = $lib->totalSlots == 0 ? 0 : round($lib->fullSlots / $lib->totalSlots *100 ) ?>
 |
 |
|
= $drv_pecnt ?>%
|
|
}
?>
Unassigned |
= $counts->unassigned_slot_count ?> |
|
|
|
|
|
Unlicensed |
= $counts->unlicensed_slot_count ?> |
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
Drives: = $counts->drive_count ?> |
|
$cnt = 0;
foreach ($libs as $lib)
{
$cnt++;
$libName = $lib->name;
?>
= $libName ?> |
= $lib->totalDrives ?> |
= $lib->activeDrives ?> |
= $lib->totalDrives - $lib->activeDrives - $lib->offlineDrives ?> |
$drv_pecnt = $lib->totalDrives == 0 ? 0 : round($lib->activeDrives / $lib->totalDrives *100 ) ?>
 |
 |
|
= $drv_pecnt ?>%
|
|
}
?>
Unassigned |
= $counts->unassigned_drive_count ?> |
|
|
|
|
|
|
|
 |
 |
 |
 |
|