iwatch 0.2.2-6 source package in Ubuntu

Changelog

iwatch (0.2.2-6) unstable; urgency=medium

  [ Joao Eriberto Mota Filho ]
  * Migrated DH level to 11.
  * debian/control:
      - Bumped Standards-Version to 4.2.1.
      - Changed from postfix to default-mta in Depends field.
      - Updated Vcs-Git field.
  * debian/copyright:
      - Added rights for Ondřej Nový.
      - Updated packaging copyright years.
  * debian/default: added a notice about systemd.
  * debian/service: added to provide a systemd service.
  * debian/tests/control: added to perform a trivial test.
  * debian/watch: removed unnecessary '?' at EOL.

  [ Ondřej Nový ]
  * debian/copyright: Use https protocol in Format field.
  * debian/changelog: Remove trailing whitespaces.
  * debian/control: Fix wrong Vcs-*
  * debian/watch: Use https protocol.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 04 Nov 2018 03:03:32 -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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
iwatch_0.2.2-6.dsc 1.8 KiB 16f933f902dabd41a7a0ce71d41d26b9fdcbb243ce9af06dd9b83e93b937596c
iwatch_0.2.2.orig.tar.gz 15.9 KiB cd4d5219241ab44a79719a23ed07f5dd14ec9dba0698ed28f187cd3bcfbd99b0
iwatch_0.2.2-6.debian.tar.xz 12.0 KiB 0ca4efb8cd9301ba158caeac1b598f84833a9443d8e47aff007034f5c98ddb4f

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 alarm to the system administrator
 (or other destination) in real time. It can:
 .
   - Send notifications via email about changes.
   - Take programmable actions immediately, as emit alerts via
     XMPP (jabber) messengers, WhatsApp or execute 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 notify, 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.