1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

change category of puppet plugins to "other"

using the "devel" category is a bit weird. there's currently no good
category to place those into so let's use "other" instead.
This commit is contained in:
Gabriel Filion 2020-01-02 14:40:20 -05:00 committed by Lars Kruse
parent d4188712d9
commit 6a8fbf3bd3
2 changed files with 2 additions and 4 deletions

View file

@ -29,7 +29,7 @@ end
case ARGV[0]
when 'config'
puts "graph_category devel"
puts "graph_category other"
puts "graph_args --base 1000 -l 0"
puts "graph_scale no"
puts "graph_title puppet catalog run time"

View file

@ -75,9 +75,7 @@ def config():
print("graph_vlabel Bytes")
print("graph_info This graph shows how much memory from the JVM "
+ "Heapspace is being used by PuppetDB")
# This is super weird, but currently puppet graphs are in this
# category so let's place puppetdb graphs in the same category
print("graph_category devel")
print("graph_category other")
print("graph_order jvm_mem_max jvm_mem_committed jvm_mem_used")
# Fields