Forum Discussion

Garry_Gearhart's avatar
3 years ago

Disable active discovery

I've been asked to look into disabling active discovery with the goal that we control discovery manually (manually initiated from resources page or by API if possible). The goal is to prevent rediscovery of instances so that only active, alert tuned instances are visible and new instances are discovered in a controlled check monthly or quarterly.  Are there any major cons with this approach that required rollback or revisiting in your experience? Any best practices around successful deployment would be appreciated or redirection to better alternatives. Thanks in advance!

4 Replies

  • Is that even an option? Without editing thousands of DataSources? It kinda goes against how it's meant to work although I fully understand wanting to control how automatic LM is. I think you would be swimming against the tide if you try to fight against LM's automatic nature.

    Has this been brought up as a concern because of interface checks on network equipment like switches? That might be easier to deal with than something more global. LM defaults to only adding ports when they first get used.

  • Anonymous's avatar
    Anonymous

    Agreed, you would be hamstringing the "Logic" part of "LogicMonitor".

    What's the problem you're trying to solve? That instances get discovered and start monitoring automatically? In that case you could edit the heaviest hitting datasources* selecting "Disable Discovered Instances" under the discovery section. Unless you manually edited every datasource, you'd still have the possibility of getting some new instances discovered and started monitoring. Manually editing the datasources isn't a good idea anyway since DS updates would overwrite those changes anyway. The other thing you'd have to do is disable a bunch of property sources so that properties that turn on datasources don't get created. 

    *Heaviest hitting datasources can be found under settings >> account information >> contacts >> Resources >> instances. 

    Like hundreds if not 1000+.

    Don't ask me why this is under "contacts".

  • The goal: can we only show active instances to stakeholders (LM users) who have access to LM resources. User/role permissions don't currently offer a setting that turn this off. The alternative would be to leverage the existing framework which does allow instances to be deleted but by default rediscovers within at most 24 hours. We already have a need to disable discovered instances which means we are in a position of having customized select datasources already. The challenge is to identify what would be the impact to take the extra step of disabling active discovery as well then deleting disabled instances.  Certainly this would apply only to select datasources but that could still affect thousands of instances. I'm trying to keep an open mind about this so that I can provide all relevant information on what this will take or why it will not work. Keeping that in mind, this is what I've considered to see if there is a path forward (just theory):

    Cleanup

    1. 1. Disable active discovery on target datasource(s)
    2. 2. API or LM report data of device info and disabled instances from target datasource(s) that will be deleted (this will be used later for cross reference)
    3. 3. Delete all disabled instances from targeted datasources(s) (heavy maintenance burden if done manually, API would be preferred if this is possible by using aforementioned data in step 2)

    Ideally at this point we have the desired result of only actionable instances that would remain as is until active discovery is run independently. We need active discovery to not run from the other potential starter conditions outside the datasource except when triggered manually. I have a case open with LM support to validate/verify the following and am also testing in a sandbox. I believe once a datasource has active discovery disabled, it will not run automatically for new devices and it will not run automatically when datasource based changes (i.e. adding a new custom datapoint that would require polling).  I know this contradicts the Active Discovery Execution section of the documentation here https://www.logicmonitor.com/support/logicmodules/datasources/active-discovery/what-is-active-discovery but this appears to be the exception and again I've asked for this to be vetted. 

    Assuming we are still in a good position, we will come to an point where active discovery will need to be executed to health check and pick up new instances that may need to be monitored:

    Manual discovery

    1. 1. Run active discovery on individual devices (Manually or ideally use API if possible)
    2. 2. API or LM report of device information and disabled instances from target datasource (new list)
    3. 3. Diff check to identify new instances when compared to previous and mark (use data from Cleanup step 2 as previous)
    4. 4. Identify if any instances should be monitored going forward and enable those 
    5. 5. Disabled instance data updated from step 2 to provide new data for use in next step
    6. 6. Delete all disabled instances (heavy maintenance burden if done manually, API would be preferred if this is possible by using aforementioned data from step 5)

    This may not be the right approach, I am still catching up on API functionality which may present gaps and ultimately if we can't stop active discovery from executing independently then there is no value in pursuing further. I'm discovering the possibilities and pushing boundaries so I can report what can and can't be done. Appreciate the discussion and welcome any new ideas, options and feedback!

  • What do you mean by "active instances"? Outside of perhaps switch ports from like powered off workstations at the end of the day, most other instances will always be active. Can you give more specific examples? Like device models and instance names so we can have a better understanding?