# File lib-plugins/yapra/plugin/config/web_post.rb, line 16
    def run(data)
      agent.post(config['url'], config['params'])
      data
    end