notification-ban-now.txt 592 Bytes
Newer Older
1 2 3 4 5
{% extends "mails/base.txt" %}
{% load i18n %}

{% block body %}

Őry Máté committed
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{% blocktrans  with reason=bl.reason snort_message=bl.snort_message vm=instance.name %}
Our network intrusion detection system showed that your machine
"{{vm}}" pursues the following forbidden network activity: {{reason}}.

"{{vm}}" has been BANNED from all network activity
including remote desktop and shell connection.

Details:
{{snort_message}}
{% endblocktrans %}


{% blocktrans with url=url %}
Please, reply to this notification, or delete the instance on the
cloud portal: {{url}}
21 22 23
{% endblocktrans %}

{% endblock %}