The source project of this merge request has been removed.
Various fixes and changes to the Arex ganglia implementation
Begin arcbot message
This merge request is automatically copied from !514 (merged) orginally made by @maikenp
End arcbot message
Instead of using gangliarc to extract jobs-metrics, the built-in arex-ganglia implementation can be used.
To enable it in arc.conf
[arex/ganglia]
At the moment only metrics on jobs is collected. If you want e.g. heartbeat or data-staging metrics you at the moment will also need to run gangliarc.
This merge includes:
- Fixed wrong order for configuration processing hindering arex-ganglia to be enabled
- Extended metrics to include failed jobs
- Cleaned up code