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"