Quantcast
Channel: THWACK: Message List - Web Performance Monitor (formerly SeUM)
Viewing all articles
Browse latest Browse all 1719

Re: Mass Change of WPM Settings

$
0
0

We came up with the following SQL command (if anybody is interested)

 

Update [SolarWindsOrion].[dbo].[SEUM_Transactions]

  SET [Frequency] = 600                                                             <--Frequency in seconds

  Where [Name] Like 'Bing.com%'                                           <--Recording Name

 

Then we verify with the following

 

SELECT TOP 1000 [TransactionId]

      ,[RecordingId]

      ,[AgentId]

      ,[Name]

      ,[Description]

      ,[Frequency]

      ,[Unmanaged]

      ,[UnmanageFrom]

      ,[UnmanageUntil]

      ,[JobId]

      ,[LastStatus]

      ,[LastDuration]

      ,[LastDateTimeUtc]

      ,[LastErrorMessage]

      ,[WarningThreshold]

      ,[CriticalThreshold]

      ,[LastModificationUtc]

  FROM [SolarWindsOrion].[dbo].[SEUM_Transactions]

  WHERE [Name] Like 'Bing.com%'                                        <--Recording Name   


Viewing all articles
Browse latest Browse all 1719

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>