Hi to all,
I'm quite new with zabbix
I created a template to monitor a 3com 4500G Switch, i noticed while testing the value of ifInOctets of a port, that the value didnt seemed to be correct, i transfer for example a file of 12 GB to a host on port 46 at speed transfer of between 40 - 60 MB/s, the values i got on zabbix during the transfer were between 1 - 3 MB/s.
I thought for a sec its a question of units, but i verified to make sure i was workinig with Bps, the unit was correct. I even tried to make it with bps*8, the output was the same.
here is the part i used in my xml file for the ifInOctets :
<item type="1" key="ifInOctects.46" value_type="3">
<description>Port 46 Traffic IN </description>
<ipmi_sensor></ipmi_sensor>
<delay>30</delay>
<history>90</history>
<trends>365</trends>
<status>0</status>
<data_type>0</data_type>
<units>B</units>
<multiplier>0</multiplier>
<delta>1</delta>
<formula>1</formula>
<lastlogsize>0</lastlogsize>
<logtimefmt></logtimefmt>
<delay_flex></delay_flex>
<authtype>0</authtype>
<username></username>
<password></password>
<publickey></publickey>
<privatekey></privatekey>
<params></params>
<trapper_hosts></trapper_hosts>
<snmp_community>public</snmp_community>
<snmp_oid>ifInOctets.46</snmp_oid>
<snmp_port>161</snmp_port>
<snmpv3_securityname></snmpv3_securityname>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authpassphrase></snmpv3_authpassphrase>
<snmpv3_privpassphrase></snmpv3_privpassphrase>
<applications/>
</item>
May be i'm missing something, so can anyone help me?
I'm quite new with zabbix
I created a template to monitor a 3com 4500G Switch, i noticed while testing the value of ifInOctets of a port, that the value didnt seemed to be correct, i transfer for example a file of 12 GB to a host on port 46 at speed transfer of between 40 - 60 MB/s, the values i got on zabbix during the transfer were between 1 - 3 MB/s.
I thought for a sec its a question of units, but i verified to make sure i was workinig with Bps, the unit was correct. I even tried to make it with bps*8, the output was the same.
here is the part i used in my xml file for the ifInOctets :
<item type="1" key="ifInOctects.46" value_type="3">
<description>Port 46 Traffic IN </description>
<ipmi_sensor></ipmi_sensor>
<delay>30</delay>
<history>90</history>
<trends>365</trends>
<status>0</status>
<data_type>0</data_type>
<units>B</units>
<multiplier>0</multiplier>
<delta>1</delta>
<formula>1</formula>
<lastlogsize>0</lastlogsize>
<logtimefmt></logtimefmt>
<delay_flex></delay_flex>
<authtype>0</authtype>
<username></username>
<password></password>
<publickey></publickey>
<privatekey></privatekey>
<params></params>
<trapper_hosts></trapper_hosts>
<snmp_community>public</snmp_community>
<snmp_oid>ifInOctets.46</snmp_oid>
<snmp_port>161</snmp_port>
<snmpv3_securityname></snmpv3_securityname>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authpassphrase></snmpv3_authpassphrase>
<snmpv3_privpassphrase></snmpv3_privpassphrase>
<applications/>
</item>
May be i'm missing something, so can anyone help me?
Comment