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

template_app_ldap_service.yaml « ldap_service « app « templates - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7ecc96bb381d964f5289e926f40f55f01a52f25 (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-04-06T19:59:31Z'
  groups:
    -
      uuid: 57b7ae836ca64446ba2c296389c009b7
      name: Templates/Modules
  templates:
    -
      uuid: 736d92e82cfb48a592c8a976c45ef76f
      template: 'LDAP Service'
      name: 'LDAP Service'
      description: |
        Template module for monitoring LDAP service
        
        Template tooling version used: 0.41
      groups:
        -
          name: Templates/Modules
      items:
        -
          uuid: a0d19592dc5b4ab49240fc7d6101a459
          name: 'LDAP service is running'
          type: SIMPLE
          key: 'net.tcp.service[ldap]'
          history: 1w
          valuemap:
            name: 'Service state'
          tags:
            -
              tag: component
              value: network
          triggers:
            -
              uuid: ea88df0a4c87424c891ac2197e5b6966
              expression: 'max(/LDAP Service/net.tcp.service[ldap],#3)=0'
              name: 'LDAP service is down on {HOST.NAME}'
              priority: AVERAGE
              tags:
                -
                  tag: scope
                  value: availability
      valuemaps:
        -
          uuid: ddbdab3aa88f4ad0b331a65504cceca5
          name: 'Service state'
          mappings:
            -
              value: '0'
              newvalue: Down
            -
              value: '1'
              newvalue: Up