Comments
-
Hello @"lerdalt" and @"verwin_u" I know this is a very old post, but recently I needed to create such a widget and was able to do it via Custom Query. If anyone still need it, I am pasting it below. By default, it is counting flows for each hour (last 4 hours). Each hour is defined by downsampling to '01:00:00' and it can…
-
Hi @"michal.kalina" I have done a snaphot of my main poller before doing those steps, so I restored it and tried your suggestion. I removed the certificate and restarted all WPM services. The certificate was not recreated. Next, I restarted Windows Server and certificate was recreated. So, there is an option to repair it…
-
"Not traditional IT devices" sounds very interesting I would need to investigate more. Do you have SAM license, or could you purchase it? There is an option in SAM to monitor SNMP using custom scripts, maybe this would help? I have done this for Juniper RPM operations (in which the operation name is encoded as numbers…
-
Hi @"mikef1" If there are no OIDs for such values, you can consider doing some calculation. UnDP supports transformation with math or you can create custom property and multiple it using data from UnDP. A bit of a workaround, but if a device does not support the required data, it is a good solution.
-
Hello @"CHoogerhuis" Could you please check the thresholds directly on the Physical Memory volume? Click on the Physical Memory and then click Edit to check for thresholds: Please let me know if this will resolve your issue. Thanks. If you are wondering, why there are two places to modify RAM thresholds, it can be due to…
-
Hi @"kossuth78" If you prefer to have a nice looking dashboard with a summary of potential issues (instead of raw statistics), then I would recommend Modern Dashboard. One disadvantage of Modern Dashboards is that you need create custom SWQL queries. I think you would need to do it anyway, because as you mentioned, there…
-
Hello @"mikef1" You will need to create custom poller UnDP template to monitor POE Watt usage per interface, define custom poller thresholds (i.e. consumption) and create an alert based on this. I would start with MIB or other documentation from Vendor to find the right SNMP OID, but you can just do SNMP Walk and check out…
-
How long did you wait after the change? There is a X consecutive polls of 20, so if you poll node statistics every 10 minutes, you would see a change after 200 minutes.
-
Hello @"maliron" My post should still be available using below link (please scroll down): https://thwack.solarwinds.com/product-forums/the-orion-platform/f/orion-sdk/10206/powershell-autoimportexpressionfilter I am glad that it was useful for you. In case of any issues, please let me know.
-
Hello @"justin.richert" This is an older post, but just in case someone needs this. I have crossed reference the status codes with GUI. This is a part from my SQL query with HTML tags. You can see that Status code 1 is Used, 2 is Available, 4 is Reserved and 8 is Transient. CASE WHEN IPn.Status LIKE '1' THEN ('<img…
-
This helped me a lot. Thanks! For anyone interested, I have modified it to SWQL: select dhcp.FriendlyName as [DHCP Server], g.FriendlyName as [Subnet Name] from IPAM.GroupNode g left outer join IPAM.DhcpScope scope on (g.GroupId = scope.SubnetId) left outer join IPAM.DhcpServer DHCPServer on (DHCPServer.NodeId =…
-
Hi @"itguy1024" If you want to filter the VMAN alert using VM name, it is very simple: SELECT VirtualMachines.Uri, VirtualMachines.DisplayName FROM Orion.VIM.VirtualMachines AS VirtualMachines where VirtualMachines.VirtualVolumes.SpaceUtilization >= 94 and VirtualMachines.DisplayName = 'Win2019-Fileshare' Or are you…
-
Hi @"tdanner" & @"faizan_123" I was also having issues with discovering interfaces via PowerShell script. Interface plugin was being ignored with every attempt. I have found a workaround with injecting SQL XML discovery format into the script. I described the steps in below post:…
-
Hi @"jreves" No, not at this point. Basic Juniper RPM would be a great feature to have. More advanced Juniper RPM parameters would be nice to have. I have noticed that you have updated "WHAT ARE WE WORKING ON FOR VNQM " document and Juniper RPM is missing. Does your Team still working on Juniper RPM? I have high hopes
-
Hello @"rsdom" I found a workaround for this issue. As mentioned in my other post, you can inject XML configuration directly from SQL DiscoveryProfiles table and enjoy all the goodies in PowerShell (RegEx etc). Please check my steps in the following URL:…
-
Thank you so much cahunt ! Nodesdata.Caption= 'test' is working for me. SolarWinds should correct hints/examples included in the edit widget website! This was very confusing.
-
Hi @"mesverrum" I found a workaround for this issue. As mentioned in my other post, you can inject full Web GUI XML configuration directly from SQL DiscoveryProfiles table and enjoy all the goodies in PowerShell (Interface RegEx, Applications, SCM and all the others). I have described my steps in the below URL:…
-
That is great news, thank you! Thanks to this, it will be much easier to move customers from Syslog Viewer, to Log Viewer and next to Log Analyzer
-
Hello cobrien Would there be any news for the NTM roadmap and ESX 6.5 (and higher) support? Thanks!
-
Hi Serena, I agree about the latest HFs available in Offline Installer, however my point was that there is a difference in additional third-party software that is included in the Installer. Lexis mentioned that Installer does not contain (or have problems) with WinPcap. During my testing I noticed big difference between…
-
Thanks for the reply. Yes, I am planning to test it next However the issue here is that even one minute is not stored and I am missing those monitoring statistics. Would you know the issue here? The second arrow in the graph is for around 5 minutes SQL downtime. This is a test environment and I am monitoring only two…
-
Thanks. Yep, let's wait for the Thwack Team to share more information on this
-
Hello saeron Thanks for you reply. You have mentioned that you have added ESX as well as vCenter. Did you try to add only ESX, without vCenter and see if Hardware health is visible? Also, could you try SNMP Walk scan directly into one of the ESXs and check in the output, if you have FAN, POWER and other information? Kind…
-
Hi zackm and jrouviere Thanks for your suggestions and query. Yes, I was referring to the Labels defined in the UnDP (Orion.NPM.CustomPollerLabels) I managed to create a query, which is showing me what I need, but everything points to a bug in the NPM 12.5, which is not allowing me to create a custom chart from my query.…
-
Hello venh.123 Could you try to configure SNMP using below new SolarWinds article for Mac OS X Sierra? Configure SNMP service on Mac OSX Sierra - SolarWinds Worldwide, LLC. Help and Support I have personally configured new MacOS a week ago using those steps and everything worked great. Kind regards, Marcin Kazmierczak.…
-
Hello hailaeos Yes, this is correct. Agent can have a lot of advantages, like offline monitoring. If I am not mistaken, aLTeReGo mentioned that monitoring via Agent is more precise than SNMP. If you could make a compromise with Agent + Perl scripts, this could be the way to go. It would of course depend on your use case…
-
Hello Alterego, Thanks for the reply. This clarifies my pros & cons Could I share my further comments with you? >> Server Hardware Health Monitoring is Fully Supported by the Linux Agent. Would that be accurate for all scenarios? For example on Windows Servers, the Agent does not support additional hardware sensors such as…
-
Hello, >> How do you include a random ID? As far as I know, you cannot define "Event ID" for the Alert action on Trap Viewer. However you can add a point of reference to the Alert message. Here is a simple example of action: ----------------- ----------------- Next, go to: 1. Settings -> All Settings -> SAM Settings ->…
-
Hello Tony, Is there a way to disable those connections to pendo.io? I am asking because web browser is notifying me that SolarWinds website is trying to connect to pendo.io, which it cannot do (restricted Internet access). Those notifications (at the bottom of the browser window) could lead to potential questions from…
-
This query resolved my challenge with monitoring HA status changes in Palo Alto. Thank you!