Server Informationen:
Grundlegende Informationen, zum Server:
result == 'Connection Failed') {
$power = 'Failed';
$line->name = '(Connection Failed)';
} else if ($line->result == 'Authencation Failed') {
$power = 'Failed';
$line->name = '(Authencation Failed)';
}
}
?>
Produktname |
ILOx IP: |
System Status: |
Power-Modus |
Aktuelle Leistung |
Durchschnittlicher Stromverbrauch |
Maximale Leistung |
Minimaler Stromverbrauch |
BIOS Version |
Management-Modul |
Management-Modul-Version |
|
|
|
|
|
|
|
|
() |
|
() |
Server Temparaturen:
Im folgenden werden alle wichtigen Temaratur-sensoren aus dem HP-ILO ausgelesen und präsentiert:
Komponente: |
Aktuelle Temaratur: |
Warn Temaratur: |
Emergency PowerOff Temparatur: |
() |
°C |
°C |
°C |
Disks Informationen (Health):
Disk-Status zuletzt aktualisiert: " . date ("d/m/Y H:i:s", filemtime($filename)) . "";
}
echo '
';
$disk_checks=file($filename);
unset($disk_checks[0]);
unset($disk_checks[1]);
foreach($disk_checks as $disk) {
$disk_output = str_replace(',', ' -- ', $disk);
$disk_output = str_replace("O", "
O", $disk_output);
$disk_output = str_replace("F", "
F", $disk_output);
echo $disk_output.'
';
}
?>