...
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
Debugging
Before we start debugging the predictive monitoring, we need to increase the log level of Livestatus to debug as described here: How to collect troubleshooting data for various issue types#Core
...
Tip |
---|
So the prediction for this should work! |
Common issues
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 central node.
...
Code Block |
---|
|
Error: There is currently no prediction information available for this service. |
No reference for prediction yet
Note |
---|
Checkmk will show a prediction if he has enough history data. In case you don't have enough data, you can configure a shorter time horizon! |
Crash report on prediction icon
Code Block |
---|
|
Internal error: ’>’ not supported between instances of ‘NoneType’ and ‘NoneType’
An internal error occurred while processing your request. You can report this issue to the Checkmk team to help fixing this issue. Please open the crash report page and use the form for reporting the problem. |
...
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 |
...
Code Block |
---|
|
OMD[mysite]~# ~/lib/python3/cmk/base/check_api.py
OMD[mysite]~# ~/lib/python3/cmk/gui/prediction.py
OMD[mysite]~# ~/lib/python3/cmk/base/prediction.py
|
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | KB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label in ( "lql" , "lql_queries" , "predictive_monitoring" , "troubleshooting" ) and type = "page" and space = "KB" |
---|
labels | predictive_monitoring lql lql_queries |
---|
|
...