Comments
-
> I've read about the somewhat hacky solution involving Network Atlas and matching the map name It's not hacky, and to abuse a Star Wars quote, then: "This is the way". We have well North of 1000 maps on our primary instance, and the only way to make them useful is to link them to the group name. The process is…
-
I believe the issue is probably due to the sheer amount of data that it has to filter through.
-
I don't have an answer for your specific query, but I found the same issue when I was querying a sister table, the OLM.LogEntryFieldValue. I got around it using this approach: * I added in an extra field to narrow down the query. In my case I did WHERE Name = 'VarBindingValues' AND TextValue Like '%My_Search%' Looking at…
-
I've not tried this myself but you almost certainly will need to create a UnDP to extract the relevant data from an OID on the Palo Alto that provides this. Once that is done, reporting on it should be reasonably straightforward.
-
Where is this icon wrong (also asked this of you on identical post in the NPM forum)? Is this on node details? Does node details identify it correctly? If yes, is it using a custom poller? Is it in a specific other view? What 'view type' is it set as? Give us some clue?
-
Not a clue I've never tried combining that way and I'm not a coder in any shape or form so have no idea. I've not even looked at the XML of a report that has multiple data blocks. All I know is you can create multiple data blocks from within the report builder.
-
I'm not the best at coding and most of what I do is hacked together but that looks right. What I do is code it up, but adjust the figures so that they trigger to show a result. So maybe I'd start by lowering the 95% threshold until I get a result. Then I'd check the output and see if it meets the other criteria.
-
To be clear, I'm talking about creating a custom poller and not just a partial poller? if it say it's not a match then something is either not supported or possibly the wrong OID has been used? When creating the poller did you set one of your rSeries to be the "test node"? If yes, and all responded with appropriate data at…
-
I'm guessing the Test Servers group is a custom property? In which case you would need to link to the custom properties table. You should be able to do an implicit link, so no JOIN required. As you've already labelled the orion.nodes table as data, then It would look something like this: In your SELECT line,…
-
Set your trigger condition to be like this: Then in the bottom box copy/paste the following: RIGHT JOIN ( Select EngineID, brokepercent from ( select sum(broken.total) as total , sum(broken.count_broken) as broke , sum(broken.count_broken)*100/sum(broken.total) as brokepercent , broken.engineID from ( Select Case When…
-
If what you need isn't visible then you will need to create a custom poller. They are relatively straightforward to do, just you need to make sure you have all necessary OIDs. Then you assign it and do a poll now and wait for a refresh.…
-
I've tried to do this and had a few discussions with MVPs and the end result was that the best way to do this was by monitoring/reporting on the 'Nodes.LastSystemUpTimePollUtc' - however, so long as ICMP is still working we don't deem this as a critical issue. So, the other side of this coin is in monitoring if an APE…
-
A fellow MVP said he had the same issue and when he cleared his cache it fixed it. Be worth trying that, and if not then raise a support ticket.
-
Change where? And what version of SW?
-
@"jvb" or @"chad.every" - any ideas on this? Also tagging in @"kpina" in case she has any other resources to ask.
-
You can do this by creating new 'sections' in a report. Each set of data then appears in individual sheets when exported to Excel.. e.g.
-
Hmm, odd. I'd definitely open a ticket with support.
-
With Network Atlas we have to reduce the 'zoom' to allow us to see some of our maps but the quality has always been ok even when zooming in using the browser controls. In contrast, I've not seen a quality issue with Orion Maps except when the map is associated to a 'group' [so we have 1000's of maps and all are…
-
Personally, I'd push back at support. We have 100's of "Intelligent Maps" maps using mostly manual links BUT have never witnessed any automatic links disappearing? Sounds like a cop-out to me. @"jvb" and/or @"chad.every" - have you heard anything about this?
-
I would suggest stepping back and extracting the SWQL code from your trigger condition. To do that, click the downward arrow (top right) and display the SWQL. Then copy/paste this into SWQL Studio and run. You might need to adjust the WHERE, but if you get the output you expect then you are starting in the right place.
-
Not sure what you mean by DNA Info, but if it's just a show ver you need, then you can do this with a "job" [My Dashboard > Network Config > Jobs]. Also, just to point out, that an NCM backup is literally the output of a show ver. That said: go to the above jobs link and create a new job. On the first screen make sure to…
-
There are some pre-reqs you need such as ensuring relevant ports are open, etc but there are two basic approaches. You can either add via the API e.g. The alternative approach is to configure SNMP on the devices and allow "pass through" and then just add them as nodes direct to Solarwinds.
-
Hey Adam, For point 1 (and I'm presuming you mean Intelligent Maps [ugh]) the only answer I can see is to untick the auto-connects and do them all manually. I've long asked for an option to be able to have auto-connects that I can delete rather than an all or nothing approach. The other approach I take is, and this…
-
Nice - happy to have helped you in the right direction.
-
From a fellow MVP, I am aware that a CSM has advised that there are "known issues with 2025.1" and that they are working on a hotfix [2025.1.1]. As such, it might be worth opening a support ticket to get that confirmed.
-
Yeah, this is what I was meaning by scripting it.
-
I've thought some more, and the only other option I can think of is to do it via scripting.
-
Is there any commonality between the failing nodes? e.g. are they all one make & model or the same level of OS or recently upgraded? That might be an avenue to investigate. However, the fact that a stop/start of services appears to briefly work suggests either an underlying SW issue or you need to split out your job. We…
-
I had to change your custom property to match one of ours. Then as a test I rem'd out the WHERE i.interfaceName LIKE 'Vlan48' and got a lot of results. So, at least we know the base script works. Now, I am no S(W)QL expert by any stretch, but I wonder if the use of LIKE and no %'s is somehow confusing the logic. You could…
-
@"dsallago" why the down vote? I asked a clarifying question and provided a means for you to gather more information on what is (or isn't ) happening. Both practical and useful - but no worries, I won't bother trying to help you ever again.