Skip to content
Snippets Groups Projects
Commit 9aeccfee authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Fixed content of clusterUnavailable email

parent d9c21ced
Branches
No related tags found
1 merge request!273Release 1.8.0 update
Pipeline #94339 passed
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"subject": "nmaas: Remote cluster is unavailable", "subject": "nmaas: Remote cluster is unavailable",
"template": { "template": {
"HEADER": "Dear ${username}", "HEADER": "Dear ${username}",
"CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:<b> ${clusterId}</p> <p><b> Cluster CodeName:<b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>", "CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:</b> ${clusterId}</p> <p><b> Cluster CodeName:</b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>",
"SENDER": "Best regards,<br />nmaas Team", "SENDER": "Best regards,<br />nmaas Team",
"NOREPLY": "This is an automatically generated message, please do not reply.", "NOREPLY": "This is an automatically generated message, please do not reply.",
"SENDER_POLICY": "" "SENDER_POLICY": ""
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"subject": "nmaas: Remote cluster is unavailable", "subject": "nmaas: Remote cluster is unavailable",
"template": { "template": {
"HEADER": "Dear ${username}", "HEADER": "Dear ${username}",
"CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:<b> ${clusterId}</p> <p><b> Cluster CodeName:<b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>", "CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:</b> ${clusterId}</p> <p><b> Cluster CodeName:</b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>",
"SENDER": "Best regards,<br />nmaas Team", "SENDER": "Best regards,<br />nmaas Team",
"NOREPLY": "This is an automatically generated message, please do not reply.", "NOREPLY": "This is an automatically generated message, please do not reply.",
"SENDER_POLICY": "" "SENDER_POLICY": ""
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
"subject": "nmaas: Remote cluster is unavailable", "subject": "nmaas: Remote cluster is unavailable",
"template": { "template": {
"HEADER": "Dear ${username}", "HEADER": "Dear ${username}",
"CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:<b> ${clusterId}</p> <p><b> Cluster CodeName:<b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>", "CONTENT": "<p>Internal nmaas monitoring indicates that cluster <b>${clusterCodename}</b> became unavailable.</p> <p><b> Cluster ID:</b> ${clusterId}</p> <p><b> Cluster CodeName:</b> ${clusterCodename}</p> <p>Please contact the nmaas administrator for further information.</p>",
"SENDER": "Best regards,<br />nmaas Team", "SENDER": "Best regards,<br />nmaas Team",
"NOREPLY": "This is an automatically generated message, please do not reply.", "NOREPLY": "This is an automatically generated message, please do not reply.",
"SENDER_POLICY": "" "SENDER_POLICY": ""
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"subject": "nmaas: Zdalny klaster jest niedostępny", "subject": "nmaas: Zdalny klaster jest niedostępny",
"template": { "template": {
"HEADER": "Drogi ${username}", "HEADER": "Drogi ${username}",
"CONTENT": "<p>Wewnętrzny monitoring nmaas wskazuje, że klaster <b>${clusterCodename</b> stał się niedostępny.</p> <p><b> Identyfikator klastra:<b> ${clusterId</p> <p><b> Nazwa kodowa klastra:<b> ${clusterCodename</p> <p>Aby uzyskać więcej informacji, skontaktuj się z administratorem nmaas.</p>", "CONTENT": "<p>Wewnętrzny monitoring nmaas wskazuje, że klaster <b>${clusterCodename</b> stał się niedostępny.</p> <p><b> Identyfikator klastra:</b> ${clusterId</p> <p><b> Nazwa kodowa klastra:</b> ${clusterCodename</p> <p>Aby uzyskać więcej informacji, skontaktuj się z administratorem nmaas.</p>",
"SENDER": "Z pozdrowieniami,<br />Zespół nmaas", "SENDER": "Z pozdrowieniami,<br />Zespół nmaas",
"NOREPLY": "Ta wiadomość została wygenerowana automatycznie.", "NOREPLY": "Ta wiadomość została wygenerowana automatycznie.",
"SENDER_POLICY": "" "SENDER_POLICY": ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment