[ZBX-15158] different custom name "Template App Zabbix Server: Zabbix cache usage, % free" Created: 2018 Nov 13  Updated: 2018 Dec 02  Resolved: 2018 Dec 02

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Templates (T)
Affects Version/s: 4.0.1
Fix Version/s: 4.0.3rc1, 4.2.0alpha1, 4.2 (plan)

Type: Problem report Priority: Trivial
Reporter: Hayato Watanabe Assignee: Alex Kalimulin
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Screen Shot 2018-11-13 at 19.05.41.png    
Issue Links:
Causes
caused by ZBXNEXT-4757 Default dashboards for 4.0 Closed
Team: Team A
Sprint: Sprint 46, Nov 2018
Story Points: 0.25

 Description   

Custom graph name and list are different on version 4.0.

Earlier versions were all "% free".



 Comments   
Comment by Vladislavs Sokurenko [ 2018 Nov 13 ]

Looks like the change was implemented in ZBXNEXT-4757

Comment by Vladislavs Sokurenko [ 2018 Nov 13 ]

I believe those are the required changes.

Index: templates/classic/template_app_zabbix_proxy.xml
===================================================================
--- templates/classic/template_app_zabbix_proxy.xml	(revision 86796)
+++ templates/classic/template_app_zabbix_proxy.xml	(working copy)
@@ -1980,7 +1980,7 @@
                             <dynamic>0</dynamic>
                             <sort_triggers>0</sort_triggers>
                             <resource>
-                                <name>Zabbix cache usage, % free</name>
+                                <name>Zabbix cache usage, % used</name>
                                 <host>Template App Zabbix Proxy</host>
                             </resource>
                             <max_columns>3</max_columns>
@@ -2363,7 +2363,7 @@
     </triggers>
     <graphs>
         <graph>
-            <name>Zabbix cache usage, % free</name>
+            <name>Zabbix cache usage, % used</name>
             <width>900</width>
             <height>200</height>
             <yaxismin>0.0000</yaxismin>
Index: templates/classic/template_app_zabbix_server.xml
===================================================================
--- templates/classic/template_app_zabbix_server.xml	(revision 86796)
+++ templates/classic/template_app_zabbix_server.xml	(working copy)
@@ -2641,7 +2641,7 @@
                             <dynamic>0</dynamic>
                             <sort_triggers>0</sort_triggers>
                             <resource>
-                                <name>Zabbix cache usage, % free</name>
+                                <name>Zabbix cache usage, % used</name>
                                 <host>Template App Zabbix Server</host>
                             </resource>
                             <max_columns>3</max_columns>
@@ -3240,7 +3240,7 @@
             </graph_items>
         </graph>
         <graph>
-            <name>Zabbix cache usage, % free</name>
+            <name>Zabbix cache usage, % used</name>
             <width>900</width>
             <height>200</height>
             <yaxismin>0.0000</yaxismin>

Comment by Oleksii Zagorskyi [ 2018 Nov 13 ]

A set of items to monitor caches, changed to use "pused" instead of "pfree" parameters in item key.
I don't think there was a reason for that change. Probably it's a regression.

Comment by Vladislavs Sokurenko [ 2018 Nov 13 ]

It was a planned change to replace existing items, see ZBXNEXT-4757

Comment by richlv [ 2018 Nov 13 ]

ZBXNEXT-4757 does not seem to mention any intent to make such a change.

vso please see template changes, they do mention

Comment by Glebs Ivanovskis [ 2018 Nov 13 ]

Funny. Why was only server's template changed or why isn't proxy's template mentioned in the docs?

vso looks like a mistake.

Comment by Alex Kalimulin [ 2018 Nov 27 ]

Fixed in:

  • pre-4.0.3rc1 r87284
  • pre-4.2.0alpha1 r87286
Comment by Vladislavs Sokurenko [ 2018 Nov 27 ]

(2) [D] Proxy's template is not mentioned in the docs

Kalimulin This page https://www.zabbix.com/documentation/current/manual/installation/template_changes

needs to be updated by adding a new section for Zabbix proxy template with the same information as in Template Server, but referring to Template App Zabbix Proxy.

martins-v Thanks, RESOLVED

Kalimulin CLOSED thank you!

Generated at Thu Mar 28 14:50:33 EET 2024 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.