add sysdig, sysdig-cloud
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
sysdig:
|
||||
container_name: sysdig
|
||||
privileged: true
|
||||
stdin_open: true
|
||||
tty: true
|
||||
image: sysdig/sysdig:${VERSION}
|
||||
volumes:
|
||||
- /var/run/docker.sock:/host/var/run/docker.sock
|
||||
- /dev:/host/dev
|
||||
- /proc:/host/proc:ro
|
||||
- /boot:/host/boot:ro
|
||||
- /lib/modules:/host/lib/modules:ro
|
||||
- /usr:/host/usr:ro
|
||||
labels:
|
||||
io.rancher.scheduler.global: true
|
||||
io.rancher.scheduler.affinity:host_label_ne: ${HOST_EXCLUDE_LABEL}
|
||||
@@ -0,0 +1,17 @@
|
||||
.catalog:
|
||||
name: "Sysdig"
|
||||
version: "v0"
|
||||
description: "Container-Native System Visibility and Troubleshooting"
|
||||
questions:
|
||||
- variable: "VERSION"
|
||||
label: "Sysdig version"
|
||||
description: "Specify a version of the sysdig container to pull (default will pull latest stable version)."
|
||||
type: "string"
|
||||
default: "latest"
|
||||
required: true
|
||||
- variable: "HOST_EXCLUDE_LABEL"
|
||||
label: "Host exclude label"
|
||||
description: "Specify a host label here that can be used to exclude deployment of the sysdig container on any given host. Eg: sysdig.exclude_sysdig=true (you could then add the label 'sysdig.exclude_sysdig=true' to any host to exclude sysdig from that host)."
|
||||
type: "string"
|
||||
default: "sysdig.exclude_sysdig=true"
|
||||
required: true
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="410px" height="410px" viewBox="0 0 410 410" enable-background="new 0 0 410 410" xml:space="preserve">
|
||||
<ellipse fill="#FFFFFF" cx="205" cy="204.762" rx="204.544" ry="204.787"/>
|
||||
<path fill="#EE5B4C" d="M206.69,0.458C93.732-0.48,1.389,90.346,0.457,203.31c-0.397,47.524,15.5,91.345,42.397,126.291
|
||||
c10.523-10.354,17.777-17.489,18.982-18.671c5.413-5.311,19.711-5.193,19.711-5.193s14.036-13.793,28.456-28
|
||||
c14.426-14.199-10.008-39.028-10.008-39.028l-34.119-34.683c133.417-131.28,230.865-90.636,230.865-90.636
|
||||
s39.039,98.107-94.369,229.38l-34.125-34.689c0,0-24.428-24.828-38.848-10.648c-14.443,14.214-28.473,28.006-28.473,28.006
|
||||
s-0.092,14.306-5.518,19.631c-1.208,1.188-8.524,8.389-19.124,18.82c34.722,28.171,78.829,45.261,127.022,45.653
|
||||
c112.974,0.939,205.3-89.881,206.235-202.851C410.477,93.728,319.67,1.391,206.69,0.458z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
@@ -0,0 +1,5 @@
|
||||
name: Sysdig
|
||||
description: |
|
||||
Container-Native System Visibility and Troubleshooting
|
||||
version: v0
|
||||
category: Monitoring
|
||||
Reference in New Issue
Block a user