Update README.md

This commit is contained in:
Magnus Åhall 2024-05-01 20:39:55 +00:00
parent 14ed83d227
commit e549e18d44

View File

@ -1,3 +1,9 @@
# Quick start
1) Create an empty database
1) Create the configuration file (default ~/.config/smon.yaml)
1) Run ./smon (will create the database schema)
# Configuration # Configuration
```yaml ```yaml
@ -23,3 +29,7 @@ session:
application: application:
logfile: /var/log/smon.log logfile: /var/log/smon.log
``` ```
# Data from systems to datapoints
`curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name`