-
61kpi/README.rst
-
BINkpi/images/kpi_computation.png
-
BINkpi/images/kpi_definition.png
-
BINkpi/images/kpi_range.png
-
BINkpi/images/kpi_threshold.png
-
6kpi/readme/CONTRIBUTORS.rst
-
15kpi/readme/DESCRIPTION.rst
-
2kpi/readme/USAGE.rst
Before Width: 658 | Height: 352 | Size: 41 KiB After Width: 866 | Height: 386 | Size: 30 KiB |
Before Width: 655 | Height: 353 | Size: 46 KiB After Width: 865 | Height: 663 | Size: 32 KiB |
Before Width: 818 | Height: 449 | Size: 27 KiB After Width: 866 | Height: 626 | Size: 26 KiB |
Before Width: 655 | Height: 266 | Size: 25 KiB After Width: 864 | Height: 505 | Size: 31 KiB |
@ -0,0 +1,6 @@ |
|||
* Daniel Reis <dreis.pt@hotmail.com> |
|||
* Glen Dromgoole <gdromgoole@tier1engineering.com> |
|||
* Loic Lacroix <loic.lacroix@savoirfairelinux.com> |
|||
* Sandy Carter <sandy.carter@savoirfairelinux.com> |
|||
* Gervais Naoussi <gervaisnaoussi@gmail.com> |
|||
* Iván Todorovich <ivan.todorovich@gmail.com> |
@ -0,0 +1,15 @@ |
|||
This module provides the basis for creating key performance indicators, |
|||
including static and dynamic thresholds (SQL query or Python code), |
|||
on local and remote data sources. |
|||
|
|||
The module also provides the mecanism to update KPIs automatically. |
|||
A scheduler is executed every hour and updates the KPI values, based |
|||
on the periodicity of each KPI. KPI computation can also be done |
|||
manually. |
|||
|
|||
A threshold is a list of ranges and a range is: |
|||
|
|||
* a name (like Good, Warning, Bad) |
|||
* a minimum value (fixed, sql query or python code) |
|||
* a maximum value (fixed, sql query or python code) |
|||
* color (RGB code like #00FF00 for green, #FFA500 for orange, #FF0000 for red) |
@ -0,0 +1,2 @@ |
|||
Example of usage: |
|||
https://www.youtube.com/watch?v=OC4-y2klzIk |