This is a new GMOND Python Module that gets metrics from EMC RecoverPoint v 4.x replication appliances via their REST API.
Currently gathers per Consistency Group:
- Data, Time and Journal Lags
- Incoming (SAN) and Outgoing (WAN) traffic, compression and dedupe ratios.
- Initialisation Traffic and completion metrics
- Journal size and capacity usage metrics
- Compatible with Recoverpoint 4.x
- Python modules: requests and urllib3
- Save the recoverpoint4.pyconf into /etc/ganglia/conf.d directory.
- Save the recoverpoint4.py into your ganglia python module dir eg: /usr/lib/ganglia/python_modules. Update the cluster ip and username and passwords.
- Restart gmond and a "recoverpoint" host should appear in ganglia.
Author: Evan Fraser <[email protected]>