Codebase list metche / c18d53b debian / templates
c18d53b

Tree @c18d53b (Download .tar.gz)

templates @c18d53braw · history · blame

Template: metche/email
Type: string
Default: root
Description: E-mail address receiving metche reports
 metche monitors "system state" changes.  With default settings, one hour
 after the last change has been recorded, an e-mail report is sent discribing
 changes to:
  - files inside the watched directory (/etc by default),
  - user maintainted changelog file(s) (if configured to do so),
  - the list of installed Debian packages (if configured to do so).
 .
 Please enter the e-mail that should receive these reports.  It typically
 corresponds to the alias or mailling-list used by system administators for
 this computer.
 .
 Note: by default, metche does not send detailed diffs describing files changes
 as this can leak confidential information.  If you want to use this feature,
 we strongly encourage you to turn on GPG encryption at the same time.
 See the metche(8) man page and the configuration file for more details.

Template: metche/changelog/type
Type: select
Choices: Single changelog file, Multiple changelog files, No changelog monitoring
Description: Changelog monitoring type.
 metche can monitor one or more changelogs written by the system
 administrators.
 .
 These changelogs should contain comments describing the changes made
 to the system.  The easiest way to organize these comments is to put them all
 together in one file.
 .
 Another possibility is to have a subdirectory for each administrative tasks
 with a file named "Changelog".  This way, you can store source code or
 configuration examples along the documentation on how they have been used.

Template: metche/changelog/file
Type: string
Description: Changelog file to be monitored.
 This option sets the path of the changelog file to be monitored.

Template: metche/changelog/directory
Type: string
Description: Changelog directory to be monitored.
 This option sets the path of the changelogs root directory. Each
 "Changelog" file should be in a sub-directory of this directory.