summaryrefslogtreecommitdiffstats
path: root/commands/hardware
Commit message (Collapse)AuthorAgeFilesLines
* doc: regenerated cli html documenationMichal Minar2014-04-241-5/+0
|
* doc: created common makefile for documentationMichal Minar2014-04-241-177/+1
| | | | | Makefiles for documentation contained redundant code. Created one generic Makefile which is included by all the others.
* doc: use openlmithemeMichal Minar2014-04-241-1/+1
|
* require openlmi-tools instead of openlmi-scriptsMichal Minar2014-04-241-1/+1
| | | | | Subcommands now should depend only on openlmi-tools that contain both LMIShell and LMI Meta-command.
* unified script versionsMichal Minar2014-03-174-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 featuresMichal Minar2014-02-262-132/+13
| | | | | Disks introspection is not yet stable in openlmi-hardware provider, remove the support for now.
* hardware: deal properly with older versions of providersMichal Minar2014-02-251-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 scriptsMichal Minar2014-02-241-1/+1
| | | | | Networking, software, hardware and storage depend on recent changed in openlmi-scripts.
* Hardware, System: fixed nitpicks from reviewPeter Schiffer2014-02-241-17/+10
|
* Hardware: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-35/+51
|
* Hardware, System: added author commentPeter Schiffer2014-02-242-0/+6
|
* preparation for releaseMichal Minar2014-02-241-1/+1
| | | | Bumped versions of command libraries.
* Hardware: updated documentationPeter Schiffer2014-02-213-10/+16
|
* hardware: fixed declaration of listing commandsMichal Minar2014-02-211-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 subcommandPeter Schiffer2014-02-141-1/+6
|
* Hardware: added disk temperaturePeter Schiffer2014-02-141-1/+10
|
* Hardware: cleaned after rebase v2Peter Schiffer2014-02-051-3/+3
| | | | I forgot one thing and pushed the changes - hence the second commit.
* Hardware: cleaned after rebasePeter Schiffer2014-02-051-2/+0
|
* Hardware: cosmetic change in disks sectionPeter Schiffer2014-02-051-1/+1
|
* Hardware: added support for disksPeter Schiffer2014-02-052-6/+150
|
* Hardware: added motherboard subcommandPeter Schiffer2014-02-052-8/+38
| | | | Motherboard subcommand displays model and manufacturer of motherboard.
* Hardware: drop system subcommand and rename chassis to systemPeter Schiffer2014-02-052-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 informationPeter Schiffer2014-02-051-7/+46
|
* Hardware: prettier output of chassis model when there's incomplete infoPeter Schiffer2014-02-051-2/+10
|
* hardware: do not print column headersMichal Minar2014-02-051-11/+7
|
* hardware: fixed invocation for multiple hostsMichal Minar2014-02-051-14/+25
| | | | | Due to caching in hardware provider. All the results accross various hosts were the same.
* Updated copyright yearPeter Schiffer2014-01-295-6/+6
|
* hardware: fixed egg name againMichal Minar2013-11-061-1/+1
|
* spec: corrected egg nameMichal Minar2013-11-061-2/+2
|
* hardware: do not hardcode ComputerSystem class nameMichal Minar2013-11-062-2/+4
|
* Hardware: Created documentationPeter Schiffer2013-10-155-9/+73
|
* Hardware: Unify quotesPeter Schiffer2013-10-151-6/+6
|
* Hardware: added memory subcommandPeter Schiffer2013-10-112-6/+41
| | | | Memory subcommand displays information about memory.
* Hardware: added cpu subcommandPeter Schiffer2013-10-112-0/+44
| | | | Cpu subcommand displays basic information about processor.
* Hardware: replaced Linux_ComputerSystem with CIM_ComputerSystemPeter Schiffer2013-10-111-2/+2
|
* hardware: treat missing command as to list allMichal Minar2013-10-111-2/+3
|
* Hardware: added all subcommandPeter Schiffer2013-10-092-3/+22
| | | | All subcommand displays all available hardware information.
* Hardware: added chassis subcommandPeter Schiffer2013-10-082-8/+36
| | | | Chassis subcommand displays chassis information.
* Hardware: added system subcommandPeter Schiffer2013-10-072-0/+39
| | | | System subcommand displays system hostname.
* Hardware: Created hardware script folder hierarchyPeter Schiffer2013-10-0211-0/+835
Created empty folder hierarchy with template files for hardware script.