supervisoragent

View on PyPIReverse Dependencies (0)

0.0.1.dev2 supervisoragent-0.0.1.dev2-py2-none-any.whl

Wheel Details

Project: supervisoragent
Version: 0.0.1.dev2
Filename: supervisoragent-0.0.1.dev2-py2-none-any.whl
Download: [link]
Size: 14171
MD5: 5b7c924cca3196c54df280d53561d33e
SHA256: 3d85e330108c054ada8665cea2e5a5d3f6639a77d29d38f3e07d751512b2b52c
Uploaded: 2016-10-28 06:46:56 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: supervisoragent
Version: 0.0.1.dev2
Summary: An agent for monitoring applications run by supervisor
Author: Silver Fern Systems
Author-Email: dev[at]silverfern.io
Home-Page: https://github.com/silverfernsys/supervisoragent
License: BSD
Keywords: monitoring development
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: configutil
Requires-Dist: psutil
Requires-Dist: setproctitle
Requires-Dist: websocket-client
Requires-Dist: coverage; extra == "test"
Requires-Dist: codecov; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: mock; extra == "test"
Provides-Extra: test
[Description omitted; length: 1450 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.24.0)
Root-Is-Purelib: true
Tag: py2-none-any

RECORD

Path Digest Size
supervisoragent/__init__.py sha256=kn57H9sZJWxVCwXp1pZLjW_DrZR50utvPU-zcr09jHk 25
supervisoragent/agent.py sha256=W1fK21bZf2bn9oh22_umWO1lCT8sEZ4mq8lPUis_BIE 2395
supervisoragent/eventlistener.py sha256=ZGRhfWFs945YqhP_H9JOo_5w2By-x9anseLSSJ9L5A4 2579
supervisoragent/eventmonitor.py sha256=AtHM9LHmjXsYzCqD_2k0AD0h6L4apxGE_0gmSYzaPSU 1781
supervisoragent/log.py sha256=vJT5Mdtu1UDg4OOKP632CyfbaxyQYjSHO31xS8vXHrE 840
supervisoragent/processmonitor.py sha256=f-REZBghfEX42Y5KFCr9obI559ibn7iDc65C52PF5xc 4901
supervisoragent/procstat.py sha256=nA8T_BmqLtf3DPX83sJCnJ8LUNvvrTJXMoM_RHMw-a4 6326
supervisoragent/rpc.py sha256=LD_BlwFNL8TAzLKCQr4L7SvuZNcIMFfmQOj13a1CFZ4 4004
supervisoragent/systemstat.py sha256=d0PLjiDDoYpobtBEDHPy2w-EtwE6A0MAHvyW1M02bwM 624
supervisoragent/ws.py sha256=1xPNrqQfFwHHRYLH1BkWjP9AtDTlkGqJpYLuKdRZ4f4 3364
supervisoragent/config/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
supervisoragent/config/agent.py sha256=yQAFrnfHdWoYXoIXfJbeb3QIWOVWvsypBE22p2R57Yg 771
supervisoragent/data/conf/supervisoragent.conf sha256=W4mDPnq2k_UfrijwRerLfevdDPj1CR7TD2Tyd53xEOI 164
supervisoragent/data/supervisor/supervisoragent.conf sha256=i6CkKXqBEsUytgLNXW4yvmmn_jwpATrepxT879N22OY 528
supervisoragent-0.0.1.dev2.dist-info/DESCRIPTION.rst sha256=SEI8GsXoH0F8uCesrbks2WOB0d12hceEjlcLHPmQrwc 1450
supervisoragent-0.0.1.dev2.dist-info/entry_points.txt sha256=1tJ7_a5s4yWIfV7TyAijOoNpMi4U0YfpRhGILmPu56M 114
supervisoragent-0.0.1.dev2.dist-info/METADATA sha256=VPJAJqOhqD9MMZXC6FaBtHqXO-hgxPAVfzDRY8mPObM 2295
supervisoragent-0.0.1.dev2.dist-info/metadata.json sha256=yuHWZNzcJ6M_F4PtdKE86_PxOE6MfjyiRrj_ZLM7FN4 1201
supervisoragent-0.0.1.dev2.dist-info/RECORD
supervisoragent-0.0.1.dev2.dist-info/top_level.txt sha256=2RkfKQ6y3h4HUEhqIxEM6mOpaCbha-ywqtO3qHTYO3U 16
supervisoragent-0.0.1.dev2.dist-info/WHEEL sha256=54bVun1KfEBTJ68SHUmbxNPj80VxlQ0sHi4gZdGZXEY 92

top_level.txt

supervisoragent

entry_points.txt

eventmonitor = supervisoragent.eventlistener:main
supervisoragent = supervisoragent.agent:main