Skip to content

Commit 553a9ab

Browse files
author
Jayapal
committed
CLOUDSTACK-4958 Removing installing monit from the postinstall.sh template script
Monit is AGPL package so removing it from the script which installs in template
1 parent 07c4aec commit 553a9ab

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tools/appliance/definitions/systemvm64template/postinstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ install_packages() {
3636
apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3737
apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
3838
# apt-get --no-install-recommends -q -y --force-yes install grub-legacy
39-
apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping
39+
apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps inetutils-ping iputils-arping httping
4040
apt-get --no-install-recommends -q -y --force-yes install dnsutils zip unzip ethtool uuid file iproute acpid virt-what sudo
4141

4242
# sysstat
@@ -220,7 +220,6 @@ configure_services() {
220220
chkconfig cloud-passwd-srvr off
221221
chkconfig --add cloud
222222
chkconfig cloud off
223-
chkconfig monit off
224223
chkconfig xl2tpd off
225224
}
226225

tools/appliance/definitions/systemvmtemplate/postinstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ install_packages() {
3535
apt-get --no-install-recommends -q -y --force-yes install rsyslog logrotate cron chkconfig insserv net-tools ifupdown vim-tiny netbase iptables
3636
apt-get --no-install-recommends -q -y --force-yes install openssh-server openssl e2fsprogs dhcp3-client tcpdump socat wget
3737
# apt-get --no-install-recommends -q -y --force-yes install grub-legacy
38-
apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps monit inetutils-ping iputils-arping httping
38+
apt-get --no-install-recommends -q -y --force-yes install python bzip2 sed gawk diffutils grep gzip less tar telnet ftp rsync traceroute psmisc lsof procps inetutils-ping iputils-arping httping
3939
apt-get --no-install-recommends -q -y --force-yes install dnsutils zip unzip ethtool uuid file iproute acpid virt-what sudo
4040

4141
# sysstat
@@ -219,7 +219,6 @@ configure_services() {
219219
chkconfig cloud-passwd-srvr off
220220
chkconfig --add cloud
221221
chkconfig cloud off
222-
chkconfig monit off
223222
chkconfig xl2tpd off
224223
}
225224

0 commit comments

Comments
 (0)