Closed clrosier closed 1 year ago
Also for further context there is like a falcon sensor already installed on 99% of our hosts through our base images being targetted
Hey @clrosier based on the error, it looks like this instance already has the sensor. Can you confirm this?
Hi @ffalor that is right, this instance does have the sensor installed. Would it be possible to return success if the instance already has the sensor? It would be cool from an 'idempotence' standpoint. Also if I were to report on failures, it would be hard to tell without digging that the installation failed just based on an already existing sensor
@clrosier thanks for confirming. This is exactly what I am planning to do - just need a little time to implement it.
Perfect, really appreciate your work @ffalor , I am excited for all of the upgrades!
Hey @clrosier this is now in place. The plan has always been for upgrades/downgrades of sensor versions to be handled by Sensor Update Policies. This integration is meant to bootstrap a version on instances. The most recent distributor package version v1.0.0
will now cleanly exit without error and print the following message:
Falcon Sensor already installed... if you want to update or downgrade, please use Sensor Update Policies in the CrowdStrike console.
Please see: https://falcon.crowdstrike.com/documentation/66/sensor-update-policies for more information.
Hello team! I am so excited that this finally exists as it's been difficult managing outlier instances in our AWS environment for some time now.
I am trying to run the distributor package against our entire infrastructure and it seems all of our linux hosts are failing like so:
Our linux hosts run Ubuntu 18.04 AWS EC2 instances.
It sort of seems like there may be a missing dependency on the hosts, but I am not sure. Any thoughts?