We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assets from git tarballs cannot be extracted Requires mholt/archiver#27
An asset with the url of an archived git tarball gets extracted, and a check can execute its scripts.
An asset with the url of an archived git tarball cannot be extracted, therefore the check does not execute.
mholt/archiver#66 gets merged and we update our dependency to that commit.
sensu-go/Gopkg.toml
Lines 64 to 66 in 2d07f04
{ "type": "Asset", "spec": { "name": "check-cpu.sh", "url": "/~https://github.com/sensu-plugins/sensu-plugins-cpu-checks/archive/2.1.0.tar.gz", "sha512": "da4f4eb7b16d18c7e870efcb145b2b09234836e7bb3218f58adf376ba4cb84ddd2743356aa89c22509da8c5f552eaf98eb721bc7e18e1832f664142da67b06df", "metadata": null, "filters": [], "organization": "default" } }
{ "type": "CheckConfig", "spec": { "command": "check-cpu.sh -w 85 -c 95", "environment": "default", "handlers": [], "high_flap_threshold": 0, "interval": 10, "low_flap_threshold": 0, "name": "check-cpu-with-asset", "organization": "default", "publish": true, "runtime_assets": [ "check-cpu.sh" ], "subscriptions": [ "misc" ], "proxy_entity_id": "", "check_hooks": null, "stdin": false, "subdue": null, "ttl": 0, "timeout": 0, "round_robin": false, "output_metric_format": "", "output_metric_handlers": [] } }
error installing dependencies: error extracting asset: pax_global_header: unknown type flag: g
Assets from git urls do not get extracted.
The text was updated successfully, but these errors were encountered:
Add mention of sensu/sensu-go#1700 in assets reference docs
0f49b17
Signed-off-by: Simon Plourde <simon@sensu.io>
Add mention of sensu/sensu-go#1700 in assets reference docs (#512)
8a05c83
Adds a mention about a specific issue with GitHub archives when used as Sensu assets archives (sensu/sensu-go#1700).
Due to inactivity on mholt/archiver#66, I've opened mholt/archiver#76 to address mholt/archiver#27.
Sorry, something went wrong.
nikkictl
Successfully merging a pull request may close this issue.
Assets from git tarballs cannot be extracted
Requires mholt/archiver#27
Expected Behavior
An asset with the url of an archived git tarball gets extracted, and a check can execute its scripts.
Current Behavior
An asset with the url of an archived git tarball cannot be extracted, therefore the check does not execute.
Possible Solution
mholt/archiver#66 gets merged and we update our dependency to that commit.
sensu-go/Gopkg.toml
Lines 64 to 66 in 2d07f04
Steps to Reproduce (for bugs)
error installing dependencies: error extracting asset: pax_global_header: unknown type flag: g
Context
Assets from git urls do not get extracted.
Your Environment
The text was updated successfully, but these errors were encountered: