"object-storage/os-index.md" did not exist on "57389b36253782c65eb37c67d0e062f4cc70ab41"
Implemented the mentat-informant.py module (previously mentat-briefer).
The mentat-informant.py module is a Python replacement for previous mentat-briefer.py module. It is designed to provide periodical statistical overviews via email. The email reports are localized using babel package and can be translated into any language. Additionally, the reporting engine uses Jinja2 templating system for message rendering, so it enables very easy customization. (Redmine issue: #3377)
Showing
- .pylintrc-lib 1 addition, 1 deletion.pylintrc-lib
- Makefile 17 additions, 0 deletionsMakefile
- bin/mentat-informant.py 51 additions, 0 deletionsbin/mentat-informant.py
- conf/core/reporting.json.conf 7 additions, 0 deletionsconf/core/reporting.json.conf
- conf/mentat-informant.py.conf 185 additions, 0 deletionsconf/mentat-informant.py.conf
- conf/templates/informant/babel.cfg 2 additions, 0 deletionsconf/templates/informant/babel.cfg
- conf/templates/informant/default.html.j2 107 additions, 0 deletionsconf/templates/informant/default.html.j2
- conf/templates/informant/default.txt.j2 61 additions, 0 deletionsconf/templates/informant/default.txt.j2
- conf/templates/informant/messages.pot 83 additions, 0 deletionsconf/templates/informant/messages.pot
- conf/templates/informant/translations/cs/LC_MESSAGES/messages.po 109 additions, 0 deletions...mplates/informant/translations/cs/LC_MESSAGES/messages.po
- deploy/mentat/ctrl/postinst 1 addition, 0 deletionsdeploy/mentat/ctrl/postinst
- doc/sphinx/_doclib/bin.rst 1 addition, 0 deletionsdoc/sphinx/_doclib/bin.rst
- doc/sphinx/_doclib/bin_mentat-informant.rst 9 additions, 0 deletionsdoc/sphinx/_doclib/bin_mentat-informant.rst
- lib/mentat/emails/__init__.py 0 additions, 0 deletionslib/mentat/emails/__init__.py
- lib/mentat/emails/base.py 93 additions, 0 deletionslib/mentat/emails/base.py
- lib/mentat/emails/informant.py 92 additions, 0 deletionslib/mentat/emails/informant.py
- lib/mentat/emails/test_informant.py 55 additions, 0 deletionslib/mentat/emails/test_informant.py
- lib/mentat/module/informant.py 229 additions, 0 deletionslib/mentat/module/informant.py
- lib/mentat/plugin/app/mailer.py 172 additions, 0 deletionslib/mentat/plugin/app/mailer.py
- lib/mentat/reports/__init__.py 0 additions, 0 deletionslib/mentat/reports/__init__.py
Loading
Please register or sign in to comment