Updated config example
This commit is contained in:
parent
a120100305
commit
c0238a2e5f
1 changed files with 2 additions and 1 deletions
|
|
@ -28,8 +28,9 @@ session:
|
||||||
|
|
||||||
application:
|
application:
|
||||||
logfile: /var/log/smon.log
|
logfile: /var/log/smon.log
|
||||||
|
nodata_interval: 60
|
||||||
```
|
```
|
||||||
|
|
||||||
# Data from systems to datapoints
|
# Data from systems to datapoints
|
||||||
|
|
||||||
`curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name`
|
`curl -d "$(time +'%F %T +02')" http://localhost:9000/entry/datapoint_name`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue