Simple monitoring solution
Go to file
2024-05-02 08:59:55 +02:00
sql Added forgotten SQL changes 2024-05-01 21:16:58 +02:00
static Implemented datapoint delete 2024-05-02 08:59:55 +02:00
views Implemented datapoint delete 2024-05-02 08:59:55 +02:00
.gitignore Initial commit 2024-04-29 08:36:13 +02:00
area.go Fixed problems with empty tables, bumped to v4 2024-05-01 21:44:53 +02:00
config.go Initial commit 2024-04-29 08:36:13 +02:00
datapoint.go Implemented datapoint delete 2024-05-02 08:59:55 +02:00
go.mod Initial commit 2024-04-29 08:36:13 +02:00
go.sum Initial commit 2024-04-29 08:36:13 +02:00
main.go Implemented datapoint delete 2024-05-02 08:59:55 +02:00
page.go Adding datapoints to triggers 2024-05-01 10:02:33 +02:00
problem.go Fixed problems with empty tables, bumped to v4 2024-05-01 21:44:53 +02:00
README.md Added readme 2024-05-01 22:34:34 +02:00
section.go Implemented adding/renaming of areas and sections 2024-05-01 21:02:45 +02:00
trigger.go Fixed problems with empty tables, bumped to v4 2024-05-01 21:44:53 +02:00

Configuration

network:
  address: "[::]"
  port: 9000

websocket:
  domains:
    - localhost
    - smon.example.com

database:
  host: localhost
  port: 5432
  name: smon
  username: smon
  password: you_wish

session:
  daysvalid: 31

application:
  logfile: /var/log/smon.log