Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-3997

Add option to globally hide details in frontend

XMLWordPrintable

    • Icon: Change Request Change Request
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • None
    • Frontend (F)
    • None

      Dear Developers,

      By reason of "sensitive" information in a few item keys, we need to disallow "Show details" in Zabbix frontend in all sections like Latest Data, Triggers, Problems,.... It will be nice to have some configuration option for this, rather than manual frontend patching.

      Currently it is needed to patch following frontend files:
      Comment in latest.php:

      'show_details' =>		[T_ZBX_INT, O_OPT, null,	IN('0,1'),	null],
      

      Comment in tr_status.php:

      'show_details' =>		[T_ZBX_INT, O_OPT, null,	null,		null],
      

      Change in app/views/monitoring.problem.view.php from:

      'details' => $data['filter']['details']
      

      to:

      'details' => 0
      

      Thanks!

            Unassigned Unassigned
            igm Igors Makejevs (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: