cd $GOPATH/src/github.com/relvacode
git clone https://github.com/influxdata/telegraf.git telegraf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| blueprint: | |
| name: Calendar Sync | |
| description: Create events in a calendar based on a date sensor | |
| domain: automation | |
| input: | |
| sensor: | |
| name: Date Sensor | |
| description: The source date sensor | |
| selector: | |
| entity: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker-machine create \ | |
| --driver=digitalocean \ | |
| --digitalocean-access-token=$DO_TOKEN \ | |
| --digitalocean-size=512mb \ | |
| --digitalocean-region=lon1 \ | |
| --digitalocean-private-networking=true \ | |
| swarm-consul | |
| docker $(docker-machine config swarm-consul) run -d \ | |
| --net=host progrium/consul --server -bootstrap-expect 1 |