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]
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue