Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Grafana

16 Topics 166 Posts
  • Grafana - Package Updates

    Pinned
    1 Votes
    103 Posts
    2k Views

    [1.20.1]

    Update Grafana to 10.1.4 Changelog
  • Not Able to Login in Grafana Using Cloudron LDAP

    Solved
    0 Votes
    11 Posts
    102 Views

    I did not finaly figure out what it was but was able to revert back to a backup-state that worked.
    Ended up just creating a new Grafana App and manually transfered all settings. Not it appears to be working fine.
    So probably I screwed up somewhere but it does not seem to be a bigger Application issue.

  • This topic is deleted!

    0 Votes
    2 Posts
    10 Views
  • 0 Votes
    5 Posts
    3k Views

    @Jan-Macenka I see you worked that out:

    @Jan-Macenka said in Prometheus + Grafana actually working:

    just had the same issue and wanted to add something here as a documentation:

    If both Grafana and Prometheus are running as a cloudron-app, you can add Prometheus as a data-source in Grafana by inputting http://<PROMETHEUS-SERVICE-UUID>:9090 in the URL-field where PROMETHEUS-SERVICE-UUID can be found form the prometheus container either by looking up its installation location in the Storage-Tab or by connecting via terminal and copying the hostname.

    Cheers,
    Jan

  • Grafana and jira-grafana-json-datasource

    0 Votes
    3 Posts
    223 Views

    @subven thx for your input!

  • Grafana email alerts not working

    Moved Solved
    0 Votes
    4 Posts
    1k Views

    @girish thanks a lot! I can confirm that its working now. 👍

  • InfluxDB -> Network Error: (502)

    0 Votes
    5 Posts
    562 Views

    @brutalbirdie

    Ahhhhh sorry - I thought when I added these things via the app - it would install the items needed.

    I need to install InfluxDB and then link it. 🙂

    Cheers

  • Grafana = allow_embedding - false

    Moved
    0 Votes
    3 Posts
    304 Views

    @girish worked like a charm! Thanks!

  • Granana - Panel Editor

    Moved Solved
    0 Votes
    2 Posts
    216 Views

    @my1water it appears to be a one off issue with the screen sharing session I was using while trying to configure the dashboard - this can be closed, thanks!

  • This topic is deleted!

    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 2 Votes
    6 Posts
    483 Views

    @jimcavoli said in How to monitor Cloudron and Cloudron-apps with Grafana ?:

    fed via collectd in case you're curious

    but maybe I should focus on Collectd since my goal is to monitor IPTables

  • Unable to install plugins

    Solved
    0 Votes
    3 Posts
    780 Views

    @ChristopherMag This should be fixed now with the latest package. I found that we have to set GF_PLUGIN_DIR env var or pass --pluginDir separately for the CLI tool. The server reads configs from custom.ini but the CLI does not (there's probably some good reason for this discrepancy).

  • Safe to replace admin user?

    Solved
    0 Votes
    5 Posts
    276 Views

    @girish said in Safe to replace admin user?:

    It's best to keep the original admin user

    Duly noted. 😅

    never have to login again after giving your Cloudron user admin previliges.

    Yeah, oddly enough I found the LDAP setting in my new admin user as well now, so the whole thing might've been a brainfart on my part.

  • 0 Votes
    2 Posts
    141 Views

    Is there anything in the logs? I have never used Loki, so not sure what could be going wrong. Are you able to add other sources or just loki is the problem?

  • You can change the username but not the password

    Solved
    0 Votes
    9 Posts
    489 Views

    @rmdes Magic! 🙂

  • Grafana migration instructions check

    0 Votes
    2 Posts
    143 Views

    Right, /app/data/custom.ini is where the users customizations go. What db were you using in your existing installation? The cloudron package uses postgres. To get the DB connection credentials, you can go to the Terminal of the app and do env | grep CLOUDRON_POSTGRES. You can also click the postgres button on the top and it will paste the CLI needed to access postgres.