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
<td>PostgreSQL: number of user disabled connections</td>
2302
2302
</tr>
2303
2303
<tr>
2304
2304
<th>Key</th>
@@ -2331,7 +2331,7 @@ Default config:
2331
2331
<table>
2332
2332
<tr>
2333
2333
<th>Name</th>
2334
-
<td>PostgreSQL: number of fastpath function call</td>
2334
+
<td>PostgreSQL: number of user fastpath function call connections</td>
2335
2335
</tr>
2336
2336
<tr>
2337
2337
<th>Key</th>
@@ -2364,7 +2364,7 @@ Default config:
2364
2364
<table>
2365
2365
<tr>
2366
2366
<th>Name</th>
2367
-
<td>PostgreSQL: number of idle connections</td>
2367
+
<td>PostgreSQL: number of user idle connections</td>
2368
2368
</tr>
2369
2369
<tr>
2370
2370
<th>Key</th>
@@ -2397,7 +2397,7 @@ Default config:
2397
2397
<table>
2398
2398
<tr>
2399
2399
<th>Name</th>
2400
-
<td>PostgreSQL: number of idle in transaction connections</td>
2400
+
<td>PostgreSQL: number of user idle in transaction connections</td>
2401
2401
</tr>
2402
2402
<tr>
2403
2403
<th>Key</th>
@@ -2430,7 +2430,7 @@ Default config:
2430
2430
<table>
2431
2431
<tr>
2432
2432
<th>Name</th>
2433
-
<td>PostgreSQL: number of idle in transaction (aborted)</td>
2433
+
<td>PostgreSQL: number of user idle in transaction (aborted) connections</td>
2434
2434
</tr>
2435
2435
<tr>
2436
2436
<th>Key</th>
@@ -2463,7 +2463,7 @@ Default config:
2463
2463
<table>
2464
2464
<tr>
2465
2465
<th>Name</th>
2466
-
<td>PostgreSQL: number of total connections</td>
2466
+
<td>PostgreSQL: number of user total connections</td>
2467
2467
</tr>
2468
2468
<tr>
2469
2469
<th>Key</th>
@@ -2487,7 +2487,7 @@ Default config:
2487
2487
</tr>
2488
2488
</table>
2489
2489
2490
-
*Total* calculates as summa of all connections from `pg_stat_activity` with not null state.
2490
+
*Total* calculates as summa of all connections from `pg_stat_activity` with `backend_type` represents user connections (*client backend, parallel worker*).
2491
2491
2492
2492
2493
2493
9.**Waiting**
@@ -2496,7 +2496,7 @@ Default config:
2496
2496
<table>
2497
2497
<tr>
2498
2498
<th>Name</th>
2499
-
<td>PostgreSQL: number of waiting connections</td>
2499
+
<td>PostgreSQL: number of user waiting connections</td>
2500
2500
</tr>
2501
2501
<tr>
2502
2502
<th>Key</th>
@@ -2522,6 +2522,38 @@ Default config:
2522
2522
2523
2523
*Waiting* calculates as summa of all connections from `pg_stat_activity` with not null state and wait_event_type.
2524
2524
2525
+
10.**Other**
2526
+
2527
+
Zabbix item:
2528
+
<table>
2529
+
<tr>
2530
+
<th>Name</th>
2531
+
<td>PostgreSQL: number of other connections</td>
2532
+
</tr>
2533
+
<tr>
2534
+
<th>Key</th>
2535
+
<td>pgsql.connections[other]</td>
2536
+
</tr>
2537
+
<tr>
2538
+
<th>Type</th>
2539
+
<td>Numeric (float)</td>
2540
+
</tr>
2541
+
<tr>
2542
+
<th>Units</th>
2543
+
<td></td>
2544
+
</tr>
2545
+
<tr>
2546
+
<th>Delta</th>
2547
+
<td>As Is</td>
2548
+
</tr>
2549
+
<tr>
2550
+
<th>Supported Version</th>
2551
+
<td>10+</td>
2552
+
</tr>
2553
+
</table>
2554
+
2555
+
*Waiting* calculates as summa of all connections from `pg_stat_activity` with additional `backend_type`.
0 commit comments