First Commit
This commit is contained in:
18
Include/Sample-zabbix_agentd.win.include.txt
Normal file
18
Include/Sample-zabbix_agentd.win.include.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
# Sample File for include own Config-File with UserParamter
|
||||
#
|
||||
# Rename this file to: zabbix_agentd.win.include.txt
|
||||
# before using!
|
||||
# Installation Script check if file "include\zabbix_agentd.win.include.txt" exist
|
||||
# and will copy that script and include it
|
||||
# If you need own Scripts or Programs copy them into the
|
||||
# \UserParameter
|
||||
# Directory
|
||||
# Use
|
||||
# "%PROGRAMFILES%\Zabbix\YoorScriptorExe.bat" at UserParameter
|
||||
# Complex Sample:
|
||||
# UserParameter=znil.fileandfolder[*],"%PROGRAMFILES%\Zabbix\fileandfolder.exe" "$1" "$2"
|
||||
#
|
||||
#Simple Sample
|
||||
UserParameter=znil.TestEcho,echo 1
|
||||
|
||||
# Your UserParameters behind this line:
|
||||
Reference in New Issue
Block a user