sstarcher / docker-sensu

Dockerized Sensu - Client, Server, Api
MIT License
103 stars 72 forks source link

Error installing extra plugins #25

Closed stefanocog closed 8 years ago

stefanocog commented 8 years ago

Hi, i hava an error installing sensu-plugins-docker with end RUNTIME_INSTALL, my docker-compose is

environment:
 RUNTIME_INSTALL: sensu-plugins/sensu-plugins-docker

Error is:

Downloading      sensu-plugins/sensu-plugins-docker:master
tar: invalid magic
tar: short read
Building     sensu-plugins/sensu-plugins-docker:master
/bin/install: line 32: cd: sensu-plugins-sensu-plugins-docker-master: No such file or directory
sstarcher commented 8 years ago

@stefanocog Either of the following 2 should work. The value of sensu-plugins is always prepended to the plugin name. So in your error message you see sensu-plugins-sensu-plugins repeated

environment:
 RUNTIME_INSTALL: docker
environment:
 RUNTIME_INSTALL: sensu-plugins/docker