Skip to content

Commit

Permalink
Update users.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 2, 2024
1 parent b84af32 commit d7c01ba
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/monitoring/files/users.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ object User "paladox" {
enable_notifications = false
}

object User "reception" {
import "generic-user"
display_name = "Reception123"
groups = [ "sre" ]
email = "[email protected]"
period = "24x7"
states = [ Up, Down, OK, Warning, Critical, Unknown ]
types = [ Problem, Recovery ]
enable_notifications = false
}

object User "irc" {
import "generic-user"
display_name = "IRC Bot"
Expand Down

0 comments on commit d7c01ba

Please sign in to comment.