~ayrton/charms/trusty/zabbix-agent/trunk

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Marco Ceppi
  • Date: 2013-08-16 01:40:23 UTC
  • Revision ID: marco@ceppi.net-20130816014023-u18sbehd9um0vrlk
Updated charm to use Zabbix server protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
# Here do anything needed to install the service
3
 
# i.e. apt-get install -y foo  or  bzr branch http://myserver/mycode /srv/webroot
4
 
 
 
2
 
 
3
set -ex
 
4
 
 
5
exit 1
5
6
apt-get install -y zabbix-agent