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:
parent
d4188712d9
commit
6a8fbf3bd3
2 changed files with 2 additions and 4 deletions
|
@ -29,7 +29,7 @@ end
|
||||||
|
|
||||||
case ARGV[0]
|
case ARGV[0]
|
||||||
when 'config'
|
when 'config'
|
||||||
puts "graph_category devel"
|
puts "graph_category other"
|
||||||
puts "graph_args --base 1000 -l 0"
|
puts "graph_args --base 1000 -l 0"
|
||||||
puts "graph_scale no"
|
puts "graph_scale no"
|
||||||
puts "graph_title puppet catalog run time"
|
puts "graph_title puppet catalog run time"
|
||||||
|
|
|
@ -75,9 +75,7 @@ def config():
|
||||||
print("graph_vlabel Bytes")
|
print("graph_vlabel Bytes")
|
||||||
print("graph_info This graph shows how much memory from the JVM "
|
print("graph_info This graph shows how much memory from the JVM "
|
||||||
+ "Heapspace is being used by PuppetDB")
|
+ "Heapspace is being used by PuppetDB")
|
||||||
# This is super weird, but currently puppet graphs are in this
|
print("graph_category other")
|
||||||
# category so let's place puppetdb graphs in the same category
|
|
||||||
print("graph_category devel")
|
|
||||||
print("graph_order jvm_mem_max jvm_mem_committed jvm_mem_used")
|
print("graph_order jvm_mem_max jvm_mem_committed jvm_mem_used")
|
||||||
|
|
||||||
# Fields
|
# Fields
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue