Hi,
We're running a trial setup of Cassandra and want to setup OpsCenter. We use FreeBSD as the operating system. Cassandra is up and running on a couple of nodes and we've got OpsCenter up and running on the cassandra nodes. But the OpsCenter agent is written for Linux so there are build in commands that don't match the commands in FreeBSD. Examples:
- cat /proc/net/dev
- iostat -x -d -m 60 2
- iostat -c -m 60 2
- df --print-type --no-sync --block-size=1G --local
- free
- cat /proc/loadavg
I can't seem to find a FreeBSD version or the source code to fix this ourselves? We are really interested to getting this working for FreeBSD and are willing to put in time to fix it. Is there source code available so we can (try) to port the agent, can we work together with DataStax or can we provicde DataStax with a FreeBSD server in our Cloud to port the agent?