G、
gansu_day_view.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当天视图“查询,查询的省份为”甘肃“,请选择查询的服务器:b><br>";
- include("view_gansu_day_server.php");
- ?>
- H、gansu_day_web.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当天视图”查询,查询的省份为“甘肃”,查询的服务器为“甘肃WEB”,视图如下:b><br>";
- ?>
- <font size="3" color="red"><b>甘肃WEB的硬盘使用率b><br>
- <img src="p_w_picpaths/gansu_web_disk-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的CPU使用率b><br>
- <img src="p_w_picpaths/gansu_web_cpu-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的I/O使用率b><br>
- <img src="p_w_picpaths/gansu_web_io-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的Load使用率b><br>
- <img src="p_w_picpaths/gansu_web_load-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的内存使用率b><br>
- <img src="p_w_picpaths/gansu_web_memory-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的用户登录数使用率b><br>
- <img src="p_w_picpaths/gansu_web_user-.png" width="500" height="400"><br>
主要是通过
shell监控进行数据视图化,然后通过php打开图片。剩下的gansu_day_beiyong.php、gansu_day_jiaohuan.php、gansu_day_yinqing.php、gansu_day_database.php跟这个表里的内容格式一样,只有省份的中文名与中文拼音不一样,但如果你想创建新省份,可以使用我提供的create_province.sh进行,不需要你自己在php里进行修改。
I、
gansu_month_view.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当月视图“查询,查询的省份为”甘肃“,请选择查询的服务器:b><br>";
- include("view_gansu_month_server.php");
- ?>
此界面主要展示甘肃省份查询月视图的包头
J、
gansu_month_web.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当月视图”查询,查询的省份为“甘肃”,查询的服务器为“甘肃WEB”,视图如下:b><br>";
- ?>
- <font size="3" color="red"><b>甘肃WEB的硬盘使用率b><br>
- <img src="p_w_picpaths/gansu_web_disk-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的CPU使用率b><br>
- <img src="p_w_picpaths/gansu_web_cpu-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的I/O使用率b><br>
- <img src="p_w_picpaths/gansu_web_io-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的Load使用率b><br>
- <img src="p_w_picpaths/gansu_web_load-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的内存使用率b><br>
- <img src="p_w_picpaths/gansu_web_memory-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的用户登录数使用率b><br>
- <img src="p_w_picpaths/gansu_web_user-.png" width="500" height="400"><br>
主要是通过
shell监控进行数据视图化,然后通过php打开图片。剩下的gansu_month_beiyong.php、gansu_month_jiaohuan.php、gansu_month_yinqing.php、gansu_month_database.php跟这个表里的内容格式一样,只有省份的中文名与中文拼音不一样,但如果你想创建新省份,可以使用我提供的create_province.sh进行,不需要你自己在php里进行修改。
K、
gansu_year_view.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当年视图“查询,查询的省份为”甘肃“,请选择查询的服务器:b><br>";
- include("view_gansu_year_server.php");
- ?>
此页面主要展示甘肃省份查询年视图的包头
L、
gansu_year_web.php
- php
- include ("conn.php");
- include ("head.php");
- echo "<b>您选择的时间为“当年视图”查询,查询的省份为“甘肃”,查询的服务器为“甘肃WEB”,视图如下:b><br>";
- ?>
- <font size="3" color="red"><b>甘肃WEB的硬盘使用率b><br>
- <img src="p_w_picpaths/gansu_web_disk-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的CPU使用率b><br>
- <img src="p_w_picpaths/gansu_web_cpu-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的I/O使用率b><br>
- <img src="p_w_picpaths/gansu_web_io-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的Load使用率b><br>
- <img src="p_w_picpaths/gansu_web_load-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的内存使用率b><br>
- <img src="p_w_picpaths/gansu_web_memory-.png" width="500" height="400"><br>
- <font size="3" color="red"><b>甘肃WEB的用户登录数使用率b><br>
- <img src="p_w_picpaths/gansu_web_user-.png" width="500" height="400"><br>
主要是通过
shell监控进行数据视图化,然后通过php打开图片。剩下的gansu_year_beiyong.php、gansu_year_jiaohuan.php、gansu_year_yinqing.php、gansu_year_database.php跟这个表里的内容格式一样,只有省份的中文名与中文拼音不一样,但如果你想创建新省份,可以使用我提供的create_province.sh进行,不需要你自己在php里进行修改。
M、
list_device.php
- php
- include("conn.php");
- include("head.php");
- include("head_device.php");
- ?>
- <table border="1" cellspacing="0" >
- <tr>
- <th width="55">编号th>
- <th width="100">设备名称th>
- <th width="120">设备IPth>
- <th width="210">设备MACth>
- <th width="100">设备类型th>
- <th width="100">机房名称th>
- <th width="85">机架名称th>
- <th width="80">机架位置th>
- <th width="100">财产编号th>
- <th width="100">设备状态th>
- <th width="100">设备价格th>
- tr>
- table>
- $SQL="SELECT * FROM `device` order by id desc";
- $query=mysql_query($SQL);
- while($row=mysql_fetch_array($query)){
- ?>
- <table border="1" cellspacing="0" cellpadding="0">
- <tr>
- <td width="55">=$row[id]?> td>
- <td width="100">=$row[name]?>td>
- <td width="120">=$row[ip]?> td>
- <td width="220">=$row[mac]?>td>
- <td width="100">=$row[type]?>td>
- <td width="110">=$row[jifang_name]?>td>
- <td width="90">=$row[raw_name]?>td>
- <td width="80">=$row[raw_location]?>td>
- <td width="100">=$row[assets_code]?>td>
- <td width="100">=$row[state]?>td>
- <td width="100">=$row[price]?>td>
- tr>
- table>
- }
- ?>
加载数据库,然后通过表单进行控制数据显示格式。
N、list.php
- php
- include("conn.php");
- include("head.php");
- include("province.php");
- ?>
主要是做完监控详情的首页
O、login.html
- >
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
- <title>用户登录系统title>
- <style>