Icinga / icingaweb2-module-graphite

The Graphite module for displays data stored in Graphite directly in the Icinga Web 2 interface.
https://icinga.com/docs/graphite/latest
GNU General Public License v2.0
73 stars 33 forks source link

change/improvement - More than one graphite. #165

Closed belsebubben closed 6 years ago

belsebubben commented 6 years ago

We have an environment with many zones, all writing to their own graphite, it would be great to have the ability to add more than one graphite and to look for graphs there as well. One alternative could be to have one per zone. So for instance objects belonging to zone1 could look for data in graphite1 for instance.

thanks for the good work

Expected Behavior

Current Behavior

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment

Al2Klimov commented 6 years ago

@bobapple Is there something like a "Graphite Web multiplexer/router" like "mongos" for MongoDB?

widhalmt commented 6 years ago

You can add other Graphite-Web instances or Carbon caches to a Graphite-Web instance. So all of the metrics will be accessible via this one interface.

There's some more insight in tutorials like https://grey-boundary.io/the-architecture-of-clustering-graphite/ There are best practices for chosing either Graphite-Web or Carbon Cache as target but I'm sorry I forgot them.

Al2Klimov commented 6 years ago

Thank you @widhalmt.