ZenPack:Microsoft Windows (legacy)
From Zenoss Wiki
This is the approved revision of this page, as well as being the most recent.
- Organization
- Zenoss, Inc.
- License
- GNU General Public License, Version 2
- ZenPack name
- ZenPacks.zenoss.WindowsMonitor
- Git sources (for cloning)
- Link
Microsoft Windows (legacy) ZenPack
Provides the capability to monitor windows systems using WMI and Perfmon.
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 is an Open Source ZenPack developed by Zenoss, Inc. Enterprise support for this ZenPack is available to commercial customers with an active subscription.
Releases
- Version 1.1.1- Download
- Released on 2014/08/11
- Requires Samba Support ZenPack
- Compatible with Zenoss Core 4.2.x, Zenoss Resource Manager 4.2.x
- Incompatible with Zenoss Core 5.0.x, Zenoss Core 5.1.x, Zenoss Resource Manager 5.0.x, Zenoss Resource Manager 5.1.x
Background
This ZenPack has been deprecated for Zenoss 5.x. Please use the Microsoft Windows ZenPack.
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 ZenPacks.zenoss.WindowsMonitor-*.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.WindowsMonitor.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.WindowsMonitor
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!