From b86a6447b89641b9e7fcd2f2a03663f67b4afdcd Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Mon, 25 Jan 2010 23:34:18 +0000 Subject: [PATCH] set version for Windows XP git-svn-id: http://www.observium.org/svn/observer/trunk@726 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/device-windows.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/polling/device-windows.inc.php b/includes/polling/device-windows.inc.php index 9621ee112e..8a7557daf5 100755 --- a/includes/polling/device-windows.inc.php +++ b/includes/polling/device-windows.inc.php @@ -2,6 +2,7 @@ if(strstr($sysDescr, "x86")) { $hardware = "Generic x86"; } if(strstr($sysDescr, "AMD64")) { $hardware = "Generic x64"; } + if(strstr($sysDescr, "Windows 2000 Version 5.1")) { $version = "XP"; } if(strstr($sysDescr, "Windows Version 5.2")) { $version = "2003 Server"; } if(strstr($sysDescr, "Windows Version 6.1")) { $version = "Windows 7"; } if(strstr($sysDescr, "Uniprocessor Free")) { $features = "Uniprocessor"; }