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

template_app_smtp_service.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 187c771fcbb0716c8c3cb403540f5ac6f2ba1866 (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
zabbix_export:
  version: '5.4'
  date: '2021-05-11T08:05:30Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: ea3cad7f70f9481ea85f797ef6ea684e
      template: 'SMTP Service'
      name: 'SMTP Service'
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 7edce69c026143258edc03dc8e970ec9
          name: 'SMTP service is running'
          type: SIMPLE
          key: 'net.tcp.service[smtp]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: Application
              value: 'SMTP service'
          triggers:
            -
              uuid: b90e7dafca6c4b92b318f74bb07e8ac4
              expression: 'max(/SMTP Service/net.tcp.service[smtp],#3)=0'
              name: 'SMTP service is down on {HOST.NAME}'
              priority: AVERAGE
      valuemaps:
        -
          uuid: 41d22d9ad511457ba57ff86c11453f0b
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up