mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-08 15:13:30 +00:00
added apt debian packages
Signed-off-by: Björn Lässig <laessig@bitformer.net>
This commit is contained in:
parent
bda7b6ea64
commit
b64fa21883
5 changed files with 979 additions and 0 deletions
26
plugins/apt/deb_packages/deb_packages.munin-conf
Normal file
26
plugins/apt/deb_packages/deb_packages.munin-conf
Normal file
|
@ -0,0 +1,26 @@
|
|||
[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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue