Update analytics branding

This commit is contained in:
Bill Nottingham
2021-05-11 15:02:24 -04:00
parent 19d000e97f
commit 8683872927
5 changed files with 35 additions and 35 deletions

View File

@@ -113,7 +113,7 @@ register(
encrypted=False,
read_only=False,
label=_('Red Hat customer username'),
help_text=_('This username is used to send data to Automation Analytics'),
help_text=_('This username is used to send data to Insights for Ansible'),
category=_('System'),
category_slug='system',
)
@@ -126,7 +126,7 @@ register(
encrypted=True,
read_only=False,
label=_('Red Hat customer password'),
help_text=_('This password is used to send data to Automation Analytics'),
help_text=_('This password is used to send data to Insights for Ansible'),
category=_('System'),
category_slug='system',
)
@@ -163,8 +163,8 @@ register(
default='https://example.com',
schemes=('http', 'https'),
allow_plain_hostname=True, # Allow hostname only without TLD.
label=_('Automation Analytics upload URL'),
help_text=_('This setting is used to to configure data collection for the Automation Analytics dashboard'),
label=_('Insights for Ansible upload URL'),
help_text=_('This setting is used to to configure data collection for the Red Hat Insights for Ansible dashboard'),
category=_('System'),
category_slug='system',
)
@@ -265,7 +265,7 @@ register(
'INSIGHTS_TRACKING_STATE',
field_class=fields.BooleanField,
default=False,
label=_('Gather data for Automation Analytics'),
label=_('Gather data for Insights for Ansible'),
help_text=_('Enables the service to gather data on automation and send it to Red Hat Insights.'),
category=_('System'),
category_slug='system',
@@ -636,7 +636,7 @@ register(
register(
'AUTOMATION_ANALYTICS_LAST_GATHER',
field_class=fields.DateTimeField,
label=_('Last gather date for Automation Analytics.'),
label=_('Last gather date for Insights for Ansible.'),
allow_null=True,
category=_('System'),
category_slug='system',
@@ -644,7 +644,7 @@ register(
register(
'AUTOMATION_ANALYTICS_LAST_ENTRIES',
field_class=fields.CharField,
label=_('Last gathered entries for expensive Automation Analytics collectors.'),
label=_('Last gathered entries for expensive Insights for Ansible collectors.'),
default='',
allow_blank=True,
category=_('System'),
@@ -655,7 +655,7 @@ register(
register(
'AUTOMATION_ANALYTICS_GATHER_INTERVAL',
field_class=fields.IntegerField,
label=_('Automation Analytics Gather Interval'),
label=_('Insights for Ansible Gather Interval'),
help_text=_('Interval (in seconds) between data gathering.'),
default=14400, # every 4 hours
min_value=1800, # every 30 minutes