I have 2 InfluxDB sources setup each with their one Kapacitor definition.
I need for each of these sources to use the appropriate Kapacitor setup when sending alerts.
The problem I’m having is that when I connect to a source alerts from the source I’m not currently connected are sent to that connected source’s Slack channel. These sources are for different customers so I can’t have this be happening since the alerts include the customer name and hostname.
No matter which source I am currently viewing in Chronograf the TickScripts show.
What is the recommend method for having multiple customers on the same Chronograf, Kapacitor, InfluxDB server and sending alerts to different Slack channels based on the customer?
Thanks!