File Integrity Monitoring Issues for Linux
Linux - File Integrity Monitoring Issues (FIM)
Ensure that the Linux agent is installed in the respective machine. (Location: /opt/ManageEngine/EventLogAnalyzer_Agent)
Check whether the agent service responds to the start and stop commands:
To start: service auditd start
Executing ps aux | grep EventLogAnalyzerFIMAgent in terminal should display: /opt/ManageEngine/EventLogAnalyzer_Agent/bin/EventLogAnalyzerFIMAgent
To stop the service: service auditd stop
Execute auditctl -l |grep ELA_FIM and check whether the files that are to be monitored are displayed.
Execute getenforce and ensure that SELinux is in either Permissive or Disabled mode.
Steps to change "Enforced" to "Permissive":
Temporary: setEnforce Permissive
Permanent:
Navigate to /etc/selinux/config
Ensure "SELINUX=permissive" is provided.
Restart Linux server
Ensure these lines should not be in /etc/audit/audit.rules
-a never,task (Reason: Syscall block rule)
-e 2 (Reason: Immutable rule)
In SUSE, open /etc/sysconfig/auditd and ensure AUDITD_DISABLE_CONTEXTS = no
If the above doesn't help, please send us the below details for analysis.
Agent OS details (command: uname -a)
Exact OS name (command: cat /etc/redhat-release)
Audit version (command: auditctl -v)
Create a sample CREATE.MODIFY,DELETE,RENAME and PERMISSIONCHANGE event, execute ausearch -i > aureport_fileevents.txt and collect the generated file.
Rules of audit. (location: /etc/audit/audit.rules)
Logs of Linux agent. (location: /opt/ManageEngine/EventLogAnalyzer/logs)
New to ADSelfService Plus?
Related Articles
Windows: File Integrity Monitoring (FIM) issues
Prerequisites: An agent needs to be deployed on the respective machine. Open the EventLog Analyzer GUI. Go to the Settings tab > Configuration > Manage File Integrity Monitoring. Configure the folders in the machine that should be monitored. Verify ...
License file on a Log360 Instance
How to: Applying a License file on a Log360 Instance Open the Log360 UI and login using the default/super admin credentials. Go to the Admin tab ⇾ Administration ⇾ Log360 Integration ⇾ click on "Sync Now" and ensure that all the required components ...
How to apply a license file in the EventLog Analyzer instance?
Follow these steps to apply a license file to an EventLog Analyzer instance: Open the EventLog Analyzer GUI and login as Default Admin. Click on the ? icon in the right-top corner. Navigate to the License option. Browse and choose the license file ...
Understanding your log management solution
Key log terminologies When managing logs, there are terminologies that will help you make the most of the product in hand. Following are the list of such terms and their definitions as used in EventLog Analyzer. Agentless and agent-based log ...
What to do if the MSSQL logs are not being collected?
Open the EventLog Analyzer UI, go to the Settings tab ⇾ Configuration ⇾ Manage Application Sources ⇾ SQL Servers tab ⇾ click on "Update" next to the Instance Name ⇾ check the Server details and verify the Instance Authentication. Only if the ...