-
Notifications
You must be signed in to change notification settings - Fork 0
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
yacut
committed
May 18, 2020
1 parent
b27a4b5
commit 28b1121
Showing
3 changed files
with
4 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
object User "ilert-high-priority" { | ||
display_name = "iLert - high priority" | ||
groups = [ "icingaadmins" ] | ||
email = "[email protected]" | ||
states = [ OK, Warning, Critical, Unknown] | ||
types = [ Problem, Recovery, Acknowledgement ] | ||
vars.additional_notes = "This is an iLert user for high priority incidents." | ||
|
@@ -11,7 +10,6 @@ object User "ilert-high-priority" { | |
object User "ilert-low-priority" { | ||
display_name = "iLert - low priority" | ||
groups = [ "icingaadmins" ] | ||
email = "[email protected]" | ||
states = [ OK, Warning, Critical, Unknown] | ||
types = [ Problem, Recovery, Acknowledgement ] | ||
vars.additional_notes = "This is an iLert user for low priority incidents." | ||
|
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
object User "ilert" { | ||
display_name = "iLert" | ||
groups = [ "icingaadmins" ] | ||
email = "[email protected]" | ||
states = [ OK, Warning, Critical, Unknown] | ||
types = [ Problem, Recovery, Acknowledgement ] | ||
vars.additional_notes = "This user maps to an alert source in iLert." | ||
|
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