-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dani
committed
Jun 20, 2024
1 parent
1bed4bf
commit a8b753e
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,13 +21,13 @@ | |
'specific_string' => env('LA_SPECIFIC_STRING', ''), // also possible: 'table lock' or 'foo' or 'bar' or leave empty '' to enable any word | ||
|
||
// notification message for log alarm | ||
'notification_message' => env('LA_NOTIFICATION_MESSAGE', 'Log Alarm got triggered!'), | ||
'notification_message' => env('LA_NOTIFICATION_MESSAGE', ''), // Leave empty '' to enable error log triggered alarm | ||
|
||
// Slack webhook url for log alarm | ||
'slack_webhook_url' => env('LA_SLACK_WEBHOOK_URL', ''), | ||
|
||
// notification email address for log alarm | ||
'notification_email' => env('LA_NOTIFICATION_EMAIL', '[email protected],[email protected]'), | ||
'notification_email' => env('LA_NOTIFICATION_EMAIL', '[email protected]'), // also possible: '[email protected],[email protected]' | ||
|
||
// notification email subject for log alarm | ||
'notification_email_subject' => env('LA_NOTIFICATION_EMAIL_SUBJECT', 'Log Alarm Notification'), | ||
|