Skip to content

Uptimedog/Cougar

Repository files navigation

Cougar Logo

Cougar

LGTM Stack Playground

Usage

  1. Install docker and docker-compose.
$ apt-get update
$ apt-get upgrade -y

$ apt install docker.io docker-compose -y
$ systemctl enable docker
  1. Run the docker containers.
$ docker-compose up -d

Grafana Alloy

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 REMOTE_LOKI_WRITE_URL=http://X.X.X.X:3100/loki/api/v1/push
$ export REMOTE_PROMETHEUS_WRITE_URL=http://X.X.X.X:9090/api/v1/write
$ export REMOTE_PROMETHEUS_USERNAME=admin
$ export REMOTE_PROMETHEUS_PASSWORD=password

$ ./alloy run config.alloy

Versioning

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.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/Uptimedog/Cougar/issues

Security Issues

If you discover a security vulnerability within Cougar, please send an email to hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2023, Clivern. Released under MIT License.

Cougar is authored and maintained by @clivern.