No commit activity in last 3 years
No release in over 3 years
Fluentd Output plugin to make a call with Pushover API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 0

Runtime

 Project Readme

fluent-plugin-pushover Build Status Code Climate

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