NIXStats / nixstatsagent

NIXStats monitoring agent
https://www.nixstats.com
Other
92 stars 38 forks source link

RHEL 8 support #34

Closed idnovic closed 3 years ago

idnovic commented 5 years ago

I wanted to install nixstatsagent on rhel 8 beta. I was not able to use your guide but downloaded the .sh file and made changes. You can view it here https://github.com/idnovic/nixstatsagent/blob/master/nixstatsagent.sh

It is just a quick fix. You can diff the file with your version to look for the changes I needed to make to support rhel 8. As far as I remember I swapped wget for curl because wget is not in any repo for rhel 8 right now. Maybe I edited other parts too, dunno.

Thank you

damianperera commented 3 years ago

This still doesn't support RHEL 8 although it was released on September 24th, 2019.

Fails with the below errors when attempting to install on CentOS 8.1:

nixstatsagent.sh: line 1061: nixstatshello: command not found
which: no nixstatsagent in (/sbin:/bin:/usr/sbin:/usr/bin)