Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
This template should be used with high availability cluster configurations.
It is designed for two nodes in an active-passive-configuration.

NOTE: This does not imply any support responsibilities, liabiltiy in
case of this template or devmon causing phsyical, monetary or emotional
damanges, or any other such obligations. It is merely to provide
credit to the original author of the template.

Empty file.
13 changes: 13 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/cpu/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
System description of active Node:
{sysDescr}

NIOS Version:
{niosVersion}

CPU Load:
{CPUTotal5Min}


<!--
<br>CPU 5 Load: {CPUTotal5Min}
-->
3 changes: 3 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/cpu/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sysDescr : .1.3.6.1.2.1.1.1.0 : leaf
niosVersion: .1.3.6.1.4.1.7779.3.1.1.2.1.7.0 : leaf
CPUTotal5Min : .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.1.43 : leaf
Empty file.
Empty file.
Empty file.
34 changes: 34 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/dhcp4_stats/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
DHCP Stats (total):

<table>
<tr>
<td>Statistic</td><td>Count</td>
</tr>
<tr>
<td>Discovers</td><td>{ibDhcpTotalNoOfDiscovers}</td>
</tr>
<tr>
<td>Requests</td><td>{ibDhcpTotalNoOfRequests}</td>
</tr>
<tr>
<td>Releases</td><td>{ibDhcpTotalNoOfReleases}</td>
</tr>
<tr>
<td>Offers</td><td>{ibDhcpTotalNoOfOffers}</td>
</tr>
<tr>
<td>Acks</td><td>{ibDhcpTotalNoOfAcks}</td>
</tr>
<tr>
<td>Nacks</td><td>{ibDhcpTotalNoOfNacks}</td>
</tr>
<tr>
<td>Declines</td><td>{ibDhcpTotalNoOfDeclines}</td>
</tr>
<tr>
<td>Informs</td><td>{ibDhcpTotalNoOfInforms}</td>
</tr>
<tr>
<td>Others</td><td>{ibDhcpTotalNoOfOthers}</td>
</tr>
</table>
9 changes: 9 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/dhcp4_stats/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ibDhcpTotalNoOfDiscovers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.1.0 : leaf
ibDhcpTotalNoOfRequests : .1.3.6.1.4.1.7779.3.1.1.4.1.3.2.0 : leaf
ibDhcpTotalNoOfReleases : .1.3.6.1.4.1.7779.3.1.1.4.1.3.3.0 : leaf
ibDhcpTotalNoOfOffers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.3.0 : leaf
ibDhcpTotalNoOfAcks : .1.3.6.1.4.1.7779.3.1.1.4.1.3.5.0 : leaf
ibDhcpTotalNoOfNacks : .1.3.6.1.4.1.7779.3.1.1.4.1.3.6.0 : leaf
ibDhcpTotalNoOfDeclines : .1.3.6.1.4.1.7779.3.1.1.4.1.3.7.0 : leaf
ibDhcpTotalNoOfInforms : .1.3.6.1.4.1.7779.3.1.1.4.1.3.8.0 : leaf
ibDhcpTotalNoOfOthers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.9.0 : leaf
Empty file.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# no alarms set
ibBindZoneName: noalarm : .*
17 changes: 17 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/dns_stats/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<table>
<tr>
<td>DNS Stats (overall)</td><td></td>
</tr>
<tr>
<td>hit ratio</td><td>{ibDnsHitRatio}%</td>
</tr>
<tr>
<td>query rate</td><td>{ibDnsQueryRate} / second</td>
</tr>
</table>

DNS zone stats (since DNS sevice started):

TABLE: noalarmsmsg
Zone|successful responses|referrals|query received for non-existent record|query received for non-existent domain|received using recursion|Failed queries
{ibBindZoneName}|{ibBindZoneSuccess}|{ibBindZoneReferral}|{ibBindZoneNxRRset}|{ibBindZoneNxDomain}|{ibBindZoneRecursion}|{ibBindZoneFailure}
25 changes: 25 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/dns_stats/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# zone stats:
# DNS Zone name. The first one is global summary statistics. Index name for global statistics is 'summary'. All zones live in the default view.
ibBindZoneName : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.1 : branch

# Number of Successful responses since DNS process started:
ibBindZoneSuccess : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.2 : branch

# Number of DNS referrals since DNS process started:
ibBindZoneReferral : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.3 : branch

# Number of DNS query received for non-existent record:
ibBindZoneNxRRset : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.4 : branch

# Number of DNS query received for non-existent domain:
ibBindZoneNxDomain : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.5 : branch

# Number of Queries received using recursion since DNS process started:
ibBindZoneRecursion : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.6 : branch

# Number of Failed queries since DNS process started:
ibBindZoneFailure : .1.3.6.1.4.1.7779.3.1.1.3.1.1.1.7 : branch

# misc stats:
ibDnsHitRatio : .1.3.6.1.4.1.7779.3.1.1.3.1.5.0 : leaf
ibDnsQueryRate : .1.3.6.1.4.1.7779.3.1.1.3.1.6.0 : leaf
Empty file.
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/ha/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
HA State: {ibHAStatus} {ibHAStatus.color}
Replication State: {ibGridReplicationState} {ibGridReplicationState.color}
2 changes: 2 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/ha/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ibHAStatus : .1.3.6.1.4.1.7779.3.1.1.2.1.13.0 : leaf
ibGridReplicationState : .1.3.6.1.4.1.7779.3.1.1.2.1.16.0 : leaf
20 changes: 20 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/ha/thresholds
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Status values are provided with strings. There was no hint in the documentation about the different values that may occur. So the values for yellow and red are predicted from the IB-TRAP-MIB file (can be downloaded using the NIOS GUI):
# IbState ::= TEXTUAL-CONVENTION
# STATUS current
# DESCRIPTION "It defines the state for infoblox One products."
# SYNTAX INTEGER {
# ...
# ha-active (1), -- high availability ACTIVE
# ha-passive (2), -- high availability PASSIVE
# ha-initial (3), -- high availability INITIAL
# ...
# ha-replication-online (13), -- ha replication is online
# ha-replication-offline (14), -- ha replication is offline
#
# # The textual representation from the OIDs starts with capital letters, so better check uppercase and lowercase (for all eventualities, who knows...):

ibHAStatus : green : (A|a)ctive
ibHAStatus : yellow : (I|i)nitial
ibHAStatus : red : (P|p)assive
ibGridReplicationState : green : (O|o)nline
ibGridReplicationState : red : (O|o)ffline
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ibNodeServiceNameText : alarm : node-status|disk-usage|enet-lan|enet-lan2|enet-ha|enet-mgmt|memory|replication|db-object|fan1|fan2|fan3|fan4|fan5|fan6|power-supply1|power-supply2|ntp-sync|cpu1-temp|sys-temp|cpu-usage|reporting|swap-usage

# Status unknown / inactive:
ibNodeServiceNameText : ignore : lcd|cpu2-temp|raid-.*|fan7|fan8|mgm-service|subgrid-conn|subgrid-conn|dns-cache-acceleration|discovery-.*|cloud-api|network-capacity|bgp|ospf.*|threat-.*|taxii|bfd

ibPassiveNodeServiceNameText : alarm : node-status|disk-usage|enet-lan|enet-lan2|enet-ha|enet-mgmt|memory|replication|db-object|fan1|fan2|fan3|fan4|fan5|fan6|power-supply1|power-supply2|ntp-sync|cpu1-temp|sys-temp|cpu-usage|reporting|swap-usage

# Status unknown / inactive:
ibPassiveNodeServiceNameText : ignore : lcd|cpu2-temp|raid-.*|fan7|fan8|mgm-service|subgrid-conn|subgrid-conn|dns-cache-acceleration|discovery-.*|cloud-api|network-capacity|bgp|ospf.*|threat-.*|taxii|bfd
10 changes: 10 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/hardware/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
ACTIVE NODE:

TABLE:
Name|Status|Info
{ibNodeServiceNameText}|{ibNodeServiceStatusText} {ibNodeServiceNameText.color}|{ibNodeServiceDesc}

PASSIVE NODE:
TABLE:
Name|Status|Info
{ibPassiveNodeServiceNameText}|{ibPassiveNodeServiceStatusText} {ibPassiveNodeServiceStatusText.color}|{ibPassiveNodeServiceDesc}
9 changes: 9 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/hardware/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#ibNodeServiceTable : .1.3.6.1.4.1.7779.3.1.1.2.1.10 : branch

ibNodeServiceName : .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.1 : branch
ibNodeServiceStatus : .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.2 : branch
ibNodeServiceDesc : .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.3 : branch

ibPassiveNodeServiceName: .1.3.6.1.4.1.7779.3.1.1.2.1.11.1.1 : branch
ibPassiveNodeServiceStatus: .1.3.6.1.4.1.7779.3.1.1.2.1.11.1.2 : branch
ibPassiveNodeServiceDesc: .1.3.6.1.4.1.7779.3.1.1.2.1.11.1.3 : branch
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
ibNodeServiceStatusText : green : working
ibNodeServiceStatusText : yellow : warning|unknown
ibNodeServiceStatusText : red : failed|inactive


ibPassiveNodeServiceStatusText : green : working
ibPassiveNodeServiceStatusText : yellow : warning|unknown
ibPassiveNodeServiceStatusText : red : failed|inactive
10 changes: 10 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/hardware/transforms
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Mapping taken from IB-PLATFORMONE-MIB.txt (IbServiceNames)

ibNodeServiceNameText : SWITCH : {ibNodeServiceName} 1=dhcp,2=dns,3=ntp,4=tftp,5=http-file-dist,6=ftp,7=bloxtools-move,8=bloxtools,9=node-status,10=disk-usage,11=enet-lan,12=enet-lan2,13=enet-ha,14=enet-mgmt,15=lcd,16=memory,17=replication,18=db-object,19=raid-summary,20=raid-disk1,21=raid-disk2,22=raid-disk3,23=raid-disk4,24=raid-disk5,25=raid-disk6,26=raid-disk7,27=raid-disk8,28=fan1,29=fan2,30=fan3,31=fan4,32=fan5,33=fan6,34=fan7,35=fan8,36=power-supply1,37=power-supply2,38=ntp-sync,39=cpu1-temp,40=cpu2-temp,41=sys-temp,42=raid-battery,43=cpu-usage,44=ospf,45=bgp,46=mgm-service,47=subgrid-conn,48=network-capacity,49=reporting,50=dns-cache-acceleration,51=ospf6,52=swap-usage,53=discovery-consolidator,54=discovery-collector,55=discovery-capacity,56=threat-protection,57=cloud-api,58=threat-analytics,59=taxii,60=bfd,61=outbound

ibNodeServiceStatusText : SWITCH : {ibNodeServiceStatus} 1=working,2=warning,3=failed,4=inactive,5=unknown


ibPassiveNodeServiceNameText : SWITCH : {ibPassiveNodeServiceName} 1=dhcp,2=dns,3=ntp,4=tftp,5=http-file-dist,6=ftp,7=bloxtools-move,8=bloxtools,9=node-status,10=disk-usage,11=enet-lan,12=enet-lan2,13=enet-ha,14=enet-mgmt,15=lcd,16=memory,17=replication,18=db-object,19=raid-summary,20=raid-disk1,21=raid-disk2,22=raid-disk3,23=raid-disk4,24=raid-disk5,25=raid-disk6,26=raid-disk7,27=raid-disk8,28=fan1,29=fan2,30=fan3,31=fan4,32=fan5,33=fan6,34=fan7,35=fan8,36=power-supply1,37=power-supply2,38=ntp-sync,39=cpu1-temp,40=cpu2-temp,41=sys-temp,42=raid-battery,43=cpu-usage,44=ospf,45=bgp,46=mgm-service,47=subgrid-conn,48=network-capacity,49=reporting,50=dns-cache-acceleration,51=ospf6,52=swap-usage,53=discovery-consolidator,54=discovery-collector,55=discovery-capacity,56=threat-protection,57=cloud-api,58=threat-analytics,59=taxii,60=bfd,61=outbound

ibPassiveNodeServiceStatusText : SWITCH : {ibNodeServiceStatus} 1=working,2=warning,3=failed,4=inactive,5=unknown
Empty file.
12 changes: 12 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/network/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
One-Second-Loads:

TABLE:
NIC|RxBits|RxPackets|TxBits|TcPackets|DropBits|DropPackets
{ibSnicName1Text}|{ibSnicRxBits1}|{ibSnicRxPackets1}|{ibSnicTxBits1}|{ibSnicTxPackets1}|{ibSnicDropBits1}|{ibSnicDropPackets1}


Five-Second-Loads:

