Skip to content

rockaut/vCheck-vSphere

 
 

Repository files navigation

Join the VMware Code and #vCheck channel on slack and ask questions here!

Alt text

vCheck-vSphere

vCheck Daily Report for vSphere

vCheck is a PowerShell HTML framework script, the script is designed to run as a scheduled task before you get into the office to present you with key information via an email directly to your inbox in a nice easily readable format.

This script picks on the key known issues and potential issues scripted as plugins for various technologies written as powershell scripts and reports it all in one place so all you do in the morning is check your email.

One of they key things about this report is if there is no issue in a particular place you will not receive that section in the email, for example if there are no datastores with less than 5% free space (configurable) then the disk space section in the virtual infrastructure version of this script, it will not show in the email, this ensures that you have only the information you need in front of you when you get into the office.

This script is not to be confused with an Audit script, although the reporting framework can also be used for auditing scripts too. I don't want to remind you that you have 5 hosts and what there names are and how many CPUs they have each and every day as you don't want to read that kind of information unless you need it, this script will only tell you about problem areas with your infrastructure.

What is checked for in the vSphere version ?

The following items are included as part of the vCheck vSphere download, they are included as vCheck Plugins and can be removed or altered very easily by editing the specific plugin file which contains the data. vCheck Plugins are found under the Plugins folder.

  • General Details
  • Number of Hosts
  • Number of VMs
  • Number of Templates
  • Number of Clusters
  • Number of Datastores
  • Number of Active VMs
  • Number of Inactive VMs
  • Number of DRS Migrations for the last days
  • Snapshots over x Days old
  • Datastores with less than x% free space
  • VMs created over the last x days
  • VMs removed over the last x days
  • VMs with No Tools
  • VMs with CD-Roms connected
  • VMs with Floppy Drives Connected
  • VMs with CPU ready over x%
  • VMs with over x amount of vCPUs
  • List of DRS Migrations
  • Hosts in Maintenance Mode
  • Hosts in disconnected state
  • NTP Server check for a given NTP Name
  • NTP Service check
  • vmkernel warning messages ov the last x days
  • VC Error Events over the last x days
  • VC Windows Event Log Errors for the last x days with VMware in the details
  • VC VMware Service details
  • VMs stored on datastores attached to only one host
  • VM active alerts
  • Cluster Active Alerts
  • If HA Cluster is set to use host datastore for swapfile, check the host has a swapfile location set
  • Host active Alerts
  • Dead SCSI Luns
  • VMs with over x amount of vCPUs
  • vSphere check: Slot Sizes
  • vSphere check: Outdated VM Hardware (Less than V7)
  • VMs in Inconsistent folders (the name of the folder is not the same as the name)
  • VMs with high CPU usage
  • Guest disk size check
  • Host over committing memory check
  • VM Swap and Ballooning
  • ESXi hosts without Lockdown enabled
  • ESXi hosts with unsupported mode enabled
  • General Capacity information based on CPU/MEM usage of the VMs
  • vSwitch free ports
  • Disk over commit check
  • Host configuration issues
  • VCB Garbage (left snapshots)
  • HA VM restarts and resets
  • Inaccessible VMs
  • Much, Much more.......

More Info

For more information please read here: http://www.virtu-al.net/vcheck-pluginsheaders/vcheck/

For an example vSphere output (doesnt contain all info) click here http://virtu-al.net/Downloads/vCheck/vCheck.htm

Changelog

  • 6.22 - Fixes to VMware style. Consolidating plugins. Updates to style handling.
  • 6.21 - Added support for charts. New plugins. Support non-standard vCenter Ports. Bugfixes
  • 6.20 - First tagged release. Bugfixes. Email resource support added.
  • 6.19 - Bugfixes.
  • 6.18 - Added Job parameter to allow job specifications via XML file
  • 6.17 - Basic Internationalization (i18n) support
  • 6.16 - Table formatting rules
  • 6.15 - Added Category to all plugins and features to vCheckUtils script for Categorys.
  • 6.14 - Fixed a bug where a plugin was resetting the $VM variable so later plugins were not working :(
  • 6.13 - Fixed issue with plugins 63 and 65 not using the days
  • 6.12 - Changed Version to PluginVersion in each Plugin as the word Version is very hard to isolate!
  • 6.11 - Fixed a copy and paste mistake and plugin issues.
  • 6.10 - Fixed multiple spelling mistakes and small plugin issues
  • 6.9 - Fixed VMKernel logs but had to remove date/Time parser due to inconsistent VMKernel Log entries
  • 6.8 - Added Creator of snapshots back in due to popular demand
  • 6.7 - Added Multiple plugins from contributors - Thanks!
  • 6.6 - Tech Support Mode Plugin fixed to work with 5.0 hosts
  • 6.5 - HW Version plugin fixed due to string output
  • 6.4 - Added a 00 plugin and VeryLastPlugin for vCenter connection info to separate the report entirely from VMware if needed.
  • 6.3 - Changed the format of each Plugin so you can include a count for each header and altered plugin layout for each plugin.
  • 6.2 - Added Time to Run section based on TimeToBuild by Frederic Martin
  • 6.1 - Bug fixes, filter for ps1 files only in the plugins folder so other files can be kept in the plugins folder.
  • 6.0 - Moved plugins into seperate scripts to make it easier to expand vCheck and fixed issues + lots lots more !
  • 5.1 - Code Fixes and ability to change colour for title text to fix issue with Outlook 2007/10 not displaying correctly
  • 5.0 - Changed the order and a few titles etc, tidy up !
  • 4.9 - Added Inacessable VMs
  • 4.8 - Added HA VM restarts and resets
  • 4.7 - VMTools Issues
  • 4.6 - Added VCB Garbage
  • 4.5 - Added Host config issues
  • 4.4 - Added Disk Overcommit check
  • 4.3 - Added vSwitch free ports check
  • 4.2 - Added General Capacity Information based on CPU and MEM ussage per cluster
  • 4.1 - Added the ability to change the colours of the report.
  • 4.0 - HTML Tidy up, comments added for each item and the ability to enable/disable comments.

About

vCheck Daily Report for vSphere

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 100.0%