Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
99
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
e5982d94
Commit
e5982d94
authored
4 months ago
by
Adam Wujek
Browse files
Options
Downloads
Patches
Plain Diff
Kconfig: fix indentation (no technical change)
Signed-off-by:
Adam Wujek
<
dev_public@wujek.eu
>
parent
e71bf485
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kconfig
+12
-12
12 additions, 12 deletions
Kconfig
with
12 additions
and
12 deletions
Kconfig
+
12
−
12
View file @
e5982d94
...
...
@@ -987,10 +987,10 @@ config SNMP_SYSTEM_CLOCK_MONITOR_ENABLED
bool "Enable system clock monitor"
default y
help
When set, the local system time is compared to the time
returned by the NTP server (CONFIG_NTP_SERVER). If the difference
of time exceed a given threshold (CONFIG_SNMP_SYSTEM_CLOCK_DRIFT_THOLD)
then an error will be notified to SNMP.
When set, the local system time is compared to the time
returned by the NTP server (CONFIG_NTP_SERVER). If the difference
of time exceed a given threshold (CONFIG_SNMP_SYSTEM_CLOCK_DRIFT_THOLD)
then an error will be notified to SNMP.
config SNMP_SYSTEM_CLOCK_DRIFT_THOLD
depends on SNMP_SYSTEM_CLOCK_MONITOR_ENABLED
...
...
@@ -998,7 +998,7 @@ config SNMP_SYSTEM_CLOCK_DRIFT_THOLD
range 1 65535
default 3
help
Threshold level for the local system clock drift compared to
Threshold level for the local system clock drift compared to
a NTP server. The value is expressed in seconds.
When the threshold exceed, warning is notified by SNMP.
...
...
@@ -1012,15 +1012,15 @@ choice SNMP_SYSTEM_CLOCK_CHECK_INTERVAL_UNIT
(e.g. 40 minutes are not possible to set).
Check cron manual for more details.
config SNMP_SYSTEM_CLOCK_UNIT_MINUTES
bool "Minutes"
config SNMP_SYSTEM_CLOCK_UNIT_MINUTES
bool "Minutes"
config SNMP_SYSTEM_CLOCK_UNIT_HOURS
bool "Hours"
config SNMP_SYSTEM_CLOCK_UNIT_HOURS
bool "Hours"
config SNMP_SYSTEM_CLOCK_UNIT_DAYS
bool "Days"
config SNMP_SYSTEM_CLOCK_UNIT_DAYS
bool "Days"
endchoice
config SNMP_SYSTEM_CLOCK_CHECK_INTERVAL_MINUTES
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment