File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ sources:
3030- https://app.sysdigcloud.com/#/settings/user
3131- https://github.com/draios/sysdig
3232type : application
33- version : 2.2.1
33+ version : 2.2.2
Original file line number Diff line number Diff line change @@ -256,6 +256,22 @@ sysdig:
256256 # proxy_host: squid.yourdomain.com
257257 # proxy_port: 3128
258258 # ssl: false
259+ # ## Example: Configure app checks (See https://docs.sysdig.com/en/integrate-applications-default-app-checks)
260+ # app_checks:
261+ # - name: redis-6380
262+ # check_module: redisdb
263+ # pattern:
264+ # comm: redis-server
265+ # conf:
266+ # host: 127.0.0.1
267+ # port: 6380
268+ # password: <changeme>
269+ # - name: ntp
270+ # interval: 60
271+ # pattern:
272+ # comm: systemd
273+ # conf:
274+ # host: us.pool.ntp.org
259275secure :
260276 # true here enables Sysdig Secure: container run-time security & forensics
261277 enabled : true
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ maintainers:
1313 - name : mavimo
14141515type : application
16- version : 1.15.2
16+ version : 1.15.3
1717appVersion : " 1.0.0"
You can’t perform that action at this time.
0 commit comments