Whitespace cleanup
Merge pull request #864 from adekock11/patch-1
Allow to specify database password
postgresql_transactions: use perldoc documentation header
postgresql_transactions: configurable host and user
postgresql_transactions: add support for DIRTYCONFIG
postgresql_transactions: change from bash to sh; fix shellcheck issues
postgresql_transactions: use DERIVE instead of COUNTER
Change commit and rollback types to "COUNTER"
By doing this, munin knows to take the difference of each request, thereby showing you a true commit and rollback "per minute"
unify DIRTYCONFIG handling in shell and python plugins
added executable permission for multiple plugins
Fixed output of transactions script
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:...
Category Tree: Reduce number of categoriesceph -> fsadded category for some plugins from "other" section
Category Tree: Reduce number of categoriesslony -> db (postgresql)qpid -> webserver (apache)solr -> search (solr)
Category Tree: reduce number of categories
pgbouncer_: allow to separate plugin name and pool name
Plugin runs, even if no access to list DBs.
If the user as whom "munin" connects has no rights to list existing DBs,the plugin crashes. Even though the rest of the code is OK. Listing DBsis only necessary in the case of auto-configuring the plugin. Not for...
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections:plugins/mail/postfix_mail_stats recieved.labelplugins/nginx/nginx_vhost_traffic
postgres_queries3_: ignore internal pg_* tables, missing stuff in config
Merge pull request #502 from smith153/master
Added postgres_queries3_ to get stats on a per table basis
Merge pull request #512 from lwindolf/master
Fixing multiple typos and indentation
p/postgres_tuplesratio: ratio of live/dead tuples
Added a new plugin postgresql_active_backends_by_database which shows the active backends broken down by database.
Slight change to default connection options for postgresql_active_backends postgresql_database_ratio so they are more likely to work with a default postgres setup.
Slight change to formatting of licence information in new bind9 and pgbouncer plugins.
Updated new pgbouncer plugins with license information and added MUNIN_CAP_DIRTYCONFIG support.
Created 3 new pgbouncer plugins to show stats on all pools configured in the system.
More housecleaning.
Collapse some categories; remove duplicates; move plugins in wherethey belong, remove files that are not really plugins at all.
Trivial fix of pgbouncer_ plugin
postgres size detail
Added "other" in case this data exists.
postgres database size in detail
shows the data, index, sequence and view size of a single database.
Uses the default munin postgresql perl plugin.
die commands if no DB connection can be made
graceful die script if DB connection cannot be created. Also forprepare & execute command
pgbouncer_
added strict for perl
Plugin to monitor PgBouncer
a new plugin to monitor PostgreSQL pgbouncer.Uses perl and DBD::Pg
- have some dirs