Skip to main content
ychia
Staff
Staff
July 15, 2021

Technical Tip: How to split the inbound and outbound traffic report in Dashboard widget

  • July 15, 2021
  • 0 replies
  • 4272 views

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