Index: head/sysutils/monit/Makefile =================================================================== --- head/sysutils/monit/Makefile (revision 553259) +++ head/sysutils/monit/Makefile (revision 553260) @@ -1,38 +1,38 @@ # Created by: Martin Pala # $FreeBSD$ PORTNAME= monit -PORTVERSION= 5.27.0 +PORTVERSION= 5.27.1 CATEGORIES= sysutils MASTER_SITES= https://mmonit.com/monit/dist/ MAINTAINER= martinp@tildeslash.com COMMENT= Unix system management and proactive monitoring LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes USES= bison gmake USE_RC_SUBR= ${PORTNAME} PLIST_FILES= bin/monit \ etc/monitrc.sample \ man/man1/monit.1.gz SUB_FILES= pkg-message PORTDOCS= COPYING CHANGES OPTIONS_DEFINE= DOCS SSL OPTIONS_DEFAULT=SSL SSL_CONFIGURE_OFF= --without-ssl SSL_USES= ssl post-install: ${INSTALL} -m 600 ${WRKSRC}/monitrc ${STAGEDIR}${PREFIX}/etc/monitrc.sample ${INSTALL} -d ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL} -m 644 ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/sysutils/monit/distinfo =================================================================== --- head/sysutils/monit/distinfo (revision 553259) +++ head/sysutils/monit/distinfo (revision 553260) @@ -1,3 +1,3 @@ -TIMESTAMP = 1593494869 -SHA256 (monit-5.27.0.tar.gz) = d8c0deef624f193a952502fe9baabfa66e3d8d057df5738da43f9a37792afca4 -SIZE (monit-5.27.0.tar.gz) = 1455341 +TIMESTAMP = 1603565700 +SHA256 (monit-5.27.1.tar.gz) = f57408d16185687513a3c4eb3f2bb72eef76331ac16210e9652e846e5c84ed51 +SIZE (monit-5.27.1.tar.gz) = 1459360 Index: head/sysutils/monit/pkg-descr =================================================================== --- head/sysutils/monit/pkg-descr (revision 553259) +++ head/sysutils/monit/pkg-descr (revision 553260) @@ -1,24 +1,24 @@ Monit is a utility for managing and monitoring processes, files, directories, devices and network services on a Unix system. Monit conducts automatic maintenance and repair and can execute meaningful causal actions in error situations. monit supports: * Daemon mode - poll services at a specified interval * Group and manage groups of services, service dependencies * Logging - syslog or own logfile * Alert, start, stop and restart of services based on it's characteristics * MD5 and SHA1 checksums * Runtime Unix socket and TCP/IP port checking (TCP and UDP) * Process status, timeout, memory and cpu usage, etc. * Device usage monitoring (inodes and space) * File monitoring (timestamp, checksum, permission, owner, etc.) * Directory monitoring (timestamp, permission, owner, etc.) * Remote network services monitoring (ping, response time, protocol, etc.) * System load average monitoring * Flexible and customizable email alert messages and notifications * Protocol verification such as HTTP, FTP, SMTP, POP, IMAP, NNTP, NTP, etc. * A HTTP interface with XML output option and many more features :) -WWW: http://mmonit.com/monit/ +WWW: https://mmonit.com/monit/