Changeset df48341453a4e919fe316973297acc5df2099ae7
- Timestamp:
- 03/22/07 21:56:10
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1174600570 +0000
- git-parent:
[5e9f5b0db78af749a3639226470497cca26caf9e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1174600570 +0000
- Message:
these should be elsewhere -- client specific
git-svn-id: https://labs.omniti.com/resmon/trunk@31 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r5e9f5b0 |
rdf48341 |
|
| 52 | 52 | } |
|---|
| 53 | 53 | |
|---|
| 54 | | my $list = []; |
|---|
| 55 | | my $status = Resmon::Status->new($config->{statusfile}); |
|---|
| 56 | | $status->open(); |
|---|
| 57 | | $status->serve_http_on($interface, $port) if($port); |
|---|
| 58 | | |
|---|
| 59 | 54 | unless($debug) { |
|---|
| 60 | 55 | fork && exit; |
|---|
| … | … | |
| 65 | 60 | fork && exit; |
|---|
| 66 | 61 | } |
|---|
| | 62 | |
|---|
| | 63 | my $list = []; |
|---|
| | 64 | my $status = Resmon::Status->new($config->{statusfile}); |
|---|
| | 65 | $status->open(); |
|---|
| | 66 | $status->serve_http_on($interface, $port) if($port); |
|---|
| 67 | 67 | |
|---|
| 68 | 68 | while(1) { |
|---|