mirror of https://github.com/apache/cloudstack.git
Changes: - Added new Investigator 'ManagementIPSystemVMInvestigator' that checks if Vm is alive only for System VM's that have a management IP address. - If no management IP is found, ping test cannot be done, so this investigator would return null in that case. - Current implementation InvestigatorImpl is renamed as 'UserVmDomRInvestigator' and does the ping test for user VMs only. - Corrected the ping test code that was checking a hard-coded string. Now if the ping answer is negative, we just return null - Added the new investigator to components.xml |
||
|---|---|---|
| .. | ||
| catalina.policy.in | ||
| catalina.properties.in | ||
| classpath.conf.in | ||
| commands.properties.in | ||
| components.xml.in | ||
| context.xml.in | ||
| db.properties.in | ||
| ehcache.xml.in | ||
| environment.properties.in | ||
| log4j-cloud.xml.in | ||
| logging.properties.in | ||
| server.xml.in | ||
| tomcat-users.xml.in | ||
| tomcat6.conf.in | ||
| web.xml.in | ||