Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Requirements

  • RPM needs to be installed in Abiquo API server
  • Abiquo-usage requires internet access to send data to Abiquo heartbeat endpoint.
  • Abiquo-usage requires DNS resolution service properly configured. In example, a ping to mirror.abiquo.com must work.
  • Abiquo-usage requires a cron deamon installed. By default, Abiquo nodes have already installed cronie daemon and no extra step is required.

Installation

To install abiquo-usage script simply execute:

Installation
# rpm -Uvh http://mirror.abiquo.com/tools/abiquo-usage-0.5-0.noarch.rpm

Current RPM MD5: 28753efcbbc1b2a795e2601fc6169d70

To confirm that the RPM has been installed successfully and is working well, execute:

Test installation
# /opt/abiquo-usage/abiquo-usage

No output should be returned.

How abiquo-usage works

Abiquo-usage statistics script perform some basic queries to gather information about how Abiquo software is being use.

The script runs twice a week, you can see run schedule by executing:

Show schedule
# cat /etc/cron.d/abiquo-usage

Each time the script is executed, few basic queries are performed to Abiquo database to obtain some statistics.
Values gathered are encrypted and posted to an Abiquo endpoint.
If by any reason the endpoint is not reachable, encrypted data is stored locally to file: /etc/abiquo-usage.

  • No labels