{% extends "base.html" %} {% block title %}Update Manager Configuration - Hermetic Suite{% endblock %} {% block content %}
Configure which servers to track for updates and check schedule
To enable scheduling, ensure the hsuite user has cron access. You can manually set up a cron job:
# Check for updates twice daily (6 AM and 6 PM)
0 6,18 * * * /opt/hsuite/venv/bin/python /opt/hsuite/plugins/update_manager/check_all.py
| Server | IP Address | Status | Actions |
|---|---|---|---|
| {{ server.hostname or 'Unnamed' }} | {{ server.ip_address }} |
{% if config and config.enabled %} Tracking {% else %} Not Tracked {% endif %} | {% if config and config.enabled %} {% else %} {% endif %} |
No servers with SSH enabled found.
Enable SSH on servers in the Servers section to track updates.
apt update and apt upgrade.