PagerDuty / pdagent

The PagerDuty Agent is a program that lets you easily integrate your monitoring system with PagerDuty.

Home Page:http://www.pagerduty.com/docs/guides/agent-install-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pdagent is now supported on FreeBSD

opened this issue · comments

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)