Skip to content

Commit

Permalink
Merge pull request #25 from midereli/master
Browse files Browse the repository at this point in the history
 added server/client side conns and a graph for F5 template
  • Loading branch information
kporembinski authored Feb 8, 2019
2 parents de1327b + 068fa0f commit 47187f4
Showing 1 changed file with 130 additions and 0 deletions.
130 changes: 130 additions & 0 deletions templates/Template Device BigIP F5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,49 @@ received.</description>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Client side connections</name>
<type>4</type>
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
<multiplier>0</multiplier>
<snmp_oid>.1.3.6.1.4.1.3375.2.1.1.2.1.8.0</snmp_oid>
<key>sysStatClientCurConns</key>
<delay>30</delay>
<history>90</history>
<trends>365</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Network</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>TMM Memory Total</name>
<type>4</type>
Expand Down Expand Up @@ -1374,6 +1417,49 @@ received.</description>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>Server side connections</name>
<type>4</type>
<snmp_community>{$SNMP_COMMUNITY}</snmp_community>
<multiplier>0</multiplier>
<snmp_oid>.1.3.6.1.4.1.3375.2.1.1.2.1.15.0</snmp_oid>
<key>sysStatServerCurConns</key>
<delay>30</delay>
<history>90</history>
<trends>365</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<delta>0</delta>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<formula>1</formula>
<delay_flex/>
<params/>
<ipmi_sensor/>
<data_type>0</data_type>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description/>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>Network</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
</item>
<item>
<name>sysUpTime</name>
Expand Down Expand Up @@ -2930,6 +3016,50 @@ received.</description>
</graph_item>
</graph_items>
</graph>
<graph>
<name>Current connections</name>
<width>900</width>
<height>200</height>
<yaxismin>0.0000</yaxismin>
<yaxismax>100.0000</yaxismax>
<show_work_period>1</show_work_period>
<show_triggers>1</show_triggers>
<type>0</type>
<show_legend>1</show_legend>
<show_3d>0</show_3d>
<percent_left>0.0000</percent_left>
<percent_right>0.0000</percent_right>
<ymin_type_1>0</ymin_type_1>
<ymax_type_1>0</ymax_type_1>
<ymin_item_1>0</ymin_item_1>
<ymax_item_1>0</ymax_item_1>
<graph_items>
<graph_item>
<sortorder>0</sortorder>
<drawtype>0</drawtype>
<color>1A7C11</color>
<yaxisside>0</yaxisside>
<calc_fnc>2</calc_fnc>
<type>0</type>
<item>
<host>Template Device BigIP F5</host>
<key>sysStatClientCurConns</key>
</item>
</graph_item>
<graph_item>
<sortorder>1</sortorder>
<drawtype>0</drawtype>
<color>F63100</color>
<yaxisside>0</yaxisside>
<calc_fnc>2</calc_fnc>
<type>0</type>
<item>
<host>Template Device BigIP F5</host>
<key>sysStatServerCurConns</key>
</item>
</graph_item>
</graph_items>
</graph>
<graph>
<name>Fan speed</name>
<width>900</width>
Expand Down

0 comments on commit 47187f4

Please sign in to comment.