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

template_app_nntp_service.yaml « nntp_service « app « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd58a1cc3914addd3a2cbe739de990151e0812c0 (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:42Z'
  template_groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: 22c53db48be0472cb97209c74418cf16
      template: 'NNTP Service'
      name: 'NNTP Service'
      description: |
        Template module for monitoring NNTP service
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 4ac15acb2a1f488eb56088c6f963d1c7
          name: 'NNTP service is running'
          type: SIMPLE
          key: 'net.tcp.service[nntp]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: component
              value: network
          triggers:
            -
              uuid: f549234088cb4d1981c72eae82665f56
              expression: 'max(/NNTP Service/net.tcp.service[nntp],#3)=0'
              name: 'NNTP service is down on {HOST.NAME}'
              priority: AVERAGE
              tags:
                -
                  tag: scope
                  value: availability
      valuemaps:
        -
          uuid: e0acc1611fcf43e38d6d1de761c48409
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up