Difference between revisions of "Rottlog"

From Free Software Directory
Jump to: navigation, search
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=rottlog
+
|Name=GNU Rot[t]log
|Short description=GNU log management utility.
+
|Short description=Log management program.
|Full description=GNU rottlog is the log management program that rotates, compresses, archives, modifies, and emails system and program logs. It was originally authored in 2000 by Stefano Falsetto and was later added in 2002 to become a GNU Project.
+
|Full description='''GNU Rot[t]log''' is a log management program that rotates, compresses, archives, modifies, and emails system and program logs. It has similar syntax to [[logrotate]].
 +
 
 +
GNU Rot[t]log is designed to simplify administration of systems that generate large numbers
 +
of log files.  It allows automatic rotation, compression, and archiving of logs.  It also mails
 +
reports to the system administrator.  Each log file may be handled daily, weekly, monthly,
 +
in user-defined days, or when it becomes too large.
 +
|Homepage URL=https://www.gnu.org/software/rottlog/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone git://git.savannah.gnu.org/rottlog.git
 +
|Documentation note=https://www.gnu.org/software/rottlog/manual/
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards,logrotate
 +
|Keywords=backup,system administration,log,logfile,archiving,logrotate
 +
|Version identifier=0.72.2
 +
|Version date=2010-03-30
 +
|Version status=beta
 +
|Version download=http://ftp.gnu.org/gnu/rottlog/rottlog-0.72.2.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/19
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|Paid support=https://www.fsf.org/resources/service/
|Submitted date=2011-04-01
+
|Accepts cryptocurrency donations=Yes
|Version identifier=0.71.2
+
|OpenPGP signature=https://ftp.gnu.org/gnu/rottlog/rottlog-0.72.2.tar.gz.sig
|Version date=2009-04-11
+
|Test entry=No
|Version status=alpha
+
|Is GNU=Yes
|Version download=http://alpha.gnu.org/gnu/rottlog/rottlog-0.71.2.tar.gz
+
|GNU package identifier=rottlog
|License verified date=2009-04-21
+
}}
|Version comment=
+
{{Project license
 +
|License=GPLv3orlater
 +
|License verified by=Bendikker
 +
|License verified date=2018/06/26
 +
}}
 +
{{Person
 +
|Real name=Thad Meyer
 +
|Role=Maintainer
 +
|Email=thad@gnu.org
 +
}}
 +
{{Person
 +
|Real name=David Egan Evans
 +
|Role=Maintainer
 +
|Email=sinuhe@gnu.org
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/rottlog/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=http://git.savannah.gnu.org/cgit/rottlog.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-rottlog/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/rottlog-develop/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/rottlog/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/rottlog/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=command-line
 
|Interface=command-line
 +
|Programming-language=shell
 +
|Runs-on=GNU/Linux
 +
|System-administration=backup
 +
|Use=system-administration
 
}}
 
}}
{{Project license
+
{{Featured}}
|License=GPLv2orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-21
 
}}
 
{{Project license
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified date=2009-04-21
 
}}
 

Latest revision as of 06:58, 19 January 2019


[edit]

GNU Rot[t]log

https://www.gnu.org/software/rottlog/
Log management program.

GNU Rot[t]log is a log management program that rotates, compresses, archives, modifies, and emails system and program logs. It has similar syntax to logrotate.

GNU Rot[t]log is designed to simplify administration of systems that generate large numbers of log files. It allows automatic rotation, compression, and archiving of logs. It also mails reports to the system administrator. Each log file may be handled daily, weekly, monthly, in user-defined days, or when it becomes too large.





Licensing

License

Verified by

Verified on

Notes

Verified by

Bendikker

Verified on

26 June 2018




Leaders and contributors

Contact(s)Role
David Egan Evans Maintainer
Thad Meyer Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/rottlog-develop/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
VCS Repository Webviewhttp://git.savannah.gnu.org/cgit/rottlog.git/
Savannah (Ref)https://savannah.gnu.org/projects/rottlog/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-rottlog/
Downloadhttps://alpha.gnu.org/gnu/rottlog/
Downloadhttps://ftp.gnu.org/gnu/rottlog/


Software prerequisites




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.