check_logfiles: update to 3.7.1
[omd.git] / distros / Makefile.CENTOS_5
blob43edcda55925c887d4482d156de766e0cb7d472e
1 DISTRO_CODE       = el5
2 BUILD_PACKAGES    =
3 BUILD_PACKAGES   += boost141-devel
4 BUILD_PACKAGES   += curl-devel     # needed by perl modules / thruk
5 BUILD_PACKAGES   += expat-devel
6 BUILD_PACKAGES   += fping
7 BUILD_PACKAGES   += gcc
8 BUILD_PACKAGES   += gcc-c++
9 BUILD_PACKAGES   += gcc44
10 BUILD_PACKAGES   += gcc44-c++
11 BUILD_PACKAGES   += libevent-devel
12 BUILD_PACKAGES   += libtool-ltdl-devel
13 BUILD_PACKAGES   += gd-devel
14 BUILD_PACKAGES   += httpd-devel
15 BUILD_PACKAGES   += libmcrypt-devel
16 BUILD_PACKAGES   += libxml2-devel
17 BUILD_PACKAGES   += mysql-devel
18 BUILD_PACKAGES   += postgresql-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   += rpm-build
29 BUILD_PACKAGES   += samba-client # needed for samba monitoring-plugins
30 BUILD_PACKAGES   += uuid-devel
31 BUILD_PACKAGES   += which
32 BUILD_PACKAGES   += radiusclient-ng-devel
33 OS_PACKAGES       =
34 OS_PACKAGES      += time # needed for mk-job
35 OS_PACKAGES      += traceroute # needed for Check_MK parent scan
36 OS_PACKAGES      += boost141-program-options
37 OS_PACKAGES      += curl
38 OS_PACKAGES      += dialog
39 OS_PACKAGES      += expat
40 OS_PACKAGES      += fping
41 OS_PACKAGES      += gd
42 OS_PACKAGES      += graphviz
43 OS_PACKAGES      += graphviz-gd
44 OS_PACKAGES      += httpd
45 OS_PACKAGES      += libevent
46 OS_PACKAGES      += libmcrypt
47 OS_PACKAGES      += libtool-ltdl
48 OS_PACKAGES      += mod_fcgid
49 OS_PACKAGES      += mysql-server
50 OS_PACKAGES      += net-snmp
51 OS_PACKAGES      += pango
52 OS_PACKAGES      += patch
53 OS_PACKAGES      += perl-Net-SNMP
54 OS_PACKAGES      += php
55 OS_PACKAGES      += php-mbstring
56 OS_PACKAGES      += php-pdo
57 OS_PACKAGES      += php-gd
58 OS_PACKAGES      += readline
59 OS_PACKAGES      += rsync
60 OS_PACKAGES      += uuid
61 OS_PACKAGES      += xinetd
62 OS_PACKAGES      += xorg-x11-server-Xvfb # used for thruks pdf generator
63 OS_PACKAGES      += python-ldap # needed for ldap support in multisite
64 OS_PACKAGES      += python-hashlib # needed for snapshot hashing in multisite
65 OS_PACKAGES      += radiusclient-ng
66 USERADD_OPTIONS   = -M
67 ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
68 PACKAGE_INSTALL   = yum -y makecache ; yum -y install
69 ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
70 APACHE_CONF_DIR   = /etc/httpd/conf.d
71 APACHE_INIT_NAME  = httpd
72 APACHE_USER       = apache
73 APACHE_GROUP      = apache
74 APACHE_BIN        = /usr/sbin/httpd
75 APACHE_CTL        = /usr/sbin/apachectl
76 APACHE_MODULE_DIR = /usr/lib/httpd/modules
77 APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
78 APACHE_FCGID_MODULE = mod_fcgid.so
79 PHP_FCGI_BIN      = /usr/bin/php-cgi
80 APACHE_ENMOD      = true %s
81 BECOME_ROOT       = su -c
82 MOUNT_OPTIONS     =
83 INIT_CMD          = /etc/init.d/%(name)s %(action)s