Initial commit

This commit is contained in:
Yaser
2026-08-13 19:42:08 +03:30
commit d59bf30ef0
173 changed files with 11702 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
global:
# The smarthost and SMTP sender used for mail notifications.
smtp_smarthost: 'mail.fibitex.com:587'
smtp_from: 'info@fibitex.com'
smtp_auth_username: 'info@fibitex.com'
smtp_auth_password: '1qaz2wsx!QAZ@WSX'
smtp_auth_identity: 'info@fibitex.com'
route:
group_by: ['instance', 'severity']
group_wait: 30s
group_interval: 30s
repeat_interval: 30m
receiver: 'stage'
receivers:
- name: 'stage'
email_configs:
- send_resolved: true
to: 'EMAIL-MAILBOX-FOR-RECEIVER'