TABLE:
NIC|RxBits|RxPackets|TxBits|TcPackets|DropBits|DropPackets
{ibSnicName5Text}|{ibSnicRxBits5}|{ibSnicRxPackets5}|{ibSnicTxBits5}|{ibSnicTxPackets5}|{ibSnicDropBits5}|{ibSnicDropPackets5}
17 changes: 17 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/network/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# One second load of Smart NICs:
ibSnicName1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.1 : branch
ibSnicRxBits1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.2 : branch
ibSnicRxPackets1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.3 : branch
ibSnicTxBits1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.4 : branch
ibSnicTxPackets1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.5 : branch
ibSnicDropBits1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.6 : branch
ibSnicDropPackets1 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.1.1.6 : branch

# Five second load of Smart NICs:
ibSnicName5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.1 : branch
ibSnicRxBits5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.2 : branch
ibSnicRxPackets5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.3 : branch
ibSnicTxBits5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.4 : branch
ibSnicTxPackets5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.5 : branch
ibSnicDropBits5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.6 : branch
ibSnicDropPackets5 : .1.3.6.1.4.1.7779.3.1.1.2.1.8.4.2.1.6 : branch
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OID Description: IbSnicNames (INTEGER) {lan1 (1),lan2 (2),ha (3)}
ibSnicName1Text : SWITCH : {ibSnicName1} 1=lan1,2=lan2,3=ha
ibSnicName5Text : SWITCH : {ibSnicName5} 1=lan1,2=lan2,3=ha
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TABLE:
Node|Replication Status|Queue From Master|Last Replication From Master|Queue To Master|Last Replication To Master
{ibNodeIPAddress}|{ibNodeReplicationStatus.color} {ibNodeReplicationStatus}|{ibNodeQueueFromMaster}|{ibNodeLastRepTimeFromMaster}|{ibNodeQueueToMaster}|{ibNodeLastRepTimeToMaster}
6 changes: 6 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/replication/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ibNodeIPAddress : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.1 : branch
ibNodeReplicationStatus : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.2 : branch
ibNodeQueueFromMaster : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.3 : branch
ibNodeLastRepTimeFromMaster : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.4 : branch
ibNodeQueueToMaster : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.5 : branch
ibNodeLastRepTimeToMaster : .1.3.6.1.4.1.7779.3.1.1.2.1.2.1.6 : branch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Status values are provided with strings. There was no hint in the documentation about the different values that may occur. So the values for yellow and red are predicted from the IB-TRAP-MIB file (can be downloaded using the NIOS GUI):
# IbState ::= TEXTUAL-CONVENTION
# STATUS current
# DESCRIPTION "It defines the state for infoblox One products."
# SYNTAX INTEGER {
# ...
# ha-replication-online (13), -- ha replication is online
# ha-replication-offline (14), -- ha replication is offline
# ...
#
# The textual representation from the OIDs starts with capital letters, so better check uppercase and lowercase (for all eventualities, who knows...):

ibNodeReplicationStatus : green : (O|o)nline
ibNodeReplicationStatus : red : (O|o)ffline
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# running services
ibServiceDesc : alarm : DHCP.+|DNS.+|NTP.+

# disabled services:
ibServiceDesc : ignore : .*TFTP Service.*|.*HTTP File Dist.*|.*FTP Service.*|CPU: .* Memory: .*, Hard Disk:.*
3 changes: 3 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/service/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TABLE:
Service|Status
{ibServiceDesc}|{ibServiceStatusText.color}
3 changes: 3 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/service/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ibServiceName : .1.3.6.1.4.1.7779.3.1.1.2.1.9.1.1 : branch
ibServiceStatus : .1.3.6.1.4.1.7779.3.1.1.2.1.9.1.2 : branch
ibServiceDesc : .1.3.6.1.4.1.7779.3.1.1.2.1.9.1.3 : branch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 1=working,2=warning,3=failed,4=inactive,5=unknown

ibServiceStatusText : green : working
ibServiceStatusText : yellow : warning|unknown
ibServiceStatusText : red : inactive|failed
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OID description: IbServiceStates (INTEGER) {working (1),warning (2),failed (3),inactive (4),unknown (5)}

