Giter VIP home page Giter VIP logo

citrix's Introduction

NAME
   Citrix - Query and Control UNIX Citrix sessions

DESCRIPTION

Citrix::* modules make it possible to query and control
sessions on a UNIX Citrix server from a UNIX/Linux based client machine.
Lacking better Citrix provided C-API the Citrix::* modules are using
remote shell (rsh) and Citrix command line utilities to query sessions.

SYNOPSIS
   use Citrix;
   # Path for Citrix command line utilities
   $Citrix::binpath = '/some/where/else/bin';
   # Load Citrix Config
   Citrix::loadconfig('citrix.conf.pl');
   my $farms = getfarms('idx' => 1);
   # Get Honolulu Farm Context to work with
   my $fc = $farms->{'honolulu'};
   # Initiate SessionSet (no queries performed yet)
   my $ss = Citrix::SessionSet->new($fc);
   
   # Recall Farm Context of current Session set
   my $fc = $ss->farmctx();
   
   # Query Users sessions
   my $user = "memrsmith";
   $ss->mysess($user);
   print(Dumper($ss));

   # Get single session on host by session ID
   my $hostsess = "it-hono-01:6987";
   my $sess = $ss->getsession($hostsess);
   
AUTHOR

Olli Hollmen, [email protected]

TODO

Load configs from DB

   my $dbh = DBI->connect("dbi:SQLite:dbname=mycitrix_config.db","","");
   # Load Citrix Farms from Database
   my $farms = Citrix::load_db($dbh);
 

citrix's People

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.