ultraMonkey binary package for RHEL7.x
=======================================
UltraMonkey is Linux based layer 4 load balancer.
This archive is just a package collection for easy installation on RHEL7.x.
It includes rebuild packages based on packages from
Linux-HA Japan <http://linux-ha.osdn.jp/> and
EPEL <https://fedoraproject.org/wiki/EPEL> and
Fedora Project <http://fedoraproject.org/>.
Each packages are re-distributable under their licenses.

Step.0
------
You have installed ultramonkey-repo-3.18-1.el7.x86_64.rpm.

Step.1
------
Create xxx.repo file in /etc/yum.repos.d/ to "yum install" the packages bundled
with RHEL7.x from your installation DVD. And mount the RHEL7.x DVD.

 (Ex.)
 # mount /dev/dvd/ /media/
 # vi /etc/yum.repos.d/rheldvd.repo
 ----------------------------------------------------------------------
 [rhel]
 name=Red Hat Enterprise Linux $releasever - $basearch - server
 baseurl=file:///media/
 enabled=1
 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
 ----------------------------------------------------------------------

Step.2
------
The repository of UltraMonkey has been installed in

 /opt/ultramonkey-l7/ultramonkey/x86_64/

And .repo file for use this repository from yum command has been installed as

 /etc/yum.repos.d/ultramonkey.repo

Install UltraMonkey by yum command.

 # yum clean all
 # yum install ultramonkey

Packages included in RHEL7.x DVD and that are needed by UltraMonkey are installed.
And these packages that are not bundled with RHEL7.x are installed from ultramonkey
repository.
-------------------------------------------------------
/opt/ultramonkey-l7/ultramonkey/x86_64/
 - ldirectord-3.9.7-1.2.6f56.el7.x86_64.rpm
 - perl-Authen-Radius-0.13-14.el7.noarch.rpm
 - perl-Data-HexDump-0.02-15.el7.noarch.rpm
 - perl-Mail-POP3Client-2.18-12.el7.noarch.rpm
 - perl-Net-IMAP-Simple-1.1916-10.el7.noarch.rpm
 - perl-Net-IMAP-Simple-SSL-1.3-9.el7.noarch.rpm
 - perl-Net-INET6Glue-0.5-3.el7.noarch.rpm
-------------------------------------------------------
NOTE: These packages derived from
      Linux-HA Japan : ldirectord
      EPEL : perl-Net-INET6Glue 
      Fedora Project : perl-Mail-POP3Client, perl-Net-IMAP-Simple, 
                       perl-Authen-Radius, perl-Data-HexDump, perl-Net-IMAP-Simple-SSL

UltraMonkey-L7 Project <http://osdn.jp/projects/ultramonkey-l7/>
