mrtg/uptime.pl@07c8003461c6
mrtg/uptime.pl
Wed, 08 Apr 2009 22:32:04 +0200
- author
- Michael Schloh von Bennewitz <michael@schloh.com>
- date
- Wed, 08 Apr 2009 22:32:04 +0200
- changeset 150
- 07c8003461c6
- parent 136
-
ca197d884ebd
- child 160
-
1a36468e720c
- permissions
- -rw-r--r--
Correct paths, file attributes, and build configuration logic.
3 ## uptime.pl: provide formatted uptime(1) information
8 $hostname = `hostname`;
10 $uptime =~ /up (.*?) day/;