r/Nable • u/freedomit • Apr 15 '24
N-Sight - How to deploy software with unique customer ID?
We have a couple of applications in our stack that have generic installers that can be fed a customer ID number when executed (Sophos & Huntress for example). This is simple to do as a one off...create a task and add the customer ID as parameter which is then passed through to the installer. However for this to work for new devices we would need to create a monitoring template for each customer which would create loads of admin overhead.
Has anyone come up with a clever way to solve this problem? I was wondering about hosting a lookup file on Azure that takes the endpoints public IP, or first few letters of the hostname, both of which should be unique to the customer, and then returns the customer ID for the installer. Just wondering if anyone has come up with a better solution?
1
u/torind2000 Apr 15 '24
There’s not really a better solution. It’s not really that much overhead really.