Skip to content

Commit

Permalink
Clean up sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Green committed Dec 31, 2023
1 parent 9b5e7c5 commit 50b1bf3
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
---
channels:

- name: "slack_alerts"
type: "sender"
url: "generic:localhost:5000/?contentType=json"

- name: "http_webhook"
type: "sender"
url: "ifttt:/dfgdfgd/dfg/dfg/"

- name: "restart!"
type: "restart"

- name: "jdump"
type: "exec"
shell: |
jdump $OARB_PID | gzip -9 > /tmp/jump-`date`.gz
jdump $OAB_PID | gzip -9 > /tmp/jump-$(date).gz
signals:

- regex: "go"
channel: "slack_alerts"
backoff: 5s
- regex: "rror"
channel: "jdump"

0 comments on commit 50b1bf3

Please sign in to comment.