Comments
-
So, because the new mission started we can't go back and finish the last day of the prior mission? Or am I missing something?
-
Why don't they want to give them access? Your SQL team could configure a read-only user, and probably even lock down what data / tables they have access to?
-
Check this out… https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-orion-variables-and-examples-sw1115.htm The ${ConfigBlockStartLine} is very specific to these config blocks and I don't believe there are any others like it. But, you might be able to use some of these other variables in what…
-
Maybe upgrade to 2026.2.2? It's out now and supposed to fix those issues…
-
Did they say it would be fixed in a later release? Did they say which release if so?
-
Have you done an inventory job on those nodes so it will populate those tables? You can do it by going to "Config Management", selecting the nodes, and going to "Update Inventory". Although you'd be better off going to "NCM" / "Jobs" and schedule a job to update periodically if it isn't already there. Are the nodes of the…
-
Since its 2026.1.1, ie: the first version released in 2026, it would only have 2025 vulnerabilties. Unless you download new ones. Go into NCM settings / Firmware Vulnerability Settings and set things up there. Normally, if your server can reach the Internet, it should update periodically. But, if you're like me and your…
-
Have the warning trigger an alert, should be able to create the trigger condition to do it fairly easily. You can then have it create a task in ServiceNow in the trigger actions. You can then set Trigger Actions to spur a SNOW incident, and even set a Reset Action to remove it if it goes away. Set the Severity to something…
-
Another thing to keep in mind, if you have a way to consistently remediate the issue for a given vendor, you can have a Compliance rule automatically do the remediation as soon as it see's that there is an issue without any intervention. Of course that brings up an issue that I wish they'd address, that being that AFAIK…
-
I'm no expert, but a quick online search says that above 90% configuration memory, or 60-80% linux memory usage. And when CPU usage stays above 80% during normal hours, or hits 100% spikes a lot. Personally? I'd probably stick with the defaults at first, which are 80/90 for warning/critical, and adjust upward if they are…
-
When you say "Managed by" what do you mean? ie: What modules are you using? How are they being monitored/managed, via an agent, or via something like WMI? Are they all using the same credentials? Do the credentials have administrator or Administrator in them? Are you doing any API polling of the server or the application…
-
Quite likely you might be able to get something. One of the reasons we didn't pursue the linux SNMP part is ZScaler locks the boxes down pretty well. Not even sure if they'd allow you to modify the box to put in SNMP communities or not. In looking at the API part, you would first need ZScaler to activate the API for your…
-
Just to double check, I went into my log manager and picked a node that had just sent a log message. So log monitoring is enabled for sure, and that node had generated a log message for sure. Still same results. I even tried adding it to a different tab in case the tab I was on actually already had it. Still same results.…
-
I agree, went and looked again on Node Details page. Finding other "Last XX" resources, as well as other "Log" related resources when I search, but not this one… When you say its there @matthew.orr , what version product are you using? I'm also on 2026.2.1.
-
And here I was looking for shorter ones with easier questions and more points!! 😁😜 Or, you can just give us free points!! (Not that I spend hardly any of mine!)
-
I'm not seeing anything like that either. Closest is "Last 25/50 events". I tried both on a summary page and a node details page, neither has it AFAIK…
-
Huh, I've never experienced this issue, but not a bad practice to follow!!
-
What worked for me was doing the " snmp-server enable traps fru-ctrl on the configuration on Cisco switches. Got rid of most of those pesky things for some reason, still not sure why, but pretty harmless to do!
-
Sorry, that probably is applicable, but I really wanted to post this one… https://thwack.solarwinds.com/discussion/152120/cisco-chassis-module-level-hardware-health-at-the-fru-field-replaceable-unit-level-in-osh-2026-2
-
https://thwack.solarwinds.com/discussion/152256/2026-1-1-update-snmp-hardware-health-sensors-resolved
-
Have you tried running the config wizard? Tends to get rid of most issues… You should also probably let us know what version you're using and such…
-
Have to ask, is the node down? That's what it looks like to me…
-
You can go into UDT settings and adjust the polling interval for both L2 (MAC) and L3 (ARP) tables. But be warned that it will take a lot of resources! At least with SWOSH, you can get unlimited polling engines, so…
-
Much better with the images!! 😁
-
Can anyone else see the images? I get a "You are leaving Thwack" warning, then I get an error about an expired Token?
-
The HardwareHealth tables are better for it, we set up a search using this query using a "resource" on a page. Works pretty well. SELECT Replace(N.DisplayName, '.nd.lanl.gov', '') AS Node, N.IPAddress , N.HardwareHealthInfos.ServiceTag AS [Master Serial], SS.SwitchStackMember.SerialNumber AS [Stack Serial],…
-
How many devices do you have? You will quickly run up against limits. We went the route of putting them in groups and having the maps only show the groups of devices…
-
42 unlocks, sounds like a good number!! 😜
-
Yep, we looked at doing more in-depth things, but the ZScaler part of it didn't appear to do any SNMP itself, so at that point it was just monitoring linux. We went to "ping-only" which gives them basically what they wanted and saves licenses for us!
-
That sounds correct to me!