文件操作 - README.md
返回文件管理
返回主菜单
删除本文件
文件: /usr/local/src/netdata/health/notifications/pagerduty/README.md
编辑文件内容
<!-- --- title: "PagerDuty" custom_edit_url: https://github.com/netdata/netdata/edit/master/health/notifications/pagerduty/README.md --- --> # PagerDuty [PagerDuty](https://www.pagerduty.com/company/) is the enterprise incident resolution service that integrates with ITOps and DevOps monitoring stacks to improve operational reliability and agility. From enriching and aggregating events to correlating them into incidents, PagerDuty streamlines the incident management process by reducing alert noise and resolution times. Here is an example of a PagerDuty dashboard with Netdata notifications:  To have Netdata send notifications to PagerDuty, you'll first need to set up a PagerDuty `Generic API` service and install the PagerDuty agent on the host running Netdata. See the following guide for details: <https://www.pagerduty.com/docs/guides/agent-install-guide/> During the setup of the `Generic API` PagerDuty service, you'll obtain a `pagerduty service key`. Keep this **service key** handy. Once the PagerDuty agent is installed on your host and can send notifications from your host to your `Generic API` service on PagerDuty, add the **service key** to `DEFAULT_RECIPIENT_PD` in `health_alarm_notify.conf`: ``` #------------------------------------------------------------------------------ # pagerduty.com notification options # # pagerduty.com notifications require the pagerduty agent to be installed and # a "Generic API" pagerduty service. # https://www.pagerduty.com/docs/guides/agent-install-guide/ # multiple recipients can be given like this: # "<pd_service_key_1> <pd_service_key_2> ..." # enable/disable sending pagerduty notifications SEND_PD="YES" # if a role's recipients are not configured, a notification will be sent to # the "General API" pagerduty.com service that uses this service key. # (empty = do not send a notification for unconfigured roles): DEFAULT_RECIPIENT_PD="<service key>" ``` [](<>)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件