mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-11-25 19:47:02 +00:00
The current output of this script is: root@master:/etc/munin/plugins# ./pg_transactions \ncommits.value xxxx\nrollbacks.value xxxx By removing the first `\n` and by adding an `E` before the second `\n` the output is: root@master:/etc/munin/plugins# ./pg_transactions commits.value xxxx + rollbacks.value xxxx And lastly by adding the `--no-align` attribute you get the correct output: root@master:/etc/munin/plugins# ./pg_transactions commits.value xxxx rollbacks.value xxxx |
||
|---|---|---|
| .. | ||
| pg__connections | ||
| pgbouncer_ | ||
| pgbouncer_client_connections | ||
| pgbouncer_maxwait | ||
| pgbouncer_server_connections | ||
| postgres_block_read_ | ||
| postgres_locks | ||
| postgres_queries2_ | ||
| postgres_queries3_ | ||
| postgres_size_detail_ | ||
| postgres_space_ | ||
| postgres_tuplesratio_ | ||
| postgresql_active_backends | ||
| postgresql_active_backends_by_database | ||
| postgresql_active_locks | ||
| postgresql_database_ratio | ||
| postgresql_database_size | ||
| postgresql_tablespace_size | ||
| postgresql_transactions | ||
| slony_ | ||
| slony_lag_events_ | ||
| slony_lag_time | ||
| slony_lag_time_ | ||