Skip to content

Commit

Permalink
init: ssh notifier config
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Jul 25, 2024
1 parent e89120f commit 316fc94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions configs/ssh-notifier.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ssh_post_url: "https://example.com"
ssh_post_url_backup: "https://backup.example.com"

exclude:
domains:
- "example.com"
- "backup.example.com"
ips:
- "192.168.1.1"
- "192.168.1.21"
users:
- "root"
- "admin"

server:
os_type: "GENERIC"
address: "123.456.789.0"

0 comments on commit 316fc94

Please sign in to comment.