conguir

Comments

  • Hi those links are part of the Engineer's Toolset integration. If you don't have Engineer's Toolset installed you will not be able to use those options. However, if you only want to use SSH, please refer to jeff's comment about how to enable SSH. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy |…
  • Hi do you have additional polling engines? If that's the case, make sure you are monitoring the device from the same APE. If you don't, it might be a case of: * Complex SNMP community string: sometimes Orion doesn't support some characters on the community string. Try to use one community not so complex (remove !$%^& and…
  • Hi why don't you try to get the nodeid from this table "NodeIPAddresses". Some like Select nodes.caption from nodes inner join NodeIPAddresses on nodes.nodeid = NodeIPAddresses.nodeid where NodeIPAddresses.ipaddress=${N=SwisEntity;M=NeighborIP} could work. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation |…
  • Hi I had similar issues in the past, the issue was that the PS script couldn't get the value I wanted (timeout? source not available?...). Anyway the way I solved it was creating a loop like: do { $variable = WHATEVER WE WANT TO DO } (while([array]:isnullorempty($variable)) for testing, I put a counter within the 'do' and,…
  • Hi Gary using iframe you can display pretty much any view from SolarWinds on any other Web application (such as SolarWinds). There are different ways to do this, but one option is to get the URL from the widget that you want to display. For example, if you go to the oriondemo.solarwinds.com, there is a map on the main…
  • Hi something like this will show you which nodes have been down for more than one hour: SELECT n.caption,n.ip_address, n.vendor, avg(rt.availability) FROM ResponseTime rt inner join nodes n on rt.nodeid = n.nodeid where datediff(minute,rt.datetime,getdate())<60 group by n.caption,n.ip_address, n.vendor having…
  • Hi this is quite simple to accomplish, in the email alert add the following variable ${N=SwisEntity;M=Account.AccountID} . This will display the account that executed the action (added a node, deleted a node,...). NOTE: Please bear in mind you would need at least NPM 11 (I've tested it in NPM 11.5.3) Raul Gonzalez…
  • Hi Prashant can you make sure you don't have any limitation assigned to your account please? You can check this on Settings-> All Settings-> Manage Accounts. Find your account and check if there is any limitation applied. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi I work for Prosperon Networks, it is a UK company but we deliver onsite professional services worldwide (we have a few customers on the east coast of the US). We have experience with all SolarWinds modules, we get great feedback from our customers and we have a few Thwack MVPs in our technical team. Please do not…
  • Hi I've uploaded one template that I was using for this. Windows Shared Folder Availability Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi there are different ways to configure SolarWinds when it comes to IPAM IP discovery. You can allow SolarWinds to update any value of a particular subnet, update only a subset of IP addresses of a particular subnet, or do not allow at all to update any value of a particular subnet. If you want to disable automatic scan…
  • Hi to each column of a custom query you can add a status icon and a hyperlink, the way to do is using the following name convention: * Field: ColumnName * Status: [_IconFor_ColumnName] * Link: [_LinkFor_ColumnName] Example: select caption as [Node], '/Orion/images/StatusIcons/Small-' + statusled as [_IconFor_Node],…
  • Hi the best way to review the data that you will have available once you are monitoring your Exchange servers using Appinsight for Exchange is having a look at the Orion demo. I've added a direct link to the Appinsight for Exchange view:…
  • Hi Qasim I guess that either you are using a custom poller (OID) to monitor VPN status or you are monitoring the tunnel as an interface. In case you are using a custom poller, normally you get the status based on a number, ie 0 = down, 1 = up (this may be different in your OID). If this is the case, just create an alert…
  • Hi NPM does not allow you to monitor interfaces from servers unless you monitor those servers using SNMP. Therefore, using WMI or the agent to monitor servers if you only have NPM will not allow you to monitor interfaces. Using the agent allows you to: * Get more information from servers, if SAM is also installed:* Disk…
  • Hi you could select just the first result for a specific period of time, something like this: SELECT top 1 message FROM Orion.APM.WindowsEvent where eventcode = 4740 and minutediff(timegeneratedutc, getutcdate())<5 order by timegeneratedutc desc Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy |…
  • Hi Vakarkare Have a look at this: net-snmp / Bugs / #2482 snmp response: Too long (analysis + fix) It looks like it is a known bug when using SNMPv3 Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi Silence SolarWinds offers a product called SolarWinds HA that allows you to have an 'active-passive' cluster for NPM or any other SolarWinds modules that you have installed. High Availability Architecture - Failover Clusters | SolarWinds This can be installed with both servers (active and passive) in the same subnet, or…
  • Hi you should add the Last 25 syslog view resource to that view: Bear in mind you should have configured that device to export syslog messages to the SolarWinds server first. If you have cisco devices, follow the steps of this link: https://supportforums.cisco.com/document/24661/how-configure-logging-cisco-ios Regards Raul…
  • Hi if you are monitoring that device using SNMP or WMI, SolarWinds should pick up all the IP addresses configured on that device, and therefore match the IP address that is sending netflow data with the device itself. Please make sure that 'Allow Matching Nodes by Another IP Address in Settings' on Netflow Settings is…
  • Hi, I would recommend to create a network sonar discovery with only those devices that you want to modify, and when dinamically selecting the interface, create a filter that only imports interface fe0/5 (or whichever interface you need). After that I would go to manage nodes, change view to interfaces and then do a search…
  • Hi you should import the SolarWinds MIB into your tool (Zenoss) in order to make it compatible with the traps that SolarWinds is going to send. You can find the SolarWinds MIB here: %Installation folder%\Common\SolarWinds-Traps.MIB (Normally C:\Program Files (x86)\SolarWinds\Common\SolarWinds-Traps.MIB) If you are having…
  • Hi you need this template: Ephemeral Port Monitor And then create an alert that is triggered when that application is critical (define the thresholds first at the templte level) and define as trigger action 'execute an external program' with the script of restarting the computer. Something like this: Execute External…
  • Hi this type of custom poller can only be created on the Universal Device Poller Tool in the SolarWinds server. I would recommend to talk to your SolarWinds admin and tell him/her to create this custom poller for you. Raul Gonzalez Prosperon - UK SolarWinds Partners Installation | Consultancy | Training | Licenses
  • Hi if restarting services fixes the issue, I would say the issue is with the job engine v2 service. I would review if there is any application with credentials issues (they are always down or unknown) and try to fix them, as if there are applications that don't reply to SolarWinds in a timely manner, this will create a…
  • Hi Anita SolarWinds takes into consideration the last 180 days of data (by default). If you have different historical data on both systems, it is quite likely that you will get different forecast results. By the way, if you want to change the amount of historical data taken into consideration when calculating forecast…
  • Hi I have a question, what are the netscalers doing? Are you using any vip? If that's the case, which port? Regards
  • Hi if you mean how to check the number of flows per second received on your SolarWinds server, please go to Settings-> NTA Settings, scroll down and you will see the average number of flows per second received (you need NTA 4.1.0 at least if I remember correctly). Raul Gonzalez Prosperon - UK SolarWinds Partners…
  • Hi you can use the API and SWQL to disable those components you need to for a specific period of time. something like: ###Connect to SW API $hostname = "xxxxxx" $username = "admin" $password = "xxxxxxxx" $cred = New-Object -typename System.Management.Automation.PSCredential -argumentlist @($username,(ConvertTo-SecureString…
  • Hi it is not possible to create a group of CPUs in SolarWinds because 'CPU' is not an entity itself such as nodes, volumes, interfaces. custom pollers... Also, Groups only monitor availability, and what you want to do is to monitor CPU usage, hence it wouldn't be possible to be displayed in Network Atlas either. What you…