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/pop_service')
-rw-r--r--templates/app/pop_service/README.md39
-rw-r--r--templates/app/pop_service/template_app_pop_service.yaml60
2 files changed, 99 insertions, 0 deletions
diff --git a/templates/app/pop_service/README.md b/templates/app/pop_service/README.md
new file mode 100644
index 00000000000..190abe8daea
--- /dev/null
+++ b/templates/app/pop_service/README.md
@@ -0,0 +1,39 @@
+
+# POP 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 |POP service is running |<p>-</p> |SIMPLE |net.tcp.service[pop] |
+
+## Triggers
+
+|Name|Description|Expression|Severity|Dependencies and additional info|
+|----|-----------|----|----|----|
+|POP service is down on {HOST.NAME} |<p>-</p> |`max(/POP Service/net.tcp.service[pop],#3)=0` |AVERAGE | |
+
+## Feedback
+
+Please report any issues with the template at https://support.zabbix.com
+
diff --git a/templates/app/pop_service/template_app_pop_service.yaml b/templates/app/pop_service/template_app_pop_service.yaml
new file mode 100644
index 00000000000..231fb5f51be
--- /dev/null
+++ b/templates/app/pop_service/template_app_pop_service.yaml
@@ -0,0 +1,60 @@
+zabbix_export:
+ version: '6.0'
+ date: '2022-01-26T09:59:42Z'
+ groups:
+ -
+ uuid: 57b7ae836ca64446ba2c296389c009b7
+ name: Templates/Modules
+ templates:
+ -
+ uuid: e042c0e455f74e7eb2384c203edcb26e
+ template: 'POP Service'
+ name: 'POP Service'
+ description: |
+ Template module for monitoring POP service
+
+ Template tooling version used: 0.41
+ groups:
+ -
+ name: Templates/Modules
+ items:
+ -
+ uuid: ef6870d87700429a92c3dc496342457a
+ name: 'POP service is running'
+ type: SIMPLE
+ key: 'net.tcp.service[pop]'
+ history: 1w
+ valuemap:
+ name: 'Service state'
+ tags:
+ -
+ tag: component
+ value: network
+ triggers:
+ -
+ uuid: 72ad7fa260144095bdc41eddf09bbb08
+ expression: 'max(/POP Service/net.tcp.service[pop],#3)=0'
+ name: 'POP service is down on {HOST.NAME}'
+ priority: AVERAGE
+ tags:
+ -
+ tag: scope
+ value: availability
+ tags:
+ -
+ tag: class
+ value: service
+ -
+ tag: target
+ value: pop
+ valuemaps:
+ -
+ uuid: 603906e741e94b349db9e5116aa2c81b
+ name: 'Service state'
+ mappings:
+ -
+ value: '0'
+ newvalue: Down
+ -
+ value: '1'
+ newvalue: Up