{% extends 'base.html' %} {% block content %}
Disk usage per partitions:
{{ after_disks|replace('\\n', '
')|safe }}
{{ message|replace('\\n', '
')|safe }}
Processes with the highest CPU usage:
{{ after_top_processes|replace('\\n', '
')|safe }}
New version of Openpanel is available. Check the changelog to get familiar with the new features, and update when ready from OpenAdmin > General Settings or from terminal by running: opencli update --force
{{message}}
{% elif "successfully updated" in title %}{{message}}
{% else %}{{message}}
{% endif %} {% if "Deactivated successfully" in message %} {% else %} {% if "Named" in title %}TIP: Use command named-checkconf /etc/bind/named.conf to check if the main configuration file contains any syntax errors. If it does, edit the file manually, then restart the service from the Dashboard page. If the issue persists, contact support at community.openpanel.co
TIP: Disk is full! Use command df -h to view which partition is full. Then for that partition, do ncdu /partition to find what is occupying disk space. Delete log files or old backups to free disk space for the service to function properly. After freeing disk space, restart the service from the Dashboard page.
TIP: View active CPU processes to identify services that are using the most %CPU. For each process you can click on the "Trace" link to view what the process is doing. To terminate a process click on the "Kill" link next to the PID.
{% elif "Memory" in title %}TIP: Monitor memory usage from the terminal with htop to identify services that may require optimization; additionally, execute sync && echo 1 > /proc/sys/vm/drop_caches to clear RAM cache.
No notifications available.
{% endif %}