Skip to content

Commit

Permalink
[README] Reviewed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Delle Cave committed Jul 6, 2018
1 parent 40d0b4e commit 2ef367d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@ curl http://localhost:9118/metrics/apache1
curl http://localhost:9118/metrics/nginx1

curl http://localhost:9118/metrics/rabbitmq1

curl http://localhost:9118/metrics/redis1
2 changes: 1 addition & 1 deletion bin/covenant
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ __license__ = """
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
__version__ = '0.0.6.33'
__version__ = '0.0.6.34'

# TODO: load Python logging configuration (using standard logging.config)

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
covenant (0.0.6.34) unstable; urgency=medium

* Reviewed README.md.

-- Adrien Delle Cave <adrien.delle.cave@commandersact.com> Fri, 06 Jul 2018 19:32:15 +0200

covenant (0.0.6.33) unstable; urgency=medium

* Added redis metrics.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os
from setuptools import find_packages, setup

version = '0.0.6.33'
version = '0.0.6.34'

current_dir = os.path.abspath(os.path.dirname(__file__))
requirements = [line.strip() for line in open(os.path.join(current_dir, 'requirements.txt'), 'r').readlines()]
Expand Down

0 comments on commit 2ef367d

Please sign in to comment.