Jayapal Reddy created CLOUDSTACK-6714:
-----------------------------------------
Summary: Service monitoring conf is has issue with script in vmware
Key: CLOUDSTACK-6714
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6714
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Reporter: Jayapal Reddy
There is issue in monitor_service.sh echo service name to conf file.
setup1:
root@r-13-VM:~# s=[loadbalancing]; echo $s;
i
root@r-13-VM:~# s=[loadbalancing]; echo "$s";
[loadbalancing]
Dev setup:
root@r-4-VM:~# s=[loadbalancing]; echo $s;
[loadbalancing]
--
This message was sent by Atlassian JIRA
(v6.2#6252)