-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitoring Disk Usage #2532
Comments
I think that this would be a bit out of scope for Uptime Kuma. The system is designed to measure only uptime, for resources monitoring, I would recommend something like node exporter with Prometheus or librenms |
Hi Matthew,
Thanks for the feedback, but it would be nice to have it in the future of
this project.
…On Wed, Jan 4, 2023, 7:24 AM Matthew Nickson ***@***.***> wrote:
I think that this would be a bit out of scope for Uptime Kuma. The system
is designed to measure only uptime, for resources monitoring, I would
recommend something like node exporter with Prometheus or librenms
—
Reply to this email directly, view it on GitHub
<#2532 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5CJFUNQFUAD67LTPDBO6I3WQVMWRANCNFSM6AAAAAATQSYZHI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I agree with @Computroniks. @Termex69, this is "Uptime" Kuma, not "Monitor-It-All" Kuma. The fact that setting up Kuma only takes a few keystrokes and clicks is part of why it is so sexy. |
Agreed, and yes its one of a kind and sexy.
…On Fri, Jan 20, 2023, 8:04 AM fionnb ***@***.***> wrote:
I agree with @Computroniks <https://github.com/Computroniks>. @Termex69
<https://github.com/Termex69>, this is "Uptime" Kuma, not
"Monitor-It-All" Kuma.
I would recommend to get Zabbix if you need a full-blown Server monitoring
solution.
The fact that setting up Kuma only takes a few keystrokes and clicks is
part of why it is so sexy.
If you pump it up to a do-it-all monitoring solution that appeal will get
lost and it would become just another monitoring tool.
—
Reply to this email directly, view it on GitHub
<#2532 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A5CJFUMTY5GWVK3LY6TTR2DWTJ5NVANCNFSM6AAAAAATQSYZHI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
If you still want to monitor your disk usage with uptime kuma because a full-blown server monitoring solution might be too much and you have uptime kuma already set up, the following solution might work for you (for monitoring the disk usage on linux machines).
With this solution, you can monitor the disk usage of every linux machine in your network even if uptime-kuma is not set up on all of them. Script that checks disk usage of
Crontab entry to call the script every 30 minutes and on reboot:
|
@Termex69 |
Closing as duplicate of #2231 |
🏷️ Feature Request Type
New Monitor
🔖 Feature description
This feature will enable the monitoring of disk capacity and would alert nearing 100% utilization based on a user threshold.
Example:
/ or C: is set to trigger an alert when the disk capacity reaches 90% Utilization. The user can set the threshold percentage between 70% to 95%.
✔️ Solution
I my mind this can be implemented using the df -h command for Linux & Mac by extracting the current percentage and comparing it to the set user thresshold.
In Windows we can probably look at using wmic but may need to manually calculate the usage as a percentage.
❓ Alternatives
Wmic may take some time for integration but I suspect the Linux and Mac integration may be easier to implement, at least for now as a work in progress.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: