Hello:
I just installed the OpManager 10 on windows to test monitoring of a fortigate 300 C box. I created a new device template because the OIDs for the performance monitors on the Fortigate 300 or 300A templates did not match the correct OIDs to get the CPU, Memory and Session count info for the 300C box.
Everything works fine, I can do the polls via SNMP, I receive the traps, etc., but a "cosmetic" issue happend. The dial graphs for CPU, Memory and Session Count said "No Data Available".
I googled for the answer and I found the opmanager_snapshot_dial.xml should be edited to add the new type, but I could make it work, because I don't know where to get the pollkey name.
The original file contains:
-
<
DIAL
dialType
="
meter
"
displayName
="
webclient.devices.details.cpu
"
name
="
CPUUtilization
"
shortKey
="
CPU
"
unit
="
%
"
>
<
PARAM
pollKey
="
CPUUtilization
"
type
="
sonicwall
"
/>
<
PARAM
pollKey
="
FortigateFirewallCPUUtilization
"
type
="
Fortigate
"
/>
<
PARAM
pollKey
="
NetscreenFirewallCPUUtilization
"
type
="
Netscreen
"
/>
<
PARAM
pollKey
="
BarracudaCPUUtilization15min
"
type
="
barracuda
"
/>
<
PARAM
pollKey
="
SonicCPUUtilization
"
type
="
sonic
"
/>
<
PARAM
pollKey
="
CyberoamCPUUtilization
"
type
="
cyberoam
"
/>
<
PARAM
pollKey
="
IronportCPUUtilization
"
type
="
ironport
"
/>
<
PARAM
pollKey
="
JuniperSSGCPUUtilization15min
"
type
="
juniper
"
/>
<
PARAM
pollKey
="
CiscoFirewallCPUUtilization
"
type
="
Cisco
"
/>
<
DEFAULT
pollKey
="
CPUUtilization
"
/>
</
DIAL
>
and I added (in red), assuming the type is the name I gave it to the template:
-
<
DIAL
dialType
="
meter
"
displayName
="
webclient.devices.details.cpu
"
name
="
CPUUtilization
"
shortKey
="
CPU
"
unit
="
%
"
>
<
PARAM
pollKey
="
CPUUtilization
"
type
="
sonicwall
"
/>
<
PARAM
pollKey
="
FortigateFirewallCPUUtilization
"
type
="
Fortigate
"
/>
<PARAM pollKey="CPUUtilization" type="Fortigate - 300C" />
<
PARAM
pollKey
="
NetscreenFirewallCPUUtilization
"
type
="
Netscreen
"
/>
<
PARAM
pollKey
="
BarracudaCPUUtilization15min
"
type
="
barracuda
"
/>
<
PARAM
pollKey
="
SonicCPUUtilization
"
type
="
sonic
"
/>
<
PARAM
pollKey
="
CyberoamCPUUtilization
"
type
="
cyberoam
"
/>
<
PARAM
pollKey
="
IronportCPUUtilization
"
type
="
ironport
"
/>
<
PARAM
pollKey
="
JuniperSSGCPUUtilization15min
"
type
="
juniper
"
/>
<
PARAM
pollKey
="
CiscoFirewallCPUUtilization
"
type
="
Cisco
"
/>
<
DEFAULT
pollKey
="
CPUUtilization
"
/>
</
DIAL
>
But it didn't work.
Can some one be kind to explain to me the correcto process to alter the dial graphs in case of a custom device template with custom performance monitors?
Best regards and thanks in advance!
Sergio