You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.
Notifications aren't sent correctly because contact groups aren't updated by the role.
cat contactgroups/*
define contactgroup{
contactgroup_name admins
alias admins
members admin
}
define contactgroup{
contactgroup_name users
alias users
members admin
}
Thought: anyone marked is_admin should go in admins, everyone should be in users.
TBC.
The text was updated successfully, but these errors were encountered:
Building a list of contacts who's is_admin flag is set to 1 and passing that list to the template has turned out to be harder than I thought; I will have to revisit this another time.
Contact groups are a useful way of sending alerts and avoiding single person
failures. I can't quite figure out what I need to do yet so I'm goint to put
this on the backburner while I consider issues #7 and #9.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Notifications aren't sent correctly because contact groups aren't updated by the role.
Thought: anyone marked is_admin should go in admins, everyone should be in users.
TBC.
The text was updated successfully, but these errors were encountered: