-
Re: PowerShell/PowerCLI Monitor Problem
Hello, In APM we can use another approach to run PowerShell script - using Windows VBscript monitor and running the local script. That should solve your issue. Please create the application with &quo…1 -
Re: Need help with a Perl script please!
Please change $stat[3] to $stat[0] (because "du" command returns the disk usage in the first column). Or you can copy and paste my whole script. One note - the original script returns the a…1 -
Re: APM Response Codes
Hello, In the *_Detail tables there are data for last 7 days (by default). Then the data are aggregated to *_Hourly tables and some status information (StatusCode, ErrorMessage...) are lost. In the A…1 -
Re: Statistical Data
Hello, The historical data for components that return statistic data are stored in APM_PortEvidence_Detail/Hourly/Daily tables. You can use APM_PortEvidence that combines these tables. So you can use…1 -
Re: Unexpected error occurred. Invalid query (using WMI); cause Cold Fusion 9 counters
Hello, Please also see following thwack post if the Win32_PerfRawData_PerfProc_Process class doesn't exist on the target machine: http://thwack.solarwinds.com/message/105102#105102 Thanks, Lukas1
