ISISComputingGroup / ISISComputingGroup/IBEX
nagios: improve predictions
- Dominant language
- No language data
- Stars
- 6
- Forks
- 2
- Avg merge
- 16h 40m
- Merged PRs (30d)
- 2
Description
In some cases nagios may be able to predict problems by looking at rates of change (e.g. disk filling up), this is done in a few places by calculating slopes of historic data in RRD nagios graph files, but not always alerted on due to noise. Graphs are now beign done via influxdb and this provides a richer set of analysis functions e.g. a derivative of the moving_average or of the expenential_moving_average may work well, or even one of the algorithms used for monitoring trends in stock markets. See https://docs.influxdata.com/influxdb/v1.8/query_language/functions/
## Acceptance criteria
nagios is able to calculate useful rates of change
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.