n3s0 || journal

FortiGate: Configuring Auto-Scripts

Posted on 1 min

Netadmin

Below is the auto script.

config system auto-script
    edit "restart_wad"
        set interval 86400
        set repeat 0
        set start auto
        set script "diagnose test application wad 99"
    next
end