summaryrefslogtreecommitdiff
path: root/fml/etc/src/config.cf.en/error.cf
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-07-26 14:16:57 +0000
committerfukachan <fukachan>2003-07-26 14:16:57 +0000
commitd7308cc59ef1f6806001dd1fba4d2c94da7730d1 (patch)
treec7438a1dceacf91a4b5b4bb9055984faa879e348 /fml/etc/src/config.cf.en/error.cf
parent2cacd91acefa9309cd68fbd726be1eebdd5e4788 (diff)
downloadfml8-snap-20030726.tar.gz
fml8-snap-20030726.tar.bz2
fml8-snap-20030726.zip
source of config.cf.en, translated config.cf.jasnap-20030726
Diffstat (limited to 'fml/etc/src/config.cf.en/error.cf')
-rw-r--r--fml/etc/src/config.cf.en/error.cf79
1 files changed, 79 insertions, 0 deletions
diff --git a/fml/etc/src/config.cf.en/error.cf b/fml/etc/src/config.cf.en/error.cf
new file mode 100644
index 00000000..08c32a54
--- /dev/null
+++ b/fml/etc/src/config.cf.en/error.cf
@@ -0,0 +1,79 @@
+=head1 error message analyzer
+
+=head2
+
+# Descriptions: where error mail is forwarded to ?
+# it is useful to use mysql to control recipients of
+# error messages.
+# History: none
+# Value: maps
+# Examples: file:$ml_home_dir/recipients-maintainer
+# $admin_recipient_maps
+maintainer_recipient_maps =
+
+
+=head2 process
+
+
+# Descriptions: use error message analyzer ?
+# History: none
+# Value: yes
+# Examples: yes / no
+use_error_analyzer_program = yes
+
+
+=head2 cache
+
+
+# Descriptions: directory to cache error messages.
+# History: /var/spool/ml/mead/errormaillog
+# Value: directory
+# Examples:
+error_analyzer_cache_dir = $db_dir/error
+
+
+# Descriptions: module as cache engine
+# History: none
+# Value: string
+# Examples: File::CacheDir
+error_analyzer_cache_type = File::CacheDir
+
+
+# Descriptions: mode of cache expiration
+# History: none
+# Value: string
+# Examples:
+error_analyzer_cache_mode = temporal
+
+
+# Descriptions: cache size.
+# it implies days if the cache mode is temporal.
+# History: none
+# Value: number
+# Examples:
+error_analyzer_cache_size = 14
+
+
+=head2 analyzer
+
+
+# Descriptions: functions defined in FML::Error::Analyze
+# History: none
+# Value: simple_count / histgram
+# Examples: simple_count
+error_analyzer_function_list = simple_count
+ histgram
+
+
+# Descriptions: function in FML::Error::Analyze to analyze.
+# History: none
+# Value: simple_count / histgram
+# Examples: simple_count
+error_analyzer_function = histgram
+
+
+# Descriptions: error limit in using simple_count as anlyzer function.
+# History: none
+# Value: NUM
+# Examples: 5
+error_analyzer_simple_count_limit = 5