File: control

package info (click to toggle)
iwatch 0.2.2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: perl: 472; sh: 84; xml: 28; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 1,977 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: iwatch
Section: admin
Priority: optional
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.2.1
Homepage: http://iwatch.sf.net
Vcs-Git: https://salsa.debian.org/debian/iwatch.git
Vcs-Browser: https://salsa.debian.org/debian/iwatch

Package: iwatch
Architecture: all
Depends: ${misc:Depends},
         default-mta | mail-transport-agent,
         libevent-perl,
         liblinux-inotify2-perl,
         libmail-sendmail-perl,
         libxml-simpleobject-libxml-perl,
         lsb-base (>= 3.0-6),
         perl
Suggests: sendxmpp, yowsup-cli
Description: 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.