Comments
-
Short answer is yes. Slightly longer answer is find the 'out of the box' ASA site to site alert, duplicate & edit, and adjust as necessary to your environment. You may need to enable CLI |Polling Settings on the node [edit properties]
-
It's just StuartD - no c on the end but you are welcome. Do come back and post your solution if you get one.
-
I can only suggest contacting support and asking them if the value is held anywhere else.
-
What I will re-iterate [from other threads] is that there are multiple styles of learning and of the 4 you listed , only one fits partially into the way I learn - live classes. Sadly, the majority of these, and I understand why, are US time based which for someone that starts work at 7am and is typically done by 3pm is a…
-
[quote userid="2109" url="~/product-forums/the-orion-platform/f/forum/91251/swql-study-group-for-the-complete-novice---thoughts/293825#293825"]what would it need?[/quote]Now there's a question I don't know how best to answer, but here's my starters for 10. I guess it needs several sections/areas from * where to start, so…
-
Thank you @"marcrobinson" - I like the reply from @"routermonkey" and hoping he or someone else can suggest a means to tale that up. A forum or similar, where we could create a private channel/room - Teams maybe, but I don't know how that would work across company boundaries, etc...
-
[quote userid="284952" url="~/product-forums/the-orion-platform/f/forum/92524/memory-alerts-while-memory-usage-is-below-threshold/293737#293737"]so everyone can benefit from an answer.[/quote]ABSOLUTELY .... I've made a number of posts where I've also come back and answered them myself - once I find a solution as not…
-
Thanks Kevin - I have requested a friendship as well but in case he doesn't see it (setting disabled or something) also opted to reply here :)
-
I will do what I can but again I will say - the team I work in don't monitor/manage servers. It may be easier for you to raise a ticket with SolarWInds and get help direct. So passive to me just means the comms is from the Orion end to the device and nothing the other way around. That shouldn't be an issue. So on the node…
-
I did say we don't do servers :) My guess then is that this is likely down to the different OIDs being used between the node and the poller.
-
I take it from the screenshot that this is a *nix based server?? SolarWInds pollers don't play nice (or vice-versa) with *nix boxes as it doesn't understand the concept of "memory used but available". Technically, SolarWinds is accurately reporting the right free RAM, just it isn't helpful in terms of alerts. For a fuller…
-
I've just completed a very similar exercise for a modern dashboard. The code I have used is as follows: SELECT COUNT(1) AS KPI_Numbe from Orion.Nodes AS a JOIN Orion.NodesCustomProperties as b ON a.NodeID = b.NodeID WHERE Status = '2' AND ClientPrefix LIKE '%Insert_Text_Here%' So, for our setup, we have a custom property…
-
Anybody got any assists on this?
-
Is there anyway of doing what the op asked without turning on Hubble?
-
BTW - I can't send you an email/message as either THWACK isn't allowing it or your settings have it restricted.
-
@"wlouisharris2000" - firstly, apologies for a slow response. As with routermonkey, THWACK decided to have an off-day on its notifications. Anyway, consider this a notification that I will drop you an eMail in a moment :) The real basic stuff I am OK with now, but as you say, it is when management turn up and ask for X&Y…
-
@"routermonkey" now that sounds like a better plan than mine. Any suggestions as to what we could use? p.s. apologies for slow response, but THWACK decided not to notify me of the replies
-
It's probably going to take me some time to get my head around this but thank you for the explanation Kevin. I follow your explanation and understand if/ten/else approaches but linking those, into the code I copied in is what is bamboozling me. Again, my thanks.
-
I can tell you it's a genuine part of IE but as I also never use IE except when Widows defaults to it before I change it, then you may get more/better help from a Microsoft forum. That said, have a look here: https://www.fileinspect.com/fileinfo/iediagcmd-exe/ and…
-
That's a direct copy from here: https://documentation.solarwinds.com/en/success_center/ets/content/toolsetphtoolsreferenceneighbormap.htm Did you have a question or an aspect about this you wanted to discuss?
-
Do you have "CLI Polling Settings" enabled? IIRC, they poll as a default every two minutes which fits your scenario. Go to: http://YOUR_SERVER/Orion/Admin/AdvancedConfiguration/Global.aspx [ https://support.solarwinds.com/SuccessCenter/s/article/Advanced-Configuration-access-in-Orion-Platform?language=en_US ] - then either…
-
Hi Rajashekar, Are you just wanting a list of the different aspects of your nodes? Certainly you can create a basic 'node' report to give name, IP address, etc - it all depends on how granular you want or need it to be. For example, I've just put together a simple report that will list node name (aka Caption); IP, number…
-
@"racowi" I need to link in another table but no matter what format I put my FROM xx JOIN line I get a 'no viable alternative' error message. Essentially I need to link in the Orion.Nodes table to extract some data from that. As I don't understand the half of what your code is doing, it could be that my extra join is…
-
Hi Jeremey and thanks for the reply... [quote userid="242550" url="~/product-forums/network-performance-monitor-npm/f/forum/92132/what-training-again/292804#292804"] Its not feasible in the modern world for all things. [/quote]I sort of get that but there are valid reasons why I can't just read technical tomes or watch…
-
Did you really just ask for question dumps in a Vendor forum Anyway, check these: https://thwack.solarwinds.com/resources/solarwinds-certified-professional-scp/f/forum/10977/solarwinds-certified-professional-scp-flash-cards/122140#122140 Which should lead you to: https://www.brainscape.com/p/3810D-LH-9DRRS but currently…
-
Ahhh - then that would explain why a lot of the devices don't yet appear. A whole host of the HPE's aren't backed up yet due to an encryption clash and a change needs to be raised to get them sorted. The others haven't yet been added as it is a new environment for us... but where we do have them in NCM that script works…
-
Thank you. Why is it, that no matter how much I looked or tried to search things I don't seem to fid them until they are pointed out? So, having now looked at the alert, it appears that may well be perfect - we just need to either adjust the Powershell script sample to go and start the service OR create a call to an…
-
End goal is we need to produce an inventory listing report on a scheduled basis - one of the primary requirements are the device serial numbers. Unlike Cisco, I don't seem t be able to extract these natively from the DB for all 3 brands of switch (H3C, HPE and Aruba) - we also need to be able to extract all individual…
-
These THWACK threads may help as options: - https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/16454/restart-specific-windows-service-on-alarm issue here, as I see it, would be in how to create the logic in the trigger to identify the active box and then trigger the script to start the…
-
OK so further on now ... I replaced your WHERE line with: -- WHERE Serial <> ' ' AND EntityName <> ' ' AND Manufacturer = 'HPE' OR Manufacturer = 'Aruba' OR Manufacturer = 'H3C' And that on the surface seems to give me more, but by no means all, so I come back to have you implemented any pollers or UnDPs that collect these…