pdagent icon indicating copy to clipboard operation
pdagent copied to clipboard

pdagent is now supported on FreeBSD

Open ghost opened this issue 8 years ago • 1 comments

Please list this on your README

http://www.freshports.org/net-mgmt/py-pdagent/

ghost avatar Sep 19 '17 15:09 ghost

Yes, please do. I was looking to getting it from source when I found this issue. Can we help? It's a simple command to install it, the wording could be something like:

FreeBSD

The agent has been ported to FreeBSD. To install from packages:

sudo pkg install py27-pdagent pdagent-integrations

Then, in the 'Verify the agent is running' section the command for FreeBSD is:

service pdagentd status

The difference is that the service name ends with a 'd'.

(Edits: added integrations to install and command to check service status)

bgdnlp avatar Apr 03 '18 11:04 bgdnlp