mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
apinger: add apinger package
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>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- apinger-0.6.1/src/apinger.conf.orig 2015-04-08 16:05:24.558919722 +0000
|
||||
+++ apinger-0.6.1/src/apinger.conf 2015-04-08 16:07:47.089170236 +0000
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
## User and group the pinger should run as
|
||||
user "nobody"
|
||||
-group "nobody"
|
||||
+group "nogroup"
|
||||
|
||||
## Mailer to use (default: "/usr/lib/sendmail -t")
|
||||
#mailer "/var/qmail/bin/qmail-inject"
|
||||
Reference in New Issue
Block a user