weka / wekachecker

Validates hosts are ready to run Weka
GNU General Public License v3.0
2 stars 0 forks source link

Check to see if CrowdStrike Falcon Sensor is running #110

Closed vrragosta closed 3 months ago

vrragosta commented 3 months ago

Checks systemd for running CrowdStrike Falcon Sensor

jackchallen commented 3 months ago

@vrragosta Should check for the existence of lsmod | grep falcon_lsm too - it can still exist even if the service is stopped

vrragosta commented 3 months ago

@vrragosta Should check for the existence of lsmod | grep falcon_lsm too - it can still exist even if the service is stopped

Agreed -- updated in latest commit.