GitHub user jgotteswinter added a comment to the discussion: Degraded cloudstack agent
@bhouse-nexthop i configured a daily cron which restarts the agent every night a few days ago. So far, it did not show about again. @vgarcia-linube i also enabled debug on one of my compute nodes, with same result. i was thinking about configuring jmx, maybe this could give more information? `JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote=true" JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.port=3344" # Choose an unused port, e.g., 3344 JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.ssl=false" # Enable SSL in production JAVA_OPTS="$JAVA_OPTS -Dcom.sun.management.jmxremote.authenticate=false" # Add auth in production` GitHub link: https://github.com/apache/cloudstack/discussions/12450#discussioncomment-15515813 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
