mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
(maint) default :graphs prefix to 'vmpooler'
This commit is contained in:
parent
648ec6e774
commit
90a3213425
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ module Vmpooler
|
||||||
return @graph_prefix if @graph_prefix
|
return @graph_prefix if @graph_prefix
|
||||||
|
|
||||||
if config[:graphs]
|
if config[:graphs]
|
||||||
return false unless config[:graphs]['prefix']
|
return "vmpooler" unless config[:graphs]['prefix']
|
||||||
@graph_prefix = config[:graphs]['prefix']
|
@graph_prefix = config[:graphs]['prefix']
|
||||||
elsif config[:graphite]
|
elsif config[:graphite]
|
||||||
return false unless config[:graphite]['prefix']
|
return false unless config[:graphite]['prefix']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue