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/http_service/template_app_http_service.yaml')
-rw-r--r--templates/app/http_service/template_app_http_service.yaml60
1 files changed, 60 insertions, 0 deletions
diff --git a/templates/app/http_service/template_app_http_service.yaml b/templates/app/http_service/template_app_http_service.yaml
new file mode 100644
index 00000000000..ebd0a43f7f8
--- /dev/null
+++ b/templates/app/http_service/template_app_http_service.yaml
@@ -0,0 +1,60 @@
+zabbix_export:
+ version: '6.0'
+ date: '2022-01-26T10:49:21Z'
+ groups:
+ -
+ uuid: 57b7ae836ca64446ba2c296389c009b7
+ name: Templates/Modules
+ templates:
+ -
+ uuid: ae6029df63724ff4a15819939ef74edd
+ template: 'HTTP Service'
+ name: 'HTTP Service'
+ description: |
+ Template module for monitoring HTTP service
+
+ Template tooling version used: 0.41
+ groups:
+ -
+ name: Templates/Modules
+ items:
+ -
+ uuid: 5cf1d86051e34f47aec2bb0d97cf6b44
+ name: 'HTTP service is running'
+ type: SIMPLE
+ key: 'net.tcp.service[http]'
+ history: 1w
+ valuemap:
+ name: 'Service state'
+ tags:
+ -
+ tag: component
+ value: network
+ triggers:
+ -
+ uuid: b299d73cebcd430c8bfc54cf9b84e853
+ expression: 'max(/HTTP Service/net.tcp.service[http],#3)=0'
+ name: 'HTTP service is down on {HOST.NAME}'
+ priority: AVERAGE
+ tags:
+ -
+ tag: scope
+ value: availability
+ tags:
+ -
+ tag: class
+ value: service
+ -
+ tag: target
+ value: http
+ valuemaps:
+ -
+ uuid: 2ad1e9aeb097470ba36a09c56c67eadd
+ name: 'Service state'
+ mappings:
+ -
+ value: '0'
+ newvalue: Down
+ -
+ value: '1'
+ newvalue: Up