plathrop / puppet-module-supervisor

Puppet module for configuring the supervisor daemon tool.
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Fixed regex in process parsing #97

Closed ov7a closed 8 years ago

ov7a commented 8 years ago

Old version failed on processes which did not belong to any group, e.g. on

spark-slave                      STOPPED    Sep 19 11:09 PM

it gave

 {
  :group_name=>"spark-slave                      STOPPED    Sep 19 11", 
  :process_name=>"09", 
  :program_name=>"09", 
  :program_num=>nil, 
  :state=>"PM"
}