├── LICENSE ├── README.md └── spaceQuota ├── README.md ├── alerts.json └── spaceQuota.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monolive/ambari-custom-alerts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monolive/ambari-custom-alerts/HEAD/README.md -------------------------------------------------------------------------------- /spaceQuota/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monolive/ambari-custom-alerts/HEAD/spaceQuota/README.md -------------------------------------------------------------------------------- /spaceQuota/alerts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monolive/ambari-custom-alerts/HEAD/spaceQuota/alerts.json -------------------------------------------------------------------------------- /spaceQuota/spaceQuota.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monolive/ambari-custom-alerts/HEAD/spaceQuota/spaceQuota.py --------------------------------------------------------------------------------