Set PTP Monitor period to 5 minutes
The collectd PTP monitor plugin development left the audit period at 1 minute. The PTP monitoring design called for a 5 minute audit period. Change-Id: I7eb6af6f88934028e2fb91c9655ee2db1143dc64 Closes-Bug: 1836392 Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
97f7cb4a58
commit
2c47014484
@ -51,7 +51,7 @@ PLUGIN = 'ptp plugin'
|
||||
PTP = 'Precision Time Protocol (PTP)'
|
||||
|
||||
# Interface Monitoring Interval in seconds
|
||||
PLUGIN_AUDIT_INTERVAL = 60
|
||||
PLUGIN_AUDIT_INTERVAL = 300
|
||||
|
||||
# Sample Data 'type' and 'instance' database field values.
|
||||
PLUGIN_TYPE = 'time_offset'
|
||||
|
Loading…
x
Reference in New Issue
Block a user