Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xenit-eu/alfresco-ttl-monitoring
Github repository with demonstrations for Alfresco Tech Talk Live about monitoring
https://github.com/xenit-eu/alfresco-ttl-monitoring
Last synced: 6 days ago
JSON representation
Github repository with demonstrations for Alfresco Tech Talk Live about monitoring
- Host: GitHub
- URL: https://github.com/xenit-eu/alfresco-ttl-monitoring
- Owner: xenit-eu
- License: apache-2.0
- Created: 2021-05-18T13:09:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:52:47.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:32:33.118Z (about 2 months ago)
- Size: 2.08 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Talk Live - Open Source Monitoring for Alfresco
![ttl.png](assets/ttl.png)
Github repository with demonstrations for Alfresco Tech Talk Live about monitoring
## Starting the environment
This project uses the [Alfresco Docker Gradle Plugins](https://github.com/xenit-eu/alfresco-docker-gradle-plugin)
to easily startup an Alfresco stack including various monitoring tools and components.Assuming Docker is correctly setup on your environment, the stack can be started by executing a single command:
```groovy
./gradlew composeUp
```## Environment
![ttl_infra_overview.png](assets/ttl_infra_overview.png)
Once started, following services are available and have one or more ports exposed on the docker host:
* Alfresco (6.2.0-ga) - 8080
* http://localhost:8080/alfresco
* Prometheus - 9090
* http://localhost:9090/
* http://localhost:9090/alerts
* Grafana - 3000
* http://localhost:3000/
* SearchServices (2.0.1)## Links
* [Alfred Telemetry](https://github.com/xenit-eu/alfred-telemetry)
* [Platform Documentation](https://github.com/xenit-eu/alfred-telemetry/tree/master/alfred-telemetry-platform)
* [Solr Documentation](https://github.com/xenit-eu/alfred-telemetry/tree/master/alfred-telemetry-solr)
* [Micrometer.io](https://micrometer.io/)
* [Documentation](https://micrometer.io/docs/)
* [Alfresco Health Processor](https://github.com/xenit-eu/alfresco-health-processor)
* [Prometheus](https://prometheus.io/)
* [Documentation](https://www.prometheus.io/docs/introduction/overview/)
* [Grafana](https://grafana.com/)
* [Alfresco Docker Gradle Plugins](https://github.com/xenit-eu/alfresco-docker-gradle-plugin)
* [Xenit Alfresco Docker images](https://github.com/xenit-eu/docker-alfresco)