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.
tonylin1
Staff
Staff
Article Id 387841
Description This article describes how to recover the add monitor button on the GUI Dashboard.
Scope FortiOS v7.2 and before.
Solution
  1. Normally, there is an add button to add a monitor on the GUI -> Dashboard.

    normal.png                                                      
  2. If the user removes all the monitors on the GUI, the add monitor button will disappear.

    remove all monitor.png                                                    
  3. Setting up the Dashboard from the CLI can recover the add monitor button.

 

config system admin
    edit "admin"
        config gui-dashboard
            edit 27
                set name "test"
                set vdom "root"
                set layout-type standalone
                    config widget
                        edit 1
                            set type fortiview
                            set width 1
                            set height 1
                            set fortiview-type "soruceInterface"
                            set fortiview-sort-by "bytes"
                            set fortiview-timeframe "hour"
                        next
                    end
    next

end

 

able to add monitor from button.png

 

  1. There is no issue after firmware v7.4.x.

     

截圖 2025-04-16 下午5.04.03.png