]> git.ipfire.org Git - oddments/fireinfo.git/log
oddments/fireinfo.git
14 years agoRead vendor and model of the system from the DMI.
Michael Tremer [Sun, 28 Nov 2010 13:08:33 +0000 (14:08 +0100)] 
Read vendor and model of the system from the DMI.

14 years agoUpdate meta information.
Michael Tremer [Fri, 26 Nov 2010 20:11:01 +0000 (21:11 +0100)] 
Update meta information.

14 years agoXen (paravirtualized) hosts do not set the virtualiztion bit.
Michael Tremer [Fri, 26 Nov 2010 19:38:42 +0000 (20:38 +0100)] 
Xen (paravirtualized) hosts do not set the virtualiztion bit.

However, some (or all) hypervisors set the "hypervisor" flags
so we could rely on that if the first check fails.

Thanks to Robert Möker for pointing that out.

14 years agoFix private_id function.
Michael Tremer [Fri, 26 Nov 2010 17:15:16 +0000 (18:15 +0100)] 
Fix private_id function.

The builtin function reversed() returned a generator which
created a new hash everytime.

14 years agoFix detection of the Citrix Xen Server hypervisor.
Michael Tremer [Fri, 26 Nov 2010 12:48:11 +0000 (13:48 +0100)] 
Fix detection of the Citrix Xen Server hypervisor.

14 years agoChange System to be a singleton pattern class and connect it to the hypervisor class.
Michael Tremer [Fri, 26 Nov 2010 12:45:17 +0000 (13:45 +0100)] 
Change System to be a singleton pattern class and connect it to the hypervisor class.

14 years agoAdd detection of bios vendor.
Stefan Pampel [Fri, 26 Nov 2010 12:38:04 +0000 (13:38 +0100)] 
Add detection of bios vendor.

14 years agoAdd sendprofile script (version 0.2). v0.2
Michael Tremer [Wed, 24 Nov 2010 22:33:11 +0000 (23:33 +0100)] 
Add sendprofile script (version 0.2).

14 years agoSkip language detection if the settings file isn't present.
Michael Tremer [Wed, 24 Nov 2010 16:50:07 +0000 (17:50 +0100)] 
Skip language detection if the settings file isn't present.

14 years agoCleanup unused code.
Michael Tremer [Wed, 24 Nov 2010 16:42:30 +0000 (17:42 +0100)] 
Cleanup unused code.

14 years agoNew class and C functions for hypervisor detection.
Michael Tremer [Wed, 24 Nov 2010 16:33:38 +0000 (17:33 +0100)] 
New class and C functions for hypervisor detection.

14 years agoRemove cpu modes information.
Michael Tremer [Wed, 24 Nov 2010 15:42:20 +0000 (16:42 +0100)] 
Remove cpu modes information.

14 years agoUse MHz information from /proc/cpuinfo.
Michael Tremer [Wed, 24 Nov 2010 15:39:37 +0000 (16:39 +0100)] 
Use MHz information from /proc/cpuinfo.

This is always the correct one.

14 years agoReimplement CPU.count.
Michael Tremer [Wed, 24 Nov 2010 15:34:41 +0000 (16:34 +0100)] 
Reimplement CPU.count.

14 years agoReplace information ino CPU class from /proc/cpuinfo.
Michael Tremer [Tue, 23 Nov 2010 21:52:53 +0000 (22:52 +0100)] 
Replace information ino CPU class from /proc/cpuinfo.

New property: model_string.

14 years agoNew function to read from /proc/cpuinfo.
Michael Tremer [Tue, 23 Nov 2010 21:45:33 +0000 (22:45 +0100)] 
New function to read from /proc/cpuinfo.

14 years agoAdd a flag to say if a host is running in a virtual environment.
Michael Tremer [Tue, 23 Nov 2010 21:35:36 +0000 (22:35 +0100)] 
Add a flag to say if a host is running in a virtual environment.

14 years agoAdd resonable functions for public_id and private_id.
Michael Tremer [Tue, 23 Nov 2010 21:31:48 +0000 (22:31 +0100)] 
Add resonable functions for public_id and private_id.

Finding a valid unique_id is still to do.

14 years agoAdd a python wrapper around is_virtualized.
Michael Tremer [Sun, 21 Nov 2010 21:25:37 +0000 (22:25 +0100)] 
Add a python wrapper around is_virtualized.

14 years agoMerge remote branch 'origin/vmware'
Michael Tremer [Sun, 21 Nov 2010 21:11:51 +0000 (22:11 +0100)] 
Merge remote branch 'origin/vmware'

14 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/fireinfo
Michael Tremer [Sun, 21 Nov 2010 21:11:41 +0000 (22:11 +0100)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/oddments/fireinfo

14 years agoSome function to check if a host is running in a virtual environment.
Florian Menne [Sun, 21 Nov 2010 21:11:07 +0000 (22:11 +0100)] 
Some function to check if a host is running in a virtual environment.

14 years agoAdd .gitignore.
Michael Tremer [Sun, 21 Nov 2010 18:46:00 +0000 (19:46 +0100)] 
Add .gitignore.

14 years agoRemove windows line endings.
Michael Tremer [Sun, 21 Nov 2010 18:45:38 +0000 (19:45 +0100)] 
Remove windows line endings.

14 years agoInitial import of python components.
Stefan Pampel [Sun, 21 Nov 2010 18:44:44 +0000 (19:44 +0100)] 
Initial import of python components.

14 years agoAdd VMWare hypervisor detection.
Michael Tremer [Fri, 19 Nov 2010 12:29:17 +0000 (13:29 +0100)] 
Add VMWare hypervisor detection.

Source:
  http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1009458

14 years agoFix runtime error when virtflag was null.
Michael Tremer [Mon, 15 Nov 2010 19:10:04 +0000 (20:10 +0100)] 
Fix runtime error when virtflag was null.

14 years agoInitial import.
Michael Tremer [Sun, 14 Nov 2010 23:38:11 +0000 (00:38 +0100)] 
Initial import.