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 32 forks source link

Support for carbonapi ? #300

Open yoshi314 opened 1 year ago

yoshi314 commented 1 year ago

I use go-carbon + carbon-relay-ng to form a cluster of graphite servers. And i use carbonapi ( https://github.com/go-graphite/carbonapi ) to query those servers.

I cannot get this to work with this plugin. The webserver at configured port (here it's 8080) states:

supported requests:
    /functions/
    /info/?target=
    /lb_check/
    /metrics/find/?query=
    /render/?target=
    /tags/autoComplete/tags/
    /tags/autoComplete/values/
    /version/

and querying graphite.server:8080/render/?target=icinga2.host.whatever... provides me with necessary png files.

I cannot seem to get it working within icingaweb2 with this plugin, though, Any tips?