dd-agent icon indicating copy to clipboard operation
dd-agent copied to clipboard

FreeBSD Feedback

Open garnermccloud opened this issue 11 years ago • 2 comments

From https://datadog.desk.com/agent/case/18285

  • Get the agent into the FreeBSD ports tree. Include a nice init script with knobs for rc.conf. You will get packaging basically for free because ports eventually get packaged by the FreeBSD project itself for use with pkgng.
  • Support Jails a bit better. It is pretty easy to detect that you are in a FreeBSD jail. Otherwise, it is also pretty straightforward to figure out if a host has jails running. Things like CPU usage and disk latency are pretty pointless when inside a jail, since those are shared with the main host. It’s a bit like Solaris Zones, if you are familiar with that concept.
  • Better support for ZFS. It would be awesome if Datadog could give me useful stats about my ZFS volumes (cache usage, memory usage, deduplication factors,. etc). Note that this would not make sense from inside a FreeBSD jail.

garnermccloud avatar Nov 21 '14 23:11 garnermccloud

+1 just switched stuff to collectd as it already provides these metrics for me.

dch avatar Oct 07 '15 08:10 dch

I've been working on making FreeBSD port. More details #350

urosgruber avatar Oct 31 '15 21:10 urosgruber