config system : config system snmp threshold
 
config system snmp threshold
Use this command to manage SNMP thresholds.
Before you begin:
You must have read-write permission for system settings.
Syntax
config system snmp threshold
set cpu {<value> <value> <value> <value>}
set logdisk {<value> <value> <value> <value>}
set mem {<value> <value> <value> <value>}
end
cpu
The command takes 4 values:
Trigger—The default is 80% utilization.
Threshold—The default is 3, meaning the event is reported when the condition has been triggered 3 times in a short period.
Sample Period—The default is 600 seconds.
Sample Frequency—The default is 30 seconds.
logdisk
The command takes 4 values:
Trigger—The default is 90% utilization.
Threshold—The default is 1, meaning the event is reported each time the condition is triggered.
Sample Period—The default is 7200 seconds.
Sample Frequency—The default is 3600 seconds.
mem
The command takes 4 values:
Trigger—The default is 80% utilization.
Threshold—The default is 3, meaning the event is reported when the condition has been triggered 3 times in a short period.
Sample Period—The default is 600 seconds.
Sample Frequency—The default is 30 seconds.
Example
FortiADC-VM # get system snmp threshold
cpu : 80 3 600 30
mem : 80 3 600 30
logdisk : 90 1 7200 3600
 
FortiADC-VM # config system snmp threshold
FortiADC-VM (threshold) # set logdisk 50 1 7200 3600
FortiADC-VM (threshold) # end
 
FortiADC-VM # get system snmp threshold
cpu : 80 3 600 30
mem : 80 3 600 30
logdisk : 50 1 7200 3600