mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
26 lines
766 B
Text
26 lines
766 B
Text
[deb_packages]
|
|
# plugin is quite expensive and has to write statistics to cache output
|
|
# so it has to write to plugins.cache
|
|
user munin
|
|
|
|
# Packagelists to this size are printed as extra Information to munin.extinfo
|
|
env.MAX_LIST_SIZE_EXT_INFO 50
|
|
|
|
# Age in seconds an $CACHE_FILE can be. If it is older, the script updates
|
|
# default if not set is 3540 (one hour)
|
|
env.CACHE_FILE_MAX_AGE 3540
|
|
|
|
# sort_by values ...
|
|
# possible values are 'label', 'archive', 'origin', 'site', FIXME
|
|
env.graph00_type installed
|
|
env.graph00_sort_by_0 label
|
|
env.graph00_sort_by_1 archive
|
|
env.graph00_show_ext_0 origin
|
|
env.graph00_show_ext_1 site
|
|
|
|
env.graph01_type upgradable
|
|
env.graph01_sort_by_0 label
|
|
env.graph01_sort_by_1 archive
|
|
env.graph01_show_ext_0 origin
|
|
env.graph01_show_ext_1 site
|
|
|