Unable to get dependency packages. Can you confirm which package to be referred for livestatus dependency?
[root@ifb01-f cmkbeat]# pwd
/etc/go/vendor/github.com/comnetgmbh/cmkbeat
[root@ifb01-f cmkbeat]# glide install
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/jeremyweader/go-livestatus
[INFO] --> Fetching updates for github.com/elastic/beats
Username for 'https://github.com': rxxxx@gmail.com
Password for 'https://rxxxx@gmail.com@github.com':
[WARN] Unable to checkout github.com/jeremyweader/go-livestatus
[ERROR] Update failed for github.com/jeremyweader/go-livestatus: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
[ERROR] Failed to do initial checkout of config: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
I checked the 2 glide config files from both cmkbeat forks (jeremyweader & comnet), go-livestatus is to be used from jeremyweader (which does not exist) or from vbatoufflet which exists?
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
- package: github.com/elastic/beats
subpackages:
- libbeat/beat
- libbeat/common
- libbeat/logp
- libbeat/publisher
- package: github.com/jeremyweader/go-livestatus
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
- package: github.com/elastic/beats
subpackages:
- libbeat/beat
- libbeat/common
- libbeat/logp
- libbeat/publisher
- package: github.com/vbatoufflet/go-livestatus
Unable to get dependency packages. Can you confirm which package to be referred for livestatus dependency?
[root@ifb01-f cmkbeat]# pwd
/etc/go/vendor/github.com/comnetgmbh/cmkbeat
[root@ifb01-f cmkbeat]# glide install
[INFO] Lock file (glide.lock) does not exist. Performing update.
[INFO] Downloading dependencies. Please wait...
[INFO] --> Fetching github.com/jeremyweader/go-livestatus
[INFO] --> Fetching updates for github.com/elastic/beats
Username for 'https://github.com': rxxxx@gmail.com
Password for 'https://rxxxx@gmail.com@github.com':
[WARN] Unable to checkout github.com/jeremyweader/go-livestatus
[ERROR] Update failed for github.com/jeremyweader/go-livestatus: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
[ERROR] Failed to do initial checkout of config: Unable to get repository: Cloning into '/root/.glide/cache/src/https-github.com-jeremyweader-go-livestatus'...
remote: Repository not found.
fatal: repository 'https://github.com/jeremyweader/go-livestatus/' not found
: exit status 128
I checked the 2 glide config files from both cmkbeat forks (jeremyweader & comnet), go-livestatus is to be used from jeremyweader (which does not exist) or from vbatoufflet which exists?
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
subpackages:
- package: github.com/jeremyweader/go-livestatus
[root@ifb01-f cmkbeat]# cat glide.yaml
package: .
import:
subpackages:
- package: github.com/vbatoufflet/go-livestatus