Despite the great effors in this thread (it solved my initial inotify troubles), using inotify to monitor malware isn't very usefull on bigger installations.
We have about 500 websites per server, and I found it to be impossible to use inotify to watch that many files. If seems /proc/sys/fs/inotify/max_user_watches has an upper limit, so when you set that to an insane limit it is ignored.
From what I found on Google max_user_watches is a regular int, so max_user_watches is limited to MAX_INT. There are plans to change this to a long, but from what I found that is not yet implemented in recent kernels.
|
Recent comments
1 day 6 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 16 min ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago