diff --git a/plugins/puppet/puppet_runtime b/plugins/puppet/puppet_runtime index b2cdebeb..11598776 100755 --- a/plugins/puppet/puppet_runtime +++ b/plugins/puppet/puppet_runtime @@ -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" diff --git a/plugins/puppet/puppetdb b/plugins/puppet/puppetdb index 6c0414e4..7eb1352a 100755 --- a/plugins/puppet/puppetdb +++ b/plugins/puppet/puppetdb @@ -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