{% extends 'base.html' %}
{% load ui_extras %}
{% load inventory_extras %}
{% block content %}
{{ configuration }}
{% if show_events_link %}
{% url 'munki:configuration_events' object.pk as url %}
{% button 'EVENTS' url %}
{% endif %}
Configuration
{% if perms.munki.change_configuration %}
{% url 'munki:update_configuration' object.pk as url %}
{% button 'UPDATE' url "Edit Configuration" %}
{% endif %}
| Attribute |
Value |
| Name |
{{ object.name }} |
| Description |
{{ object.description|default:"-"|linebreaksbr }} |
| Inventory apps full information shard |
{{ object.inventory_apps_full_info_shard }}% |
| Principal user detection source{{ object.principal_user_detection_sources|length|pluralize }} |
{{ principal_user_detection_sources|default:"-" }} |
| Principal user detection domain{{ object.principal_user_detection_domains|length|pluralize }} |
{{ object.principal_user_detection_domains|join:", "|default:"-" }} |
| Collected condition key{{ object.collected_condition_keys|length|pluralize }} |
{{ object.collected_condition_keys|join:", "|default:"-" }} |
| Managed installs sync interval |
{{ object.managed_installs_sync_interval_days }} day{{ object.managed_installs_sync_interval_days|pluralize }} |
| Script checks run interval |
{{ object.script_checks_run_interval_seconds }} seconds |
| Auto reinstall incidents |
{{ object.auto_reinstall_incidents|yesno }} |
| Auto failed install incidents |
{{ object.auto_failed_install_incidents|yesno }} |
{% created_updated_at object %}
{% if perms.munki.view_enrollment %}
Enrollment{{ enrollment_count|pluralize }} ({{ enrollment_count }})
{% if perms.munki.add_enrollment %}
{% url 'munki:create_enrollment' object.id as url %}
{% button 'CREATE' url "Create new Enrollment" %}
{% endif %}
{% if enrollments %}