lazyrabbitt · IT Manager · ✭✭✭✭✭

Comments

  • Replied to your new thread on this subject.
  • I've updated the code a little. One, to add in an automatic refresh of the iframe, with the latest version. As even though the iframe gets loaded in the live mode, it doesn't refresh as often as I would like. Two, to add some comments of what the script is doing. Three, to automatically get the URL vice putting it in, as…
  • Sorry I had to make several edits to the above code to what is the finalized version now. Below are some screenshots. Only one NetPath in the array Two NetPaths in the Array
  • Same here. I installed the latest even going from 2018.2 to 2018.4. Wiped out the application pool and the website. Config rebuilt everything and still 404 no health page. Actually in 2018.4 all of the tabs on the HA status page, except for Servers, are 404'd. GET…
  • Change this line of the code for the particular NetPath that is too small playing with the scale to meet your needs. I simply did the scale that fit the majority of our Netpaths on our network, which average around 10 hops. frameContents.find(".root").attr("transform", "translate(50, 100)scale(0.70)");
  • If you want to reduce the display down even further. Change the height variable to 500 and update the hideHF function to below: // Hides the Header and Footer from the Netpath iframe function hideHF(id){ var frameContents = $("#NetPathiFrame"+id).contents(); frameContents.find(".sw-mega-menu").css("display","none");…
  • Bump. Could really use this feature.
  • I am not 100% I understand what you mean. What I am perceiving is that you want two columns of NetPaths on a single dashboard page. As long as you have the NetPaths already established in SolarWinds for monitoring. You could add a Custom HTML widget to both columns and then each would have their own version of the script…
  • Not sure if this is what you are looking for. But, this is what is listed in Active Diagnostic for the tests it runs. In active diagnostics there is a very minimal description of what the test is it gives information about the issue and a link to the KB is there is one.
  • I definitely would love to have this feature as well. Taking the suggestions already provided with using the iFrame, I came up with this basic javascript code that links to the latest live version of the NetPath. You may need to have to change the offset for your location. <script> var urlPath =…
  • This assumes your PuTTY application is in the default installation path. This enables the little SSH button to launch PuTTY as it assigns the SSH:// address to the application. Hopefully this is what you were looking for. Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\ssh] @="URL:ssh Protocol" "URL…
  • Thanks for the suggestions. I just tried that too and am still getting the 404 error. I've submitted a support case for it (00206807 ).
  • Finally realized we were getting the same 404 error as others. Didn't see the error until I inspected the page in Chrome. We re-ran through the configuration wizard for the website as suggested by others. And.... we are still getting the same error. 
  • We are using https with a valid certificate. I am redirecting the HTTP traffic in IIS over to the HTTPS site to enforce the security. I turned that off and tried both HTTP and HTTPS versions of the site and still the health page is blank. I can run the active diagnostic tool directly from the server and see the results. We…
  • I am not really sure what the issue could be then. I have made these changes on several versions and they appear to work fine. Just last week I completed another hotfix that reset it all and when I completed the provided steps it changes the color of the banner. I would go back through all three files and ensure that the…
  • I have left it up multiple times for twenty minutes or longer and refreshed multiple times. Still nothing. 
  • So after changing the setting we are seeing far fewer ports being unmonitored. This appears to have resolved the issue for most of our ports that it was happening to. Thanks!
  • Awesome. Thanks. I set ours nice and long and will see if it works. Should know in a few hours.
  • For the hover attribute look for globalStyles.css in your InetPub\SolarWinds\WebEngine\Resources\Common folder. This will change it for the entire site. If you don't want it to change it for the whole site but only the admin pages, then add the entire a:hover section with the color of your choice to the admin.css file…
  • Make sure you are doing "apollo-website.min.css" I just upgraded to the latest HF and when I redid it. This file was key to ensure that it doesn't turn your new color on page load and on page finish return back to black. 
  • So look for the MainLayout.css file located in your InetPub\SolarWinds\Orion\styles folder. Copy it to your desktop and make the changes there, once done copy it back. Search for the following to change the header - change the background here .sw-mainnav-branding { background: #1d1d1d; .... Search for the following to…
  • Maybe they broke something on the menu display with HF2. On HF3 it shows the below in the release notes. * The main menu displays correctly based on installed modules and user settings. I will plan to upgrade to HF3 and see if the CSS still works. 
  • I totally agree. It is completely subjective and really depends on what your needs are and the budget you have. For our current small office, we are using multiple Spectra 65" 4K TVs. They were largely chosen precisely because they have zero smart features, which also significantly reduces the cost of them. When I last…
  • Support case #00387974 opened.
  • Refreshing the page makes no difference. Yes, when a user with the group logs in, it shows their group in the top right corner. I can still add Windows groups using the Manage Accounts page, but they don't show up after adding them, however they still work. And they will appear on the Account List page, so I can modify…
  • We are using the SolarWinds built in syslog server and we are sending all login success and login failures to the syslog server. Then on each node we are using the last XX syslog messages widget, limiting it to the last 15 messages from the past 12 months and filtering based on Message Like '*login*' AND Message NOT Like…
  • From the screenshots, that looks like it would be pretty cool. However, on my installation I just get a blank section of page under the Deployment Health tab. Don't know if this is because my installation is not on the internet or not.
  • If there is a way to monitor a single node from different pollers at the same time, I would be interested in that. I haven't found a way to do it yet without the node that we are monitoring having multiple IPs assigned to it and then adding multiple nodes for the same device and assigned to each poller. 
  • Just confirming that the changes that I mentioned earlier in this post still work for 2019.4.
  • We have done this by changing the CSS for the header and footer. I have also changed the logo css to allow for a bigger/wider logo. Specifically our changes are to use the logo for the classification type of the site and background color is for the network it is on. I will get the code change for you on Tuesday when I am…