weblinks

Member
Sep 19, 2016
21
2
53
Pakistan
cPanel Access Level
Root Administrator
CENTOS 6.8 x86_64 kvm – server2 WHM 58.0 (build 34)
kernal : 2.6.32-642.4.2.el6.x86_64

Hi,

I want to active INOTIFY MONITORING for maldet. when i run maldet --monitor users

it gives

Code:
maldet(23367): {mon} could not find inotifywait command, install yum package inotify-tools or download from https://github.com/rvoicilas/inotify-tools/wiki/

[[email protected] ~]# yum install inotify-tools
Loaded plugins: fastestmirror, presto, tsflags, universal-hooks
Setting up Install Process
Loading mirror speeds from cached hostfile
* EA4: 198.245.49.52
EA4  | 2.9 kB  00:00 ...
base  | 3.7 kB  00:00
extras  | 3.4 kB  00:00
updates  | 3.4 kB  00:00
No package inotify-tools available.
Error: Nothing to do
[[email protected] ~]#
pls help
 
Last edited by a moderator:

SysSachin

Well-Known Member
Aug 23, 2015
604
49
28
India
cPanel Access Level
Root Administrator
Twitter
Hi,

Try with following command and let me know the result.
yum install epel-release -y
yum install inotify-tools -y
 
Last edited:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Hello,

You could enable the EPEL YUM repo file as mentioned in the previous post, however keep in mind it's not an officially supported repository. Thus, you may want to manually compile that software using the instructions under "Everyone Else" at the following page:

Home · rvoicilas/inotify-tools Wiki · GitHub

Thank you.
 

SysSachin

Well-Known Member
Aug 23, 2015
604
49
28
India
cPanel Access Level
Root Administrator
Twitter
Hi weblinks,
You are welcome.
I'm happy to see the issue is now resolved. Please update here if you are facing any issue with related process.