Welcome to mirror list, hosted at ThFree Co, Russian Federation.

template_app_https_service.yaml « https_service « app « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd9a6b410bfc54d14fecee3c2fdb03feb408cdbb (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
zabbix_export:
  version: '6.2'
  date: '2022-06-07T19:36:41Z'
  template_groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: c3ca7daa5168458f8a00852652a7f99d
      template: 'HTTPS Service'
      name: 'HTTPS Service'
      description: |
        Template module for monitoring HTTPS service
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 7164297bdfa54a5b897fc908bdcfb86c
          name: 'HTTPS service is running'
          type: SIMPLE
          key: 'net.tcp.service[https]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: component
              value: network
          triggers:
            -
              uuid: 6aa24949292e406b9bb917f641f3da79
              expression: 'max(/HTTPS Service/net.tcp.service[https],#3)=0'
              name: 'HTTPS service is down on {HOST.NAME}'
              priority: AVERAGE
              tags:
                -
                  tag: scope
                  value: availability
      valuemaps:
        -
          uuid: 3fea65dd433444ac86936134d0a28fd2
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up