Comments
-
Any news/update on anyone using PING?
-
This would be great, even if for just 48 hours or a week. Items already put the NodeID, InterfaceID etc in the DeletedNodes/DeletedINterface table so database maitenance can clean out the historical statistcal data. Instead move all the relevant data (such as community string, connection profile, custom properties etc)…
-
Hey Tony, we were mainly trying to get this from Cisco Devices, the command would be "show ip bgp ipv4 multicast summary" the best I could find and try to build pollers off of would be the cbgpPeerAddrFamilyPrefixTable .1.3.6.1.4.1.9.9.187.1.2.4 for things like accepted and denied prefixes OIDs, I think a poller could be…
-
Look forward to the event, can we get a calendar invite that doesn't go to August though?
-
So not just me, cool.
-
Hey Joe, any update to newer CUCM versions being supported with VNQM?
-
Congrats Everyone!
-
Hello, you should be able to use network discovery and grab your IP column from the spreadsheet to put in as an IP list. Then just use custom property importer to get the values in matching to the IP address.…
-
Other - Network Engineer, tools team.
-
Yes part of platform or NPM.
-
WooHoo! Thanks!
-
So day 10 also doesn't contain a poll for everyone right?
-
Why does this make my page feel ominious, like I'm counting down to something.
-
I'm not aware of one, my recommendation would be to keep a local account (orion based account) for such as situation then you can repoint your AD server if needed.
-
Hello, This is in the NodeSettings table. For example one of mine I did as a test is as below. This doesn't appear until its set so it wouldn't be an update statement. NodeID SettingName SettingValue NodeSettingID 3143 HardwareHealth-StatisticsPollInterval 11 1045739
-
opp yeah that thread has what I posted.
-
Hello, so there are two ways to look at this, first is to look at the AlertHistoryView in either SQL.There is a column where you'll see EventTypeWord, you're looking for the ActionSucceeded. Now that will only tell you it did the action if its an email for example and there was an issue with the SMTP server for example…
-
You have to open a support ticket.
-
Did you use to have a custom role in IPAM and then switched it to Admin? If so sometimes that sticks try creating a test account with same permissions and see if it works if so then thats likely your problem. This article talks about it. solarwindscore.my.site.com/.../Unable-to-add-subnets-to-IPAM-with-Admin-account
-
If you know what you're looking for you can go toC:\ProgramData\SolarWinds\Collector\Logs\Plugins there you'll see various logs of each part of the collector services, look for things with WMI in it.
-
I've had the same result as the export CP page seems to be a newer backend / view type I'm not sure its holding the node selection on that switch
-
KMSigma has some good posts, and his own personal page with vids. https://blog.kmsigma.com/media/ also chatgbt has SWQL if you specify you want query help with SWQL and I've found that to be helpful for more advanced queries.
-
So long as the speed is set properly on each interface the utilization should do that automatically. If the speed isn't right from SNMP you may have to manually set it by editing the interfaces in the WebConsole.
-
I'd leverage custom properties to select the interfaces that you are worried about. If your interfaces have a set naming convention you can also just query the interfaces table based off that. From there you can get your select statment for the report and get utilization. The thing I'd caution you to remember is the…
-
Instead of send an email action use the Email a WebPage action and then make the URL use variables to get the graph/page you want sent. www.solarwinds.com/.../core-emailing-a-web-page-sw1049.htm
-
Thanks sir, that works like a charm.
-
So I figured it out. Its adding x.InstanceSiteID, so in this case it would be n.instancesiteID. Then do a join like below and it'll pull it in where you can add it as a column. Select N.Caption as [Node Name], N.MachineType as [Machine Type], N.IP_Address as [IP Address], N.Vendor as Vendor, N.VendorIcon as [Vendor Icon],…
-
Yeah thanks, I ended up adjusting it slightly as the URI also was returning a specific webserver not the VIP name we actually use (needed to do this to keep login).
-
I'd go back to support and explain it isn't just an iFrame issue. You could also look at release notes to see if 23602 is listed in any fixed versions and if so upgrade to that version.
-
Best guess is your binding in IIS or your Cert (if using HTTPS) doesn't match what the Websites table has for the hostname of your site. When that happens you get odd page or menu bar not loading issues.