monit 1:5.32.0-1 source package in Ubuntu

Changelog

monit (1:5.32.0-1) unstable; urgency=medium

  [ Christian Göttsche ]
  * debian/rules: removed DEB_CFLAGS_MAINT_APPEND, DEB_LDFLAGS_MAINT_APPEND
    and updated DEB_BUILD_MAINT_OPTIONS to enable LTO via dpkg-buildflags
    instead of manually adding flags.

  [ Fabio Augusto De Muzio Tobich ]
  * New upstream release.
  * debian/copyright: updated years in packaging block.

 -- Fabio Augusto De Muzio Tobich <email address hidden>  Mon, 11 Apr 2022 11:03:09 -0300

Upload details

Uploaded by:
Fabio Augusto De Muzio Tobich
Uploaded to:
Sid
Original maintainer:
Fabio Augusto De Muzio Tobich
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
monit_5.32.0-1.dsc 1.9 KiB 4392ae4babec9ebe4de445ca12470c7088de2cde78dab1bd5cce33da70d5e69f
monit_5.32.0.orig.tar.gz 1.4 MiB 1077052d4c4e848ac47d14f9b37754d46419aecbe8c9a07e1f869c914faf3216
monit_5.32.0-1.debian.tar.xz 29.8 KiB 53b944e65620b2de475b0b40e0c2bb8324bcab0002a99d20efa23115258b9728

Available diffs

No changes file available.

Binary packages built by this source

monit: utility for monitoring and managing daemons or similar programs

 monit is a utility for monitoring and managing daemons or similar
 programs running on a Unix system. It will start specified programs
 if they are not running and restart programs not responding.
 .
 monit supports:
  * Daemon mode - poll programs at a specified interval
  * Monitoring modes - active, passive or manual
  * Start, stop and restart of programs
  * Group and manage groups of programs
  * Process dependency definition
  * Logging to syslog or own logfile
  * Configuration - comprehensive controlfile
  * Runtime and TCP/IP port checking (tcp and udp)
  * SSL support for port checking
  * Unix domain socket checking
  * Process status and process timeout
  * Process cpu usage
  * Process memory usage
  * Process zombie check
  * Check the systems load average
  * Check a file or directory timestamp
  * Alert, stop or restart a process based on its characteristics
  * MD5 checksum for programs started and stopped by monit
  * Alert notification for program timeout, restart, checksum, stop
    resource and timestamp error
  * Flexible and customizable email alert messages
  * Protocol verification. HTTP, FTP, SMTP, POP, IMAP, NNTP, SSH, DWP,
    LDAPv2 and LDAPv3
  * An http interface with optional SSL support to make monit
    accessible from a webbrowser

monit-dbgsym: debug symbols for monit