iwatch 0.2.2-9.1 source package in Ubuntu

Changelog

iwatch (0.2.2-9.1) unstable; urgency=medium

  * Non-maintainer upload.
  * No source change upload to rebuild with debhelper 13.10.

 -- Michael Biebl <email address hidden>  Sat, 15 Oct 2022 12:11:18 +0200

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
iwatch_0.2.2-9.1.dsc 1.8 KiB ea07c33b7755cfd6974c47f89c5b88dc5ca9d24d5a131157aac7fe842d8c368e
iwatch_0.2.2.orig.tar.gz 15.9 KiB cd4d5219241ab44a79719a23ed07f5dd14ec9dba0698ed28f187cd3bcfbd99b0
iwatch_0.2.2-9.1.debian.tar.xz 12.8 KiB c06b30a8e7abc3f6cbc089530db57c73cd3dd1f5bc685222533181af506e2d86

Available diffs

No changes file available.

Binary packages built by this source

iwatch: realtime filesystem monitoring program using inotify

 inotify (inode notify) is a Linux kernel subsystem that monitors
 events in filesystems and reports those events to applications in
 real time.
 .
 inotify can be used to monitor individual files or directories.
 When a directory is monitored, inotify will return events for the
 directory itself and for files inside the directory.
 .
 iWatch is a Perl wrap to inotify to monitor changes in specific
 directories or files, sending alarms to the system administrator
 (or other destination) in real time. It can:
 .
   - Send notifications via email about changes.
   - Take programmable actions immediately, as emitting alerts via
     XMPP (jabber) messengers, Telegram or executing a local program
     or script.
   - Act as HIDS (Host-based Intrusion Detection System) or an
     integrity checker, complementing the firewall system in
     networks and improving the security.
 .
 iWatch can run as a simple command, as well a daemon.
 .
 A good example of iWatch usage is to monitor the pages directory
 in webservers to warn, in real time, about defacements or file
 insertions. Other example is to synchronize configuration files
 between machines, when they are changed, as in DHCP servers acting
 in failover mode. You also use to synchronize files, via rsync,
 when these files are changed.