Set min backup size to 0 in template

tags/zabbix-agent-addons-0.2.103-1
Daniel Berteaud 5 years ago
parent 7a02253d56
commit d6e5240cf7
  1. 48
      zabbix_templates/Template_App_BackupPC.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<zabbix_export> <zabbix_export>
<version>4.4</version> <version>4.4</version>
<date>2019-12-13T17:29:51Z</date> <date>2019-12-15T18:12:47Z</date>
<groups> <groups>
<group> <group>
<name>Templates</name> <name>Templates</name>
@ -231,6 +231,7 @@
<graph_prototypes> <graph_prototypes>
<graph_prototype> <graph_prototype>
<name>BackupPC: Entity {#BPC_ENTITY}: Compression ratio and perf</name> <name>BackupPC: Entity {#BPC_ENTITY}: Compression ratio and perf</name>
<ymin_type_1>FIXED</ymin_type_1>
<graph_items> <graph_items>
<graph_item> <graph_item>
<drawtype>GRADIENT_LINE</drawtype> <drawtype>GRADIENT_LINE</drawtype>
@ -645,28 +646,8 @@
</trigger_prototypes> </trigger_prototypes>
<graph_prototypes> <graph_prototypes>
<graph_prototype> <graph_prototype>
<name>BackupPC: Host {#BPCHOST}: Full / History sizes</name> <name>BackupPC: Host {#BPCHOST}: Compression ratio and perf</name>
<type>STACKED</type> <ymin_type_1>FIXED</ymin_type_1>
<graph_items>
<graph_item>
<color>4000FF</color>
<item>
<host>Template_App_BackupPC</host>
<key>backuppc.host[{#BPCHOST},full_size]</key>
</item>
</graph_item>
<graph_item>
<sortorder>1</sortorder>
<color>4DD0E1</color>
<item>
<host>Template_App_BackupPC</host>
<key>backuppc.host[{#BPCHOST},history_size]</key>
</item>
</graph_item>
</graph_items>
</graph_prototype>
<graph_prototype>
<name>BackupPC: Host {#BPCHOST}: Performances</name>
<graph_items> <graph_items>
<graph_item> <graph_item>
<drawtype>GRADIENT_LINE</drawtype> <drawtype>GRADIENT_LINE</drawtype>
@ -697,6 +678,27 @@
</graph_item> </graph_item>
</graph_items> </graph_items>
</graph_prototype> </graph_prototype>
<graph_prototype>
<name>BackupPC: Host {#BPCHOST}: Full / History sizes</name>
<type>STACKED</type>
<graph_items>
<graph_item>
<color>4000FF</color>
<item>
<host>Template_App_BackupPC</host>
<key>backuppc.host[{#BPCHOST},full_size]</key>
</item>
</graph_item>
<graph_item>
<sortorder>1</sortorder>
<color>4DD0E1</color>
<item>
<host>Template_App_BackupPC</host>
<key>backuppc.host[{#BPCHOST},history_size]</key>
</item>
</graph_item>
</graph_items>
</graph_prototype>
</graph_prototypes> </graph_prototypes>
<request_method>POST</request_method> <request_method>POST</request_method>
</discovery_rule> </discovery_rule>

Loading…
Cancel
Save