Grafana - metric & analytic dashboard
Locked
Solved
App Wishlist
-
This would be awesome!
-
An initial skeletal packaging of Grafana is up at https://git.cloudron.io/jimcavoli/grafana-app and everything works as expected. There's an outstanding issue around outgoing mail for notifications...details are on the chat server...but essentially, it's waiting on a fix to STARTTLS handling in the mail add-on. After that's fixed, this should be pretty much ready to move forward.
So far:
- Cloudron LDAP for SSO works and Cloudron admins are automatically mapped as Grafana admins
- App settings are stored in a postgres database
- Provision for user-specified configuration by environment variables set in
/app/data/env
- Ability to add plugins to
/app/data/plugins
- A thin wrapper for
grafana-cli
is also provided and set first in PATH - this also allows simply opening the terminal and pasting thegrafana-cli
commands from the plugins directory to work as expected
- A thin wrapper for
- Installs and uses the new
grafana-image-renderer
plugin automatically (no "using phantomJS" deprecation warnings)
-
Any luck on the open issues and releasing it in the official channel please?
-
@pani-avula I have started working on getting the package published - https://git.cloudron.io/cloudron/grafana-app
-
great. thanks.
-