with the grow of the number of servers and applications in our environment, we are facing a problem when we need to reboot some server and do it, thinking that is safe, and then we realise that some forgotten application, had a weird dependency to the server that no one remembered.
So,to prevent this situation, we are looking for some software, that does something like add all apps and its dependencies , so you can later select one app and see whom its dependencies are(software or servers), or select one server and see the apps are you breaking if you reboot it.
I had searched internet and didn't found anything like that, so, did you solved this problem in any way?