From 6a8fbf3bd3267612a51d1dc767cfc29807ceae48 Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Thu, 2 Jan 2020 14:40:20 -0500 Subject: [PATCH] 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. --- plugins/puppet/puppet_runtime | 2 +- plugins/puppet/puppetdb | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) 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