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

template_app_http_service.yaml « classic « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fd6c9557f3a227098d7bbcec8e6edb19ee089a50 (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: ae6029df63724ff4a15819939ef74edd
      template: 'HTTP Service'
      name: 'HTTP Service'
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: 26ee93987891435ba049c84729559f07
          name: 'HTTP service is running'
          type: SIMPLE
          key: 'net.tcp.service[http]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: Application
              value: 'HTTP service'
          triggers:
            -
              uuid: 5cf1d86051e34f47aec2bb0d97cf6b44
              expression: 'max(/HTTP Service/net.tcp.service[http],#3)=0'
              name: 'HTTP service is down on {HOST.NAME}'
              priority: AVERAGE
      valuemaps:
        -
          uuid: 2ad1e9aeb097470ba36a09c56c67eadd
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up