16.01.2013 Views

Ipswitch WhatsUp Gold User Guide - Ipswitch Documentation Server

Ipswitch WhatsUp Gold User Guide - Ipswitch Documentation Server

Ipswitch WhatsUp Gold User Guide - Ipswitch Documentation Server

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Ipswitch</strong> <strong>WhatsUp</strong> <strong>Gold</strong> <strong>User</strong> <strong>Guide</strong><br />

To show devices to which a particular performance monitor is assigned:<br />

SELECT DISTINCT Device.nDeviceID<br />

FROM Device<br />

JOIN PivotStatisticalMonitorTypeToDevice<br />

ON Device.nDeviceID = PivotStatisticalMonitorTypeToDevice.nDeviceID<br />

JOIN StatisticalMonitorType<br />

ON StatisticalMonitorType.nStatisticalMonitorTypeID =<br />

PivotStatisticalMonitorTypeToDevice.nStatisticalMonitorTypeID<br />

WHERE Device.bRemoved = 0<br />

AND PivotStatisticalMonitorTypeToDevice.bEnabled = 1<br />

AND StatisticalMonitorType.sStatisticalMonitorTypeName<br />

LIKE '%Interface Utilization%'<br />

To show devices to which a particular passive monitor is assigned:<br />

SELECT DISTINCT Device.nDeviceID<br />

FROM Device<br />

JOIN PivotPassiveMonitorTypeToDevice<br />

ON Device.nDeviceID = PivotPassiveMonitorTypeToDevice.nDeviceID<br />

JOIN PassiveMonitorType<br />

ON PassiveMonitorType.nPassiveMonitorTypeID =<br />

PivotPassiveMonitorTypeToDevice.nPassiveMonitorTypeID<br />

WHERE Device.bRemoved = 0<br />

AND PivotPassiveMonitorTypeToDevice.bRemoved = 0<br />

AND PassiveMonitorType.sMonitorTypeName LIKE '%Cold Start%'<br />

88

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!