klevans8907 · Network Operations Center Manager · ✭✭✭✭✭

Comments

  • Hey @"christopher.t.jones123" , so I did come across this yesterday and I tried it, but the test on the target kept giving an error when I tried to connect. I will send this to the admin for that server and see if he can make sense of what might be causing the error.
  • Hey Serena, I have looked at it, but it's more robust than what we need. We only need to know the operational status of the 3 services I mentioned.
  • Hey serena, I'm sorry, but I'm not sure what you mean. I'm still pretty new to Solarwinds.
  • Being a native Texan, my family loves to have tacos and other such tex-mex food at some of our holiday dinners and even when we decide to have more "traditional" food, I am frequently asked to make this little slice of tex-mex heaven. Sopapilla cheesecake! My family isn't huge or anything, but we're a pretty close bunch…
  • So it turns out that all ping was failing. A systems engineer from my company was able to identify that Windows Firewall (even though it was disabled) was not allowing the Orion Trap Service to communicate out. Once that change was made on the local firewall and the Orion server was rebooted, everything seems to be polling…
  • I was able to go into the VIM_Hosts database table and remove them using the following command: Delete FROM [dbo].[VIM_Hosts] Where HostName = 'Put Host Name Here' Now they're gone!!