From d7c01bab1a49d9b1f3ec917ab4dcba817b5eac72 Mon Sep 17 00:00:00 2001 From: paladox Date: Tue, 2 Jan 2024 14:10:51 +0000 Subject: [PATCH] Update users.conf --- modules/monitoring/files/users.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/monitoring/files/users.conf b/modules/monitoring/files/users.conf index bffa96d23e..f6984ba182 100644 --- a/modules/monitoring/files/users.conf +++ b/modules/monitoring/files/users.conf @@ -26,6 +26,17 @@ object User "paladox" { enable_notifications = false } +object User "reception" { + import "generic-user" + display_name = "Reception123" + groups = [ "sre" ] + email = "reception123@miraheze.org" + 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"