Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: regenerated cli html documenation | Michal Minar | 2014-04-24 | 1 | -5/+0 |
| | |||||
* | doc: created common makefile for documentation | Michal Minar | 2014-04-24 | 1 | -177/+1 |
| | | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others. | ||||
* | doc: use openlmitheme | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | require openlmi-tools instead of openlmi-scripts | Michal Minar | 2014-04-24 | 1 | -1/+1 |
| | | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command. | ||||
* | unified script versions | Michal Minar | 2014-03-17 | 4 | -3/+6 |
| | | | | | | | All scripts have the same version which is set in single file (VERSION). All setup.py and conf.py scripts containing these version numbers were renamed to *.skel. These skeletons are then read by makefiles and proper *.py scripts are generated out of them. | ||||
* | hardware: remove unstable features | Michal Minar | 2014-02-26 | 2 | -132/+13 |
| | | | | | Disks introspection is not yet stable in openlmi-hardware provider, remove the support for now. | ||||
* | hardware: deal properly with older versions of providers | Michal Minar | 2014-02-25 | 1 | -1/+13 |
| | | | | | LMI_DiskDrive class was added to openlmi-hardware just recently. Don't expect it to be present on broker. | ||||
* | tuned requirements for several scripts | Michal Minar | 2014-02-24 | 1 | -1/+1 |
| | | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts. | ||||
* | Hardware, System: fixed nitpicks from review | Peter Schiffer | 2014-02-24 | 1 | -17/+10 |
| | |||||
* | Hardware: safer coding when classes and/or attributes are missing | Peter Schiffer | 2014-02-24 | 1 | -35/+51 |
| | |||||
* | Hardware, System: added author comment | Peter Schiffer | 2014-02-24 | 2 | -0/+6 |
| | |||||
* | preparation for release | Michal Minar | 2014-02-24 | 1 | -1/+1 |
| | | | | Bumped versions of command libraries. | ||||
* | Hardware: updated documentation | Peter Schiffer | 2014-02-21 | 3 | -10/+16 |
| | |||||
* | hardware: fixed declaration of listing commands | Michal Minar | 2014-02-21 | 1 | -1/+1 |
| | | | | | | Due to a change in handling of COLUMNS and FMT_NO_HEADINGS, the correct way to disable printing column headers with LmiLister command is to set the COLUMNS to empty list/tuple. | ||||
* | Hardware: added virtual machine info to the system subcommand | Peter Schiffer | 2014-02-14 | 1 | -1/+6 |
| | |||||
* | Hardware: added disk temperature | Peter Schiffer | 2014-02-14 | 1 | -1/+10 |
| | |||||
* | Hardware: cleaned after rebase v2 | Peter Schiffer | 2014-02-05 | 1 | -3/+3 |
| | | | | I forgot one thing and pushed the changes - hence the second commit. | ||||
* | Hardware: cleaned after rebase | Peter Schiffer | 2014-02-05 | 1 | -2/+0 |
| | |||||
* | Hardware: cosmetic change in disks section | Peter Schiffer | 2014-02-05 | 1 | -1/+1 |
| | |||||
* | Hardware: added support for disks | Peter Schiffer | 2014-02-05 | 2 | -6/+150 |
| | |||||
* | Hardware: added motherboard subcommand | Peter Schiffer | 2014-02-05 | 2 | -8/+38 |
| | | | | Motherboard subcommand displays model and manufacturer of motherboard. | ||||
* | Hardware: drop system subcommand and rename chassis to system | Peter Schiffer | 2014-02-05 | 2 | -26/+43 |
| | | | | | | | | | | System subcommand displayed only hostname, which in case of hwinfo might be pointless. After this patch, the hostname is displayed at the top of every subcommand. Chassis subcommand was renamed to system, because this name better represents provided data - the data about "system", like the type (server, notebook), its manufacturer and model. | ||||
* | Hardware: added memory module information | Peter Schiffer | 2014-02-05 | 1 | -7/+46 |
| | |||||
* | Hardware: prettier output of chassis model when there's incomplete info | Peter Schiffer | 2014-02-05 | 1 | -2/+10 |
| | |||||
* | hardware: do not print column headers | Michal Minar | 2014-02-05 | 1 | -11/+7 |
| | |||||
* | hardware: fixed invocation for multiple hosts | Michal Minar | 2014-02-05 | 1 | -14/+25 |
| | | | | | Due to caching in hardware provider. All the results accross various hosts were the same. | ||||
* | Updated copyright year | Peter Schiffer | 2014-01-29 | 5 | -6/+6 |
| | |||||
* | hardware: fixed egg name again | Michal Minar | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | spec: corrected egg name | Michal Minar | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | hardware: do not hardcode ComputerSystem class name | Michal Minar | 2013-11-06 | 2 | -2/+4 |
| | |||||
* | Hardware: Created documentation | Peter Schiffer | 2013-10-15 | 5 | -9/+73 |
| | |||||
* | Hardware: Unify quotes | Peter Schiffer | 2013-10-15 | 1 | -6/+6 |
| | |||||
* | Hardware: added memory subcommand | Peter Schiffer | 2013-10-11 | 2 | -6/+41 |
| | | | | Memory subcommand displays information about memory. | ||||
* | Hardware: added cpu subcommand | Peter Schiffer | 2013-10-11 | 2 | -0/+44 |
| | | | | Cpu subcommand displays basic information about processor. | ||||
* | Hardware: replaced Linux_ComputerSystem with CIM_ComputerSystem | Peter Schiffer | 2013-10-11 | 1 | -2/+2 |
| | |||||
* | hardware: treat missing command as to list all | Michal Minar | 2013-10-11 | 1 | -2/+3 |
| | |||||
* | Hardware: added all subcommand | Peter Schiffer | 2013-10-09 | 2 | -3/+22 |
| | | | | All subcommand displays all available hardware information. | ||||
* | Hardware: added chassis subcommand | Peter Schiffer | 2013-10-08 | 2 | -8/+36 |
| | | | | Chassis subcommand displays chassis information. | ||||
* | Hardware: added system subcommand | Peter Schiffer | 2013-10-07 | 2 | -0/+39 |
| | | | | System subcommand displays system hostname. | ||||
* | Hardware: Created hardware script folder hierarchy | Peter Schiffer | 2013-10-02 | 11 | -0/+835 |
Created empty folder hierarchy with template files for hardware script. |