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

template_app_pop_service.yaml « pop_service « app « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 231fb5f51be8f1051a0f419579fd55512a91b00a (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
54
55
56
57
58
59
60
zabbix_export:
  version: '6.0'
  date: '2022-01-26T09:59:42Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: e042c0e455f74e7eb2384c203edcb26e
      template: 'POP Service'
      name: 'POP Service'
      description: |
        Template module for monitoring POP service
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: ef6870d87700429a92c3dc496342457a
          name: 'POP service is running'
          type: SIMPLE
          key: 'net.tcp.service[pop]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: component
              value: network
          triggers:
            -
              uuid: 72ad7fa260144095bdc41eddf09bbb08
              expression: 'max(/POP Service/net.tcp.service[pop],#3)=0'
              name: 'POP service is down on {HOST.NAME}'
              priority: AVERAGE
              tags:
                -
                  tag: scope
                  value: availability
      tags:
        -
          tag: class
          value: service
        -
          tag: target
          value: pop
      valuemaps:
        -
          uuid: 603906e741e94b349db9e5116aa2c81b
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up