Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Abiquo accounting consistency check is a set of mysql queries performed by a bash script that highlights any possible inconsistency between deployed/used resources and accounted data.
The script just perform SELECT queries, therefore is safe to run this script in production environments.
It might be interesting to run the accounting consistency check script periodically in a cron job and notify to Abiquo support team through a Zendesk ticket any inconsistency reported.
The script returns 0 if there aren't inconsistencies or 1 if inconsistencies are found.

Request a copy of the script through a ticket in Abiquo Zendesk portal.

Versions

Abiquo accounting consistency check has been extensively tested in Abiquo 2.6 and Abiquo 3.x versions, but it should work also for older Abiquo 2.3 version.

Note
titleScript disclaimer
Even if the script has been tested extensively it may show false positives in certain circumstances.
Please, if the script report inconsistencies, let Abiquo support know before perform any change to the database without confirmation.

Requirements

accounting_check.sh requires mysql client tools installed and at least read/select access to Abiquo kinton and kinton_accounting databases.

...