Numerical Dial

Numerical Dial

Hi.

How can i customize a snapshot dial to be numeric, as the connection count in the firewall snapshot?. I have tried to copy the configuration for the firewall dial in opmanager_snapshot_dial.xml for a custom device type that i have created (ironport C100), but the dial that i get is a pie chart with a percentage, like the disk usage dial.

This is the dial for firewall:


<DIAL name="DiskUtilization" displayName="webclient.devices.firewall.activeconncount" dialType="pie" shortKey="DISK">
<PARAM type="Cisco PIX" pollKey="CiscoPIX501FirewallSessionCount"/>
<PARAM type="Fortigate" pollKey="FortigateFirewallSessionCount"/>
<PARAM type="Netscreen" pollKey="NetscreenFirewallSessionCount"/>
<PARAM type="windows" pollKey="DiskUtilization"/>
<DEFAULT pollKey="DiskUtilization"/>
</DIAL>

And this are the dials for my device:

CATEGORY name="Ironport">
<DIAL name="CPUUtilization" displayName="webclient.devices.details.cpu" dialType="meter" shortKey="CPU">
<PARAM type="Ironport C100" pollKey="IronportCPUUse"/>
<DEFAULT pollKey="IronportCPUUse"/>
</DIAL>
<DIAL name="MemoryUtilization" displayName="webclient.devices.details.mem" dialType="meter" shortKey="Memory">
<PARAM type="Ironport C100" pollKey="IronportMemUse"/>
<DEFAULT pollKey="IronportMemUse"/>
</DIAL>
<DIAL name="DiskUtilization" displayName="% SMTP Queue Usage" dialType="meter" shortKey="DISK">
<PARAM type="Ironport C100" pollKey="IronportQueueUse"/>
<DEFAULT pollKey="DiskUtilization"/>
</DIAL>
<DIAL name="ActiveConnections" displayName="Connection Count" dialType="pie" shortKey="Connections">
<PARAM type="Ironport C100" pollKey="IronportTransferThreads"/>
<DEFAULT pollKey="IronportTransferThreads"/>
</DIAL>

</CATEGORY>




Thanks in advance, and best regards.







































                  New to ADSelfService Plus?