I have an active node cluster server, thus I would like to exclude the other SAN disks as it the dial will give wrong value when some disks removed/added (as the total disk space stored in "
asset details")
This server is running on
Windows Server 2003. Monitoring is done via
WMI.
OpManager used is:
License Type
:
Essential
Build Number
:
8722
I've checked the OID for the drives that I wanted to monitor which is Drive C & Drive E.
C: (
.1.3.6.1.2.1.25.2.3.1.6.1*100/
.1.3.6.1.2.1.25.2.3.1.5.1)
.1.3.6.1.2.1.25.2.3.1.6.1 - Current value:
45466402
.1.3.6.1.2.1.25.2.3.1.5.1 - Current value:
61127261
E: (
.1.3.6.1.2.1.25.2.3.1.6.2*100/
.1.3.6.1.2.1.25.2.3.1.5.2)
.1.3.6.1.2.1.25.2.3.1.6.2 - Current value:
33344359
.1.3.6.1.2.1.25.2.3.1.5.2 - Current value:
78642183
Since I wanted only C & E, so my calculation supposed to be:
C+E: (
.1.3.6.1.2.1.25.2.3.1.6.1+
.1.3.6.1.2.1.25.2.3.1.6.2)*100/(
.1.3.6.1.2.1.25.2.3.1.5.1+
.1.3.6.1.2.1.25.2.3.1.5.2)
and it would gives me value of
56.38625922% instead of 100%
MY QUESTION:
How should I modify settings in OpManager to reflec this calculation for this only server and not affecting the other servers.
Should I modify it in these XML parameters??
<CATEGORY name="Server">
<DIAL dialType="meter" displayName="webclient.devices.details.cpu" name="CPUUtilization" shortKey="CPU" unit="%">
<PARAM pollKey="Win-CPUUtilization" type="windows"/>
<DEFAULT pollKey="Win-CPUUtilization"/>
<PARAM pollKey="Lin-CPUUtilization" type="Linux"/>
<PARAM pollKey="Lin-CPUUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-CPUUtilization" type="Linux"/>
<PARAM pollKey="Telnet-CPUUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-CPUUtilization" type="HP-UX"/>
<PARAM pollKey="Telnet-CPUUtilization" type="IBM AIX"/>
<PARAM pollKey="CitrixCPUUtilization" type="citrix"/>
<PARAM pollKey="WMI-CPUUtilization" type="windows"/>
<PARAM pollKey="Lin-CPUUtilization" type="ESX Server"/>
</DIAL>
<DIAL dialType="meter" displayName="webclient.devices.details.mem" name="MemoryUtilization" shortKey="Memory" unit="%">
<PARAM pollKey="Win-MemoryUtilization" type="windows"/>
<DEFAULT pollKey="Win-MemoryUtilization"/>
<PARAM pollKey="Win-MemoryUtilization" type="Linux"/>
<PARAM pollKey="Win-MemoryUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-MemoryUtilization" type="Linux"/>
<PARAM pollKey="Telnet-MemoryUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-MemoryUtilization" type="HP-UX"/>
<PARAM pollKey="Telnet-MemoryUtilization" type="IBM AIX"/>
<PARAM pollKey="CitrixMemoryUtilization" type="citrix"/>
<PARAM pollKey="WMI-MemoryUtilization" type="windows"/>
<PARAM pollKey="ESX-MemoryUtilization" type="ESX Server"/>
</DIAL>
<DIAL dialType="pie" displayName="webclient.devices.details.disk" name="DiskUtilization" shortKey="DISK" unit="%">
<PARAM pollKey="DiskUtilization" type="windows"/>
<DEFAULT pollKey="DiskUtilization"/>
<PARAM pollKey="DiskUtilization" type="Linux"/>
<PARAM pollKey="Telnet-DiskUtilization" type="Linux"/>
<PARAM pollKey="DiskUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-DiskUtilization" type="Solaris"/>
<PARAM pollKey="Telnet-DiskUtilization" type="HP-UX"/>
<PARAM pollKey="Telnet-DiskUtilization" type="IBM AIX"/>
<PARAM pollKey="CitrixDiskUtilization" type="citrix"/>
<PARAM pollKey="WMI-DiskUtilization" type="windows"/>
</DIAL>
</CATEGORY>
After that, how should I select the correct options for the device snapshot (
Vendor/
Category/
Type)
IP Address: <IP>
Vendor: Microsoft
Category: Server
Type: Windows 2003
Traffic Counter: 32 bit
Dependency: None
Poll Using: ICMP
Monitoring: 1 Min
Regards,
Nuruddin Othman