shinken-monitoring / mod-graphite

Shinken module for exporting data to a Graphite server
GNU Affero General Public License v3.0
5 stars 12 forks source link

Review graphite template #3

Open Frescha opened 10 years ago

Frescha commented 10 years ago

Hi,

I think a graphite expert should review templates in : shinken/share/templates/graphite

For example : in check_linux_cpu.graph

alias(legendValue( ...)

is not the proper way to write it

it is more like

legendValue(alias('...','...'),...)

Then, we can add : Avg, Max and Last (as for PNP)

Here is the complete doc :

http://graphite.readthedocs.org/en/0.9.12/functions.html

I'll try to enhance that when I have time.

Frescha commented 10 years ago

origin: https://github.com/naparuba/shinken/issues/1002