Updated README
This commit is contained in:
parent
f1647acf2b
commit
f3d2bf9d91
21
README.md
21
README.md
@ -4,4 +4,23 @@
|
||||
|
||||
How to run:
|
||||
|
||||
`bash <(wget -qO- https://git.zion-networks.de/ZionNetworks/zabbix-scripts/raw/branch/main/agent2_autoinstall.sh)`
|
||||
`wget -qO- https://git.zion-networks.de/ZionNetworks/zabbix-scripts/raw/branch/main/agent2_autoinstall.sh | sudo bash`
|
||||
|
||||
If you prefer to first download the script and not running it as root directly:
|
||||
|
||||
1. Download the script:
|
||||
```bash
|
||||
wget -O agent2_autoinstall.sh https://git.zion-networks.de/ZionNetworks/zabbix-scripts/raw/branch/main/agent2_autoinstall.sh
|
||||
```
|
||||
|
||||
2. Make the script executable:
|
||||
```bash
|
||||
chmod +x agent2_autoinstall.sh
|
||||
```
|
||||
|
||||
3. Run the script with root privileges:
|
||||
```bash
|
||||
sudo ./agent2_autoinstall.sh
|
||||
```
|
||||
|
||||
> Note that root permissions are required in order to install the required packages and adjust the configuration.
|
Loading…
Reference in New Issue
Block a user