0
0
Fork 0
mirror of https://github.com/alerta/alerta-contrib.git synced 2025-03-18 06:12:51 +00:00
alerta_alerta-contrib/integrations/pinger/README.md

45 lines
939 B
Markdown
Raw Normal View History

2016-12-10 16:51:58 +00:00
Pinger Integration
==================
Monitor network availability using ICMP Ping and generate alerts on failures.
For help, join [![Gitter chat](https://badges.gitter.im/alerta/chat.png)](https://gitter.im/alerta/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
-------------
2016-12-10 21:25:47 +00:00
Add "ping targets" to `alerta-pinger.targets` in the following format:
2016-12-10 16:51:58 +00:00
```yaml
2016-12-10 21:25:47 +00:00
---
- environment: Production
service: [Web]
targets:
- search.twitter.com
- www.nytimes.com
- www.google.com
- www.nyc.gov
- newyork.yankees.mlb.com
2016-12-10 16:51:58 +00:00
```
References
----------
2016-12-10 21:25:47 +00:00
* RFC792 Internet Control Message Protocol: https://tools.ietf.org/html/rfc792
2016-12-10 16:51:58 +00:00
License
-------
Copyright (c) 2014-2016 Nick Satterly. Available under the MIT License.