Skip to content

Commit

Permalink
Bump version to 1.0.0 and update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
cluther committed Feb 7, 2012
1 parent 88977a5 commit 4f3546d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
11 changes: 4 additions & 7 deletions README.markdown
Expand Up @@ -3,8 +3,7 @@ This project is a [Zenoss][] extension (ZenPack) that allows for monitoring of
Memcached. See the Usage section for details on what is monitored. This Memcached. See the Usage section for details on what is monitored. This
ZenPack previously existed as a commercial-only extension to Zenoss called ZenPack previously existed as a commercial-only extension to Zenoss called
ZenPacks.zenoss.MemcachedMonitor. Upon being released as open source its ZenPacks.zenoss.MemcachedMonitor. Upon being released as open source its
name was changed to better match today's standards, and the version was reset name was changed to better match today's standards.
to 0.8.0 until it can be tested and verified by others.


There already exists a [very good community ZenPack][] for memcached by There already exists a [very good community ZenPack][] for memcached by
[braudel][]. As far as I can see there is no compelling reason to use this [braudel][]. As far as I can see there is no compelling reason to use this
Expand All @@ -13,7 +12,7 @@ reduce confusion. At the time that this ZenPack was originally written, the
community version didn't exist. community version didn't exist.


## Dependencies ## Dependencies
This ZenPack is known to be compatible with Zenoss versions 2.4 through 4.0. This ZenPack is known to be compatible with Zenoss versions 3 through 4.


## Installation ## Installation
You must first have, or install, Zenoss 2.4.0 or later. Core and Enterprise You must first have, or install, Zenoss 2.4.0 or later. Core and Enterprise
Expand All @@ -27,7 +26,6 @@ below.


* Zenoss 4.1: [Latest Package for Python 2.7][] * Zenoss 4.1: [Latest Package for Python 2.7][]
* Zenoss 3.0 - 4.0: [Latest Package for Python 2.6][] * Zenoss 3.0 - 4.0: [Latest Package for Python 2.6][]
* Zenoss 2.4 - 2.5: [Latest Package for Python 2.4][]


Then copy it to your Zenoss server and run the following commands as the zenoss Then copy it to your Zenoss server and run the following commands as the zenoss
user. user.
Expand Down Expand Up @@ -77,6 +75,5 @@ device the template is bound to.
[Zenoss]: <http://www.zenoss.com/> [Zenoss]: <http://www.zenoss.com/>
[very good community ZenPack]: <http://community.zenoss.org/docs/DOC-5887> [very good community ZenPack]: <http://community.zenoss.org/docs/DOC-5887>
[braudel]: <http://community.zenoss.org/people/braudel> [braudel]: <http://community.zenoss.org/people/braudel>
[Latest Package for Python 2.7]: <https://github.com/downloads/zenoss/ZenPacks.zenoss.Memcached/ZenPacks.zenoss.Memcached-0.8.0-py2.7.egg> [Latest Package for Python 2.7]: <https://github.com/downloads/zenoss/ZenPacks.zenoss.Memcached/ZenPacks.zenoss.Memcached-1.0.0-py2.7.egg>
[Latest Package for Python 2.6]: <https://github.com/downloads/zenoss/ZenPacks.zenoss.Memcached/ZenPacks.zenoss.Memcached-0.8.0-py2.6.egg> [Latest Package for Python 2.6]: <https://github.com/downloads/zenoss/ZenPacks.zenoss.Memcached/ZenPacks.zenoss.Memcached-1.0.0-py2.6.egg>
[Latest Package for Python 2.4]: <https://github.com/downloads/zenoss/ZenPacks.zenoss.Memcached/ZenPacks.zenoss.Memcached-0.8.0-py2.4.egg>
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -3,13 +3,13 @@
# or saved. Do not modify them directly here. # or saved. Do not modify them directly here.
# NB: PACKAGES is deprecated # NB: PACKAGES is deprecated
NAME = 'ZenPacks.zenoss.Memcached' NAME = 'ZenPacks.zenoss.Memcached'
VERSION = '0.8.0' VERSION = '1.0.0'
AUTHOR = 'Zenoss Labs' AUTHOR = 'Zenoss Labs <labs@zenoss.com>'
LICENSE = '' LICENSE = ''
NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.zenoss'] NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.zenoss']
PACKAGES = ['ZenPacks', 'ZenPacks.zenoss', 'ZenPacks.zenoss.Memcached'] PACKAGES = ['ZenPacks', 'ZenPacks.zenoss', 'ZenPacks.zenoss.Memcached']
INSTALL_REQUIRES = [] INSTALL_REQUIRES = []
COMPAT_ZENOSS_VERS = '' COMPAT_ZENOSS_VERS = '>=2.4'
PREV_ZENPACK_NAME = '' PREV_ZENPACK_NAME = ''
# STOP_REPLACEMENTS # STOP_REPLACEMENTS
################################ ################################
Expand Down

0 comments on commit 4f3546d

Please sign in to comment.