Anyone succeeded?
Here is my setting for postUrl. ================================== ubuntu@ip-172-31-55-130:/etc/opscenter/event-plugins$ more posturl.conf [posturl] enabled=1 # levels can be comma delimited list of any of the following: # DEBUG,INFO,WARN,ERROR,CRITICAL,ALERT # If left empty, will listen for all levels levels= # clusters is a comma delimited list of cluster names for which # this alert config will be eligible to run. # If left empty, this alert will will be called for events on all clusters clusters= # the URL to send a HTTP POST to url=https://alert.victorops.com/integrations/generic********* # Set a username for basic HTTP authorization #username=foo # Set a password for basic HTTP authorization #password=bar # Set the type of posted data. Available options are 'json' or 'form' post_type=json # Fields specified here will override the default event data fields. # # They must be formatted as key-value pair, with key and value separated by # an equals (=). Each pair after the first must be on its own line, # indented beyond the first line # # You may use tokens found within the default event data for or in # values. For example, some available keys are: # cluster, time, level_str, message, target_node, event_source, success, api_source_ip, user, source_node # Keys must be encapsulated in {brackets}. # #fields=textKey=value # mixedKey=cluster-{cluster} # event-msg={message} message_type=CRITICAL