add custom configs for netdata

This commit is contained in:
VirtuBox 2018-01-29 22:28:57 +01:00 committed by GitHub
parent a891dda8f9
commit 4c9257bc4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -29,11 +29,14 @@ echo "root: my.email@address.com" >> /etc/aliases
newaliases
```
**5) Install netdata monitoring**
**5) Install netdata monitoring and set custom settings**
```
bash <(curl -Ss https://my-netdata.io/kickstart.sh) all
wget -O /etc/netdata/health_alarm_notify.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/etc/netdata/health_alarm_notify.conf
wget -O /etc/netdata/python.d/phpfpm.conf https://raw.githubusercontent.com/VirtuBox/ubuntu-nginx-web-server/master/etc/netdata/python.d/phpfpm.conf
```
**6) Install MariaDB 10.2**
Follow instructions available in my [KnowledgeBase article](https://kb.virtubox.net/knowledgebase/install-latest-mariadb-release-easyengine/)