Skip to content

Files

Latest commit

0400578 · Nov 17, 2017

History

History
This branch is 12 commits ahead of, 91 commits behind alerta/alerta-contrib:master.

pinger

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 10, 2016
Nov 17, 2017
Nov 16, 2017

Pinger Integration

Monitor network availability using ICMP Ping and generate alerts on failures.

For help, join Gitter chat

Installation

Clone the GitHub repo and run:

$ python setup.py install

Or, to install remotely from GitHub run:

$ pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/pinger

Configuration

Add "ping targets" to alerta-pinger.targets in the following format:

---
- environment: Production
  service: [Web]
  targets:
    - search.twitter.com
    - www.nytimes.com
    - www.google.com
    - www.nyc.gov
    - newyork.yankees.mlb.com

References

License

Copyright (c) 2014-2016 Nick Satterly. Available under the MIT License.