slaj

Comments

  • Hmm, strange. The best will be to open a support ticket. You can prepare a diagnostics so we can investigate it closely. Thank you.
  • Debug logging: Edit application page -> expand Advanced settings --> set Debug logging to On -> Save Logs will be generated: ..\Solarwinds\Logs\APM\ApplicationLogs\AppId{xx}\
  • Yes, sure. If you are able to open it in a browser then it could be polled. As regards logs, that 'ProgramData' folder is hidden one. If you have still troubles then open a support ticket, please.
  • Hi alex, please, try to use following guide: http://www.solarwinds.com/documentation/apm/docs/apmwmitroubleshooting.pdf
  • Hi neilgmt, do you have some new information? Were you able to enable debug logs and check them?
  • Hi Kreases, I have set the http monitor according your description and it works fine for me. You can try to enable debug logging for its parent application. After that you should see following or similar lines in an application's log: ... DEBUG SolarWinds.APM.Probes.HTTP.HttpProbeBase`1 - Getting {url:port} ... DEBUG…
  • SAM 6.0. RC has been released this week:
  • Why do you use Head Request = "Request Headers Only"? If you want to search in a response it should use "Full request". Is not needed a proxy? What about logs?
  • Hi frama, now I see :-) Yes, it is possible: Settings -> SAM settings -> Manage Assigned Component Monitors -> select some existing components -> Copy to Application Monitor Template (in the toolbar). Have a nice day. Slaj
  • It is 'Component Statistics - Radial Gauges' resource
  • You are right, it combines statistics from all processes with the same name. You can filter some of them out via 'Command line filter' option. Just one note, there was an issue in SAM 5.5 that MinMax charts didn't display correct historical data in this case. It was fixed in SAM 6.0.
  • Yes, the configuration wizard is probably the last chance to solve it without a support ticket.
  • Hmm, it is strange. Only typo comes to my mind. You can try to copy->paste a part of process' command line text from 'Real Time Process Explorer' on that node (command line column is hidden for SNMP nodes by default)
  • Sorry, it is hard to say without additional information. Have you tried 'Follow redirect' setting?
  • Azsmitty, try to expand 'down' components for this application in the 'All applications' resource. You should find which component is causing 'down' state there. (expand the application node -> expand sites node -> expand site A -> find a down component)
  • Hi ttl, only 'real' ethernet intefaces are discovered and polled by SAM. What kind of interface are you missing? You can find polled interfaces via following WMI queries: SELECT * FROM Win32_NetworkAdapter WHERE NetConnectionID != null (Windows server 2003, Windows XP and newer) SELECT * FROM MSFT_NetAdapter (Windows…
  • Hi Mark, what about suggestions in the following thwack thread: ?
  • Encryption method setting should be just between port number and authentication method. I would try to decrease the number of monitors to see if it can be related to too many simultaneous connections.
  • You should use two AppInsight applications, one for each VIPs. I guess that your scenario is not supported. You will loose historical data if you re-point the application manually in case of failure.
  • 1.) Applications => Manage Applications => Apllication Monitor templates => Select the affected Template => Edit button (in the toolbar) => Add Component Monitors button => Select monitor => Submit or Save 2.) Select Application => Click on "Edit application monitor" => click on the link to its template (under application…
  • * Change Type of Property to Monitor to 'APM: Component' * Change 'Percent Memory Used' condition to 'Physical Memory Used > 700000000 * Add/remove other trigger conditions Is this what you want?
  • Hi Alex, you can use script exit codes to switch a component to a particular state. Linux script monitor supports following ones: Up = 0, Down = 1, Warning = 2, Critical = 3, Unknown = 4 If you use an exit code to set down/warning/critical/unknown state then no thresholds are applied to a statistic value.
  • Hi krisneil, click on that component and check 'Database File Size' and 'Transaction Log File Size ' resources on the database detail page. You should get requested information there.
  • Basically, you need some account, which has admin rights on monitored nodes (servers). You can use this credentials for whole node or for a particular component monitors. You might find more information in SAM Administrator Guide v6-1
  • 'Metric over Time' chart data can be exported via MINMAX Average charts on a component details page. 'Occurrences' chart data are counted on demand. It is not stored anywhere and cannot be exported. 'Latest Baseline statistics' are also counted on demand. Data are stored in DB tables (APM_PortEvidence_Statistics,…
  • New tabs can be added via 'Enable left navigation' checkbox.
  • Hi, then you will have to delete all related views and their copies with suffix (1), (2), ... * AppInsight for SQL - Summary * AppInsight for SQL - Queries * SQL Database * SQL Database File * SQL Performance Counter
  • Http error 406 happens when the server cannot respond with the accept-header specified in the request. I would suggest to investigate the problem by looking at the Accept headers generated by the client system and the data stream returned by the Web server.
  • Hi amellott, I have just added a http monitor into an application and changed two properties: 'url' and 'search string' (see in the attachment). It works fine for me. If you have troubles to get it working, you can enable debug logging for that application (on the edit application page) and check logs files…
  • Hi Neilgmt, 60000 means 60s. It is in milliseconds.