-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from efstratios97/pae_ActionConfirmationDocu
Add Document Action Confirmation Docu - closes #2
- Loading branch information
Showing
29 changed files
with
4,305 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Products | ||
- [Athena](/ltep-athena/v.1.0.0/) | ||
- [Sophrosyne](/sophrosyne/v.1.0.0/) | ||
- [Sophrosyne](/sophrosyne/v.1.1.0/) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
- Versions | ||
- [V.1.0.0](/ltep-sophrosyne/v.1.0.0/) | ||
- [V.1.1.0](/ltep-sophrosyne/v.1.1.0/) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Support | ||
|
||
If you have any questions, need assistance, or want to provide feedback, we're here to help! Feel free to reach out: | ||
|
||
- **Email:** efstratios.pahis@ltep-technologies.com | ||
- **Website:** [ltep-technologies.com](https://www.ltep-technologies.com/) | ||
|
||
We're excited to have you on board and can't wait to see what you'll build with LTEP Sophrosyne ©. | ||
|
||
## You need more help with your projects? | ||
|
||
LTEP Sophrosyne gives you the opportunity to automate your Data-Centers' required maintenance, error handling and event-based workloads. By doing so, Sophrosyne paves the way to a self-governed Data-Center allowing you to free your employees valuable work capacity and increase the uptime of your system. | ||
|
||
If you need help to set up Sophrosyne and integrate it in your monitoring ecosystem. Just contact us: efstratios.pahis@ltep-technologies.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Installation: LTEP Sophrosyne © | ||
|
||
Sophrosyne © V.1.1.0 supports currently Windows, Debian and Ubuntu based Installations | ||
|
||
<table> | ||
<tr> | ||
<th>Windows</th> | ||
<th>Debian/Ubuntu</th> | ||
</tr> | ||
<tr> | ||
<td style="text-align: center;"><img src="/ltep-sophrosyne/v.1.1.0/_media/WINDOWS_LOGO.png" alt="Windows Logo" style="width:100px"></td> | ||
<td style="text-align: center;"><img src="/ltep-sophrosyne/v.1.1.0/_media/DEBIAN_UBUNTU_LOGO.png" alt="Linux Logo" style="width:200px"></td> | ||
</tr> | ||
<tr> | ||
<td style="text-align: center;"><a href="https://api.onedrive.com/v1.0/shares/u!aHR0cHM6Ly8xZHJ2Lm1zL3UvcyFBaUx4dFpNV2M3NTJ2WjFJbjNhbE9hemxzT2NSUkE_ZT1pbWZVcks/root/content">Download for Windows</a></td> | ||
<td style="text-align: center;"><a href="https://api.onedrive.com/v1.0/shares/u!aHR0cHM6Ly8xZHJ2Lm1zL3UvcyFBaUx4dFpNV2M3NTJ2WjFIZWZkM3lRMVhDOVpyNXc_ZT01ZlNpODQ/root/content">Download for Debian/Ubuntu</a></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<strong>SHA256 Checksum:</strong> 89004572BF91FEE54E6F114EFEC628FCFC2CCA28EA44BA9BD3E28E2DB759E84E | ||
</td> | ||
<td> | ||
<strong>SHA256 Checksum:</strong> 068FFD1A04E0A17FB2568D3E17C092300E75C9F5BA7CA7D40B1B5C3DEDAEFFB4 | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
## Prerequisites Linux Installation | ||
|
||
For Linux you have to additionally, make sure having postgres-16 installed. | ||
|
||
The below installation script originates from the official [PGSQL Documentation](https://www.postgresql.org/download/linux/debian/) | ||
|
||
```bash | ||
# Create the file repository configuration: | ||
sudo sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' | ||
|
||
# Import the repository signing key: | ||
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - | ||
|
||
# Update the package lists: | ||
sudo apt-get update | ||
|
||
# Install the latest version of PostgreSQL. | ||
# If you want a specific version, use 'postgresql-12' or similar instead of 'postgresql': | ||
sudo apt-get -y install postgresql-16 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# LTEP Sophrosyne © Developer Portal | ||
|
||
Welcome to the LTEP Sophrosyne developer portal! Here you'll find all the resources you need to get started setting up your automated and self-governed data-center | ||
|
||
## What is LTEP Sophrosyne? | ||
|
||
Sophrosyne complements your data center monitoring by allowing it to automatically react to alerts. It integrates in any monitoring ecosystem like Prometheus where alerts can make REST-Calls. It offers flexible APIs for triggering actions (any piece of software) countering the source of an alert. By doing so, it bridges the gap between automated error detection through alerts and the subsequent manual problem solving by administrators and developers. Additionally, it offers extensive customization, logging and management possibilities through an integrated Web-UI. | ||
|
||
<img title="Sophrosyne" alt="Sophrosyne Monitoring" src="/ltep-sophrosyne/v.1.1.0/_media/MONITORING_SOPHROSYNE.png"> | ||
|
||
|
||
## Have Questions or Need Help? | ||
|
||
If you have any questions, need assistance, or want to provide feedback, we're here to help! Feel free to reach out: | ||
|
||
- **Email:** efstratios.pahis@ltep-technologies.com | ||
- **Website:** [ltep-technologies.com](https://www.ltep-technologies.com/) | ||
|
||
We're excited to have you on board and can't wait to see what you'll build with LTEP Sophrosyne ©. |
Oops, something went wrong.