Skip to content

Commit

Permalink
remove alex shell + icinga (#4122)
Browse files Browse the repository at this point in the history
per T13016
  • Loading branch information
MacFan4000 authored Jan 1, 2025
1 parent f85f6dd commit 81e3c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
11 changes: 0 additions & 11 deletions modules/monitoring/files/users.conf
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,6 @@ object User "paladox" {
enable_notifications = false
}

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

/* User groups */

object UserGroup "infra" {
Expand Down
8 changes: 3 additions & 5 deletions modules/users/data/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ groups:
ops:
gid: 2000
description: roots, sudo everywhere
members: [agent, alex, evalprime, paladox, reception, universalomega, void]
members: [agent, evalprime, paladox, reception, universalomega, void]
privileges: ['ALL = (ALL) NOPASSWD: ALL']
mediawiki-admins:
gid: 2001
Expand Down Expand Up @@ -176,13 +176,11 @@ users:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDYndIxzLtu9icCCMJIKTZXKk9rdJRP/Nsfyb2kfcZEy
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZcRCYjd0F3DWjQbvY16pEFBWttdVaCWzOzIrvWmmB3
alex:
ensure: present
ensure: absent
uid: 1016
name: alex
realname: Alex
ssh_keys:
- [email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIK1eR7I1K/AL6R9RxDOaldPLSDRpN5jl0+lMJq1Fa4tzAAAABHNzaDo= [email protected]
- [email protected] AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAIIFhlw40YKZdLPFIfhzApQpdwPC8rdxWD2kppomPt8OUAAAABHNzaDo= alex-wikitide-backup@yubikey-nfc2
ssh_keys: []
owen:
ensure: absent
uid: 1017
Expand Down

0 comments on commit 81e3c91

Please sign in to comment.