文件名称:analytics-webhook-server:Chef 分析管道的示例 Webhook 服务器
文件大小:18KB
文件格式:ZIP
更新时间:2024-08-01 06:33:27
Ruby
#analytics-webhook-server 用于接受分析通知的通用 webhook 服务器 ##Prerequisites 安装依赖项: $ bundle ##配置 当前支持的输出类型:###Log 将接收到的数据写入日志文件 --- output: type: log ###File 将接收到的数据写入名为message_id .json 的文件,其中message_id来自分析通知的id字段。 如果未指定,则将其存储在配置的路径dest_dir或/tmp中 --- output: type: file settings: dest_dir: /path/to/dir ###Exec 执行使用分析通知中的变量指定的命令。 可用字段记录在 --- output: type: exec settings:
【文件预览】:
analytics-webhook-server-master
----config.ru(680B)
----.ruby-version(6B)
----LICENSE(11KB)
----helpers()
--------exec_output.rb(988B)
--------log_output.rb(710B)
--------exception.rb(757B)
--------base.rb(1KB)
--------file_output.rb(993B)
--------init.rb(789B)
----spec()
--------spec_helper.rb(832B)
--------routes()
----app.rb(1KB)
----README.md(2KB)
----config()
--------settings.yml(86B)
----routes()
--------messages.rb(2KB)
--------init.rb(672B)
----Gemfile(209B)
----Rakefile(793B)
----test()
--------routes()
----Gemfile.lock(997B)