diff --git a/INSTALL_HETZNER.md b/INSTALL_HETZNER.md
index bf97c08529d466ef9f95573c560dfe342e67952c..7fbe48c9b665fa16c0714b1e7797fd6d5f082caf 100644
--- a/INSTALL_HETZNER.md
+++ b/INSTALL_HETZNER.md
@@ -41,6 +41,7 @@ ssh_authorized_keys:
   - $ssh_public_key
 EOF
 
+apt-get install gawk
 wget https://raw.github.com/coreos/init/master/bin/coreos-install
 bash coreos-install -d /dev/sda -c cloud-config.tmp
 
@@ -49,8 +50,19 @@ reboot
 
 ```
 ssh core@$IP
+
+configure mdmonitor.
+
 sudo su -
 
+mdadm --examine --scan > /etc/mdadm.conf
+vim /etc/mdadm.conf
+#ADD your mail
+MAILADDR xxx@xxx.org
+
+# Start service
+systemctl start  mdmonitor.service
+
 # Add swap
 fallocate -l 8192m /swap
 chmod 600 /swap