diff --git a/html/images/os/mgepdu.png b/html/images/os/mge.png
similarity index 100%
rename from html/images/os/mgepdu.png
rename to html/images/os/mge.png
diff --git a/html/images/os/mgeups.png b/html/images/os/mgeups.png
deleted file mode 100644
index 670303fb09..0000000000
Binary files a/html/images/os/mgeups.png and /dev/null differ
diff --git a/includes/static-config.php b/includes/static-config.php
index 680ac37516..5019c54277 100644
--- a/includes/static-config.php
+++ b/includes/static-config.php
@@ -169,9 +169,11 @@ $config['os']['mgeups']['group'] = "ups";
$config['os']['mgeups']['overgraph'][] = "device_current";
$config['os']['mgeups']['overtext'] = "Current";
$config['os']['mgeups']['type'] = "power";
+$config['os']['mgeups']['icon'] = "mge";
$config['os']['mgepdu']['text'] = "MGE PDU";
$config['os']['mgepdu']['type'] = "power";
+$config['os']['mgepdu']['icon'] = "mge";
$config['os']['apc']['text'] = "APC Management Module";
$config['os']['apc']['overgraph'][] = "device_current";