Comments
-
If I could vote up twice (or more) I would. This has been extremely frustrating since it severely lacks in the documentation department (along with other features of NCM like : config change templates; compliance rules and compliance remediation to name just a few out of a longer list). It would be a huge deal to get the…
-
@"yumdarling" Silly question probably...Can I get the SCP voucher even if I don't live in any of the countries that you ship to (given that there should be nothing to actually ship)?
-
@"kristofer" looks like they already implemented the feature in the latest RC: https://thwack.solarwinds.com/t5/NCM-Documents/Introducing-the-NCM-2020-2-Release-Candidate/ta-p/590304 Security Changes Previously only Orion Admins with NCM Administrator role were allowed to run Firmware upgrade operations. Now any NCM user…
-
Aaaaand done!
-
I did something similar using some HTML + CSS. If anyone is interested I'll post the code.
-
There is a workaround for this: - Enable Hubble on the application/web server (Log Adjuster -> set Hubble active to True) - Refresh the web page and you should see this in the top left corner : - Expand it and you get all the SWQL queries that are invoked by the page : Don't leave it on for long since it can be quite…
-
The query is SWQL and can be whatever you want it to be.
-
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <script type="text/javascript"> function getValues() { var swql = "Select Count(n.status) AS Cnt,s.StatusName…
-
The problem is with RIGHT JOIN and "WHERE nodes.city = 'Namecity' ". If you filter the right outer joined table in the WHERE clause then you are in effect creating an inner join. If you remove that condition and only leave the filter for the status ID it will work correctly. This view was mostly designed to be shown on the…
-
Also, Firmware Upgrades now requires full admin access (not just NCM Admin, but Orion Admin), which is very inconvenient when you want to delegate this sorts of tasks.
-
If a user/group has 'Node Management' permissions you can simply add the Manage Nodes link to their menu bar (All Settings -> Customize Menu Bars). The Settings menu is only available to Orion admins.
-
Aaaand..done!
-
LATER EDIT: Modify the query to the following: Select Count (n.status) AS Cnt, s.StatusName FROM Orion.Nodes n RIGHT Join Orion.StatusInfo s ON (n.Status = s.StatusID AND nodes.city = 'Namecity' ) WHERE or s.StatusID IN (1,2 , 3.9) GROUP By n.Status, s.StatusName, s.StatusId ORDER By s.statusID ASC
-
@"aLTeReGo" What about incoming Webhooks? What you are describing is a mechanism to execute a POST/GET request as an action to an alert. Webhooks could be a useful method for SolarWinds to receive events/data from other platforms. Not really sure what @"pratikmehta003" was trying to achieve, a few additional details would…
-
Done. No points yet though.
-
Any insight whatsoever into Viptela SD-WAN routers (or Cisco routers running SD-WAN capable code for that matter) would be extremely useful for us. We have had to develop extensive scripts to supplement the gaps in monitoring (both "classic" data like hardware sensors, IP addresses or even interface descriptions to SD-WAN…
-
Firmware upgrades is a nice feature (in theory), but there are two major drawbacks from my point of view: - Image repository can only be local or on a Windows share (with some effort you could probably get it to work off Linux..but still); it would be nice to use other protocols as well (FTP, SCP). We have quite a diverse…
-
Good to hear that! I have not done the upgrade just yet, waiting on GA.
-
Try the query in SWQL studio first.
-
You can create a Custom HTML view and create a pie chart using JS and the Google chart library (or any for that matter). For example: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> <script type="text/javascript"> var swql="Select Count(n.status) AS Cnt,s.StatusName…
-
@"aLTeReGo" My point exactly. Therefore, since @"pratikmehta003" initial post is not that straightforward, I believe that marking this feature request as 'Implemented' might not be the best thing.
-
Oooh. My bad
-
Exactly! I cannot understand how SolarWinds expect you to grant full admin access to anyone who upgrades device firmware.
-
I still have not received anything regarding BadgeCert (I have triple checked the Spam folder as well).
-
I have checked my Junk/Spam folder since taking the exam, but still no email. Thank you for your assistance.