{{ title }}

{% if 'OpenAdmin URL:' in message %} {% set parts = message.split('|') %} {% set link = parts[0].split('OpenAdmin URL:')[1].strip() %} {% set username = parts[1].split('username:')[1].strip() %} {% set password = parts[2].split('password:')[1].strip() %}

Your new OpenPanel server is all set to go! You can access it using the following credentials:


OpenAdmin URL: {{ admin_url }}

Username: {{ username }}

Password: {{ password }}

{% elif 'High CPU Usage!' in title %} {% set message_parts = message.split("| Top Processes:") %} {% set percentage_cpu = message_parts[0]|trim %} {% set cpu_process_list = message_parts[1]|trim %}

Current CPU usage: {{ percentage_cpu.split(':')[1].strip() }}

Processes with the highest CPU usage:

{{ cpu_process_list|replace('\\n', '
')|safe }}
{% else %}

{{ message }}

{% endif %}
{% if 'OpenAdmin URL:' in message %} {% else %}
See More Details
{% endif %}

This notification was triggered by:

  • Sentinel Monitoring service running on OpenPanel server: {{ hostname }}

To view the notification you may also copy and paste the URL below:

{{ admin_url }}view_notifications


OpenPanel B.V. - openpanel.com

If you’d like to talk to a support team member, please submit a new case .

Click here to manage your notification settings