python2-aodh
OpenStack Alarming as a Service - Python 2.7 client
Install
- All systems
-
curl cmd.cat/python2-aodh.sh
- Debian
-
apt-get install python-aodhclient
- Ubuntu
-
apt-get install python-aodhclient
- Kali Linux
-
apt-get install python-aodhclient
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-aodhclient
- Raspbian
-
apt-get install python-aodhclient
- Dockerfile
- dockerfile.run/python2-aodh
python-aodhclient
OpenStack Alarming as a Service - Python 2.7 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 2.7 module.