The purpose of Ximenez is to execute an action on a set of collected items. Both the action and the way items are collected, are defined by Python modules, which are called plug-ins.
Project description
The purpose of Ximenez is to execute an action on a set of collected items. Both the action and the way items are collected, are defined by Python modules, which are called plug-ins. This lets you:
execute a command (and retrieve its output) on a set of remote hosts (via SSH);
perform various actions on a set of Zope servers (add an user, change his/her password, remove an user, etc.);
carry out any action that you are willing to write a Python plug-in for.
See the Plug-ins section below to know more about Ximenez built-in plug-ins and how to develop your own ones.
Usage
You can use Ximenez with the following command-line:
$ ximenez -c <collector> -a <action>
<collector> and <action> are both plug-ins. The former gives Ximenez a set of items on which to act, and the latter is the action to perform on each item of this set.
Hopefully, Ximenez comes with a number of useful plug-ins , e.g.:
$ ximenez -c misc.readlines -a misc.log
Optional arguments are available. See usage for further details.
Plug-ins
The main characteristic of Ximenez is that it can be extended to just do what you need to do, by using plug-ins. There are two kinds of plug-ins: collectors and actions.
Ximenez ships with a set of built-in plug-ins. You may also want to take a look at the exhaustive guide to develop your own plug-ins.
Requirements
Ximenez should run under any OS, though some plug-ins may use OS-specific features or require special Python packages.
Python 2.4 or above is required. This program may also work with prior versions of Python with minor changes.
Installation
If you have easy_install, then the following should do the trick:
$ easy_install ximenez
For further details, see the Installation chapter.
Subversion repository
Ximenez source code lives in a Subversion repository. To checkout the trunk:
$ svn co https://svn.pilotsystems.net/projets/ximenez/trunk ximenez
You can also browse the sources with the same URL.
The name
It all began in Jarrow. One of the cross beams had gone out askew on the treddle.
Credits
Ximenez has been written by Damien Baty.
Gaël Le Mignot (Pilot Systems) and Sylvain Viollon (Infrae) have provided several bug fixes.
Pilot Systems has partially sponsored the development of this program.
License
Ximenez is copyright 2006-2007 by Damien Baty.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see the section about licenses of the GNU web site.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
File details
Details for the file ximenez-0.9-py2.5.egg
.
File metadata
- Download URL: ximenez-0.9-py2.5.egg
- Upload date:
- Size: 55.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8cf956a19afb03a27588ed1b1e466e637dd09d0f57e4c357455a9a8a3d7f6ef |
|
MD5 | 667f835b75a786e7cefced7d2a0a07ce |
|
BLAKE2b-256 | 7797c402855a73d7c6867b66924aef294633ec62e0bef3fb36532c6d3805d721 |
File details
Details for the file ximenez-0.9-py2.4.egg
.
File metadata
- Download URL: ximenez-0.9-py2.4.egg
- Upload date:
- Size: 55.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71f5846296cdede3ed00bf720674417e850fa8ae2ca93be9e555028d66373b18 |
|
MD5 | 166fa5cf617990569a87ed92fda2c95e |
|
BLAKE2b-256 | 2e321a96aedebee1affc5cf9a31d90c08f01a79f4d73ed92755b4cd9162ccfd4 |