Metadata-Version: 2.0
Name: elasticmon
Version: 1.1.0
Summary: A tool which polls and logs the health of an elasticsearch cluster
Home-page: https://github.com/kkirsche/elasticmon
Author: Kevin Kirsche
Author-email: kev.kirsche@gmail.com
License: MIT
Keywords: elasticsearch monitor
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: elasticsearch (>=2.0.0,<3.0.0)
Requires-Dist: flatten-json
Requires-Dist: urllib3
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'

Elasticmon
==========

Elasticmon is a project designed to periodically be called via a cron or other timed job executer to retrieve and send health data to syslog for long term monitoring.


