Closed muroi closed 8 years ago
@muroi Thank you for fix. This work with ubuntu. though, one point we have to keep in mind. In CentOS, process path of the instance_monitor is different. rpm package puts the script as /usr/bin/masakari-instancemonitor and 'ps' output give something similar. we have to make things consistent between rpm packaging and deb packaging. For now, I thing its better to leave comment in proc.list.sample file, but im not sure processmonitor,sh can skip the comment lines in proc.list.
I agree anytime we should support CentOS. But we need to fix it ASAP since instancemonitor isn't working now.
Currently, processmonitor doesn't support comment line in proc.list, so we have 2 options to work it.
Thought?
Agree to fix this asap. If im correct, currently proc.list is deploy by ucf in debian postinst. Since processmonitor cant skip the comments, if we make commet in the file then it will make things more complex. So, my opnion is lets stick to original fix and raise an issue on github for centos. Sorry for made things coplex
File name of instancemonitor is 'masakari_instancemonitor.py' not 'masakari-instancemonitor.py'. The inconsistency causes service starting error.