mrtg/uptime.pl@f144dd621b72
mrtg/uptime.pl
Fri, 17 Apr 2009 23:07:57 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Fri, 17 Apr 2009 23:07:57 +0200
- changeset 158
- f144dd621b72
- parent 136
-
ca197d884ebd
- child 160
-
1a36468e720c
- permissions
- -rw-r--r--
Update according to upstream and vendor differences and versions.
3 ## uptime.pl: provide formatted uptime(1) information
8 $hostname = `hostname`;
10 $uptime =~ /up (.*?) day/;