Contrail Analytic alarm triggered due to disk utilisation high on the node
Disk usage exceeds high threshold limit.
contrail services running on then node will get impacted.
Check the alarm details in analytics API call.
Please run the below query in GET call from REST Client or from CURL query on the node (the node should listen to analytics-api service)
http://<analytics-api>:8081/analytics/alarms", "name": "alarms
From the TF UI
Monitor -> Alarms -> Dashboard.
Navigate to the node, which has shown high Disk usage, execute linux commands like (du -hs) across the filesystems and delete/move the files or directory which is causing high disk usage.
Note :- Before moving or deleting the file, please check the context/usage of the files, directory in the system
created