Details
Description
Ambari Alerts will call the get_tokens(): functions in an alert script to populate the configurations dictionary. However, if get_tokens(): only requests one configuration parameter, the dictionary will look like this:
{"a": "a", "o": "o", "e": "e", "i": "i", "h": "h", "-": "-", "m": "m", "/": "/", ".": ".", "s": "s", "r": "r", "u": "u", "t": "t", "v": "v"}