Skip to content
Snippets Groups Projects
Commit ba3ff2af authored by Tibo's avatar Tibo
Browse files

Fix installation instructions

parent 914d035a
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
wget https://gitlab.cylab.be/cylab/monitoring/raw/master/php-client/bin/monitor.phar
sudo mv monitor.phar /usr/bin/monitor
sudo chmod +x /usr/bin/monitor
sudo echo "*/5 * * * * root /usr/bin/monitor ping -i {{ $server->id }} -t {{ $server->token }}" >> /etc/crontab
echo "*/5 * * * * root /usr/bin/monitor ping -i {{ $server->id }} -t {{ $server->token }}" | sudo tee -a /etc/crontab
</code></pre>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment