FortiWeb
A FortiWeb can be configured to join a Security Fabric through the root or downstream FortiGate.
scheehan_FTNT
Article Id 196402

Description
This article describes how to utilize SNMP OID to monitor 'Concurrent Connection' and 'Total Concurrent Connection'.

Related link.
 https://docs.fortinet.com/document/fortiweb/6.3.2/administration-guide/115342/snmp-traps-queries
Solution
By configuring SNMP poller with below SNMP OID, 'Total Concurrent Connection' and 'Concurrent Connection' statistics information will be get.

- Concurrent Connection(fwTotalConnectNumberPerSecond): 'Total Concurrent Connection'.

<fwTotalConnectNumberPerSecond full=".iso.org.dod.internet.private.enterprises.fortinet.fnFortiWebMib.fwProxy.fwTotalConnectNumberPerSecond" oid=".1.3.6.1.4.1.12356.107.3.8" type="COUNTER32" access="read-only" indexes="" desc="Total connect number/Second">
</fwTotalConnectNumberPerSecond>
</root>

- Total Concurrent Connection(fwTotalConnectNumber): 'Concurrent Connection'.

<fwTotalConnectNumber full=".iso.org.dod.internet.private.enterprises.fortinet.fnFortiWebMib.fwProxy.fwTotalConnectNumber" oid=".1.3.6.1.4.1.12356.107.3.7" type="COUNTER32" access="read-only" indexes="" desc="Total connnect number">
</fwTotalConnectNumber>
</root>

Related Articles

Technical Note: Troubleshooting SNMP communication issues

Contributors