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

template_app_telnet_service.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89f99968a84d25055ae1373f74d5500fbc1ae8e (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:28Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: 7fc69c6afd334bcab0a133174983939f
      template: 'Telnet Service'
      name: 'Telnet Service'
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 55990514600a4a998dbc4bdd94edbcb2
          name: 'Telnet service is running'
          type: SIMPLE
          key: 'net.tcp.service[telnet]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: Application
              value: 'Telnet service'
          triggers:
            -
              uuid: 7135280c598548e6bf17fd1909d4281a
              expression: 'max(/Telnet Service/net.tcp.service[telnet],#3)=0'
              name: 'Telnet service is down on {HOST.NAME}'
              priority: AVERAGE
      valuemaps:
        -
          uuid: 1d4d40a040d84b0eae345be144dee1b7
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up