Mettre à jour 'README.md'

This commit is contained in:
virtubox 2018-04-24 15:02:35 +00:00
parent 3d22977bae
commit d8a397e446
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/libren
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/librenms-agent/raw/branch/master/apps/apache/apache.sh)
```
#### Netdata Apache
```
wget -O /etc/netdata/python.d/apache.conf https://git.virtubox.net/virtubox/librenms-agent/raw/branch/master/apps/apache/apache.conf
service netdata restart
```
### OS updates
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/librenms-agent/raw/master/apps/os-update.sh)