Projet

Général

Profil

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

root / plugins / apache / apache_status @ 8589c6df

Historique | Voir | Annoter | Télécharger (7,17 ko)

# Date Auteur Commentaire
65652aa0 2017-02-21 16:15 dipohl

Category Tree: Reduce number of categories
ceph, samba, zfs into "fs"
apache into "webserver"
lighttpd into "webserver"
..

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

ecd21d50 2012-11-21 01:01 Diego Elio Pettenò

apache_status: change the vlabel to use the same unit as input.

This way it's possible to avoid the cdef altogether.

dbb14174 2012-11-07 14:49 Diego Elio Pettenò

apache_status: set all minimals to 0 to discard negative values.

569e801e 2012-11-05 18:17 Diego Elio Pettenò

apache_status: make it easy to monitor other hosts as a virtual node

de8f24a4 2012-11-05 17:32 Diego Elio Pettenò

apache_status: remove apache_average_request compatibility.

There is no reason to keep this, which is simply Apache's value from
apache_accesses, and that one we can actually configure with the period we want.

1b2574a4 2012-11-05 15:23 Diego Elio Pettenò

apache_status: add a new multigraph plugin to replace the old apache_* from the main repository.

This plugin uses a single requests to parse all the statistics instead
of making three of them, reducing the overhead, and uses the
multigraph capabilities to generate the same graphs. The naming is...