aodh-3.6
OpenStack Alarming as a Service - Python 3.x client
Install
- All systems
-
curl cmd.cat/aodh-3.6.sh
- Debian
-
apt-get install python3-aodhclient
- Ubuntu
-
apt-get install python3-aodhclient
- Kali Linux
-
apt-get install python3-aodhclient
- Fedora
-
dnf install python3-aodhclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-aodhclient
- Raspbian
-
apt-get install python3-aodhclient
- Dockerfile
- dockerfile.run/aodh-3.6
python3-aodhclient
OpenStack Alarming as a Service - Python 3.x client
Aodh provides alarming for OpenStack. The alarming component of Aodh, first delivered in the Havana version, allows you to set alarms based on threshold evaluation for a collection of samples. An alarm can be set on a single meter, or on a combination. For example, you may want to trigger an alarm when the memory consumption reaches 70% on a given instance if the instance has been up for more than 10 min. This package contains the Python 3.x module.