diff --git a/html/images/os/wxgoos.png b/html/images/os/wxgoos.png
new file mode 100644
index 0000000000..11d19ecb85
Binary files /dev/null and b/html/images/os/wxgoos.png differ
diff --git a/includes/discovery/os/wxgoos.inc.php b/includes/discovery/os/wxgoos.inc.php
new file mode 100644
index 0000000000..36026a2c3c
--- /dev/null
+++ b/includes/discovery/os/wxgoos.inc.php
@@ -0,0 +1,11 @@
+
diff --git a/includes/static-config.php b/includes/static-config.php
index e187f3797b..bf787f0535 100644
--- a/includes/static-config.php
+++ b/includes/static-config.php
@@ -318,7 +318,6 @@ $config['os'][$os]['type'] = "power";
$config['os'][$os]['over'][0]['graph'] = "device_current";
$config['os'][$os]['over'][0]['text'] = "Current";
-
$os = "akcp";
$config['os'][$os]['text'] = "AKCP SensorProbe";
$config['os'][$os]['type'] = "environment";
@@ -331,6 +330,12 @@ $config['os'][$os]['type'] = "environment";
$config['os'][$os]['over'][0]['graph'] = "device_temperature";
$config['os'][$os]['over'][0]['text'] = "Temperatures";
+$os = "wxgoos";
+$config['os'][$os]['text'] = "ITWatchDogs Goose";
+$config['os'][$os]['type'] = "environment";
+$config['os'][$os]['over'][0]['graph'] = "device_temperature";
+$config['os'][$os]['over'][0]['text'] = "Temperatures";
+
$os = "papouch-tme";
$config['os'][$os]['text'] = "Papouch TME";
$config['os'][$os]['type'] = "environment";