You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: in/linux/template_os_linux.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -539,7 +539,7 @@
539
539
"_documentation": {
540
540
"_issues": [
541
541
{
542
-
"description": "High interface utilization trigger is removed, since current it is not possible to retrieve interface speed to determine the max bandwidth."
542
+
"description": "High interface utilization trigger is removed since currently it is not possible to retrieve interface speed to determine the max bandwidth."
543
543
}
544
544
]
545
545
},
@@ -857,7 +857,7 @@
857
857
"Template Module Linux network interfaces by Zabbix agent"
858
858
],
859
859
"_documentation": {
860
-
"_setup": "Install Zabbix agent to Linux OS according to Zabbix documentation.",
860
+
"_setup": "Install Zabbix agent on Linux OS according to Zabbix documentation.",
861
861
"_issues": [
862
862
{
863
863
"description": "Network discovery. Zabbix agent as of 4.2 doesn't support items such as net.if.status, net.if.speed."
Copy file name to clipboardExpand all lines: in/linux/template_os_linux_prom.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
"_issues": [
16
16
{
17
17
"version": "below 0.16.0",
18
-
"description": "node_exporter v0.16.0 renamed many metrics. CPU utilisation for 'guest' and 'guest_nice' metrics are not supported in this template with node_exporter < 0.16. Disk IO metrics are not supported. Other metrics provided as 'best effort'. \n See https://github.com/prometheus/node_exporter/releases/tag/v0.16.0 for details."
18
+
"description": "node_exporter v0.16.0 renamed many metrics. CPU utilization for 'guest' and 'guest_nice' metrics are not supported in this template with node_exporter < 0.16. Disk IO metrics are not supported. Other metrics provided as 'best effort'. \n See https://github.com/prometheus/node_exporter/releases/tag/v0.16.0 for details."
Copy file name to clipboardExpand all lines: out/4.0/EN/module/template_module_host_resources_SNMPv1_EN.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ There are no template links in this template.
93
93
94
94
|Name|Description|Expression|Severity|Dependencies and additional info|
95
95
|----|-----------|----|----|----|
96
-
|{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)|<p>-</p>|`{TEMPLATE_NAME:vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}].min(5m)}>{$MEMORY.UTIL.MAX}`|AVERAGE||
96
+
|{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)|<p>The system is running out of free memory.</p>|`{TEMPLATE_NAME:vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}].min(5m)}>{$MEMORY.UTIL.MAX}`|AVERAGE||
97
97
98
98
## Feedback
99
99
@@ -137,7 +137,7 @@ There are no template links in this template.
137
137
138
138
|Name|Description|Expression|Severity|Dependencies and additional info|
139
139
|----|-----------|----|----|----|
140
-
|#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)|<p>-</p>|`{TEMPLATE_NAME:system.cpu.util[hrProcessorLoad.{#SNMPINDEX}].min(5m)}>{$CPU.UTIL.CRIT}`|WARNING||
140
+
|#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)|<p>CPU utilization is too high. The system might be slow to respond.</p>|`{TEMPLATE_NAME:system.cpu.util[hrProcessorLoad.{#SNMPINDEX}].min(5m)}>{$CPU.UTIL.CRIT}`|WARNING||
Copy file name to clipboardExpand all lines: out/4.0/EN/module/template_module_host_resources_SNMPv2_EN.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ There are no template links in this template.
93
93
94
94
|Name|Description|Expression|Severity|Dependencies and additional info|
95
95
|----|-----------|----|----|----|
96
-
|{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)|<p>-</p>|`{TEMPLATE_NAME:vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}].min(5m)}>{$MEMORY.UTIL.MAX}`|AVERAGE||
96
+
|{#MEMNAME}: High memory utilization ( >{$MEMORY.UTIL.MAX}% for 5m)|<p>The system is running out of free memory.</p>|`{TEMPLATE_NAME:vm.memory.util[memoryUsedPercentage.{#SNMPINDEX}].min(5m)}>{$MEMORY.UTIL.MAX}`|AVERAGE||
97
97
98
98
## Feedback
99
99
@@ -137,7 +137,7 @@ There are no template links in this template.
137
137
138
138
|Name|Description|Expression|Severity|Dependencies and additional info|
139
139
|----|-----------|----|----|----|
140
-
|#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)|<p>-</p>|`{TEMPLATE_NAME:system.cpu.util[hrProcessorLoad.{#SNMPINDEX}].min(5m)}>{$CPU.UTIL.CRIT}`|WARNING||
140
+
|#{#SNMPINDEX}: High CPU utilization (over {$CPU.UTIL.CRIT}% for 5m)|<p>CPU utilization is too high. The system might be slow to respond.</p>|`{TEMPLATE_NAME:system.cpu.util[hrProcessorLoad.{#SNMPINDEX}].min(5m)}>{$CPU.UTIL.CRIT}`|WARNING||
0 commit comments