urosgruber / datadog-agent-FreeBSD

FreeBSD dd-agent port
17 stars 7 forks source link

Rc init #9

Closed Aevin1387 closed 8 years ago

Aevin1387 commented 8 years ago

This does a few things. Updates the datadog agent version to 5.6.3, adds a new build dependency, py-requests, adds a README, and modify's the name to datadog-agent. This also temporarily fixes the UID/GID by including a UID and GID file for the Makefile to use.

urosgruber commented 8 years ago

Hey, thanks for making pull request. I manage to find some free time and push my changes on master. I also included some of your ideas. Could you please check latest master. Currently only agent have rc.init script.

Aevin1387 commented 8 years ago

@urosgruber I tried out your current master, and only found a small bug. The default files for conf.d were missing, which caused a few of the default dashboard panels to not load. I've created a separate pull request with the fix.