Replies: 4 comments 3 replies
-
|
@PPisz , any errors in the usage.log? |
Beta Was this translation helpful? Give feedback.
-
|
@DaanHoogland Error: Found 187 usage records with raw_usage > 24 Is there any way to fix these errors? |
Beta Was this translation helpful? Give feedback.
-
|
@DaanHoogland We can't seem to figure this out. Is it possible to find the query that generates this alert somewhere in the CS source code? This would make it easier for us to find and fix invalid records.
The example query returns nothing, but we're probably doing it wrong. |
Beta Was this translation helpful? Give feedback.
-
|
@DaanHoogland Ok, based on these queries: We managed to track down one VM that was deleted in January and events are logged for it every day at 11:59 PM: select * from usage_event where resource_id = 1790 and type like 'VM.%'; Events: select vm.id, vm.name, vm.removed, cu.* from We've checked several resources and they appear to have valid deletion dates. We're continuing our investigation, but any suggestions on what might be generating these events? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to check the consistency of the CS database? For some time now, no usage_job process has completed successfully, and I don't know why.
Beta Was this translation helpful? Give feedback.
All reactions