diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-21 14:39:45 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-05-21 14:39:45 +0200 |
| commit | 03b4173b73d3313be4d3d3d513444444a63d3b54 (patch) | |
| tree | 03e08e085601a73bb4edb6742bd6d65414b68521 | |
| parent | 4f44247e93e92ac35a6e1a57d10bd85221328607 (diff) | |
| parent | 49c068355242a184b7481f0818ad7ec5a2067916 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
| -rw-r--r-- | lib/Plugins/FileTransfer.conf | 3 | ||||
| -rw-r--r-- | lib/Plugins/Mailx.conf | 3 | ||||
| -rw-r--r-- | src/Daemon/abrt.conf | 8 |
3 files changed, 10 insertions, 4 deletions
diff --git a/lib/Plugins/FileTransfer.conf b/lib/Plugins/FileTransfer.conf index ffd1607..c8da603 100644 --- a/lib/Plugins/FileTransfer.conf +++ b/lib/Plugins/FileTransfer.conf @@ -1,4 +1,7 @@ # Configuration of the file transfer reporter plugin +# it takes one parameter: +# store - just save information about crash +# upload - upload new crash or saved crashes to the specified url # URL to upload the files to # supported: ftp, ftps, http, https, scp, sftp, tftp diff --git a/lib/Plugins/Mailx.conf b/lib/Plugins/Mailx.conf index 73f669b..5d8c2dd 100644 --- a/lib/Plugins/Mailx.conf +++ b/lib/Plugins/Mailx.conf @@ -1,4 +1,7 @@ # Configuration to Email reporter plugin +# it takes one parameter: subject in "", if it isn't specified, then a default +# subject is taken + # Subject of an emain Subject = "[abrt] crash report" diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 1739509..4255e02 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -7,16 +7,16 @@ EnableOpenGPG = no # GPG keys OpenGPGPublicKeys = /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora # blacklisted packages -BlackList = bash, bind +BlackList = # enabled plugins # there has to be exactly one database plugin -EnabledPlugins = SQLite3, CCpp, Mailx, Logger, Kerneloops, KerneloopsScanner, KerneloopsReporter +EnabledPlugins = SQLite3, CCpp, Logger, Kerneloops, KerneloopsScanner, KerneloopsReporter #, Mailx # Database Database = SQLite3 -# max size for crash storage +# max size for crash storage [MiB] MaxCrashReportsSize = 1000 # vector of actions and reporters which are activated immediately after a crash occurs -ActionsAndReporters = Mailx("[abrt] new crash was detected") +# ActionsAndReporters = Mailx("[abrt] new crash was detected") # reporters association with analyzers [ AnalyzerActionsAndReporters ] |
