confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] Parsing error: no such option


From: Massimo Redaelli
Subject: [Confuse-devel] Parsing error: no such option
Date: Sun, 23 Jun 2013 12:32:39 +0200

Great, first message and I hit send too early... Sorry

Here's the file

======================

# Default configuration file for stalker
#
# Defaults should be sensible. If you need to change
# something, just uncomment the line and fill in as
# appropriate.
#

processes {
   # Either use exclude or include directives

   # the default is to watch everything except system
   # processes 
   exclude = { '\[.*\]', 'kworker.*'  }
   
   # Or you can selectively enable processes depending
   # on your particular configuration
   #include = { apache.* }
   #include += { mysql.* }
   #include += { posgresql.* }
   #include += { ruby.*, passenger.* }
   #include += { python.* }
   #include += { php.* }
   # ...
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]