root / plugins / apt / deb_packages / deb_packages.munin.conf @ 451af405
Historique | Voir | Annoter | Télécharger (766 octets)
| 1 |
[deb_packages] |
|---|---|
| 2 |
# plugin is quite expensive and has to write statistics to cache output |
| 3 |
# so it has to write to plugins.cache |
| 4 |
user munin |
| 5 |
|
| 6 |
# Packagelists to this size are printed as extra Information to munin.extinfo |
| 7 |
env.MAX_LIST_SIZE_EXT_INFO 50 |
| 8 |
|
| 9 |
# Age in seconds an $CACHE_FILE can be. If it is older, the script updates |
| 10 |
# default if not set is 3540 (one hour) |
| 11 |
env.CACHE_FILE_MAX_AGE 3540 |
| 12 |
|
| 13 |
# sort_by values ... |
| 14 |
# possible values are 'label', 'archive', 'origin', 'site', FIXME |
| 15 |
env.graph00_type installed |
| 16 |
env.graph00_sort_by_0 label |
| 17 |
env.graph00_sort_by_1 archive |
| 18 |
env.graph00_show_ext_0 origin |
| 19 |
env.graph00_show_ext_1 site |
| 20 |
|
| 21 |
env.graph01_type upgradable |
| 22 |
env.graph01_sort_by_0 label |
| 23 |
env.graph01_sort_by_1 archive |
| 24 |
env.graph01_show_ext_0 origin |
| 25 |
env.graph01_show_ext_1 site |
| 26 |
|
