Metadata-Version: 1.2
Name: humed
Version: 1.2.19
Summary: Agnostic sysadmin/devops instrumentation tool. Includes hume and humed.
Home-page: https://github.com/buanzo/hume
Author: Arturo "Buanzo" Busleiman
Author-email: buanzo@buanzo.com.ar
License: MIT License
Description: TL;DR: Add hume commands inside your scripts to better report to a central
        location.  Currently supporting Slack, syslog, remote-syslog, logstash, etc
        
        Imagine this: You have some cron scripts.  They need to run correctly, and
        you need to know if anything happens.  You usually check logs via email or
        some cool dashboard.  Yeah.  But it gets boring, repetitive and you end up
        not checking the logs.  It is a well known sysadmin syndrome.
        
        Hume client works and can be used in bash scripts, or during a screen
        session, to provide real time updates to your managers, customers, etc.
        
        So, for instance write those scripts adding hume commands in them:
        
Keywords: hume,humed,logstash,slack,syslog,kant,fluentd,devops,sysadmin,agnostic,prometheus
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6
