Tendrl / notifier

Notification delivery component for the Tendrl Core stack.
GNU Lesser General Public License v2.1
2 stars 9 forks source link

SNMP notification handler needs host ip and community name to send notification #127

Closed GowthamShanmugam closed 6 years ago

GowthamShanmugam commented 6 years ago

pysnmp message is sent to the particular host using host IP and community name, it can be multiple IP's and multiple communities based on a number of users. Where should these inputs come from? if those are from etcd means we need separate API and UI change. or it can be a conf file but the problem is if a new user is added then the user has to change the config file and needs to restart notifier every time. Need suggestion.

GowthamShanmugam commented 6 years ago

@r0h4n @brainfunked @nthomas-redhat @shtripat @anmolbabu @anivargi

shtripat commented 6 years ago

Second option would not be suggested as it needs restart etc for the service on user addition.

GowthamShanmugam commented 6 years ago

@nthomas-redhat your suggestion please

r0h4n commented 6 years ago

@GowthamShanmugam please update this issue with conclusion

r0h4n commented 6 years ago

Seems like we are using config file for now