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


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    WBO Monitoring

    WBO
    wbo monitoring statsd-exporter dogstatsd
    3
    3
    204
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      LoudLemur last edited by

      The documentation indicates that it might be worth monitoring WBO:
      https://github.com/lovasoa/whitebophir#monitoring

      If you are self-hosting a WBO instance, you may want to monitor its load, the number of connected users, and various other metrics.
      
      You can start WBO with the STATSD_URL environment variable to send it to a statsd-compatible metrics collection agent.
      
      Example: docker run -e STATSD_URL=udp://127.0.0.1:8125 lovasoa/wbo.
      
      If you use prometheus, you can collect the metrics with statsd-exporter.
      If you use datadog, you can collect the metrics with dogstatsd.
      

      https://hub.docker.com/r/prom/statsd-exporter
      https://docs.datadoghq.com/developers/dogstatsd/

      Has this been setup with the Cloudron? Is it clear where to look? Is it explained and easy to do?

      robi 1 Reply Last reply Reply Quote 1
      • girish
        girish Staff last edited by

        Interesting.. Well, for a start, I made the env var settable with the latest package - https://docs.cloudron.io/apps/wbo/#custom-config

        1 Reply Last reply Reply Quote 3
        • robi
          robi @LoudLemur last edited by

          STATSD_URL=udp://127.0.0.1:8125

          So the above is the correct value for Cloudrons?

          Life of Advanced Technology

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB