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

template_app_ntp_service.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caf4df771e65decb2643ae261c100d8d9d40224e (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:32Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: b28c13fdd0194ddcb5f6b18723a575ae
      template: 'NTP Service'
      name: 'NTP Service'
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: e6101cf9015e436e82d9203f638f1840
          name: 'NTP service is running'
          type: SIMPLE
          key: 'net.udp.service[ntp]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: Application
              value: 'NTP service'
          triggers:
            -
              uuid: 6c7f4d7e2719401d8fd8f99ae8fc2d34
              expression: 'max(/NTP Service/net.udp.service[ntp],#3)=0'
              name: 'NTP service is down on {HOST.NAME}'
              priority: AVERAGE
      valuemaps:
        -
          uuid: 1fb344806bc84930a4c45b84fd375cc8
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up