The alert is based on md5sum comparison of a list of configuration files that Indeni considers to be those that must be identical across cluster members.
These files include:
- updates.def
- fwkern.conf
- local.arp
- sysctl.conf
- modprobe.conf
- rc.local
- rc.sysinit
- grub.conf
- resolv.con
- syslog.conf
The issue is that md5sum comparison fails in cases like:
- Different line order
- Comments
- Files with trailing clear or null characters
The challenge is to:
- Confirm the list of critical files
- Find an effective solution for comparing files efficiently and effectively.