Update README.md
This commit is contained in:
parent
14ed83d227
commit
e549e18d44
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue