diff options
-rw-r--r-- | SiteSummary.pm | 4 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/SiteSummary.pm b/SiteSummary.pm index 8320aa0..f2c856f 100644 --- a/SiteSummary.pm +++ b/SiteSummary.pm @@ -289,6 +289,8 @@ sub get_hardware_info { "Not Specified" eq $vendor || "System Manufaturer" eq $vendor || "System manufaturer" eq $vendor + || "System manufacturer" eq $vendor + || "To Be Filled By O.E.M." eq $vendor || "To Be Filled By O.E.M. by More String" eq $vendor )); undef $model if (defined $model && @@ -296,6 +298,7 @@ sub get_hardware_info { "Not Specified" eq $model || "System Name" eq $model || "System Product Name" eq $model + || "To Be Filled By O.E.M." eq $model || "To Be Filled By O.E.M. To Be Filled By O.E.M." eq $model )); @@ -305,6 +308,7 @@ sub get_hardware_info { && $version ne "Not Specified" && $version ne "Not Available" && $version ne "System Version" + && $version ne "To Be Filled By O.E.M." && $version ne "None"); return ($vendor, $model, $serial); diff --git a/debian/changelog b/debian/changelog index 7d5ade3..c931245 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ sitesummary (0.0.70) UNRELEASED; urgency=low * Adjust nagios-plugins/check_cups_queue to enforce the C locale is used to get age calculation working independent of system locale. + * Add more bogus DMI vendor and model strings to the ignore list for + the hardware settings. -- Petter Reinholdtsen <pere@debian.org> Mon, 14 Nov 2011 11:42:16 +0100 |