boagent
boagent copied to clipboard
Local API and monitoring agent focussed on environmental impacts of the host.
today boagent can either use scaphandre (json) to get energy consumption of the host, or rely on boaviztAPI's defaults depending on the hardware, for a given time window we need...
To complement, looks like we could guess the location from : - geoip based location : https://pytutorial.com/python-get-country-from-ip-python - or to avoid geoip and its flows we could guess the location...
# Problem / Use case We detect disks from the partition table, but this could hide hardware if there is either a software or an hardware RAID # Solution Scan...
SERVER AGENT
## NAME SERVER AGENT ## STORY In charge of an on-premise server, I want to be able to run a script that creates a server object calling the API, to...
## NOM AWS AGENT SELF CALLING ## STORY As an AWS EC2 instance owner, I want to launch a script to get the impacts of my instance (manufacture and usage)...
NOM CLIENT LIBRARY STORY As a developer, I want to assess the usage+manufacturing (ratio of usage on scope3 + scope 2) impacts of a running application on a given infrastructure....
On a Hetzner server with two SSDs in RAID1, I get a 500 Error when it's trying to sort the disks to prepare for the Boavizta API call. I included...
To be able to estimate the allocated manufacturing impact for multiple processes running at the same time on the host, I need a route and a formula to allocate a...
This pull request provides an API endpoint to query information about a process evaluated by Scaphandre. The `process` can be queried through its process ID. The API response will give...