Icinga Module - Graphite
Find a file
2015-06-25 15:26:01 +02:00
application GraphiteUtil: move helper functions 2015-06-22 17:41:37 +02:00
library/Graphite GraphiteUtil: cleanup, comments 2015-06-25 15:26:01 +02:00
public/css show/overview: add new generic overview section 2015-06-22 17:21:41 +02:00
sample-config sample-config: new templates: fork rate, MySQL 2015-06-22 17:31:09 +02:00
configuration.php show/overview: add new generic overview section 2015-06-22 17:21:41 +02:00
README.md README.md: thanks dnsmichi 2015-06-24 17:20:21 +02:00
run.php Graphite module prototype: initial commit 2015-06-03 10:30:57 +02:00

Graphite module for Icinga Web 2

General Information

This module integrates an existing Graphite installation in your Icinga Web 2 web frontend.

Note

This is a showcase module and to be considered an unsupported prototype unless explicitely stated otherwise.

It depends on Icinga 2 v2.4.0 which is currently in depelopment (#9461).

Installation

Just extract this to your Icinga Web 2 module folder. Enable the graphite module in your Icinga Web 2 frontend (Configuration -> Modules -> graphite -> enable) and it should work out of the box.

NB: It is best practice to install 3rd party modules into a distinct module folder like /usr/share/icingaweb2/modules. In case you don't know where this might be please check the module path in your Icinga Web 2 configuration.

TODO