From 80b2e5c9d12595b6f9606936ddd12f354802323a Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 25 May 2024 19:56:57 +0200 Subject: [PATCH] Add freescout options --- conf/zamba.conf.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/conf/zamba.conf.example b/conf/zamba.conf.example index 0af5d85..714c47d 100644 --- a/conf/zamba.conf.example +++ b/conf/zamba.conf.example @@ -217,4 +217,9 @@ PORTAINER=none ############### zabbix Section ############### # (Zabbix Proxy) Name:Port of the zabbix server -ZBX_ADDR=zabbix.zmb.rocks:10051 \ No newline at end of file +ZBX_ADDR=zabbix.zmb.rocks:10051 + +############### freescout Section ################ +FS_FIRSTNAME=Max +FS_LASTNAME=Mustermann +FS_EMAIL=mail@zmb.rocks \ No newline at end of file