summaryrefslogtreecommitdiffstats
path: root/roles/os_zabbix/vars/template_aws.yml
blob: 57832a3fea77bcfcc12091d5156588f47295367a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
g_template_aws:
  name: Template AWS
  zdiscoveryrules:
  - name: disc.aws
    key: disc.aws
    lifetime: 14
    description: "Dynamically register AWS bucket info"

  zitemprototypes:
  - discoveryrule_key: disc.aws
    name: "S3 bucket size (GB) [{#S3_BUCKET}]"
    key: "disc.aws.size[{#S3_BUCKET}]"
    value_type: int
    description: "Size of S3 bucket"
    applications:
    - AWS

  - discoveryrule_key: disc.aws
    name: "S3 bucket object count [{#S3_BUCKET}]"
    key: "disc.aws.objects[{#S3_BUCKET}]"
    value_type: int
    description: "Objects in S3 bucket"
    applications:
    - AWS