Changeset 1475 for trunk/lvs/debian/config/etc/munin/plugins
- Timestamp:
- Feb 19, 2010, 4:49:30 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lvs/debian/config/etc/munin/plugins/cps_1_0
r1259 r1475 167 167 my $ipvs = shift; 168 168 169 print "graph_title Loadbalanced ",($vip?$vip:"*"),"->",$port," connections\n";169 print "graph_title ", ($ENV{"graph_title"} || "Loadbalanced ".($vip?$vip:"*")."->".$port." connections"),"\n"; 170 170 print "graph_args -l 0\n"; 171 171 print "graph_total total\n";
Note: See TracChangeset
for help on using the changeset viewer.