uptimed

command module
v0.0.0-...-f9c212a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 23, 2024 License: AGPL-3.0 Imports: 9 Imported by: 0

README

uptimed

uptimed is a simple application to keep track of the uptime and system load of Unix-like systems.

The server side provides a HTTP interface that is both used by the clients to report data and to provide a user interface.

The client side gathers and reports data about the uptime and system load of the system it runs on and sends that data to the server. If the server is not reachable, data is saved locally and transmitted as soon as the server becomes available again.

See the Journal for details about the internals and the progress of development over time.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package client implements the data acquisition and communication with the server.
Package client implements the data acquisition and communication with the server.
Package common provides constants, variables and functions used throughout the application.
Package common provides constants, variables and functions used throughout the application.
Package database provides the persistence layer of the application.
Package database provides the persistence layer of the application.
query
Package query provides symbolic constants to identify SQL queries to be run on the database.
Package query provides symbolic constants to identify SQL queries to be run on the database.
Package logdomain provides symbolic constants to identify the various pieces of the application that need to do logging.
Package logdomain provides symbolic constants to identify the various pieces of the application that need to do logging.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL