Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fiat Tux
Munin
Plugins
Commits
cf88212b
Commit
cf88212b
authored
Mar 02, 2015
by
Luc Didry
Browse files
Update pads_stats draw type
parent
d8001e20
Changes
1
Hide whitespace changes
Inline
Side-by-side
pads_stats
View file @
cf88212b
...
...
@@ -89,7 +89,7 @@ if( (defined $ARGV[0]) && ($ARGV[0] eq 'config') ) {
my
$u
=
Mojo::
URL
->
new
(
$url
);
my
$host
=
$u
->
host
;
$host
=~
s/\./_/g
;
my
$draw
=
(
$i
++
)
?
'
AREA
'
:
'
STACK
';
my
$draw
=
(
$i
++
)
?
'
AREASTACK
'
:
'
AREA
';
print
$host
,
'
.label
'
.
$host
,
"
\n
";
print
$host
,
'
.draw
'
.
$draw
,
"
\n
";
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment