From d85b8f20d9a328053f88039663b9a8db4576e033 Mon Sep 17 00:00:00 2001 From: Lukas Macura Date: Thu, 7 Apr 2016 14:20:53 +0200 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f59838..716cf60 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ git clone https://github.com/limosek/zaf.git; cd zaf; git checkout 1.0 So you can pass ANY configuration of your zabbix agent directly to installer prefixing it with *Z_*. Please note that options are *Case Sensitive*! Next to this, you can pass ANY zaf config options by *ZAF_* prefix. Yes, we need some more documentation of ZAF options. Please look at least here: https://github.com/limosek/zaf/blob/master/install.sh#L160 Installer will try to autoguess suitable config options for your system. -Now everything was tested on Debian and OpenWrt. If somebody is interrested in, you can help and test with some rpm specific functions. +Now everything was tested on Debian and OpenWrt. If somebody is interrested in, you can help and test with some rpm specific functions. Remember that on some systems, default zabbix agent config is empty so you *need to* enter essential config options as parameters. ### Example Suppose you want to autoinstall agent on clean system. You need only curl installed. Everything else is one-cmd process.