system-alert template
When there is a serious issue with PageSeeder this notification is sent to all administrators of the server. For example if the embedding of content for semantic search fails repeatedly.
Email headers
| Name | Value |
|---|---|
Auto-Submitted | auto-generated |
From | PageSeeder (DO NOT REPLY) <pageseeder@emaildomain> |
Subject | [the system alert title] |
To | Administrator email address |
XML
PageSeeder produces the following XML for the XSLT template:
<notification template="system-alert"
emaildomain="example.com"
hosturl="https://example.com">
<system-alert title="Too many consecutive embedding failures"
datetime="2023-09-15T14:30:00Z">
<message>The embedding queue has been paused due to 11 consecutive failures. Please review the AI configuration and run health checks.</message>
<details>
<detail key="Last error" value="Unable to process document for embeddings"/>
<detail key="Admin page" value="https://example.com/ps/ui/admin/embedding.html"/>
</details>
</system-alert>
</notification>
Usual content
Following is a screenshot of the HTML email:
