Trento is a bespoke, stand-alone web application, built by SUSE from the ground up, to facilitate SAP operations, proactively preventing infrastructural issues by diagnosing common configuration mistakes by validating systems against SUSE best practices.
It's meant to complement SUSE Linux Enterprise Server for SAP Applications in helping IT organizations run mission-critical enterprise software.
The documentation is available at trento-project.io/web.
Swagger UI is available at trento-project.io/web/swaggerui.
Trento is a distributed system, and it consists of three main components:
- Agent: The background edge process that runs on each host in the target infrastructure.
- Wanda: The checks orchestrator, executing assertions on a target infrastructure using the information collected by Trento Agents.
- Web (current repository): The web UI and control plane, which works in conjunction with the Agents and Wanda to discover, observe, and validate the target SAP infrastructure.
See the architecture document for additional details.
The central server integrates with the agents discoveries by collecting information about the target SAP infrastructure and then detects different kinds of scenarios and reacts accordingly.
See also Trento Agent for additional information.
Trento is able to execute a variety of configuration health checks (a.k.a. the HA Config Checks) among the installed Trento Agents.
- Pacemaker, Corosync, SBD, SAPHanaSR and other generic SUSE Linux Enterprise for SAP Application OS settings
- Specific configuration audits for SAP HANA Scale-Up Performance-Optimized scenarios deployed on MS Azure cloud.
See Trento Wanda for additional information.
By leveraging modern approaches to software architecture and engineering and top-notch technologies, we built a reactive system that provides real-time feedback about the changes in the target infrastructure.
Here's a non-comprehensive list of the capabilities provided by the Trento Web UI:
- Global Health Overview
- Hosts Overview and Detail
- Pacemaker Clusters Overview and Detail
- SAP Systems Overview and Detail
- HANA Databases Overview and Detail
- Checks Catalog
It is important in critical business systems to have access to relevant information about how things are going. Currently, Trento provides basic integration with Prometheus.
See related documentation for more information.
Alerting feature notifies the SAP Administrator about important updates in the Landscape being monitored/observed by Trento.
See related documentation for more information.
Trento can be installed in various ways, depending on your needs and the requirements of its different components. Please refer to the specific Agent documentation for more information.
To install Trento, refer to the Installation of Trento guide.
To install Trento with Ansible, refer to the Trento Ansible repository.
To install Trento on a k8s cluster, refer to the Helm Charts repository.
To install Trento Web locally for development, refer to the hack on the Trento Web guide.
Please only report bugs via GitHub issues.
See CONTRIBUTING.md
Copyright 2021-2024 SUSE LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this code repository except in compliance with the License. You may obtain a copy of the License at
https://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.