suse-uptime-tracker is a work-in-progress project to keep track of system uptime.
The system uptime logs will be reported back to SCC, RMT, and SUMA by the SCC client utility (i.e. SUSEConnect).
Requires Go 1.16 for embed.
make build
This will create a out/suse-uptime-tracker binary.
To run the unit tests.
make test
cd suse-uptime-tracker
podman run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.16 make build
This will create a out/suse-uptime-tracker binary on the host.