check_mysql_health: add forgotten tar.gz
[omd.git] / distros / Makefile.FEDORA_23
blob70bc1687de737cec61ffd0166fb5708deaa92d04
1 DISTRO_CODE       = fc23
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   += bind-utils
9 BUILD_PACKAGES   += gcc
10 BUILD_PACKAGES   += gcc-c++
11 BUILD_PACKAGES   += libevent-devel         # RHEL Server Optional
12 BUILD_PACKAGES   += libtool-ltdl-devel     # RHEL Server Optional 
13 BUILD_PACKAGES   += libtool-ltdl           # needed by libtool-ltdl-devel
14 BUILD_PACKAGES   += gd-devel               # RHEL Server Optional
15 BUILD_PACKAGES   += libXpm-devel           # needed by gd-devel
16 BUILD_PACKAGES   += libjpeg-devel          # needed by gd-devel
17 BUILD_PACKAGES   += httpd-devel
18 BUILD_PACKAGES   += libmcrypt-devel        # MISSING
19 BUILD_PACKAGES   += libxml2-devel
20 BUILD_PACKAGES   += mariadb-devel
21 BUILD_PACKAGES   += ncurses-devel
22 BUILD_PACKAGES   += net-snmp
23 BUILD_PACKAGES   += net-snmp-utils
24 BUILD_PACKAGES   += openssl-devel
25 BUILD_PACKAGES   += pango-devel
26 BUILD_PACKAGES   += patch
27 BUILD_PACKAGES   += php
28 BUILD_PACKAGES   += python-devel
29 BUILD_PACKAGES   += readline-devel
30 BUILD_PACKAGES   += rpm-build
31 BUILD_PACKAGES   += samba-client
32 BUILD_PACKAGES   += libuuid-devel
33 BUILD_PACKAGES   += which
34 BUILD_PACKAGES   += perl-devel
35 BUILD_PACKAGES   += perl-ExtUtils-Embed
36 BUILD_PACKAGES   += perl-Time-HiRes
37 BUILD_PACKAGES   += rsync
38 BUILD_PACKAGES   += freeradius-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      += mariadb-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      += cronie
69 OS_PACKAGES      += python-ldap # needed for ldap support in multisite
70 OS_PACKAGES      += freeradius-utils
71 USERADD_OPTIONS   = -M
72 ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
73 PACKAGE_INSTALL   = yum -y makecache ; yum -y install
74 ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
75 APACHE_CONF_DIR   = /etc/httpd/conf.d
76 APACHE_INIT_NAME  = httpd
77 APACHE_USER       = apache
78 APACHE_GROUP      = apache
79 APACHE_BIN        = /usr/sbin/httpd
80 APACHE_CTL        = /usr/sbin/apachectl
81 APACHE_MODULE_DIR = /usr/lib/httpd/modules
82 APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
83 APACHE_FCGID_MODULE = mod_fcgid.so
84 PHP_FCGI_BIN      = /usr/bin/php-cgi
85 APACHE_ENMOD      = true %s
86 BECOME_ROOT       = su -c
87 MOUNT_OPTIONS     =
88 INIT_CMD          = /usr/bin/systemctl %(action)s %(name)s.service