...
Predictive monitoring in a distributed setup
...
At the moment, predictive monitoring is only on a local site possible.
...
In a distributed setup, you will receive this message on the master node.
This is due to the missing file inside ./var/check_mk/prediction/.
We are evaluating
...
implementing this in feature future Checkmk releases!
...
No reference for prediction yet
Note |
---|
Checkmk will show a prediction , if he has enough history data. In case you didndon't have enough data, you can configure a shorter time horizon! |
...
Crash report on prediction icon
...
This is because of missing performance data in the past. Checkmk can't interpret these "None" values!
Code Block | ||||
---|---|---|---|---|
| ||||
OMD[ atmysite]:~/share/check_mk/checks$ lq "GET services\nColumns: rrddata:predict_load15:predict_load15.max:1605020527:1639580527:392726\nFilter: host_name = localhost\nFilter: service_description = CPU load\nLocaltime: 1639580527\nOutputFormat: python3\nKeepAlive: on\nResponseHeader: fixed16\nColumnHeaders: off" 200 470 [[[1604736000,1639814400,403200,None,None,None,None,None,None,None,None,None,None,None,None,None,None ,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None, None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None,None]]]
|
We will fix this in future Checkmk Releases!
Files and directories
Warning |
---|
This is the code for the prediction. Please don't do any changes inside these files |
...