Our customter want to manage a Avg. Disk Queue Length in OpM

Our customter want to manage a Avg. Disk Queue Length in OpM

Dear OpManager support team,

Our customter want to manage a Avg. Disk Queue Length in OpManager.

For example,

Click the Setup -> Control Plane -> Adminitrative Tools -> Performance -> Console Root -> System monitor.

In the right frame, Avg. Disk Queue Length is displayed.


In the MSP Center Plus, I think that manage a Avg. Disk Queue Length using VB script.

--------------------------------------------------------------------------------------------------------------------------

Hi Lazmere,

1)Are you getting the response when you click Edit-->Test Monitor? If you have used the Quick configuration wizard of the central to associate the monitors, please remove the monitors and add them using probe's quick configuration wizard.

2)Follow the below steps to create custom DiskQueueLength monitor.

1. Place the attached wmi script for DiskQueueLength.vbs under the directory /OpManager-Home/conf/application/scripts.

diskqueuelength.vbs

2. Now, edit the file HostResource.xml under the directory /central/conf/application. place the below entries under the category under windows 2003 and also in HostResource.xml file. Check the parsing line ,token and command ie the script name.

<CATEGORY ID="DiskQueueLength" command="DiskQueueLength.vbs" parseAll="true" ignoreLines="2" description="Monitoring the disk queue length on the disk">

<ENTITY ID="DiskQueueLength" applyThresholdOver="curValue" threshold="Th6" storeHistory="true" storeValue="curValue" units="%" comparePreValue="false">
<PARSE token="1" name="partitionName" isEntityName="true"/>
<PARSE token="2" name="curValue"/>
</ENTITY>
</CATEGORY>

3)Add this entry in the opmanager_graphinfo.xml file which is under /centra/conf and /probe/conf

<DEFAULTGRAPH Name="DiskQueueLength">
<YAXISTEXT>Queue Length</YAXISTEXT>
<DISPLAYNAME>DiskQueueLength</DISPLAYNAME>
<name>DiskQueueLength</name>
<Vendor>WMI</Vendor>
<Monitor>Resource</Monitor>
<Description>Monitors the Disk Queue length using WMI</Description>
<oid>DiskQueueLength</oid>
<Provider>WMI</Provider>
<type>multiple</type>
<interval>900</interval>
<THRESHOLDENABLED>false</THRESHOLDENABLED>
</DEFAULTGRAPH>

Save the file on both sides and restart both central and probe.

Note: Have the backup of the files before editing.

Thanks
Gabriel.

--------------------------------------------------------------------------------------------------------------------------

But, possible in the MSP Center Plus.

I think in the OpManager that I am possible.

We want solution.

Our customer is very urgency. So we want fast a reply.

Thank you in advance for help me.



































































                  New to ADSelfService Plus?