Skip to content

Commit 1f47808

Browse files
authored
docs(agent): Add App Checks example as comments (#2340)
1 parent 58d03f2 commit 1f47808

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 2.2.1
33+
version: 2.2.2

charts/agent/values.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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
259275
secure:
260276
# true here enables Sysdig Secure: container run-time security & forensics
261277
enabled: true

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.15.2
16+
version: 1.15.3
1717
appVersion: "1.0.0"

0 commit comments

Comments
 (0)