I have a central service with (currently) three satellites connecting to it. Since the satellite services have their own database settings, I just want to make sure that the collected results reported to the central service is stored within my Microsoft SQL database. I want to make sure that my retention settings on the central service is what will regulate all my collected data.
So the way that I believe this all works is that the satellites get their monitors from the central service. The satellites then push the results back to the central service and those results are stored in the central service's database. Any actions are then performed based on the monitor's configuration.
Is this all essentially what happens?