ZenPack:Microsoft Exchange (legacy)
Note: This is a Core ZenPack which can be found in the Core Zenoss RPM, and is fully documented in the Zenoss Extended Monitoring Guide. If you did not install this pack when you installed Zenoss Core, it can be found in $ZENHOME/packs.
- Organization
- Zenoss, Inc.
- ZenPack name
- ZenPacks.zenoss.MSExchange
- Git sources (for cloning)
- Link
Microsoft Exchange (legacy) ZenPack
Warning
The ZenPack Catalog has moved to its new home at https://www.zenoss.com/product/zenpacks as of January 17, 2017. The following information may be out of date, and this page will eventually be removed.
Support
This ZenPack is part of Zenoss Core. Open Source users receive community support for this ZenPack via our online forums. Enterprise support for this ZenPack is provided to Zenoss customers with an active subscription.
Background
The ZenPacks.zenoss.MSExchange ZenPack uses WMI to monitor Microsoft Exchange and related services.
Note: This ZenPack is deprecated; see the Microsoft Windows ZenPack.
The ZenPack enables users to view graphs based on MS Exchange Performance Counters and to monitor processes related to MS Exchange.
Prerequisites
Prerequisite | Restriction |
---|---|
Product | Zenoss platform 4.x |
Required ZenPacks | ZenPacks.zenoss.WindowsMonitor,
ZenPacks.zenoss.MSExchange |
Enable Monitoring
All MS Exchange services must have a device entry under the /Devices/Server/Windows/MSExchange device class. In addition, verify that your Zenoss platform Windows service account has access to the MS Exchange service.
- Navigate to the device or device class in the Zenoss platform interface.
- If applying changes to a device class:
- Select the class in the devices hierarchy.
- Click Details.
- Select Configuration Properties.
- If applying changes to a device:
- Click the device in the device list.
- Select Configuration Properties.
- If applying changes to a device class:
- Verify the credentials for the service account to access the service.
MS Exchange Configuration Properties Name Description zWinUser Windows user with privileges to gather performance information. zWinPassword Password for the above user.
- Click to save your changes. You will now be able to start collecting the MS Exchange server metrics from this device.
- Navigate to Graphs and you should see some placeholders for graphs. After approximately fifteen minutes you should see the graphs start to become populated with information.
Daemons
Type | Name |
---|---|
Performance Collector | zenwinperf |
Installation
Normal Installation (packaged egg)
- Download the appropriate egg file for the version of Zenoss you are running.
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Install the ZenPack:
$ zenpack --install zenpack-*.egg
- Restart these services:
$ zenoss restart
Developer Mode Installation
In order to do a development mode installation you will want to clone the existing git repository, and then use the --link flag with the zenpack command:
- Ensure you are logged in as the zenoss user:
$ sudo su - zenoss
- Start by cloning the upstream repository:
$ git clone https://github.com/zenoss/ZenPacks.zenoss.MSExchange.git
- Next, perform the installation:
$ zenpack --link --install zenpack_directory
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!