.proc file format:

those contain process-definitions for programms executed on selected alerts

For each process that can be executed one of these files has to exist

-----------------------------------------------------------------------
location : generated/Processing/ subdirectory
-----------------------------------------------------------------------
file name : ProcessName+dot+proc (as "Save to tmp-file.proc")
-----------------------------------------------------------------------

content:

empty lines and lines starting with a # are considered comments and are
ignored
each line should be like this :
parameter=value

known parameters are (for now) :

 - Comment : Some comment about what this process is for
 - Command : the command that is actually executed, for example a
      line "Command=/bin/cat >>/tmp/logalerts"
 - AllowedUsers : The names of the users (as defined in the user profiles
      of the frontend) that are allowed to execute this process. The
      names are seperated by spaces.

  - OutputSeparator : optionnal, default value is $SPACE
		$LF : unix end of line (\n)
		$CRLF : windows end of line (\r\n)
		$SPACE : a single space
		$TAB : a single tab (\t)
		any char or string
