Open /var/lib/corewatcher correctly after creation
[platform/upstream/corewatcher.git] / corewatcher.conf
index 8de9906..115eb43 100644 (file)
@@ -2,34 +2,58 @@
 # Configuration file for the corewatcher.org crash collector
 #
 
+[corewatcher]
+
 #
 # Set the following variable to "yes" if you want to automatically
-# submit your oopses to the database for use by your distribution or the
-# Moblin developers
+# submit your bactraces to the database for use by your distribution or the
+# distribution's developers
 #
 #
 # PRIVACY NOTE
 # Enabling this option will cause your system to submit certain application
 # output to the corewatcher.org website, where it will be available via
 # this website to developers and everyone else.
-# The submitted info are so-called "oopses", application crash signature.
-# However, due to the nature of oopses, it may happen that a few 
-# surrounding lines of the oops in the "dmesg" are being sent together
-# with the oops.
+# The submitted info are so-called "backtraces", application crash signature.
+# However, due to the nature of backtraces, it may happen that a few
+# user inputs are being sent together
+# with the backtrace.
 #
 # Default is "ask" which uses a UI application t ask the user for permission
 #
-allow-submit = ask
+allow-submit=yes
+
+#
+# Set the following variable to "yes" if you want to allow your
+# Linux distribution vendor to pass the backtraces on to the central corewatcher.org
+# database as used by the distribution's developers
+#
+allow-pass-on=yes
 
 #
-# Set the following variable to "yes" if you want to allow your 
-# Linux distribution vendor to pass the oops on to the central corewatcher.org
-# database as used by the Moblin developers
+# Delete the coredumps after processing
 #
-allow-pass-on = yes
+unlink=no
 
 #
-# URL for submitting the oopses
+# URL for submitting the backtraces
+# Up to 10 additional URLs can be added in the same format
+# ie:
+# submit-url = http://url1.com/submitbug.php
+# submit-url = http://url2.com/submitbug.php
+#
+
+submit-url=http://kojibuild7.jf.intel.com/crash_submit/
+
 #
+# Location for the distribution's build release file
+#
+
+release-info=/etc/os-release
+
+#
+# Location to store coredumps after they are processed
+#
+
+core-folder=/var/lib/corewatcher/
 
-submit-url = http://submit.corewatcher.org/submitoops.php