_**_So I have epel enabled on this centos 6 server, but yum -y install monit will not install monit. yum search monit does not show monit as available to be installed. [root at lb1 ~]# yum install monit Loaded plugins: fastestmirror, presto Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror-centos.hostingswift.com * epel: reflector.westga.edu * extras: mirrors.usinternet.com * updates: mirrors.usinternet.com No package monit available. Error: Nothing to do If I download the rpm manually and try to localinstall it, it will not install.. [root at mb1 ~]# cat /etc/centos-release CentOS release 6.7 (Final) [root at lb1 ~]# rpm -qa | grep monit [root at lb1 ~]# uname -m x86_64 [root at lb1 ~]# ls -al monit-5.14-1.el6.x86_64.rpm -rw-r--r-- 1 root root 267556 Sep 13 13:45 monit-5.14-1.el6.x86_64.rpm [root at lb1 ~]# yum -v localinstall monit-5.14-1.el6.x86_64.rpm Loading "fastestmirror" plugin Loading "presto" plugin Config time: 0.036 Yum Version: 3.2.29 Setting up Local Package Process rpmdb time: 0.000 Examining monit-5.14-1.el6.x86_64.rpm: monit-5.14-1.el6.x86_64 Excluding monit-5.14-1.el6.x86_64 Nothing to do [root at lb1 ~]# ???!?!?!!!! I did a rpm -i of the file and that seems to install the file.. but why will it not install with yum? Jason