Skip to content

Commit

Permalink
fix reference to sendinterval, rename to interval
Browse files Browse the repository at this point in the history
  • Loading branch information
TrystanLea committed Mar 25, 2022
1 parent c7e9577 commit 51316db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/emonpi.default.emonhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ loglevel = DEBUG
apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
senddata = 1 # Enable sending data to Emoncms.org
sendstatus = 1 # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list
sendinterval= 30 # Bulk send interval to Emoncms.org in seconds
interval= 30 # Bulk send interval to Emoncms.org in seconds

#######################################################################
####################### Nodes #######################
Expand Down
2 changes: 1 addition & 1 deletion conf/example.emonhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ loglevel = DEBUG
apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
senddata = 1 # Enable sending data to Emoncms.org
sendstatus = 1 # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list
sendinterval= 30 # Bulk send interval to Emoncms.org in seconds
interval= 30 # Bulk send interval to Emoncms.org in seconds

# [[SerialTx]]
# Type = EmonHubTx3eInterfacer
Expand Down
2 changes: 1 addition & 1 deletion conf/interfacer_examples/graphite/graphite.emonhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
graphite_host = graphite.example.com,
graphite_port = 2003,
senddata = 1,
sendinterval = 30,
interval = 30,
prefix = emonpi
4 changes: 2 additions & 2 deletions conf/interfacer_examples/graphite/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Ex: `<prefix>.emonPi.power1`

Set to 0 to disable sending metrics. (Default: 1)

* `sendinterval`
* `interval`

Frequency, in seconds, to send metrics. (Default: 30)
(Should be set the same in your graphite storage scheme)
Expand All @@ -52,7 +52,7 @@ Ex: `<prefix>.emonPi.power1`
graphite_host = graphite.example.com,
graphite_port = 2003,
senddata = 1,
sendinterval = 30,
interval = 30,
prefix = emonpi
```

Expand Down
2 changes: 1 addition & 1 deletion conf/old.default.emonhub.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ loglevel = DEBUG #(default:WARNING)
apikey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
senddata = 1 # Enable sending data to Emoncms.org
sendstatus = 1 # Enable sending WAN IP to Emoncms.org MyIP > https://emoncms.org/myip/list
sendinterval= 30 # Bulk send interval to Emoncms.org in seconds
interval= 30 # Bulk send interval to Emoncms.org in seconds

#######################################################################
####################### Nodes #######################
Expand Down

0 comments on commit 51316db

Please sign in to comment.