Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: components/policy/resources/policy_templates.json

Issue 2135243002: Changed 'heartbeat' in policy json file to 'monitoring network packets' and tweaked descriptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changed 'heartbeat' in policy json file to 'monitoring network packets' and tweaked descriptions. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/resources/policy_templates.json
diff --git a/components/policy/resources/policy_templates.json b/components/policy/resources/policy_templates.json
index 177040f1c64a39a8775efbcbb5b09639d9f32653..00ccceef58b0c3c60250fe2a37a7bf614e56c85f 100644
--- a/components/policy/resources/policy_templates.json
+++ b/components/policy/resources/policy_templates.json
@@ -4859,13 +4859,13 @@
},
'example_value': False,
'id': 293,
- 'caption': '''Send monitoring heartbeats to the management server''',
+ 'caption': '''Send network packets to the management server to monitor online status''',
'tags': ['admin-sharing'],
- 'desc': '''Send monitoring heartbeats to the management server, to allow
+ 'desc': '''Send network packets to the management server to monitor online status, to allow
the server to detect if the device is offline.
- If this policy is set to true, monitoring heartbeats will be sent. If set
- to false or unset, then no heartbeats will be sent.''',
+ If this policy is set to true, monitoring network packets (so-called <ph name="HEARTBEATS_TERM">heartbeats</ph>) will be sent.
+ If set to false or unset, no packets will be sent.''',
},
{
'name': 'HeartbeatFrequency',
@@ -4878,9 +4878,9 @@
},
'example_value': 180000,
'id': 294,
- 'caption': '''Frequency of monitoring heartbeats''',
+ 'caption': '''Frequency of monitoring network packets''',
'tags': [],
- 'desc': '''How frequently monitoring heartbeats are sent, in milliseconds.
+ 'desc': '''How frequently monitoring network packets are sent, in milliseconds.
If this policy is unset, the default frequency is 3 minutes. The minimum
frequency is 30 seconds and the maximum frequency is 24 hours - values
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698