Observability and Monitoring LGTM Stack
- Install docker and docker-compose.
$ apt-get update
$ apt-get upgrade -y
$ apt install docker.io docker-compose -y
$ systemctl enable docker
- Run the docker containers.
$ docker-compose up -d
To install and run alloy
on hosts
$ wget https://github.com/grafana/alloy/releases/download/v1.0.0/alloy-linux-amd64.zip
$ unzip alloy-linux-amd64.zip
$ mv alloy-linux-amd64 alloy
$ export PROMETHEUS_URL=http://X.X.X.X:9090/api/v1/write
$ export PROMETHEUS_USERNAME=admin
$ export PROMETHEUS_PASSWORD=password
$ ./alloy run config.alloy
Badger is a microservice that can be used for testing the LGTM stack. To deploy badger, do the following
$
For transparency into our release cycle and in striving to maintain backward compatibility, Cougar is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Cougar. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/Uptimedog/Cougar/issues
If you discover a security vulnerability within Cougar, please send an email to [email protected]
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2023, Clivern. Released under MIT License.
Cougar is authored and maintained by @clivern.