Projet

Général

Profil

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

root / plugins / solaris / io_disk @ 17f78427

Historique | Voir | Annoter | Télécharger (8,55 ko)

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

Whitespace cleanup

  • remove trailing whitespace
  • remove empty lines at the end of files
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...
c57fd566 2017-04-26 19:35 K.Cima

Add dirtyconfig, change code styles

c7a7f086 2017-03-29 18:05 K.Cima

Add size module

544b2cfb 2017-03-29 18:05 K.Cima

Fix method to create device maps

because sometimes iostat may hang in process substitution and for readability

13cb4192 2017-03-29 18:05 K.Cima

Remove useless set -o pipefail

fe097689 2017-03-27 03:23 K.Cima

Fix for https://github.com/munin-monitoring/contrib/pull/826

25901320 2017-03-26 02:31 K.Cima

Add Solaris io_disk plugin

- Merge io_* plugins into one multigraph plugin
- Change graph appearance like linux diskstats plugin
RRD files generated by io_busy_, io_ios_, io_bytes_ can be taken over
- Add queue and latency functions
- Remove perl code and replace old Solaris::MapDev feature by...