Projet

Général

Profil

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

root / plugins / network / bandwidth_ @ 17f78427

Historique | Voir | Annoter | Télécharger (7,64 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
4b2fcbf8 2017-04-18 17:32 Lars Kruse

replace hard-coded paths (e.g. '/var/lib/munin/plugin-state') with '$MUNIN_PLUGSTATE'

see http://guide.munin-monitoring.org/en/latest/plugin/env.html

fa5458e1 2014-07-16 17:52 Stephan

Fix issue with $uptime being undefined

Fix issue with $uptime being undefined.
On my setup perl requires a variable to assign the return value of the split operation. Without this the value of $uptime ends up being undefined.

92adac9d 2013-04-23 18:01 Kris Popendorf

need autoconf before config

dc30dc5c 2013-04-23 11:01 Kris Popendorf

include interface in title

5e488425 2013-04-23 10:59 Kris Popendorf

update documentation

b9a08b36 2013-04-23 10:50 Kris Popendorf

Allows setting warnings by environment variables.

d9ab69e0 2013-04-22 22:18 Kris Popendorf

Fixes bandwidth_ to successfully init new installs.

Previously the script would try to divide by 0 for calculating rates
on the first run, and crash before getting to store() to write initial
values thus never initing itself. This fixes that, and makes it a...

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

- have some dirs