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

template_app_imap_service.yaml « imap_service « app « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eaa49a4ab1ae8616e7b14caea0353c96fa61f4a3 (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-04-06T19:59:31Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: dd0c49d976444f168535b9c1a2db981b
      template: 'IMAP Service'
      name: 'IMAP Service'
      description: |
        Template module for monitoring IMAP service
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 823451f4ebb6437c88c2915ba6d6faad
          name: 'IMAP service is running'
          type: SIMPLE
          key: 'net.tcp.service[imap]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: component
              value: network
          triggers:
            -
              uuid: 075e6217564d45fdb713f810a9eef87c
              expression: 'max(/IMAP Service/net.tcp.service[imap],#3)=0'
              name: 'IMAP service is down on {HOST.NAME}'
              priority: AVERAGE
              tags:
                -
                  tag: scope
                  value: availability
      valuemaps:
        -
          uuid: 17353d47bd0a4a03a8f3ab799207e157
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up