15114 changed files with 384 additions and 3108830 deletions
@ -0,0 +1,12 @@
|
||||
[[!meta title="Cdist 4.10.10 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.10: |
||||
|
||||
* New types: __ufw and __ufw_rule (Mark Polyakov) |
||||
* Type __link: Add messaging (Ander Punnar) |
||||
* Debugging: Rename debug-dump.sh to cdist-dump (Darko Poljak) |
||||
* Documentation: Add cdist-dump man page (Darko Poljak) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,13 @@
|
||||
[[!meta title="Cdist 4.10.11 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.11: |
||||
|
||||
* Core: Fix broken quiet mode (Darko Poljak) |
||||
* Build: Add version.py into generated raw source archive (Darko Poljak) |
||||
* Explorer disks: Fix detecting disks, fix/add support for BSDs (Ander Punnar) |
||||
* Type __file: Fix stat explorer for BSDs (Ander Punnar) |
||||
* Type __directory: Fix stat explorer for BSDs (Ander Punnar) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,17 @@
|
||||
[[!meta title="Cdist 4.10.4 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.4: |
||||
|
||||
* Core: Transfer all files of a directory at once instead of calling copy once per file (myeisha) |
||||
* Core: Add timestamp (optional) to log messages (Darko Poljak) |
||||
* Explorers and types: Fix shellcheck found problems and encountered bugs (Jonas Weber, Thomas Eckert, Darko Poljak) |
||||
* Build: Add shellcheck makefile target and check when doing release (Darko Poljak) |
||||
* Type __consul: Add newest versions (Dominique Roux) |
||||
* Type __user: Remove annoying output, handle state param gracefully, add messages for removal (Thomas Eckert) |
||||
* Core: Fix checking for conflicting parameters for multiple values parameters (Darko Poljak) |
||||
* Documentation: Various fixes (Thomas Eckert) |
||||
* Various types: Improve OpenBSD support (sideeffect42) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,17 @@
|
||||
[[!meta title="Cdist 4.10.5 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.5: |
||||
|
||||
* Type __group: Fix/remove '--' from echo command (Dimitrios Apostolou) |
||||
* New type: __ping (Olliver Schinagl) |
||||
* Type __postgres_role: Fix broken syntax (Nico Schottelius, Darko Poljak) |
||||
* Type __consul_agent: Add Debian 9 support (Jin-Guk Kwon) |
||||
* Documentation: Fix broken links (Rage <OxR463>) |
||||
* Type __docker: Add version parameter (Jonas Weber) |
||||
* Type __sysctl: Refactor for better OS support (Takashi Yoshi) |
||||
* Types __package_*: Add messaging upon installation/removal (Takashi Yoshi) |
||||
* Type __package_pkg_openbsd: Reworked (Takashi Yoshi) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,10 @@
|
||||
[[!meta title="Cdist 4.10.6 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.6: |
||||
|
||||
* Type __prometheus_alertmanager: Add startup flag (Dominique Roux) |
||||
* Types __zypper_repo, __zypper_service: Re-add the use of echo in explorers (Daniel Heule) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,15 @@
|
||||
[[!meta title="Cdist 4.10.7 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.7: |
||||
|
||||
* Build: Migrate from pep8 to pycodestyle (Darko Poljak) |
||||
* Type __start_on_boot: Implement state absent for OpenBSD (Daniel Nรฉri) |
||||
* Explorers cpu_cores, disks: Add support for OpenBSD (Daniel Nรฉri) |
||||
* Type __staged_file: Use portable -p instead of --tmpdir for mktemp (Silas Silva) |
||||
* Type __line: Add onchange parameter (Ander Punnar) |
||||
* Type __file: Add onchange parameter (Ander Punnar) |
||||
* New type: __clean_path (Ander Punnar) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,10 @@
|
||||
[[!meta title="Cdist 4.10.8 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.8: |
||||
|
||||
* Type __clean_path: Fix list explorer exit code if path not directory or does not exist (Ander Punnar) |
||||
* New type: __check_messages (Ander Punnar) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,11 @@
|
||||
[[!meta title="Cdist 4.10.9 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.10.9: |
||||
|
||||
* Type __ssh_authorized_keys: Properly handle multiple --option params (Steven Armstrong) |
||||
* Debugging: Add debug dump helper script (Darko Poljak) |
||||
* Type __file: Bugfix: fire onchange for present and exists states if no attribute is changed (Darko Poljak) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,22 @@
|
||||
[[!meta title="Cdist 4.11.0 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.11.0: |
||||
|
||||
* Type __package: Add __package_apk support (Nico Schottelius) |
||||
* Type __directory: Add alpine support (Nico Schottelius) |
||||
* Type __file: Add alpine support (Nico Schottelius) |
||||
* Type __hostname: Add alpine support (Nico Schottelius) |
||||
* Type __locale: Add alpine support (Nico Schottelius) |
||||
* Type __start_on_boot: Add alpine support (Nico Schottelius) |
||||
* Type __timezone: Add alpine support (Nico Schottelius) |
||||
* Type __start_on_boot: gentoo: check all runlevels in explorer (Nico Schottelius) |
||||
* New type: __package_apk (Nico Schottelius) |
||||
* Type __acl: Add support for ACL mask (Dimitrios Apostolou) |
||||
* Core: Fix circular dependency for CDIST_ORDER_DEPENDENCY (Darko Poljak) |
||||
* Type __acl: Improve the type (Ander Punnar) |
||||
* Explorer interfaces: Simplify code, be more compatible (Ander Punnar) |
||||
* Explorer disks: Remove assumable default/fallback, for now explicitly support only Linux and BSDs (Ander Punnar, Darko Poljak) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,15 @@
|
||||
[[!meta title="Cdist 4.11.1 released"]] |
||||
|
||||
Here's a short overview about the changes found in version 4.11.1: |
||||
|
||||
* Core: Improve explorer error reporting (Darko Poljak) |
||||
* Type __directory: explorer stat: add support for Solaris (Ander Punnar) |
||||
* Type __file: explorer stat: add support for Solaris (Ander Punnar) |
||||
* Type __ssh_authorized_keys: Remove legacy code (Ander Punnar) |
||||
* Explorer disks: Bugfix: do not break config in case of unsupported OS |
||||
which was introduced in 4.11.0, print message to stderr and empty disk list |
||||
to stdout instead (Darko Poljak) |
||||
|
||||
For more information visit the [[cdist homepage|software/cdist]]. |
||||
|
||||
[[!tag cdist config unix]] |
@ -0,0 +1,13 @@
|
||||
[[!meta title="Digital Glarus - a coworking space and much more"]] |
||||
[[!meta date="2017-11-05"]] |
||||
|
||||
This is a presentation about a [Digital |
||||
Glarus](https://digitalglarus.ch/) |
||||
that I gave together with |
||||
Andrea Belli and Marketa Brozova |
||||
as part of the Open Innovation |
||||
course of the master at [[!ethz]]. |
||||
|
||||
* [[Digital Glarus - a coworking space and much more (PDF)|digitalglarus_a_coworking_space_and_much_more.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
[[!meta title="Green Data Center - Living Talk #2"]] |
||||
[[!meta date="2019-03-12"]] |
||||
|
||||
This is a presentation about the green aspects |
||||
of [Data Center Light](https://datacenterlight.ch) that I gave at the |
||||
first [LivingDocs](https://livingdocs.io/) in Zรผrich. |
||||
|
||||
* [[Green Data Center - Living Talk #2 (PDF)|green_data_center_living_talk_2.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
@ -0,0 +1,10 @@
|
||||
[[!meta title="LoRaWAN Insecurities (Distributed Systems LAB, ETH Zรผrich)"]] |
||||
[[!meta date="2018-03-09"]] |
||||
|
||||
This is a presentation about insecurities in the LoRaWAN standard |
||||
that I gave together with Kamila Souฤkovรก in the context of the |
||||
distributed systems lab as part of the master studies at [[!ethz]]. |
||||
|
||||
* [[LoRaWAN insecurities (PDF)|lorawan_insecurities.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
@ -0,0 +1,11 @@
|
||||
[[!meta title="Implementation of a Layer 7 IPv4 to IPv6 Reverse Proxy in P4"]] |
||||
[[!meta date="2018-12-20"]] |
||||
|
||||
This is a presentation about a [P4](https://p4.org/) |
||||
based implementation of a Layer 7 IPv4 to IPv6 Reverse Proxy |
||||
that I gave together with Sarah Plocher as part of the |
||||
Advanced Topics in Communication Networks course of the master at [[!ethz]]. |
||||
|
||||
* [[P4 based layer 7 IPv4 to IPv6 proxy (PDF)|p4_layer7_ipv4_ipv6_proxy.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
[[!meta title="Role of science in society - Paul Feyerabend"]] |
||||
[[!meta date="2017-03-08"]] |
||||
|
||||
This is a presentation about a the role of science in society based on |
||||
the book of Paul Feyerband |
||||
that I gave together with |
||||
Sarah Plocher |
||||
as part of the |
||||
Quantum Information and Cryptography |
||||
of the master at [[!ethz]]. |
||||
|
||||
* [[Role of science in society - Paul Feyerabend (PDF)|role_of_science_in_society_paul_feyerabend.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
[[!meta title="Running a Devuan Data Center"]] |
||||
[[!meta date="2019-04-08"]] |
||||
|
||||
This is a presentation about [Data Center |
||||
Light](https://datacenterlight.ch) that I gave at the |
||||
first [Devuan |
||||
conference][https://devuan.org/os/debian-fork/d1conf-announce-20190119) |
||||
in Amsterdam. |
||||
|
||||
* [[Running a Devuan Data Center (PDF)|running_a_devuan_data_center.pdf]] |
||||
|
||||
[[!tag publication]] |
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -1,14 +1,14 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_delete_source(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article" title="ccollect_delete_source(1)"><div class="titlepage"><div><div><h2 class="title"><a name="idp64651504"></a>ccollect_delete_source(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_options">OPTIONS</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section" title="NAME"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_delete_source - delete sources from ccollect(1)</p></div><div class="section" title="SYNOPSIS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_delete_source.sh</em></span> [-d] [-f] <hostnames to create sources for></p></div><div class="section" title="DESCRIPTION"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_delete_source.sh deletes backup sources from ccollect(1) and optional |
||||
also the backups created for that source.</p></div><div class="section" title="OPTIONS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_options"></a>OPTIONS</h2></div></div></div><p>-d: |
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_delete_source(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="idp60122824"></a>ccollect_delete_source(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_options">OPTIONS</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_delete_source - delete sources from ccollect(1)</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_delete_source.sh</em></span> [-d] [-f] <hostnames to create sources for></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_delete_source.sh deletes backup sources from ccollect(1) and optional |
||||
also the backups created for that source.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_options"></a>OPTIONS</h2></div></div></div><p>-d: |
||||
Delete also the destination directory. <code class="literal">add_ccollect_source.sh</code> will change |
||||
to the source/<span class="emphasis"><em>name</em></span>/destination directory, get the absolute name and delete |
||||
it recursively. |
||||
-f: |
||||
Force deletion. Do not ask. Very handy for people who know what they do. |
||||
Very dangerous for everyone else.</p></div><div class="section" title="FILES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_files"></a>FILES</h2></div></div></div><div class="variablelist"><dl><dt><span class="term"> |
||||
Very dangerous for everyone else.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_files"></a>FILES</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"> |
||||
$CCOLLECT_CONF/sources |
||||
</span></dt><dd> |
||||
Directory containing the sources. $CCOLLECT_CONF is <span class="emphasis"><em>/etc/ccollect</em></span>, if unset. |
||||
</dd></dl></div></div><div class="section" title="SEE ALSO"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_see_also"></a>SEE ALSO</h2></div></div></div><p>ccollect(1), ccollect_add_source(1), ccollect_add_source(1), |
||||
ccollect_logwrapper(1), ccollect_list_intervals(1)</p></div><div class="section" title="AUTHOR"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_author"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect--@--schottelius.org" target="_top">nico-ccollect--@--schottelius.org</a>></p></div><div class="section" title="RESOURCES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_resources"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://www.nico.schottelius.org/software/ccollect/" target="_top">http://www.nico.schottelius.org/software/ccollect/</a></p></div><div class="section" title="COPYING"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_copying"></a>COPYING</h2></div></div></div><p>Copyright (C) 2007-2008 Nico Schottelius. Free use of this software is |
||||
</dd></dl></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_see_also"></a>SEE ALSO</h2></div></div></div><p>ccollect(1), ccollect_add_source(1), ccollect_add_source(1), |
||||
ccollect_logwrapper(1), ccollect_list_intervals(1)</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_author"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect--@--schottelius.org" target="_top">nico-ccollect--@--schottelius.org</a>></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_resources"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://www.nico.schottelius.org/software/ccollect/" target="_top">http://www.nico.schottelius.org/software/ccollect/</a></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_copying"></a>COPYING</h2></div></div></div><p>Copyright (C) 2007-2008 Nico Schottelius. Free use of this software is |
||||
granted under the terms of the GNU General Public License Version 3 (GPLv3).</p></div></div></body></html> |
||||
|
@ -1,9 +1,9 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_list_intervals(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article" title="ccollect_list_intervals(1)"><div class="titlepage"><div><div><h2 class="title"><a name="idp64569584"></a>ccollect_list_intervals(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section" title="NAME"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_list_intervals - list available intervals from ccollect(1)</p></div><div class="section" title="SYNOPSIS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_list_intervals.sh</em></span></p></div><div class="section" title="DESCRIPTION"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_list_intervals.sh shows intervals specified in the configuration |
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_list_intervals(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="idp64427720"></a>ccollect_list_intervals(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_list_intervals - list available intervals from ccollect(1)</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_list_intervals.sh</em></span></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_list_intervals.sh shows intervals specified in the configuration |
||||
for ccollect(1). It displays the name of each interval, followed by a colon |
||||
followed by the number backups to keep.</p></div><div class="section" title="FILES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_files"></a>FILES</h2></div></div></div><div class="variablelist"><dl><dt><span class="term"> |
||||
followed by the number backups to keep.</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_files"></a>FILES</h2></div></div></div><div class="variablelist"><dl class="variablelist"><dt><span class="term"> |
||||
$CCOLLECT_CONF/intervals |
||||
</span></dt><dd> |
||||
Directory containing the intervals. $CCOLLECT_CONF is <span class="emphasis"><em>/etc/ccollect</em></span>, if unset. |
||||
</dd></dl></div></div><div class="section" title="SEE ALSO"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_see_also"></a>SEE ALSO</h2></div></div></div><p>collect(1), ccollect_add_source(1), ccollect_analyse_logs(1), |
||||
ccollect_delete_source(1), ccollect_logwrapper(1)</p></div><div class="section" title="AUTHOR"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_author"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect--@--schottelius.org" target="_top">nico-ccollect--@--schottelius.org</a>></p></div><div class="section" title="RESOURCES"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_resources"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://www.nico.schottelius.org/software/ccollect/" target="_top">http://www.nico.schottelius.org/software/ccollect/</a></p></div><div class="section" title="COPYING"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_copying"></a>COPYING</h2></div></div></div><p>Copyright (C) 2007-2008 Nico Schottelius. Free use of this software is |
||||
</dd></dl></div></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_see_also"></a>SEE ALSO</h2></div></div></div><p>collect(1), ccollect_add_source(1), ccollect_analyse_logs(1), |
||||
ccollect_delete_source(1), ccollect_logwrapper(1)</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_author"></a>AUTHOR</h2></div></div></div><p>Nico Schottelius <<a class="ulink" href="mailto:nico-ccollect--@--schottelius.org" target="_top">nico-ccollect--@--schottelius.org</a>></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_resources"></a>RESOURCES</h2></div></div></div><p>Main web site: <a class="ulink" href="http://www.nico.schottelius.org/software/ccollect/" target="_top">http://www.nico.schottelius.org/software/ccollect/</a></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_copying"></a>COPYING</h2></div></div></div><p>Copyright (C) 2007-2008 Nico Schottelius. Free use of this software is |
||||
granted under the terms of the GNU General Public License Version 3 (GPLv3).</p></div></div></body></html> |
||||
|
@ -1,6 +1,6 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_logwrapper(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article" title="ccollect_logwrapper(1)"><div class="titlepage"><div><div><h2 class="title"><a name="idp64569584"></a>ccollect_logwrapper(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_options">OPTIONS</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section" title="NAME"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_logwrapper - start ccollect(1) and create a unique logfile</p></div><div class="section" title="SYNOPSIS"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_logwrapper.sh</em></span> <ccollect options></p></div><div class="section" title="DESCRIPTION"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_logwrapper.sh creates a unique logfile below |
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>ccollect_logwrapper(1)</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="article"><div class="titlepage"><div><div><h2 class="title"><a name="idp60122824"></a>ccollect_logwrapper(1)</h2></div><div><div class="author"><h3 class="author"><span class="firstname">Nico</span> <span class="surname">Schottelius</span></h3><code class="email"><<a class="email" href="mailto:nico-ccollect--@--schottelius.org">nico-ccollect--@--schottelius.org</a>></code></div></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="section"><a href="#_name">NAME</a></span></dt><dt><span class="section"><a href="#_synopsis">SYNOPSIS</a></span></dt><dt><span class="section"><a href="#_description">DESCRIPTION</a></span></dt><dt><span class="section"><a href="#_options">OPTIONS</a></span></dt><dt><span class="section"><a href="#_files">FILES</a></span></dt><dt><span class="section"><a href="#_see_also">SEE ALSO</a></span></dt><dt><span class="section"><a href="#_author">AUTHOR</a></span></dt><dt><span class="section"><a href="#_resources">RESOURCES</a></span></dt><dt><span class="section"><a href="#_copying">COPYING</a></span></dt></dl></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_name"></a>NAME</h2></div></div></div><p>ccollect_logwrapper - start ccollect(1) and create a unique logfile</p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_synopsis"></a>SYNOPSIS</h2></div></div></div><p><span class="emphasis"><em>ccollect_logwrapper.sh</em></span> <ccollect options></p></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="_description"></a>DESCRIPTION</h2></div></div></div><p>ccollect_logwrapper.sh creates a unique logfile below |
||||
<span class="emphasis"><em>$CCOLLECT_CONF/logwrapper</em></span> and redirects ccollect(1) output |
||||
(stdout and stderr) to it.</p></div><div class="section" title="OPTIONS"><div class="titlepage"><div><div |