1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Elastalert Debian package
-------------------------
Creating a configuration file
=============================
elastalert requires a config.yaml.
You can find an example of this file in /usr/share/doc/elastalert/examples
By default config.yaml is searched in current directory. You can change
this with the option --config (see elastalert -h)
Missing dependencies
====================
Debian is missing packages for "py-zabbix" (it only has a
package for "pyzabbix", a conflicting version reusing the same namespace).
For zabbix, the code is still here but it won't work unless you manually
install py-zabbix through some other way.
If packages are created for these module, feel free to open a bug report
requesting these module to be enabled back.
-- Sophie Brun <sophie@freexian.com> Tue, 31 Oct 2017 09:57:50 + 0200
|