Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / postgresql @ 17f78427

# Date Auteur Commentaire
17f78427 2018-08-01 20:33 Lars Kruse

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
8647618f 2018-06-10 08:16 sumpfralle

Merge pull request #864 from adekock11/patch-1

Allow to specify database password

e93a46bc 2018-06-10 08:06 Lars Kruse

postgresql_transactions: use perldoc documentation header

3c10c360 2018-06-10 08:06 Lars Kruse

postgresql_transactions: configurable host and user

154cef14 2018-06-10 07:58 Lars Kruse

postgresql_transactions: add support for DIRTYCONFIG

fdf6cea2 2018-06-10 07:56 Lars Kruse

postgresql_transactions: change from bash to sh; fix shellcheck issues

93a567af 2018-06-10 07:54 Lars Kruse

postgresql_transactions: use DERIVE instead of COUNTER

97ab640b 2018-06-10 07:50 André de Kock

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"

c81c20ab 2018-04-06 20:17 Lars Kruse

unify DIRTYCONFIG handling in shell and python plugins

The following issues were fixed:
  • comparison too broad (e.g. "0" misinterpreted as "true")
  • python: comparing string with number (is never equal in python)
  • unwanted non-zero exitcode (compound command "&&" as last command in...
7c62b9b6 2018-03-08 18:18 Lars Kruse

added executable permission for multiple plugins

89898512 2017-07-22 05:29 André de Kock

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:...

48b1e5aa 2017-07-20 12:13 André de Kock

Allow to specify database password

7e562477 2017-02-23 12:54 dipohl

Category Tree: Reduce number of categories
ceph -> fs
added category for some plugins from "other" section

30685b4c 2017-02-22 14:59 dipohl

Category Tree: Reduce number of categories
slony -> db (postgresql)
qpid -> webserver (apache)
solr -> search (solr)

6c3ce4e1 2017-02-22 10:22 dipohl

Category Tree: reduce number of categories

29bdf34e 2017-02-21 20:54 dipohl

Category Tree: reduce number of categories

cd68f192 2016-02-11 08:32 Vincas Dargis

pgbouncer_: allow to separate plugin name and pool name

a8e52444 2015-05-26 09:52 Michel Albert

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 DBs
is only necessary in the case of auto-configuring the plugin. Not for...

fba800ae 2015-03-02 06:51 Veres Lajos

typofixes - https://github.com/vlajos/misspell_fixer

Suspicious sections:
plugins/mail/postfix_mail_stats recieved.label
plugins/nginx/nginx_vhost_traffic

a0415034 2014-09-24 17:05 Samuel Smith

postgres_queries3_: ignore internal pg_* tables, missing stuff in config

728bc050 2014-09-17 03:26 Steve Schnepp

Merge pull request #502 from smith153/master

Added postgres_queries3_ to get stats on a per table basis

c32b9ebc 2014-08-12 10:53 Steve Schnepp

Merge pull request #512 from lwindolf/master

Fixing multiple typos and indentation

96223fc7 2014-08-10 17:40 Lars Windolf

Fixing multiple typos and indentation

8f7c72c2 2014-07-08 13:33 Samuel Smith

Added postgres_queries3_ to get stats on a per table basis

0b426019 2014-02-09 08:29 Gilles

p/postgres_tuplesratio: ratio of live/dead tuples

87728bb2 2013-02-22 11:49 Dave Fennell

Added a new plugin postgresql_active_backends_by_database which shows the active backends broken down by database.

9765abcb 2013-02-22 11:49 Dave Fennell

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.

fc43808f 2012-12-21 06:53 Dave Fennell

Slight change to formatting of licence information in new bind9 and pgbouncer plugins.

b4d9f328 2012-12-21 05:37 Dave Fennell

Updated new pgbouncer plugins with license information and added MUNIN_CAP_DIRTYCONFIG support.

c41c5666 2012-12-20 10:54 Dave Fennell

Created 3 new pgbouncer plugins to show stats on all pools configured in the system.

0a1524f2 2012-08-07 00:55 Diego Elio Pettenò

More housecleaning.

Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.

d44f2ac6 2012-05-03 08:24 kolyagora

Trivial fix of pgbouncer_ plugin

f1952dc3 2012-03-14 06:44 Clemens Schwaighofer

postgres size detail

Added "other" in case this data exists.

8de0f083 2012-03-14 06:27 Clemens Schwaighofer

postgres database size in detail

shows the data, index, sequence and view size of a single database.

Uses the default munin postgresql perl plugin.

6facd3c3 2012-03-14 04:26 Clemens Schwaighofer

die commands if no DB connection can be made

graceful die script if DB connection cannot be created. Also for
prepare & execute command

647632f7 2012-03-14 00:27 Clemens Schwaighofer

pgbouncer_

added strict for perl

8a515d24 2012-03-13 21:23 Clemens Schwaighofer

Plugin to monitor PgBouncer

a new plugin to monitor PostgreSQL pgbouncer.
Uses perl and DBD::Pg

08346aac 2012-02-13 12:24 Steve Schnepp

- have some dirs