mirror of
https://github.com/alerta/alerta-contrib.git
synced 2025-03-17 14:02:38 +00:00
36 lines
673 B
Markdown
36 lines
673 B
Markdown
Pinger Integration
|
|
==================
|
|
|
|
Monitor network availability using ICMP Ping and generate alerts on failures.
|
|
|
|
For help, join [](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
|
|
-------------
|
|
|
|
Add "ping targets" to `/etc/alerta/alert-pinger.targets`:
|
|
|
|
```yaml
|
|
|
|
```
|
|
|
|
References
|
|
----------
|
|
|
|
|
|
|
|
License
|
|
-------
|
|
|
|
Copyright (c) 2014-2016 Nick Satterly. Available under the MIT License.
|