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

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