A Red Hat Enteprise Linux plugin for New Relic
While it's not tested, it should also work with the RHEL-derived projects like
RPM
python setup.py sdist_rpm
cd dist/
rpm -ivh <RPM You Just Made>.rpm / yum install <RPM You Just Made>.rpm
*Obviously you only have to use rpm OR yum (not both), and you only have to make the RPM for each architecture you're using.
Source Distribution
python setup.py sdist
cd dist/
tar zxf <The Tarball>
cd <The Directory you just unzipped>
python setup.py install