pdagent
pdagent copied to clipboard
The PagerDuty Agent is a program that lets you easily integrate your monitoring system with PagerDuty.
Trying to install pdagent on Ubuntu 22.04: W: GPG error: https://packages.pagerduty.com/pdagent deb/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY AE0396CFF8253540 Running apt-get...
This was previously reported as #127 > There is currently no way to pass several fields present in the [PagerDuty Common Event Format (PD-CEF)](https://v2.developer.pagerduty.com/docs/events-api-v2#pagerduty-common-event-format-pd-cef), most notably `Severity`, `Component`, `Group`, and...
I'm running **Amazon Linux 2023** that comes preinstalled with python3 (**3.9.16**). I have created a symlink from python to python3: ``` [root@ip-10-7-3-153 bin]# which python3 /usr/bin/python3 [root@ip-10-7-3-153 bin]# which python...
[root@mo-0bda67593 bin]# pd-send -k cf2b1fbcc57646fdb1b6f3cc6f0564d0 -t trigger -d "Test test" -i server.test Traceback (most recent call last): File "/usr/bin/pd-send.py", line 126, in import pdagent.config ImportError: No module named pdagent.config
I am running a CentOS 8.3.2011 system on which I am attempting to install the PagerDuty Agent. However, problems were encountered both during the installation and the removal process. During...
Having to build locally is an annoyance. An up-to-date and ready to pull Docker image would be way more convenient.
To test the Nagios integration I attempted to send a custom notification on a service via the Nagios GUI. Currently "CUSTOM" is not an allowed event-type. ``` pd-nagios: error: argument...
The script checks for the existence of `systemctl` to determine of presence of systemd, which is fine. However, there are cases like with the Ubuntu 20.04 docker image where systemd...
Hello, We are using nagios with pager duty and we used pdagent in order to send webhook to our pager duty instance. We followed this integration guide https://www.pagerduty.com/docs/guides/nagios-integration-guide/. All our...
Following the install directions for Ubuntu the system ends up in a dirty state, and breaks apt. ``` Reading package lists... Done Building dependency tree Reading state information... Done pdagent...