Sha256: 435c60ec7fb3ab2ac97b039100fc3ce70d4c4344af5419bf3b30141e7c8a6ac9
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
fluent-plugin-pushover [![Build Status](https://travis-ci.org/hkar/fluent-plugin-pushover.svg?branch=master)](https://travis-ci.org/hkar/fluent-plugin-pushover) ===================== ## Installation td-agent-gem install fluent-plugin-pushover ## Setting ``` <match error_5xx.**> type pushover # Set account_token (app token) and user_key (id of client) account_token <YOUR_TOKEN> # Required user_key <YOUR_TOKEN> # Required # Set log level to prevent info error for Fluentd v0.10.43 or later. log_level warn </match> ``` ## License Apache License, Version 2.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-pushover-1.0.0 | README.md |