Skip to content

Releases: buanzo/hume

v1.2.9

24 Jun 23:24
Compare
Choose a tag to compare

This is the first release!

It supports syslog, remote syslog, slack webhooks and logstash. Works in systemd and non-systemd systems, but humeconfig only supports systemd today.

It is available in Pypi, so you can easily "pip3 install humed" (be advised, there is also a project called hume, so make sure you type the final D in humed!)

Installation is simple, but you need to know what you are doing. It involves installing pip3, humed, then running humeconfig to create the /etc/humed/config.yaml settings file, then humeconfig --install-systemd to install the service unit file. Finally, systemctl enable humed. :)

You will have to modify your scripts to incorporate hume commands. I will write a nice installation/usage doc soon.