We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8069a5 commit 33f0ccdCopy full SHA for 33f0ccd
agent/src/main/java/com/cloud/agent/properties/AgentProperties.java
@@ -593,7 +593,7 @@ public class AgentProperties{
593
/**
594
* This parameter specifies if the host must be rebooted when something goes wrong with the heartbeat.<br>
595
* Data type: Boolean.<br>
596
- * Default value: <code>true</code>
+ * Default value: <code>false</code>
597
*/
598
public static final Property<Boolean> REBOOT_HOST_AND_ALERT_MANAGEMENT_ON_HEARTBEAT_TIMEOUT
599
= new Property<>("reboot.host.and.alert.management.on.heartbeat.timeout", false);
0 commit comments