aboutsummaryrefslogtreecommitdiff
path: root/net/apinger/Makefile
Commit message (Collapse)AuthorAge
* apinger: add rrd graph supportJaymin Patel2022-07-29
| | | | | | | | | - add package apinger-rrd for RRD graphs - add RPC to get an overview and update graphs - fix interface hotplug to restart apinger instance - add patch to split alarms list in the status Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* apinger: improve uci and procd supportJaymin Patel2022-07-12
| | | | | | | | | | | | | | | | | - convert apinger into procd instances - generate instance specific apinger.conf from uci - hotplug handling for apinger alarms - restart apinger interface instance on ifup action of interface - don't exit on packet count mismatch, allows to use apinger as monitor for multiple targets handling - add srcip option to target configuration, allows specifying source ip used to monitor target - allow creating status file in script parseable format Patches are ported against latest version of apinger and referenced from https://git.pld-linux.org/?p=packages/apinger.git;a=summary Signed-off-by: Jaymin Patel <jem.patel@gmail.com>
* apinger: fix compilation with GCC 10Rosen Penev2020-07-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apinger: Fix PKG_SOURCE_VERSIONRosen Penev2019-09-01
| | | | | | Too short Signed-off-by: Rosen Penev <rosenp@gmail.com>
* apinger: Update to latest git revisionRosen Penev2019-06-28
| | | | | | | | This project seems abandoned. Updated to latest version. Also cleaned up the Makefile quite a bit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* apinger: add apinger packageAlex Samorukov2015-04-08
Alarm Pinger (apinger) is a little tool which monitors various IP devices by simple ICMP echo requests. There are various other tools, that can do this, but most of them are shell or perl scripts, spawning many processes, thus much CPU-expensive, especially when one wants continuous monitoring and fast response on target failure. Signed-off-by: Alex Samorukov <samm@os2.kiev.ua>