Virtual Infrastructure DB Project: Difference between revisions
Jump to navigation
Jump to search
(→Intra-Day Status: Move script to subpage) |
(Reorganised page, moved component scripts to Releases table) |
||
Line 7: | Line 7: | ||
# PHP front end (delivered by Apache running on same Ubuntu VM) | # PHP front end (delivered by Apache running on same Ubuntu VM) | ||
== | == Releases == | ||
{|cellpadding="4" cellspacing="0" border="1" | |||
|- style="background-color:#bbddff;" | |||
! Release | |||
! D'base | |||
!colspan="2"| Data Collection | |||
!colspan="3"| Presentation (Main) | |||
!colspan="3"| Presentation (Other) | |||
|- | |||
! Version 1 | |||
| [[VI-DB_vi-db-initial|initial]] | |||
| [[VI-DB_db-base-data-v1.0.ps1|db-base-data-v1.0.ps1]] | |||
| [[VI-DB_db-esx-check-v4.ps1|db-esx-check-v4.ps1]] | |||
| [[VI-DB_index.php_v1|index.php v1]] | |||
| [[VI-DB_status.php_v1|status.php v1]] | |||
| [[VI-DB_alpha.css_v1|alpha.css v1]] | |||
| [[VI-DB_vc-detail.php_v1|vc-detail.php v1]], [[VI-DB_cluster-detail.php_v1|cluster-detail.php v1]], [[VI-DB_vm-detail.php_v1|vm-detail.php v1]] | |||
|} | |||
[[Category:VMware]] | |||
[[ | |||
Revision as of 10:00, 14 March 2011
This started life as small script to collect VM info from 5 or 6 vCentre's (that were a mix of v2.5 and v4, and weren't linked together), so that VM's could be easily found without having to search through each one. There are essentially 3 components to it...
- Data collection scripts (run from a Windows desktop)
- A daily PowerCLI script that collects data from all vCenters (and updates the database)
- An intra-day PowerCLI script (say every 15mins) that collects basic cluster status data (and updates the database)
- MySQL database (run on an Ubuntu VM)
- PHP front end (delivered by Apache running on same Ubuntu VM)
Releases
Release | D'base | Data Collection | Presentation (Main) | Presentation (Other) | |||||
---|---|---|---|---|---|---|---|---|---|
Version 1 | initial | db-base-data-v1.0.ps1 | db-esx-check-v4.ps1 | index.php v1 | status.php v1 | alpha.css v1 | vc-detail.php v1, cluster-detail.php v1, vm-detail.php v1 |