The most recent content from our members.
DESCRIPTION This custom report will list hourly averages for a specified metric and timeframe. To use this report, run it from SQL*Plus while connected to the Ignite repository database. SQL*PLUS SCRIPT set verify off set pagesize 999 set linesize 132 column metric_name format a40 column name format a60 select id, name…
Description This procedure, when executed, will return all SQL statements for the given date range ordered by hour and wait time. See comments inside the procedure for more details on the parameters and methods for calling. Install the stored procedure into the Ignite repository database. Stored Procedure -- PARMS…
Hello, I have been tasked with creating a Solarwinds NPM Report showing every instance of a site being offline for more than 30 minutes. This report is to span one year. We currently have more than one device being monitored per site, but I have identified the device to be specified per site to be the router. Some sites…
It looks like you're new here. Sign in or register to get started.