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

« back to all changes in this revision

Viewing changes to hooks/install

  • Committer: Samuel Cozannet
  • Date: 2014-10-07 19:33:59 UTC
  • Revision ID: samnco@gmail.com-20141007193359-hfp5j2v86gqxhmbd
removing .git history from tracking and latest ES additions

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
# Configuring default versions
9
9
VERSION="2.2"
10
10
DISTRIBUTION="ubuntu"
11
 
# This should be automated. 
12
11
DIST="trusty"
13
12
APT_KEY="D13D58E479EA5ED4"
14
13
APT_SRV="keys.gnupg.net"
28
27
 
29
28
# CVS Systems
30
29
apt-get install -y -qq git bzr
 
30
# dev tools
 
31
apt-get install -y -qq python-pip
31
32
# OpenIPMI
32
33
apt-get install -y -qq openipmi 
33
34
# CURL
48
49
chgrp wireshark /usr/bin/dumpcap
49
50
chmod 750 /usr/bin/dumpcap
50
51
setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
 
52
# Various APIs
 
53
## ElasticSearch
 
54
pip install pyes
51
55
 
52
56
### Installing Zabbix
53
57
apt-get install -y -qq zabbix-agent