You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Leif Hedstrom (JIRA)" <ji...@apache.org> on 2010/09/02 17:49:54 UTC

[jira] Resolved: (TS-418) AdminClient.pm has invalid package path, preventing it's use without modification.

     [ https://issues.apache.org/jira/browse/TS-418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-418.
------------------------------

    Resolution: Fixed

Committed this, the new "tree" is

contrib/perl
└── AdminClient
    ├── Changes
    ├── lib
    │   └── Apache
    │       └── TS
    │           └── AdminClient.pm
    ├── Makefile.PL
    ├── MANIFEST
    ├── README
    └── t
        └── Apache-TS-AdminClient.t


> AdminClient.pm has invalid package path, preventing it's use without modification.
> ----------------------------------------------------------------------------------
>
>                 Key: TS-418
>                 URL: https://issues.apache.org/jira/browse/TS-418
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Stats
>            Reporter: Adam Faris
>            Assignee: Leif Hedstrom
>            Priority: Minor
>             Fix For: 2.1.3
>
>         Attachments: AdminClient.tgz
>
>   Original Estimate: 25h
>  Remaining Estimate: 25h
>
> AdminClient.pm found under 'contrib' in cvs (http://svn.apache.org/viewvc/trafficserver/traffic/trunk/contrib/) has a couple of issues. 
> ---------
>  1) there's no pod or perl documentation
>  2) there's no MakeFile to help with placing AdminClient.pm in the proper directory so @INC will find it.
>  3) the package statement is flawed as it's not in a Apache/TS/ directory structure.   To use the current AdminClient.pm, one would need to modify the 'package' statement by hand.
> ---------
> I have a local copy where the above issues are fixed, but have questions about the v2 stats on port 8091. Specifically, will future stats use port 8091 (or whatever proxy.config.stat_collector.port is set to) or will stats continue to be read from the 'unix domain socket' which currently defaults to /usr/local/var/trafficserver/cli.   If someone who knows can update this ticket, I can make those additions/changes before committing to SVN.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.