Comments
-
Got an X even if the correct answer was provided.
-
All green, even after this weeks difficult questions.
-
For today's hint, did some digging and this is the link without registering to download in case you don't want to be forced to do so like me https://www.solarwinds.com/-/media/solarwinds/swresources/whitepaper/sm17784-selecting-a-cloud-based-itsm-solution-5-une…
-
Link provided in the question which points to ARM installation guide includes 2019.
-
Today's question needs an update, i answered correctly and got a big RED X
-
WPM is on both excluded and compatible list, nice one.
-
1st October question is broken, I voted and didn't get it completed. Guess this is going to be like last month and still taken in account?
-
@"yumdarling" any chance to make the surveys without the personal data if you don't want to participate for the gift card?
-
Got a big red X for correctly answering too.
-
@"danielleh" am I the only one seeing the same poll everywhere?
-
Link didn't work but i used the google cached version and made it green https://webcache.googleusercontent.com/search?q=cache:aq1wpjTxFbUJ:https://www.solarwinds.com/resources/case-study/globa…
-
It's working for me, but the page hint is wrong, try page 16 and not 4.
-
The challange is to make it red
-
Also got a big X for today's question even though i answered right.
-
WPM is found in PerfStack, just an FYI. @"yumdarling"
-
By search bar, do you mean the pane with the views browse is missing? You might have issues with the information service crippling multiple things, you'll want to search the logs for what's actually happening.
-
You can change the home tab by account/group. See documentation: documentation.solarwinds.com/.../core-setting-default-account-menu-bars-and-views-sw2030.htm
-
You have to duplicate the alert in order to edit it, there's a button at the top for that.
-
Just remove everything and use ${N=SwisEntity;M=Inbps;F=Bandwidth} and ${N=SwisEntity;M=Outbps;F=Bandwidth} to get the result specified.
-
Probably mine that was finally approved after 11 days :)
-
You can use CONCAT(column1,column2) as [newcolumn] in order to concatenate your columns in SWQL, given that most of the columns will be null, but one. Another way is to create only a join instead of multiple custom poller joins, but that requires a bit more insight into the data you have. You might want to look into SWQL…
-
Use custom chart widget. support.solarwinds.com/.../Create-a-custom-chart-for-Bandwidth-Utilization
-
You have to check the option in Polling Settings, see KB below. support.solarwinds.com/.../Alert-Trigger-Action-doesn-t-work-for-Unmanaged-Objects-in-Orion
-
You can directly call the data without any join, SWQL can do that. SELECT n.FullyQualifiedName,n.ApplicationAlert.ApplicationAvailability AS ApplicationAlert_ApplicationAvailability,n.ApplicationAlert.ComponentsWithProblems AS ApplicationAlert_ComponentsWithProblems,n.DetailsUrl, n.node.CustomProperties.Stedsnavn AS…
-
You must have NTA with the same licensing level as NPM, see documentation: https://documentation.solarwinds.com/en/success_center/nta/content/nta-licensing-solarwinds-netflow-traffic-analyzer-sw127.htm . You might want to verify if NTA is working properly since it should stop on NPM/NTA license level mismatch.
-
You won't be able to get that info OOB since it's a Fiber Channel port and data stores in a different OID. You'll have to set a UnDP and find the OID that stores it and monitor it.
-
I got it to show results on an install of 2020.2.5 with the last one without spaces, but it needs work on link/icons as it doesn't work the same on a modern dashboard as a custom query.
-
Now I realized that it only works when configuring the widget and pressing "Show Records", but not when saving it. Looks like the table has an issue with spaces in the column name like [ALERT NAME]. Remove all spaces from column names and change the column label with the space after saving the query. Query without spaces…
-
Hello, You have a bad join that fails only when running the query in the widget, not when validating it. I've removed the AlertObjects join and used the SWQL integrated one for it since you select from AlertActive first. It should work properly now. SELECT aa.AlertObjects.AlertConfigurations.Name AS [ALERT NAME],…
-
Real-time polling is not available for agent polling, only ICMP, SNMP and WMI, that's why it shows greyed out