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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/app/https_service')
-rw-r--r--templates/app/https_service/README.md39
-rw-r--r--templates/app/https_service/template_app_https_service.yaml60
2 files changed, 99 insertions, 0 deletions
diff --git a/templates/app/https_service/README.md b/templates/app/https_service/README.md
new file mode 100644
index 00000000000..47f296d80ad
--- /dev/null
+++ b/templates/app/https_service/README.md
@@ -0,0 +1,39 @@
+
+# HTTPS Service
+
+## Overview
+
+For Zabbix version: 6.0 and higher
+
+## Setup
+
+Refer to the vendor documentation.
+
+## Zabbix configuration
+
+No specific Zabbix configuration is required.
+
+
+## Template links
+
+There are no template links in this template.
+
+## Discovery rules
+
+
+## Items collected
+
+|Group|Name|Description|Type|Key and additional info|
+|-----|----|-----------|----|---------------------|
+|Services |HTTPS service is running |<p>-</p> |SIMPLE |net.tcp.service[https] |
+
+## Triggers
+
+|Name|Description|Expression|Severity|Dependencies and additional info|
+|----|-----------|----|----|----|
+|HTTPS service is down on {HOST.NAME} |<p>-</p> |`max(/HTTPS Service/net.tcp.service[https],#3)=0` |AVERAGE | |
+
+## Feedback
+
+Please report any issues with the template at https://support.zabbix.com
+
diff --git a/templates/app/https_service/template_app_https_service.yaml b/templates/app/https_service/template_app_https_service.yaml
new file mode 100644
index 00000000000..79373ce9086
--- /dev/null
+++ b/templates/app/https_service/template_app_https_service.yaml
@@ -0,0 +1,60 @@
+zabbix_export:
+ version: '6.0'
+ date: '2022-01-26T10:46:19Z'
+ groups:
+ -
+ uuid: 57b7ae836ca64446ba2c296389c009b7
+ name: Templates/Modules
+ templates:
+ -
+ uuid: c3ca7daa5168458f8a00852652a7f99d
+ template: 'HTTPS Service'
+ name: 'HTTPS Service'
+ description: |
+ Template module for monitoring HTTPS service
+
+ Template tooling version used: 0.41
+ groups:
+ -
+ name: Templates/Modules
+ items:
+ -
+ uuid: 7164297bdfa54a5b897fc908bdcfb86c
+ name: 'HTTPS service is running'
+ type: SIMPLE
+ key: 'net.tcp.service[https]'
+ history: 1w
+ valuemap:
+ name: 'Service state'
+ tags:
+ -
+ tag: component
+ value: network
+ triggers:
+ -
+ uuid: 6aa24949292e406b9bb917f641f3da79
+ expression: 'max(/HTTPS Service/net.tcp.service[https],#3)=0'
+ name: 'HTTPS service is down on {HOST.NAME}'
+ priority: AVERAGE
+ tags:
+ -
+ tag: scope
+ value: availability
+ tags:
+ -
+ tag: class
+ value: service
+ -
+ tag: target
+ value: https
+ valuemaps:
+ -
+ uuid: 3fea65dd433444ac86936134d0a28fd2
+ name: 'Service state'
+ mappings:
+ -
+ value: '0'
+ newvalue: Down
+ -
+ value: '1'
+ newvalue: Up