...
In all versions, Abiquo metrics usage system: abiquo-metrics-usage-system
Abiquo 6.2
Abiquo 6.1 with new billing
Periodic process |
---|
Abiquo properties
...
How is it run? | Default | ||
---|---|---|---|
Abiquo on-premise billing | abiquo.billing.task.cron property | ||
abiquo.billing.task.cron | Cron expression to run the consolidation of usage and cost from private cloud and public cloud providers. To generate valid expressions, you can use this tool: https://www.freeformatter.com/cron-expression-generator-quartz.html . Some other commonly used tools may generate invalid expressions. | 0 30 0 ? * * * | |||
abiquo.pricefactor.type.product.check.cron | Cron expression to run the periodic checks of price factor bill type and products. | 0 0 0 1 * * | |||
abiquo.tagging.synccheckcron | Cron expression to run the periodic tag synchronization by enterprise. If the cron expression is not compatible with Quartz, the platform will use the default. | 0 0 */4 ? * * |
...
To periodically remove temporary tables from the DB, add the following cron job on the reporting or database server.
Code Block |
---|
0 1 * * * root mysql -ureporter -preporter -e "CALL kinton_reporting.TruncateRLSTables ();" |
...
Abiquo 6.0
Properties
In Abiquo 6.0, this
abiquo.billing.task.cron | Cron expression to run the consolidation of usage and cost from public cloud providers. To generate valid expressions, you can use this tool: https://www.freeformatter.com/cron-expression-generator-quartz.html . Some other commonly used tools may generate invalid expressions. | 0 30 0 ? * * * |