Shinken / Alignak WebUI module for the Graphite graphs
Shinken / Alignak module for viewing Graphite graphs in the Web UI.
This module is a refactoring of the ui-graphite
module to allow using it with Shinken or Alignak.
- This module allows:
to define the Graphite hierarchy configuration
to use templates (url or json based) for the graphs
to configure:
- the host check metric name
- graph and font size for dashboard and host/service page graphs
- define if warning, critical, min and max thresholds are present on graphs
- define warning, critical, min and max lines colors
- define graphs timezone (default is Europe/Paris)
- define graphs line mode (connected, staircase, slope)
This module is fully compatible with the WebUI2 at its most recent version (Alignak compatible). It is also compatible with the Alignak inner metrics module for the Graphite hierarchy.
The installation of this module will copy some configuration files in the Alignak default configuration directory (eg. /usr/local/share/alignak). The copied files are located in the default sub-directory used for the modules (eg. arbiter/modules).
Note that the module provided templates will be copied to the /usr/local/share/alignak/etc/modules/ui-graphite-templates. You may add your own templates in this directory -)
To install the module from PyPI:
sudo pip install alignak_webui_graphite
To install the module from the source files (for developing purpose):
git clone https://github.com/mohierf/mod-ui-graphite cd mod-ui-graphite sudo pip install . -e
Contributions to this project are welcome and encouraged ... issues in the project repository are the common way to raise an information.