ibServiceStatusText : SWITCH : {ibServiceStatus} 1=working,2=warning,3=failed,4=inactive,5=unknown
4 changes: 4 additions & 0 deletions templates/infoblox-trinzic-v1415-nios-8.4-ha/specs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
vendor : Infoblox
model : Trinzic V1415 Appliance HA
snmpver : 2c
sysdesc : .*IB Trinzic V1415 NIOS 8.4 HA.+
Empty file.
13 changes: 13 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/cpu/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
System description of active Node:
{sysDescr}

NIOS Version:
{niosVersion}

CPU Load:
{CPUTotal5Min}


<!--
<br>CPU 5 Load: {CPUTotal5Min}
-->
3 changes: 3 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/cpu/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
sysDescr : .1.3.6.1.2.1.1.1.0 : leaf
niosVersion: .1.3.6.1.4.1.7779.3.1.1.2.1.7.0 : leaf
CPUTotal5Min : .1.3.6.1.4.1.7779.3.1.1.2.1.10.1.1.43 : leaf
Empty file.
Empty file.
Empty file.
34 changes: 34 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/dhcp4_stats/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
DHCP Stats (total):

<table class='stats-table'>
<tr>
<td>Statistic</td><td>Count</td>
</tr>
<tr>
<td>Discovers</td><td>{ibDhcpTotalNoOfDiscovers}</td>
</tr>
<tr>
<td>Requests</td><td>{ibDhcpTotalNoOfRequests}</td>
</tr>
<tr>
<td>Releases</td><td>{ibDhcpTotalNoOfReleases}</td>
</tr>
<tr>
<td>Offers</td><td>{ibDhcpTotalNoOfOffers}</td>
</tr>
<tr>
<td>Acks</td><td>{ibDhcpTotalNoOfAcks}</td>
</tr>
<tr>
<td>Nacks</td><td>{ibDhcpTotalNoOfNacks}</td>
</tr>
<tr>
<td>Declines</td><td>{ibDhcpTotalNoOfDeclines}</td>
</tr>
<tr>
<td>Informs</td><td>{ibDhcpTotalNoOfInforms}</td>
</tr>
<tr>
<td>Others</td><td>{ibDhcpTotalNoOfOthers}</td>
</tr>
</table>
9 changes: 9 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/dhcp4_stats/oids
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ibDhcpTotalNoOfDiscovers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.1.0 : leaf
ibDhcpTotalNoOfRequests : .1.3.6.1.4.1.7779.3.1.1.4.1.3.2.0 : leaf
ibDhcpTotalNoOfReleases : .1.3.6.1.4.1.7779.3.1.1.4.1.3.3.0 : leaf
ibDhcpTotalNoOfOffers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.3.0 : leaf
ibDhcpTotalNoOfAcks : .1.3.6.1.4.1.7779.3.1.1.4.1.3.5.0 : leaf
ibDhcpTotalNoOfNacks : .1.3.6.1.4.1.7779.3.1.1.4.1.3.6.0 : leaf
ibDhcpTotalNoOfDeclines : .1.3.6.1.4.1.7779.3.1.1.4.1.3.7.0 : leaf
ibDhcpTotalNoOfInforms : .1.3.6.1.4.1.7779.3.1.1.4.1.3.8.0 : leaf
ibDhcpTotalNoOfOthers : .1.3.6.1.4.1.7779.3.1.1.4.1.3.9.0 : leaf
Empty file.
Empty file.
2 changes: 2 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/dns_stats/exceptions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# no alarms set
ibBindZoneName: noalarm : .*
17 changes: 17 additions & 0 deletions templates/infoblox-trinzic-v815-nios-8.4/dns_stats/message
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<table>
<tr>
<td>DNS Stats (overall)</td><td></td>
</tr>
<tr>
<td>hit ratio</td><td>{ibDnsHitRatio}%</td>
</tr>
<tr>
<td>query rate</td><td>{ibDnsQueryRate} / second</td>
</tr>
</table>

DNS zone stats (since DNS sevice started):

TABLE: noalarmsmsg
Zone|successful responses|referrals|query received for non-existent record|query received for non-existent domain|received using recursion|Failed queries
{ibBindZoneName}|{ibBindZoneSuccess}|{ibBindZoneReferral}|{ibBindZoneNxRRset}|{ibBindZoneNxDomain}|{ibBindZoneRecursion}|{ibBindZoneFailure}
Loading