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 'src/go/conf/zabbix_agent2.d/plugins.d/modbus.conf')
-rw-r--r--src/go/conf/zabbix_agent2.d/plugins.d/modbus.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/go/conf/zabbix_agent2.d/plugins.d/modbus.conf b/src/go/conf/zabbix_agent2.d/plugins.d/modbus.conf
new file mode 100644
index 00000000000..4be527673d4
--- /dev/null
+++ b/src/go/conf/zabbix_agent2.d/plugins.d/modbus.conf
@@ -0,0 +1,23 @@
+### Option: Plugins.Modbus.Timeout
+# The maximum time (in seconds) for connections.
+#
+# Mandatory: no
+# Range: 1-30
+# Default: global timeout
+
+### Option: Plugins.Modbus.Sessions.*.Endpoint
+# Endpoint is a connection string consisting of a protocol scheme, a host address and a port or seral port name and attributes.
+#
+# Mandatory: no
+
+### Option: Plugins.Modbus.Sessions.*.SlaveID
+# Slave ID of modbus devices.
+#
+# Mandatory: no
+
+### Option: Plugins.Modbus.Sessions.*.Timeout
+# The maximum time (in seconds) for connections.
+#
+# Mandatory: no
+# Range: 1-30
+# Default: plugin modbus timeout