You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
A Java application to monitor all the API's happening in the CloudStack platform and to export the stats for external system
Getting Started
Steps mentioned below will tell you how to get started withe the project.
Prerequisites
What things you need to install the software and how to install them
MandatoryJava 8+Apache MavenAny IDE to import the projectMysqlOptionalDocker for running containersPrometheus and grafana to receive stats and draw graphsKafka cluster to receive cloudstack events
Installing
A step by step series of instructions that tell you how to start the project
Download the project
git clone <repo url>
Import the project into any IDE as a Maven project.
To talk to CloudStack, you need the URL endpoint, ApiKey and SecretKey.You need to enter these values in "application.properties" file.
It can connect to multiple CLoudStack endpoints simultaneously.If you have 5 data centers with CloudStack installedin different regions then you need to enter the abovementioned three parameters corresponding to the locationname.
For ex: If you have CloudStack instance running in USA,EUROPE and ASIA location, below is the configurationyou need to enter