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