clamav PID introduced again
[monit-cn.git] / debian / control
1 Source: monit-cn
2 Section: net
3 Priority: optional
4 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
5 Build-Depends: debhelper (>= 9)
6 Standards-Version: 3.9.8
7
8 Package: monit-cn
9 Architecture: all
10 Depends: monit (>= 1:5.20.0-6), carnet-tools-cn (>= 3.2.1), gawk | mawk, ${misc:Depends}
11 Description: Utility for monitoring and managing daemons or similar programs
12  monit is a utility for monitoring and managing daemons or similar
13  programs running on a Unix system. It will start specified programs
14  if they are not running and restart programs not responding.
15  .
16  monit supports:
17   * Daemon mode - poll programs at a specified interval
18   * Monitoring modes - active, passive or manual
19   * Start, stop and restart of programs
20   * Group and manage groups of programs
21   * Process dependency definition
22   * Logging to syslog or own logfile
23   * Configuration - comprehensive controlfile
24   * Runtime and TCP/IP port checking (tcp and udp)
25   * SSL support for port checking
26   * Unix domain socket checking
27   * Process status and process timeout
28   * Process cpu usage
29   * Process memory usage
30   * Process zombie check
31   * Check the systems load average
32   * Check a file or directory timestamp
33   * Alert, stop or restart a process based on its characteristics
34   * MD5 checksum for programs started and stopped by monit
35   * Alert notification for program timeout, restart, checksum, stop
36     resource and timestamp error
37   * Flexible and customizable email alert messages
38   * Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH, DWP,
39     LDAPv2 and LDAPv3
40   * An http interface with optional SSL support to make monit
41     accessible from a webbrowser
42  .
43  This is the CARNet Debian customization package which brings
44  update-monit.d script (which will hopefully generate configuration based
45  on currently installed and running services which can be monitored with
46  monit), as well as automagical installation as respawnable process in
47  inittab.