def enable_alert(commandParameters, channel): Splunk.enableAlert(commandParameters[0]) HipChat.postNotification("{} enabled".format(commandParameters[0]), channel)
def enableAlert(params): return splunk.enableAlert(params[0])