- Change baseline calculations to use integers instead of floats to simplify data. - Update LLM constraints and prompt for more accurate anomaly detection. - Refine known_issues to reduce false positives. - Update PROGRESS.md with new TODO items.
26 lines
1.1 KiB
JSON
26 lines
1.1 KiB
JSON
[
|
|
{
|
|
"issue": "CPU temperatures less then the average",
|
|
"resolution": "This is normal behavior for CPU's when not in use. Lower Temps are usually a good thing"
|
|
},
|
|
{
|
|
"issue": "Access attempts from unknown IP Addresses",
|
|
"resolution": "ufw has been enabled, and blocks all default connections by default. The only IP Addresses allowed are 192.168.2.0/24 and 100.64.0.0/10"
|
|
},
|
|
{
|
|
"issue": "Network Timing values are lower then average",
|
|
"resolution": "In networking, timing values lower then the average are often good things, and do not need to be considered an anomaly"
|
|
},
|
|
{
|
|
"issue": "Port 62078 is open",
|
|
"resolution": "This is normal behavior for Apple devices. Do not report."
|
|
},
|
|
{
|
|
"issue": "RTT averages are higher then average",
|
|
"resolution": "Fluctuation is normal, and there is no need to report anything within 5s of the average RTT."
|
|
},
|
|
{
|
|
"issue": "Temperatures are higher then average",
|
|
"resolution": "Fluctuation is normal, and there is no need to report anything within 5deg Celcius of the average Temperature."
|
|
}
|
|
] |