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


Skip to content

Grafana

20 Topics 196 Posts
  • Grafana - Package Updates

    Pinned
    112
    1 Votes
    112 Posts
    5k Views
    nebulonN

    [1.23.0]

    Update Grafana to 10.4.2 Changelog Angular deprecation: Prefer local "angularDetected" value to the remote one. #85631, @xnyo AuthProxy: Fix missing session for ldap auth proxy users. #85237, @Jguer Alerting: Fix receiver inheritance when provisioning a notification policy. #85192, @julienduchesne CloudMonitoring: Only run query if filters are complete. #85016, @aangelisc
  • Add MariaDB and Setup as Replica

    5
    1 Votes
    5 Posts
    47 Views
    girishG

    @brianb said in Add MariaDB and Setup as Replica:

    Can't I just create a mysql database in the grafana once it is setup in cloundron?

    Not sure what you mean here. Are you referring to Grafana's database (https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#database) or Grafana's data source (https://grafana.com/docs/grafana/latest/datasources/mysql/)

    On Cloudron, Grafana's database cannot be changed. It uses PostgreSQL internally.

    If you are referring to data source, then yes, you can can mysql database data source. But I referred to MariaDB only because you mentioned MariaDB in your initial post (in fact, there is no mention of MySQL there).

  • 0 Votes
    2 Posts
    86 Views
    L

    Loki / Promtail

    Loki requires Promtail.

    Loki is available as a Grafana plugin, and includes the binaries for Promtail. Also, the plugin is included with the installation, so no additional installation is required:

    https://grafana.com/grafana/plugins/loki/?tab=installation

    Tempo
    Tempo is included in Grafana by default:
    https://grafana.com/grafana/plugins/tempo/?tab=installation

    Prometheus
    This is available as a Cloudron package

  • 0 Votes
    2 Posts
    47 Views
    girishG

    @dsp76 internally, the IP addresses are hardcoded. The apps and databases reside in the same internal network, so you don't need a SSH tunnel. The addresses are listed in https://docs.cloudron.io/networking/#internal-network

  • Zabbix Plugin not found

    Solved
    12
    0 Votes
    12 Posts
    270 Views
    L

    @girish said in Zabbix Plugin not found:

    @Lanklan to restart the app , go to repair tab of the app and click on the restart button.

    image.png

    After that, I can see zabbix:

    image.png

    Already done it but i don't know why it's appared after several restart !

  • Not Able to Login in Grafana Using Cloudron LDAP

    Solved
    11
    0 Votes
    11 Posts
    247 Views
    Jan MacenkaJ

    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!

    2
    0 Votes
    2 Posts
    10 Views
  • How to add Prometheus data source to Grafana?

    5
    0 Votes
    5 Posts
    4k Views
    jdaviescoatesJ

    @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

    3
    0 Votes
    3 Posts
    367 Views
    GrienauerG

    @subven thx for your input!

  • Grafana email alerts not working

    Moved Solved
    4
    0 Votes
    4 Posts
    1k Views
    O

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

  • InfluxDB -> Network Error: (502)

    5
    0 Votes
    5 Posts
    654 Views
    M

    @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
    3
    0 Votes
    3 Posts
    370 Views
    M

    @girish worked like a charm! Thanks!

  • Granana - Panel Editor

    Moved Solved
    2
    0 Votes
    2 Posts
    263 Views
    M

    @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!

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

    @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
    3
    0 Votes
    3 Posts
    899 Views
    girishG

    @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
    5
    0 Votes
    5 Posts
    360 Views
    yusfY

    @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
    182 Views
    girishG

    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
    9
    0 Votes
    9 Posts
    625 Views
    marcusquinnM

    @rmdes Magic! 🙂

  • Grafana migration instructions check

    2
    0 Votes
    2 Posts
    186 Views
    girishG

    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.