summaryrefslogtreecommitdiffstats
path: root/commands/system
Commit message (Collapse)AuthorAgeFilesLines
* doc: created common makefile for documentationMichal Minar2014-04-241-177/+2
| | | | | 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.
* Merge pull request #75 from pschiffe/masterMichal Minar2014-03-181-0/+45
|\ | | | | System: added networking info
| * System: added networking infoPeter Schiffer2014-03-171-0/+45
| |
* | unified script versionsMichal Minar2014-03-173-22/+4
|/ | | | | | | 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.
* System: catch LMIClassNotFound exceptionsPeter Schiffer2014-03-031-24/+43
|
* System: added dependency on openlmi-scripts-servicePeter Schiffer2014-02-282-1/+3
|
* System: added info about firewall and logging servicesPeter Schiffer2014-02-271-0/+35
|
* System: added OS infoPeter Schiffer2014-02-251-0/+23
|
* documentation updatesMichal Minar2014-02-242-0/+21
| | | | | Added few Makefiles and setup configs. Just to make distribution to PyPI easy.
* system: added version require and bumped releaseMichal Minar2014-02-242-4/+4
|
* Hardware, System: fixed nitpicks from reviewPeter Schiffer2014-02-241-5/+3
|
* System: safer coding when classes and/or attributes are missingPeter Schiffer2014-02-241-11/+23
|
* Hardware, System: added author commentPeter Schiffer2014-02-242-0/+6
|
* System: added hw infoPeter Schiffer2014-02-212-1/+54
|
* System: new system scriptPeter Schiffer2014-02-2113-0/+938
System script displays general information about system. This is initial commit, currently it displays only computer name (hostname).