{% extends "base.html" %} {% block title %}System Monitor Configuration - Hermetic Suite{% endblock %} {% block content %}
Configure which servers to monitor, alert thresholds, and collection schedule
To enable scheduling, ensure the hsuite user has cron access. You can manually set up a cron job:
# Run every 15 minutes
*/15 * * * * /opt/hsuite/venv/bin/python /opt/hsuite/plugins/system_monitor/collect_all.py
| Server | IP Address | Status | Interval | Actions |
|---|---|---|---|---|
| {{ server.hostname or 'Unnamed' }} | {{ server.ip_address }} |
{% if config and config.enabled %} Monitoring {% else %} Not Monitored {% endif %} | {% if config and config.enabled %} {{ config.collection_interval }} min {% else %} - {% endif %} | {% if config and config.enabled %} {% else %} {% endif %} |
No servers with SSH enabled found.
Enable SSH on servers in the Servers section to monitor them.
Configure when alerts should be triggered. Thresholds with no server specified apply globally as defaults.
| Metric | Path | Server | Warning | Critical | Enabled | Actions |
|---|---|---|---|---|---|---|