Difference between revisions of "ZenPack:Microsoft SQL Server"
Chet Luther (Talk | contribs) (Created page with "{{ZenPack |Summary=Monitoring for Microsoft SQL Server. |Organization=Zenoss, Inc. |License=GNU General Public License, Version 2 |ZenPack name=ZenPacks.zenoss.MSSQLServer |So...") |
Chet Luther (Talk | contribs) |
||
Line 18: | Line 18: | ||
|Integrations= | |Integrations= | ||
|Binaries= | |Binaries= | ||
+ | |Flavor=core | ||
}} | }} | ||
{{ZenPackFooter}} | {{ZenPackFooter}} |
Revision as of 18:52, 24 June 2013
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.MSSQLServer
- Git sources (for cloning)
- Link
Microsoft SQL Server 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
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.MSSQLServer-*.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.MSSQLServer.git
- Next, perform the installation:
$ zenpack --link --install ZenPacks.zenoss.MSSQLServer
- Finally, restart these serivices:
$ zenoss restart
Discuss
New: Don't forget to add yourself to the Zenoss User Map!