mrtg/uptime.pl@13509f36148e
mrtg/uptime.pl
Mon, 06 Apr 2009 23:53:50 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Mon, 06 Apr 2009 23:53:50 +0200
- changeset 147
- 13509f36148e
- parent 136
-
ca197d884ebd
- child 160
-
1a36468e720c
- permissions
- -rw-r--r--
Correct misplaced variable in patch.
3 ## uptime.pl: provide formatted uptime(1) information
8 $hostname = `hostname`;
10 $uptime =~ /up (.*?) day/;