Port details |
- downtimed System downtime monitoring and reporting tool
- 1.0 sysutils
=3 1.0Version of this port present on the latest quarterly branch. - Maintainer: dbaio@FreeBSD.org
 - Port Added: 2010-12-23 16:41:33
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- People watching this port, also watch:: porttools, rtorrent, policyd2, zip
- License: BSD2CLAUSE
- Description:
- downtimed is a program that monitors operating system downtime, uptime,
shutdowns and crashes and keeps records of those events.
downtimed(8) is a daemon process which is intended to be started
automatically from system boot scripts every time when the operating
system of a server starts. First the daemon logs its findings about the
previous downtime to a specified logging destination as well as in a
database file which can be displayed with downtimes(1). After that the
daemon just keeps waiting in the background and periodically updates
a time stamp file on the disk.
downtimes(1) is a command-line tool which can be used to inspect previous
downtime records.
WWW: https://dist.epipe.com/downtimed/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- downtimed>0:sysutils/downtimed
- To install the port:
- cd /usr/ports/sysutils/downtimed/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/downtimed
- pkg install downtimed
- PKGNAME: downtimed
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1467362145
SHA256 (downtimed-1.0.tar.xz) = 8706a5aa9ed40e553a1e6a1e8b5dadd3b5e8aa5c48e6dc9eb609567807dbaee3
SIZE (downtimed-1.0.tar.xz) = 90736
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- sysutils_downtimed
- USES:
- tar:xz
- pkg-message:
- For install:
- ===> IMPORTANT NOTE:
To set up downtimed, you need to edit one of the following
files:
/etc/rc.conf
/etc/rc.conf.local
/etc/rc.conf.d/downtimed
Add the following line to enable:
downtimed_enable="YES"
Add the following line to change the default options, see downtimed(8):
downtimed_flags="<set as needed>"
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 1.0
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 1.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:16:13
1.0
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
21 Jul 2017 09:01:02
1.0
|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
08 May 2017 17:21:49
1.0
|
dbaio  |
Update my email address
Approved by: garga (mentor)
Differential Revision: https://reviews.freebsd.org/D10648 |
01 Jul 2016 08:39:16
1.0
|
wen  |
- Update to 1.0
- Pass maintainership to submitter
PR: 210732
Submitted by: dbaio@bsd.com.br |
11 Dec 2014 00:40:17
0.6
|
feld  |
Update "BSD" license in sysutils category |
22 Sep 2014 10:40:06
0.6
|
bapt  |
Simplify plist |
06 Aug 2014 02:10:49
0.6
|
wg  |
sysutils/downtimed: support stage |
29 Jul 2014 21:25:31
0.6
|
adamw  |
Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.
Approved by: portmgr (most of them) |
24 Jul 2014 16:33:10
0.6
|
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
24 Apr 2014 16:42:33
0.6
|
mat  |
Replace all @unexec /bin/rmdir with @unexec rmdir
With hat: portmgr
Sponsored by: Absolight |
20 Sep 2013 23:06:00
0.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
14 Aug 2013 22:35:54
0.6 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
28 Jul 2013 15:11:44
0.6
|
wg  |
sysutils/downtimed: update to 0.6
- Update to 0.6
- Trim Makefile header
- Fix space for WWW in pkg-descr
Changes: http://dist.epipe.com/downtimed/NEWS
PR: ports/180892
Submitted by: Janne Snabb <snabb epipe.com> (maintainer) |
14 Jan 2012 08:57:23
0.5
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
30 May 2011 20:12:07
0.5
|
wxs  |
- Update to 0.5.
- Mark MAKE_JOBS_SAFE.
PR: ports/157393
Submitted by: Janne Snabb <snabb@epipe.com> (maintainer) |
20 Jan 2011 14:21:37
0.4
|
pav  |
- Update to 0.4
- Remove setting downtimed_flags by default to empty value in rc.d script
- Create persistant data directory in port/package instead of on first run
PR: ports/153436
Submitted by: Janne Snabb <snabb@epipe.com> (maintainer)
Feature safe: yes |
23 Dec 2010 16:41:19
0.2
|
skreuzer  |
downtimed is a program that monitors operating system downtime, uptime,
shutdowns and crashes and keeps records of those events.
PR: ports/150879
Submitted by: Janne Snabb <snabb@epipe.com> |