开源数据中心资产管理系统openDCIM 源程序理解

未命名

基础类

数据库类:db.inc.php 

    主要功能:数据库配置,初始化连接$dbh;引入、初始化配置类$config


配置类:config.inc.php

    主要类:配置


工具类:facilities.inc.php

    主要功能:引入assets.inc.php、customers.inc.php、infrastructure.inc.php、power.inc.php、misc.inc.php、

logging.inc.php


资产类:assets.inc.php

    主要类:机柜、机柜审计、机柜模板、传感器模板、颜色、连接、设备、设备端口、虚拟机、媒介、上架请求、交换机、标签、计划连线


顾客类:customers.inc.php

    主要类:联系人、部门、扩展、扩展周期、账户


基础设施类:infrastructure.inc.php

    主要类:储藏室审计、储藏室与供给关系、数据中心、设备模板、制造厂、供给、储藏室、区域、机柜行、空间


能源类:power.inc.php

    主要类:插座模板、电线连接、插座、配电盘、配电盘模板、能源


混合:misc.inc.php

    主要功能:提供常用的全局函数,语言、用户的初始化


日志类:logging.inc.php

    主要类:日志


虚拟机类:vmware.inc.php

    主要类:ESX


工具类

fpdf.php:pdf操作类

+PHPExcel:excel操作类

+swiftmailer:邮件类


公共资源

+css:样式文件

+drawings:规划图

+font:php字体文件?

+images:图片文件

+locale:语言文件

+scripts:js脚本及ajax后台接口

页面

侧边栏页面:sidebar.inc.php

    主要功能:根据用户权限显示侧边栏


主页:index.php

引入db.inc.php、facilities.inc.php

查询首页统计数据、查询上架请求

引入侧边栏sidebar.inc.php,显示首页


其他页面:

引入db.inc.php、facilities.inc.php

编写相关函数

引入侧边栏sidebar.inc.php,显示页面


cabaudit                机柜审计

cabinets                 机柜

cabnavigator         机柜规划

cabrow                   机柜行

cdu_templates       插座模板

configuration        配置

conflicts                 电线连接

contactpopup       未知?

contacts                 联系人

container               空间容器

container_stats      未知?

conversion             某种转换?无页面

datacenter             数据中心

dc_dashboard

dc_stats

department

dept_group

device_manufacturers

device_templates

devices

escalations

export_port_connections

install-backup

pathmaker

power_panel

power_pdu

power_source

rackrequest

report-em_new_installs

report-em_switch_exceptions.php

report-excel-export.php

report_aging.php

report_asset.php

report_asset_Excel.php

report_audit.php

report_audit_frequency.php

report_contact.php

report_cost.php

report_department.php

report_diverse_power_exceptions.php

report_exception.php

report_outage_simulator.php

report_power_distribution.php

report_power_utilization.php

report_realtimemetrics.php

report_surplus.php

report_tags.php

report_vm_by_department.php

reports.php

rowview

search

search_export

sensor_templates

storageroom

supplies

supplybin

supplycheckout

surplus

templates

timeperiods

updatevmowners

usermgr

vmnamecheck

zone

zone_stats


后台轮询任务:

poll_esx_inventory

poll_pdu_stats

poll_temperature_sensors


数据库备份:

create.sql

db-x.x-to-x.x.sql

dcim.sql


文本记录:

htpasswd:管理员登陆信息

install.err:安装错误日志

CHANGELOG

INSTALL

README

RIGHTS

UPGRADING





你可能感兴趣的:(开源,理解,源程序,数据中心资产管理系统,openDCIM)