Comments
-
I'm not sure what your looking for. I'm might be off on what I'm supplying but according to the following link Unmanage and remanage nodes NCM suspends management of a node that's unmanaged. See quote below: "SolarWinds NCM does not perform job actions on unmanaged nodes. When performing maintenance on nodes, unmanage the…
-
Personally, this alert it too ridged and locks you in to the 'box. Personally I prefer the opt in approach, where you set the alerting values that is fluid and people can opt in or opt out of alerting. In my SW instance my network interface alerts are built like (see below). As the SW admin this approach is easy, i built…
-
I just posted a little how-to write-up on how to add tabs to a modern dashboard. See link below crash-course-on-how-to-add-tabs-to-a-modern-dashboard Hopefully that'll help you on your journey to building awesome modern dashboards!!
-
Bamee89, There are several options in the Content Exchange | Modern Dashboards. I posted on several months back most likely covers what your looking for. Node based YTD Availability Dashboard My KPI metrics are based on availability and not necessarily system uptime. In most cases what your looking at the same thing....…
-
Now, like I said I've made some improvements and I use this new improvement to show customers what SolarWinds Modern Dashboards can do. I've gotten an overwhelming positive response on this next widget. Most users don't have access to our F5 Load-Balancers and most users find the default SolarWinds Load-Balancer page as a…
-
Sorry gaba8696 &amer10286 when I first supplied the query I made some assumptions and didn't follow up. So I I may let me add some foundation, also I've improved this dashboard, so what I shared in the past is out-of-date in our environment. Foundation - I built the following SAM Performance Counter Monitor: * Counter -…
-
Please vote for my enhancement request WPM Agent Central Location
-
Update, The name does not matter when you use WPM Domain Accounts. For a point of reference. I edited AgentSettings.dot | numberofWorkerProcesses to10 on all WPM players. Next I enabled domain accounts for playbacks and supplied the service account names and passwords, note that their are 10 accounts listed. Next I made…
-
Sure SELECT DISTINCT count (a.componentname) as [Puppy] FROM Orion.APM.Component a WHERE 1=1 and a.status = '3' with nolock
-
Hi JasonFord1971, Here's 2 SWQL commands that'll work for you. (Option 1) Combined count with the status of 'warning (3)', 'critical (14') and 'down (2)'. If you don't want to add down simply remove it from the query. SELECT DISTINCT count (a.componentname) as [Puppy] FROM Orion.APM.Component a WHERE 1=1 and…
-
Agree! As a customer there's way more advantages to in person like * Finding and networking with other SW users in my area. * Sharing & learning from peers rather from sales who only knows marketing stuff doesn't know the product. * Actually interacting with SME's and not someone from marketing. * Getting away from the…
-
Ufm, It needs to be enabled at the individual/user group level.
-
RomainF, Based on the assumption you're referring to the SolarWinds SH or SWOSH and not another product Yes, here's what you need to do. * Collect info - are the users in question associated with a individual account, windows group or SAML group.* If the users are associated with an individual account proceed. * If the…
-
Sorry that's my bad!!!! I forgot to add the "where" statement. This should do the trick. FROM Orion.Volumes AS v where v.Node.CustomProperties.CoreProductionSystem LIKE '%YES%' with nolock
-
Don't be sorry, this is how we learn. For Drive Performance & Drive Space widgets you'll want it right between "From..." & "with nolock", see below. FROM Orion.Volumes AS v v.Node.CustomProperties.CoreProductionSystem LIKE '%YES%' with nolock For drive forecasting, it needs to be sandwiched between the join statement and…
-
AWESOME!!! For drive performance & drive space it you'll want this: where v.Node.CustomProperties.CoreProductionSystem LIKE '%YES%' For drive forecast you'll want this: where n.CustomProperties.CoreProductionSystem LIKE '%YES%' If your CoreProdcutionSystem custom property is a nice and clean YES/NO then I would highly…
-
Ok, np. I'll supply each code individually. Please note that I removed the paratheses in the WHERE clause. If you do nothing else copy-past this SWQL command, remove all lines with -- or --**** and the query will work. You can rebuild the query to match your environment by using my example. Drive Performance query: SELECT…
-
Hi Jason, I just uploaded the dashboard to the Content Exchange Dashboard area. Modern Dashboards - The SolarWinds Platform - THWACK In case you need information on how to import a modern dashboard, here's the link. Just beware that you'll need SWQL Studio. Import and export modern dashboards
-
Yes, widgets for a modern dashboard. This is what it looks like when put all together.
-
Hi Jasonford1971, while I agree with LebeauUK I would be very careful with the PerStack option. Personally, I would only suggest that if you want to show of 4-5 drives, any more than that then you could potentially see a web performance degradation at least on that page/tab. Here's my 3 standard modern drive performance…
-
Lofstrand, thank you. I looked high & low for a KB article like that, but sadly my search's weren't good enough. This article pretty much plays matches what I have in my head. For NTA, SNMP, SYSLOG & LA those all go our additional polling engines via a F5 Load Balancer setup in round robin mode. We use Illumio for micro…
-
Shanmuga, You've received some awesome advice and all you need to do now is cherry pick the items that work best for you. If I may, I would like to add one more option for you, make a modern dashboard of what works best for you. Here's a SWQL script I have for a simple modern dashboard view that shows me if nodes are ICMP…
-
Hi Eugene_99 your best bet is to go back to the basics and work your way up from there. * Where there any changes to the node(s) like an IOS update or a hardware swap-out? * Are their other machine types in your environment that are sending NetFlow to SW and is SW displaying it correctly? * If yes, then compare the NetFlow…
-
Hi baba8696, we upgraded our DEV & PROD several months back and we didn't run into any issues. Both instances have been stable. I would say the issues I've experienced have been pretty minor and relegated to just our DEV instance or just the PROD instance which makes it hard to say if its a SW bug or something that we did…
-
It appears your alert message is a generic message and if that's the case its entirely possible that alert covers a wide range of issues. So to answer your question, yes you can technically put an insanely large number of variables to cover an equally large number of issues. However, that would not be a wise choice. I…
-
Can I offer a different approach? Since SYSLOG is UDT traffic its possible it can get dropped somewhere along the way or even by SW itself. For that reason, I chose to go with monitoring BGP routing protocols via list resources. I then implemented a custom property called 'BGPmonitor'. After that it was a simple matter of…
-
What version of SNMP are you using? If your using SNMP V3 make sure you have the following commands: snmp-server group groupname v3 auth context vlan- match <prefix access list> snmp-server group groupname v3 priv context vlan- match <prefix access list> On some devicesthe vlan- wild card doesn't work and you'll have to…
-
Narzsa, the only solution I can think of is: * Create a custom property alert that says if Node.CustomProperties.Asset_Owner is Null then set it to 'None'. In doing this you'll always have an Asset_Owner custom property value as soon as something is added to SolarWinds. The Asset_Owner information can be added at a later…
-
Hi, question for you do where did you see/hear about transition from Pingdom to SolarWinds? Based on Pingdom being SaaS based, I'm assuming your talking about SolarWinds Observability SaaS, correct? As for your question, I would assume you have 2 options that I know of. (1) PagerDuty (2) SolarWinds acquisition of Squadcast…
-
Sorry, I forgot to add some context. I have 3 SW Additional Web Servers which is AWS1, 2 & 3 in the query. My 3 web servers are shown in the KPI widget and the PerfStack widget. The nodeID's in my query are for my 3 web server. You'll need to swap these out with your SW web servers nodeid's of if you have more than 3 web…