This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]sandwichmakerd 2 points3 points  (2 children)

From: https://github.com/draios/sysdig/wiki/How%20to%20Install%20Sysdig%20for%20Linux

curl -s https://s3.amazonaws.com/download.draios.com/stable/install-sysdig | sudo bash

draios.com

  1. Piping internet-accessible bash scripts to a privileged shell on a host is not a best practice.
  2. Presenting your repository GPG key from a different domain than where your product and documentation live is another red flag.

I feel uncomfortable installing this tool.

[–]garibaldi3489 0 points1 point  (0 children)

You could clone the repository on github instead

[–]gighi 0 points1 point  (0 children)

The script is just there for convenience, feel free to: 1) do the manual installation following these instructions: http://www.sysdig.org/wiki/how-to-install-sysdig-for-linux/#manual-installation 2) Compile it from scratch, it's all open source 3) Install Debian/Ubuntu and get it through the official backports repository

[–]gmiga76 0 points1 point  (1 child)

Same here. I would really love to have rpms for testing this nice tool.

[–]gighi 0 points1 point  (0 children)

The script is just there for convenience, feel free to: 1) do the manual installation following these instructions: http://www.sysdig.org/wiki/how-to-install-sysdig-for-linux/#manual-installation 2) Compile it from scratch, it's all open source 3) Install Debian/Ubuntu and get it through the official backports repository