check_oracle_health: update to 1.9.4.4
[omd.git] / distros / Makefile.CENTOS_6.0
blob8c0f80d8b752b0a419fcfedb9b669d96b2e14555
1 DISTRO_CODE       = rh60
2 BUILD_PACKAGES    =
3 BUILD_PACKAGES   += boost-devel
4 BUILD_PACKAGES   += cairo-devel
5 BUILD_PACKAGES   += curl-devel     # needed by perl modules / thruk
6 BUILD_PACKAGES   += expat-devel
7 BUILD_PACKAGES   += fping
8 BUILD_PACKAGES   += samba-client # otherwise path to smblient missing in util.pm
9 BUILD_PACKAGES   += bind-utils
10 BUILD_PACKAGES   += gcc
11 BUILD_PACKAGES   += gcc-c++
12 BUILD_PACKAGES   += libevent-devel
13 BUILD_PACKAGES   += libtool-ltdl-devel
14 BUILD_PACKAGES   += gd-devel
15 BUILD_PACKAGES   += httpd-devel
16 BUILD_PACKAGES   += libmcrypt-devel
17 BUILD_PACKAGES   += libxml2-devel
18 BUILD_PACKAGES   += mysql-devel
19 BUILD_PACKAGES   += ncurses-devel
20 BUILD_PACKAGES   += net-snmp
21 BUILD_PACKAGES   += net-snmp-utils
22 BUILD_PACKAGES   += openssl-devel
23 BUILD_PACKAGES   += pango-devel
24 BUILD_PACKAGES   += patch
25 BUILD_PACKAGES   += php
26 BUILD_PACKAGES   += python-devel
27 BUILD_PACKAGES   += readline-devel
28 BUILD_PACKAGES   += compat-readline5
29 BUILD_PACKAGES   += rpm-build
30 BUILD_PACKAGES   += samba-client
31 BUILD_PACKAGES   += libuuid-devel
32 BUILD_PACKAGES   += which
33 BUILD_PACKAGES   += perl-devel
34 BUILD_PACKAGES   += perl-ExtUtils-Embed
35 BUILD_PACKAGES   += perl-Time-HiRes
36 BUILD_PACKAGES   += rsync
37 BUILD_PACKAGES   += groff                  # Is needed by rrdtool docs
38 BUILD_PACKAGES   += radiusclient-ng-devel
39 OS_PACKAGES       =
40 OS_PACKAGES      += time # needed for mk-job
41 OS_PACKAGES      += traceroute # needed for Check_MK parent scan
42 OS_PACKAGES      += boost-program-options
43 OS_PACKAGES      += curl
44 OS_PACKAGES      += dialog
45 OS_PACKAGES      += expat
46 OS_PACKAGES      += fping
47 OS_PACKAGES      += graphviz
48 OS_PACKAGES      += graphviz-gd
49 OS_PACKAGES      += httpd
50 OS_PACKAGES      += libevent
51 OS_PACKAGES      += libmcrypt
52 OS_PACKAGES      += libtool-ltdl
53 OS_PACKAGES      += mod_fcgid
54 OS_PACKAGES      += mysql-server
55 OS_PACKAGES      += net-snmp
56 OS_PACKAGES      += net-snmp-utils
57 OS_PACKAGES      += pango
58 OS_PACKAGES      += patch
59 OS_PACKAGES      += perl-Net-SNMP
60 OS_PACKAGES      += php
61 OS_PACKAGES      += php-mbstring
62 OS_PACKAGES      += php-pdo
63 OS_PACKAGES      += php-gd
64 OS_PACKAGES      += readline
65 OS_PACKAGES      += rsync
66 OS_PACKAGES      += uuid
67 OS_PACKAGES      += xinetd
68 OS_PACKAGES      += xorg-x11-server-Xvfb # used for thruks pdf generator
69 OS_PACKAGES      += cronie
70 OS_PACKAGES      += python-ldap # needed for ldap support in multisite
71 OS_PACKAGES      += radiusclient-ng
72 USERADD_OPTIONS   = -M
73 ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
74 PACKAGE_INSTALL   = yum -y makecache ; yum -y install
75 ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
76 APACHE_CONF_DIR   = /etc/httpd/conf.d
77 APACHE_INIT_NAME  = httpd
78 APACHE_USER       = apache
79 APACHE_GROUP      = apache
80 APACHE_BIN        = /usr/sbin/httpd
81 APACHE_CTL        = /usr/sbin/apachectl
82 APACHE_MODULE_DIR = /usr/lib/httpd/modules
83 APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
84 APACHE_FCGID_MODULE = mod_fcgid.so
85 PHP_FCGI_BIN      = /usr/bin/php-cgi
86 APACHE_ENMOD      = true %s
87 BECOME_ROOT       = su -c
88 MOUNT_OPTIONS     = -i
89 INIT_CMD          = /etc/init.d/%(name)s %(action)s