Aquila Probe is the agent that send informations to Aquila Management. In addition to the information retrievals that have been developed, a "scripts" folder is available to add server-specific Bash scripts. So, you can also use this project as an interface between HTTP requests and Bash scripts.
If you want to run it in a development mode :
- yarn install
- npm run start:dev
If you want to run it in a production mode :
- yarn install
- cp ecosystem.config.example.cjs ecosystem.config.cjs
- npm run start:pm2