Kometa is a very lightweight and straightforward daemon for collecting and analyzing metrics from the hardware of the machine where it is hosted.
Check for the latest release on GitHub Releases and download the appropriate binary for your platform. Follow the installation instructions provided in the release notes.
After installation, you can start the Kometa daemon by running the following command in your terminal:
kometad daemonOr if you have systemd installed, you can start the service with:
sudo systemctl enable kometa
sudo systemctl start kometaFor Windows and macOS, you can run the daemon using the command line:
docker run -d --name kometad -p 8080:8080 itssimmons/kometa:latestDue to the fact that native support for Windows and macOS is still in development, running Kometa in a Docker container is the recommended approach for these platforms, keep in mind that some hardware metrics may not be available or may have limited functionality when running in a containerized environment.
For futher information, please refer to the documentation:
| Kometrics Version | Kotlin Version | Java Version | Gradle Version | Platform |
|---|---|---|---|---|
| 0.1.0-SNAPSHOT | 2.3.10 | 21 | 9.0.0 | linux/amd64 |
I will glad to accept contributions to this project. If you have any ideas or suggestions, please feel free to open an issue or submit a pull request.
Note
Before anything, please check CONTRIBUTING.md and CODE_OF_CONDUCT.md for guidelines and rules.
This project is licensed under the MIT License. See the LICENSE file for details.