I’ve written lots of scripts over the years. I’m putting some of them up here in case they’re useful to anyone else.
Active Directory related scripts….
NewObject.vbs- This script lists new object (users, groups/DLs and computers) that have been added to the specified domain/forest within the last X days.
This lists the members of a specified group in AD. I’ve given this to end users.
VMWare stuff
VM_report – This is a visio doc that I’ve used to generate a graphical picture of our VM environment. It queries a list of servers to determine what VMs are running on each host and their status. This works for both GSX and ESX hosts. It uses an Active Directory based group to get the list of machines to check. The machines don’t have to be members of the domain but there do need to be dummy computer objects in AD for each host. There are a couple of pre-reqs.
VMware-cmd snippets – vmware-cmd command line usefulness
Nagios Plugins
Here’s where you can find the most recent versions of the Nagios plugins I’ve written.
Right now mainly these are targeted at ESX 3i. You can see this post for info about how to use them. These have only been tested on Dell PowerEdge 2950s and 2900s so YMMV.
check_3i_storage - Checks status of disks and RAID volumes
check_3i_cpu - Checks CPU status
check_3i_memory – Checks Memory status
check_3i_sensors – checks status of any exposed hardware sensors.
Contributed stuff -
from jfacundo a nagios script to check the sensor temp on a Dell 2950.

Recent Comments