Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
Compiling a debian package on ubuntu 16.04 fails due to the removal of pysupport from the apt repos. We need to bump the buildtooling to use dh-python.
Compiling a debian package on ubuntu 16.04 fails due to the removal of pysupport from the apt repos. We need to bump the buildtooling to use dh-python.
As a workaround, I used the provided solution in this ask ubuntu question
I'll try to do the port and file a PR