Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Does not update contact groups #5

Open
goetzk opened this issue Mar 3, 2017 · 1 comment
Open

Does not update contact groups #5

goetzk opened this issue Mar 3, 2017 · 1 comment

Comments

@goetzk
Copy link
Owner

goetzk commented Mar 3, 2017

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.

@goetzk
Copy link
Owner Author

goetzk commented Mar 3, 2017

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.

goetzk added a commit that referenced this issue Apr 11, 2017
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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant