mirror of
https://github.com/limosek/zaf.git
synced 2024-11-13 05:59:06 +01:00
Updated trunk versions
This commit is contained in:
parent
2e8a27e6ac
commit
38927897dc
@ -113,7 +113,7 @@ git clone https://github.com/limosek/zaf.git \
|
||||
&& git checkout master \
|
||||
&& git clone https://github.com/limosek/zaf-plugins.git \
|
||||
&& make deb PLUGINS="./zaf-plugins/fsx" ZAF_PLUGINS="zaf" ZAF_OPTIONS="ZAF_GIT=0" AGENT_OPTIONS="Z_Server=zabbix.server Z_ServerActive=zabbix.server Z_StartAgents=8"
|
||||
sudo dpkg -i out/zaf-1.3master.deb
|
||||
sudo dpkg -i out/zaf-1.4master.deb
|
||||
```
|
||||
General usage:
|
||||
```
|
||||
@ -154,7 +154,7 @@ During plugin installation, zaf will check all dependencies, do install binaries
|
||||
Zaf binary can be installed on any system from openwrt to big system. It has minimal dependencies and is shell based. Is has minimal size (up to 50kb of code). It can be used for installing, removing and testing zaf plugin items. Zaf should be run as root.
|
||||
```
|
||||
./zaf
|
||||
./zaf Version 1.3master. Please use some of this commands:
|
||||
./zaf Version 1.4master. Please use some of this commands:
|
||||
./zaf Cmd [ZAF_OPTION=value] [ZAF_CTRL_Option=value] [ZAF_CTRLI_Item_Option=value] ...
|
||||
Plugin manipulation commands:
|
||||
./zaf update To update repo (not plugins, similar to apt-get update)
|
||||
|
@ -407,7 +407,7 @@ zaf_postconfigure() {
|
||||
|
||||
if ! [ -f README.md ]; then
|
||||
# Hardcoded variables
|
||||
ZAF_VERSION="1.3"
|
||||
ZAF_VERSION="1.4"
|
||||
export ZAF_TMP_DIR="/tmp/zaf-installer"
|
||||
export ZAF_DIR="$ZAF_TMP_DIR/zaf"
|
||||
if [ -n "$ZAF_PROXY" ]; then
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
# Hardcoded variables
|
||||
ZAF_VERSION="1.3"
|
||||
ZAF_VERSION="1.4"
|
||||
ZAF_GITBRANCH="master"
|
||||
ZAF_URL="https://github.com/limosek/zaf"
|
||||
ZAF_RAW_URL="https://raw.githubusercontent.com/limosek/zaf"
|
||||
|
Loading…
Reference in New Issue
Block a user