LarkIT / newrelic-nfsiostat

NFS IOSTAT Module for NewRelic
2 stars 3 forks source link

Install on ubuntu #19

Closed jsdizon closed 9 years ago

jsdizon commented 9 years ago

Hi @TJM, sorry for creating an issue but is there any way to install this on ubuntu? or does it tested on ubuntu? Thanks!

TJM commented 9 years ago

I don't think anyone has put any testing in or built any packages, but you can probably install from source. https://github.com/LarkIT/newrelic-nfsiostat#source ... I don't think there is anything too CentOS/RHEL specific?

If you need to make any changes, feel free to submit a Pull Request.

Tommy

jsdizon commented 9 years ago

Thanks tommy, will give update for any encountered from trying on ubuntu. Thanks!

jsdizon commented 9 years ago

Hi @TJM,

I've encountered this error after running the "python setup.py sdist".

Traceback (most recent call last): File "setup.py", line 7, in releaseFile = open('/etc/redhat-release','r') IOError: [Errno 2] No such file or directory: '/etc/redhat-release'

So it is built with RHEL platforms only? Thanks.

jsdizon commented 9 years ago

FYI, I tried this on ubuntu.

TJM commented 9 years ago

@jsdizon You are correct. This plugin was originally forked from https://github.com/jduncan-rva/newrhelic which is RHEL/CentOS Specific. I welcome any changes to make it more generic, or rather handle more "cases" :)

jsdizon commented 9 years ago

Thanks tommy. :)