Comments
-
Thank you stuartd! Will give these options a try!!
-
Update on this thread... Orion Platform HF1, NPM HF1: 2020.2.6 appears to fix this problem. I installed it about an hour ago and just tried to load the historical statistics page, and it works fine.
-
Hey, jm_sysadmin: How it's displaying now is fine EXCEPT for the missing space between the minutes and the AM/PM. In your case, the tolocal function isn't showing anti/post meridian at all, it's probably military 24 hour time. In our region it's most common to use the "short date/time" format shown above in the screenshot,…
-
Ok so I checked the IIS server's regional settings. This is what it looks like: ... that seems to indicate there is a space in the short time format, does it not? Or is it perhaps the SQL server's regional settings? This query is being performed by a custom table widget with swql, not ms-sql. Any ideas?
-
So it's the regional settings on the Orion IIS server? Thank you, I shall look into that further...
-
Thank you, Tony!! I really appreciate your help!
-
Update on this thread... Hotfix 1 was released few days ago so I applied it. NPM 2020.5 HF1 This hotfix does not resolve this issue.
-
Thanks, tdanner... that's what I was assuming about the section sign I just wanted confirmation. Are any of the functions used in the above example still going to be removed from the SDK? If so, is there a replacement for the code above that sorts by IP address?
-
Anybody have any input on this?
-
Solarwinds Tech Support has responded to this issue after I opened a case. They say it is a bug in 2020.2.5 and perhaps previous versions as well. They also gave me the workaround below to use if needed: You can remove the following: if(PackageManager.InstanceWithCache.IsPackageInstalled("Orion.Interfaces")) { DoTable(dal,…
-
acf6276: I'm uncertain if it does anything to the server other than not letting that particular page load correctly. It's just an informational page.
-
Thank you shuth!! That worked perfectly.
-
Help me, Obi Wan mseverrum, you're my only hope!
-
Thanks Steven. I did open a case with Solarwinds Tech Support but so far they haven't found the cause of the problem either.
-
...and I found out what I was doing but not what the problem is. I was trying to modify the "Edit Resource: Top XX Interfaces by Percent Utilization" on the Network Top 10 default dashboard. I'm unclear if this area takes the full SWQL statement or just a portion that is relevant. For example, in SWQL Studio, this…
-
Thanks mesverrum... I did try the "NOT LIKE" logic in my SWQL statement but for some reason it didn't like it. I simply assumed it wasn't available, which appears to be my mistake. I'll try again this morning and get back to you.
-
Thank you Neo! That did help. Though what kind of put me over the top was using ASP variables that are already stored when the Details page is called. I used: <% QueryNode=Request.QueryString("NetObject") QueryURL=Request.ServerVariables("URL") %> ... to pull the NetObject variable from the initial page which I was able to…
-
Will do, Simon, thank you.
-
There's also a checkbox for turning encryption on. Sounds like your upstream server is requiring either authentication or encryption or both.
-
Maybe double check the port setting in Solarwinds email setup. If your upstream mail host requires authentication, there's a box to turn that on and off too.
-
Nevermind, jm... your solution worked. I had it in my brain that I had to add it as an SNMP node. However, I just added it as a second node but via ICMP only and I'm getting the syslogs now. Thank you!
-
Thank you jm_sysadmin! That's a great idea! I did try to add it as a "second" node with the OOB management IP and unfortunately SNMP only responds from the data interfaces, not from the out of band management interface. I will check with Cisco to find out if there is a way to direct the SNMP data out the OOB interface…
-
preet shah: Could you paste your code for your widget (query and search) here? I don't need the notes part though that would be a nice add on later.
-
Thank you aLTeReGo... once it's working again do you have an idea of what simple css elements would already be active in a custom HTML widget?
-
Thank you dgsmith80: I was hoping that was the case. I really appreciate you taking the time to provide an example!!
-
KMSigma... is there an update to this for 2020.2.4? We only have the NPM module. When I try to create the widget using the custom query element I just get a rather vague error: "There was an error processing the request."
-
Nevermind... I learned that standard MSSQL is still supported in the current version of NPM (20.2.4). I just didn't notice it.