Changeset 1185


Ignore:
Timestamp:
Jun 9, 2009, 2:57:34 PM (15 years ago)
Author:
quentin
Message:
Update Munin plugins for watching FWMs
Location:
trunk/lvs/debian/config/etc/munin/plugins
Files:
2 added
1 deleted
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/lvs/debian/config/etc/munin/plugins/cps_1_0

    r1182 r1185  
    241241                        $cport = $3;
    242242                }
     243                elsif (/^FWM\s+([\d]+)\s/)
     244                {
     245                    $cvip = $1;
     246                    $cport = 0;
     247                }
    243248                elsif (/^\s+->\s+([^:]+):(\S+)\s+(\d+)G\s+/)
    244249                {
Note: See TracChangeset for help on using the changeset viewer.