FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
ychia
Staff
Staff
Article Id 195674

Description

 

This article describes the Bandwidth monitor widget as an area graph, it shows cumulative bandwidth usage for inbound traffic and outbound traffic over the selected interface.

 

 

Scope

 

FortiGate.


Solution

 

Via GUI.

Set the widget size to 3x1.

 

1.png

 

2.png

 

Via CLI:

 

 
config system admin

    edit admin
        config gui-dashboard
            edit 1               <----- This should be the Dashboard Status.
                config widget

 

Search for the ID used to monitor the interface port, below is an example of the lab output:

 

                    edit 12

                         set type tr-history
                         set x-pos 11
                         set width 2
                         set height 1
                         set interface "port2"
                             edit <ID>
                                 set width 4
                end
        end
end