-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cumulative fixes for Python 3 and modern linux support. #153
Conversation
Current status: Testing on RHEL 8 and Ubuntu 18 and 20 to confirm it resolves reported issues. |
Hello! Is this work still being considered? I'm also affected by issue #152 and saw that this hasn't been updated in a while. |
Sorry @Gleland , we are currently working to replace this project with https://github.com/PagerDuty/go-pdagent so we should consider the PR abandoned. We left this open in case folks want to cherry-pick fixes from it. |
Thanks for the fast response, @bzmw ! Is there alternative documentation for the go instructions (other than the project's README)? For reference, I'm following these guides [0,1], which points to the python-based agent as the latest, and as being preferred over the perl agent. [0] https://www.pagerduty.com/docs/guides/agent-install-guide/ |
@Gleland currently there is not! We're actively working on update that documentation and more right now. |
Notably this should help resolve:
python
andpycompile
rather than their Python 3 variants (see: Ubuntu 20 Install Fails #152).make ubuntu
#151)./lib/systemd/system
when not available.The additions/deletions from
pd-queue
,pd-send
and their*.py
iterations are mostly just a copy, with a minor change inpd-queue
to leveragesix
'siteritems
.