-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
More flexible hdd data metrics #388
Comments
Introducing alerts is an interesting topic. Not sure what would be the best way to integrate them, but I'm happy to hear more of your experiment and thoughts. |
Oh maybe I wasn't clear. I didn't mean to introduce such a huge feature as alerting. But Prometheus has support for alarms for instance . These are based on metrics collected. If you look at "expr" it describes based on metrics on when to fire an alert . What I meant that there are missing metrics on HDD info in OhmGraphite in order to achieve predictions as the example shows. The example is only how to predict that hdd will be full based on windows exporter for Prometheus. Sorry for the confusion PS. Additionally, if we had the metrics |
I think I see what you're saying. Is the
|
I was thinkning about that. And yes it believe it is true that percentage could be used (since the case where they use So I think you are absolutely right. However having exact bytes info would offer a more exact and easy way to manipulate the calculations for other cases (dont have en example now tho) |
Maybe this is not an issue but i can't find a way to predict based on current hdd growth (percent sure, but it's not as flexible) so that I would be able to set an alarm such as the ones able to set in alertmanager for prometheus through windows exporters and node exporter.
The code below might not be fully correct but it is to show the concept.
Prometheus alert rule:
If the case is that it is not possible to make such alerts atm then there is good reason to add it imho. I can do it if you are not up for it.
The text was updated successfully, but these errors were encountered: