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