Skip to content

Commit 85663db

Browse files
committed
documentation: added new Server Version and Available Memory metrics description
1 parent 8293bc6 commit 85663db

File tree

1 file changed

+69
-10
lines changed

1 file changed

+69
-10
lines changed

documentation/metrics.md

Lines changed: 69 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,33 @@ Default config:
494494
</tr>
495495
</table>
496496

497-
12. **Inactive Memory**
497+
12. **Available Memory**
498+
499+
Zabbix item:
500+
<table>
501+
<tr>
502+
<th>Name</th>
503+
<td>Free: Available memory</td>
504+
</tr>
505+
<tr>
506+
<th>Key</th>
507+
<td>system.memory[available]</td>
508+
</tr>
509+
<tr>
510+
<th>Type</th>
511+
<td>Numeric (float)</td>
512+
</tr>
513+
<tr>
514+
<th>Units</th>
515+
<td>Bytes</td>
516+
</tr>
517+
<tr>
518+
<th>Delta</th>
519+
<td>As Is</td>
520+
</tr>
521+
</table>
522+
523+
13. **Inactive Memory**
498524

499525
Zabbix item:
500526
<table>
@@ -520,7 +546,7 @@ Default config:
520546
</tr>
521547
</table>
522548

523-
13. **Mapped Memory**
549+
14. **Mapped Memory**
524550

525551
Zabbix item:
526552
<table>
@@ -546,7 +572,7 @@ Default config:
546572
</tr>
547573
</table>
548574

549-
14. **PageTables Memory**
575+
15. **PageTables Memory**
550576

551577
Zabbix item:
552578
<table>
@@ -572,7 +598,7 @@ Default config:
572598
</tr>
573599
</table>
574600

575-
15. **Slab Memory**
601+
16. **Slab Memory**
576602

577603
Zabbix item:
578604
<table>
@@ -598,7 +624,7 @@ Default config:
598624
</tr>
599625
</table>
600626

601-
16. **Swap Memory**
627+
17. **Swap Memory**
602628

603629
Zabbix item:
604630
<table>
@@ -627,7 +653,7 @@ Default config:
627653
*Swap Memory* calculated as `SwapTotal - SwapCached`.
628654

629655

630-
17. **SwapCached Memory**
656+
18. **SwapCached Memory**
631657

632658
Zabbix item:
633659
<table>
@@ -653,7 +679,7 @@ Default config:
653679
</tr>
654680
</table>
655681

656-
18. **VMallocUsed Memory**
682+
19. **VMallocUsed Memory**
657683

658684
Zabbix item:
659685
<table>
@@ -2799,7 +2825,40 @@ Default config:
27992825
### Items
28002826

28012827

2802-
1. **Ping**
2828+
1. **Server Version**
2829+
2830+
Zabbix item:
2831+
<table>
2832+
<tr>
2833+
<th>Name</th>
2834+
<td>PostgreSQL: server version</td>
2835+
</tr>
2836+
<tr>
2837+
<th>Key</th>
2838+
<td>pgsql.version[]</td>
2839+
</tr>
2840+
<tr>
2841+
<th>Type</th>
2842+
<td>Text</td>
2843+
</tr>
2844+
<tr>
2845+
<th>Units</th>
2846+
<td></td>
2847+
</tr>
2848+
<tr>
2849+
<th>Delta</th>
2850+
<td>As Is</td>
2851+
</tr>
2852+
<tr>
2853+
<th>Supported Version</th>
2854+
<td>9.5+</td>
2855+
</tr>
2856+
</table>
2857+
2858+
*Server Version* shows PostgreSQL/PostgresPro server version number.
2859+
2860+
2861+
2. **Ping**
28032862

28042863
Zabbix item:
28052864
<table>
@@ -2832,7 +2891,7 @@ Default config:
28322891
*Ping* calculates as difference between *ping query* start time and time of receiving *ping query* result.
28332892

28342893

2835-
2. **Cache Hit Ratio**
2894+
3. **Cache Hit Ratio**
28362895

28372896
Zabbix item:
28382897
<table>
@@ -2865,7 +2924,7 @@ Default config:
28652924
*Cache Hit Ratio* calculates as ratio between last value of `Blocks hit` and summa of last values of `Blocks hit` and `Blocks read`.
28662925

28672926

2868-
3. **Service Uptime**
2927+
4. **Service Uptime**
28692928

28702929
Zabbix item:
28712930
<table>

0 commit comments

Comments
 (0)