mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-12 08:54:01 +00:00
deb_packages: rename config file from "*.munin-conf" to "*.munin.conf"
preparation for an additional file permission test (based on extensions)
This commit is contained in:
parent
c6ade37de4
commit
451af405b7
3 changed files with 4 additions and 4 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