cahunt

Comments

  • On the edit node page/edit properties (from NCM Config Management), expand your test to show the login sequence. There is a minimum set of lines returned that is used to determine if you have a valid login/config and if this setting is minimalized/reduced or a device has a long error sequence the system will show a good…
  • I adjusted some of the device's thresholds so I did not have any empty widgets. Which is why my 'Interfaces over threshold' and a couple of others show a low % utilization
  • Use the SNMPWalk.exe to get the returns from your device then find the values that match the data in the device console/gui You can find it in your SolarWinds\Orion directory on the server, all queries will be coming from your Orion Server so there is no need for additional consideration of adding IP's to the device for…
  • The easiest way is to create a Custom Table report for 'Interface' using the advanced query builder. Build out to choose the node details and interface details that you want to report on. no Rx/Tx details here, just the basic filter down details to show the entities you want. On the table build (when you select your…
  • If you already have the node monitored, edit the node and you should be able to adjust to SNMP. the newest version of VMAN, or IVIM uses the radio buttons to choose monitoring method and includes VM in that group. If you add the vCenter, you will get the entire tree, DC, Stores, Hosts and VM's. Any of the hosts and VMs you…
  • If it is the 2nd PS showing issue, then it could be related to Cisco Bug CSCue44402 I had the same issue on old 3750's years ago (ios 12.2 - 12.5 at least), but have also seen a very similar issue (slightly diff msg and status display) on the 3850's. Cisco says this applies to XE 3.2.0 and 3.2.1 but some who have updated…
  • AlertDefinitions is an old table, what you are looking for is on the AlertConfigurations Table. - CharlesH
  • A Few things to check when you see this error; - Servername is correct and server is reachable (dns resolves) - Make sure your instance name is correct - Make sure the SQL Browser Service is Enabled and Running - If FW or Security software is present then put sqlbrowser.exe and/or UDP port 1434 into an exception If you…
  • Check this support article for full details. https://support.solarwinds.com/SuccessCenter/s/article/What-object-IDs-OIDs-does-the-Orion-Platform-poll-for-network-topology-information and without knowing your switch/router configurations it is hard to say what exactly to do here, but if you check Cisco you might be able to…
  • Do you have the SD-WAN as the Parent of your Child Group of AP's and Hosts? If so, what are the entity counts on your polling engines (specifically the one you are moving nodes from); and, if you edit your groups and check the update timing on your groups are they set for more than the default 1 minute?
  • Add the Following; AND ( (DATEPART(weekday, ApplicationStatus.TimeStamp) >= 2) AND (DATEPART(weekday, ApplicationStatus.TimeStamp) <= 6) AND (Convert(Char,ApplicationStatus.TimeStamp,108) >= '08:00') AND (Convert(Char,ApplicationStatus.TimeStamp,108) <= '18:00') ) -CharlesH Loop1 Systems: SolarWinds Training and…
  • @"lcsw2013" , to shape this alert dynamically around custom properties we will need to add a join to bring in the vendor details (or custom property). Off the top, I see a couple of options where it might work, but testing will tell us for sure. inner join Nodes n on vu.NodeID = n.NodeID WHERE <existing clause> AND…
  • @"holleyc77" "Fixing" this will be a two tier effort, first we need to scan/walk the device. you can use SNMPWalk.exe (in the Orion application Folder) to Walk the device and get a return of the MIB structure. In this you should be able to find the 'SystemObjectID' or the correct detail you want in that spot. Once you have…
  • Good Man! Thanks for doing the leg work for us, wluther​!
  • Very Nice! I used to add/adjust some views in a similar way using DB Manager. My changes always held through a CW Run, so I am curious how much is held on to or possibly reverted with a CW Run (be sure to backup your DB before you run the CW )
  • Those 3 settings in the SolarWinds.Orion.Discovery.Job.dll.config file will usually do the trick. Are you trying to poll the same nodes or different nodes with the same IP possibly in a different environment or DMZ? Previous attempts to do this across different setups have resulted in either a need to direct NIC traffic or…
  • IT appears this was uploaded across the board.. I was hoping these were different version with insight into each section they were dumped. Still a good read for those new to the game!
  • The Alert will trigger once per interface, and the check allows for the hour to pass before checking again to possibly reset. The alert will be active for that hour. When you do not get the reset, then the errors have continued into the next hour, and more than likely the link needs a check. If the link is directly to a…
  • You can add variables with the 'Insert Variable' button. Then cut and paste them where you need in the HTML Code. Or Build the code around your text that is already there. A lot of folks use a table so you can set the cell colors and spacing as desired…
  • Glad you have something usable!
  • Yeah, run that together... and there are spaces between a Tablr Row setup </tr> <tr> <- remove that space <html><head><style type='12345' /></head> <body><table><tr><td>etc.,</td><td>etc.,</td></tr> <tr><td>etc.,</td></tr></table></body></html> HTML can be funny so you may want to experiment with this a little. You may…
  • Remove any extra spaces or line breaks, sometimes (1990's style) HTML can pickup those extra's and apply them inappropriately. Though I have not toyed with this one yet, I would expect there to be a loose translation of the code.
  • Anyone receiving these on a mobile device? My only concern is the alert read on a small screen. And for our pagers I still have to do a normal text alert. Otherwise, This is a very nice setup. I would have to adjust these slightly, no biggie!
  • There are some points in the setup that may provide the insight to customize your search placement, or the results page. If you're into that sort of thing. I do believe the global search should cover what you do see here.
  • Not quite sure what happened this morning, but the attempt to implement this into production resulted in a blank web page, on any page. Simply White. I rebuilt the pageheader once it did not work, then after that did not work I copied the file directly from my test box, which is working just fine. No dice!
  • Just Incredible! I am loving this setup, as it has been applied to my test box... production is coming very soon. ***** When searching by IP Address, my Node name changes to the Name + IP (With some spacing), but then there is also the column of the table input that has the Node IP Address. Is there a way to remove the IP…
  • After going over this several times, and trying to adjust the script to isolate/enable, even down to a single layer; it still would not work. What I was able to get working was the NOAA and AERIS Overlays. Very easy, and a simple adjustment in the scripts provided by chadstout​. Thank you very much Good Sir! His comment…
  • having the same issue after setting this up. Check boxes are there, but no display.