Sign inSign up

berndinox/fluentd-pushover

By berndinox

Updated over 9 years ago

Fluentd with Pushover Driver

Image
1

992

berndinox/fluentd-pushover repository overview

Outdated
Testing ONLY
No warranty

fluentd-pushover

If any Container is issuing an error or fails with some task you will get prompted with an Pushover notficitaion.

Change User and Acc in the config file or pass the Vars to the container.

Exmaple on how to use:

version: '2'
services:
  ping:
      image: dockercloud/hello-world
      expose:
       - "80/tcp"
      logging:
       driver: "fluentd"
       options:
         fluentd-address: "10.0.0.10:24224"

You can test the stack by exec into the hello-world container and executing an "logger fail"

More (German): https://berndklaus.at/docker-error-logs-via-push/

Tag summary

Content type

Image

Digest

Size

11.2 MB

Last updated

over 9 years ago

docker pull berndinox/fluentd-pushover