ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/generic/statgrab.pl
(Generate patch)

Comparing projects/cms/source/host/generic/statgrab.pl (file contents):
Revision 1.18 by pjm2, Mon Jan 29 17:09:04 2001 UTC vs.
Revision 1.19 by tdb, Thu Feb 1 03:14:35 2001 UTC

# Line 193 | Line 193 | sub include_osver() {
193   # sub to get system uptime.
194   sub include_uptime() {
195  
196    # Need a regexp guru to strip the junk on this line
196      my($uptime) = `$uptimebin`;
197 +    $uptime =~ /up ([0-9]+) .*, ([0-9]+:[0-9]+)/;
198 +    $uptime = "$1:$2";
199  
200      &print_pair(0, "packet.os.uptime", $uptime);
201  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines