Changeset 3673
- Timestamp:
- 09/06/10 15:23:54 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4-stable/plugins/lib/Munin/Plugin/Pgsql.pm
r3231 r3673 224 224 $self->ensure_version(); 225 225 226 print "graph_title $self->{title}\n"; 226 my $w = $self->wildcard_parameter(); 227 if ($w) { 228 print "graph_title $self->{title} ($w)\n"; 229 } 230 else { 231 print "graph_title $self->{title}\n"; 232 } 227 233 print "graph_vlabel $self->{vlabel}\n"; 228 234 print "graph_category PostgreSQL\n";
