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


Skip to content
  • Diff in memory use graphs

    Support graphs
    3
    2
    0 Votes
    3 Posts
    600 Views
    nebulonN
    Agree, the memory graphs are quite rudimentary at this point. We will rework them to be more useful and correct at some point.
  • What type/area of data makes up "Other" in disk usage?

    Solved Support disk usage graphs
    6
    1 Votes
    6 Posts
    1k Views
    girishG
    Finally, one important bit: by default ext4 will reserve 5% of the disk for the root user. You can see this like so: root@strawberry:~# tune2fs -l /dev/sda1 | grep Reserved Reserved block count: 1562918 Reserved GDT blocks: 1024 Reserved blocks uid: 0 (user root) Reserved blocks gid: 0 (group root) 1562918 blocks * 4096 block size = ~6GB. You can reduce the percent to say 2 like this: tune2fs -m 2 /dev/sda1 Unless you have a big disk, I would leave it at 5%.
  • Monitoring Cloudron Parameters

    Discuss graphs monitoring
    2
    0 Votes
    2 Posts
    655 Views
    girishG
    In the past, I think people have recommended integrating with netdata. I don't have experience with netdata but wanted to throw the idea out there. Other than that, current graphs is rendered using data collected by graphite/carbon.
  • Incorrect memory reporting

    Solved Support graphs
    5
    2
    1 Votes
    5 Posts
    519 Views
    girishG
    This is fixed now, will be part of next release.
  • 0 Votes
    2 Posts
    459 Views
    nebulonN
    Interesting, this was simply missed I guess. I have added it now and it will be part of the next release. It will look like this then: [image: 1572952466019-screenshot_2019-11-05-cloudron.png]
  • Disks not showing in "Graphs" under Cloudron 4.2.6

    Unsolved Support storage graphs
    4
    0 Votes
    4 Posts
    695 Views
    girishG
    Thanks, investigating this. I suspect the node module is unable to parse the output because of something in the output. I will keep you posted here.
  • Graphs are empty

    Solved Support graphs
    3
    0 Votes
    3 Posts
    674 Views
    subvenS
    I had to do the same thing before it was implemented to be changed under System -> Services in cloudron. By the way, the documentation is missing for it
  • Graphite issues.

    Solved Support graphs
    3
    0 Votes
    3 Posts
    1k Views
    J
    @nebulon nevermind. It fixed itself. Weird.