| | |
| | | /* |
| | | Format the data |
| | | */ |
| | | if (strlen($data['up_minutes']) == "1") $data['up_minutes'] = "0".$data['up_minutes']; |
| | | $html = |
| | | '<div class="systemmonitor-state state-'.$record['state'].'"> |
| | | <div class="systemmonitor-content icons32 ico-'.$record['state'].'"> |
| | |
| | | return $html; |
| | | } |
| | | |
| | | |
| | | function showMemUsage () |
| | | { |
| | | function showMemUsage () { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showCpuInfo () |
| | | { |
| | | function showCpuInfo () { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showServices () |
| | | { |
| | | function showServices () { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showSystemUpdate() |
| | | { |
| | | function showSystemUpdate() { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showRaidState() |
| | | { |
| | | function showRaidState() { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showRKHunter() |
| | | { |
| | | function showRKHunter() { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | function showFail2ban() |
| | | { |
| | | function showFail2ban() { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |
| | |
| | | return $html; |
| | | } |
| | | |
| | | |
| | | function showMailq() |
| | | { |
| | | function showMailq() { |
| | | global $app; |
| | | |
| | | /* fetch the Data from the DB */ |