diff --git a/html/images/os/ingrasys.png b/html/images/os/ingrasys.png new file mode 100644 index 000000000..fabd94f13 Binary files /dev/null and b/html/images/os/ingrasys.png differ diff --git a/includes/static-config.php b/includes/static-config.php index 373e511c8..24709b098 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -531,6 +531,7 @@ $config['os'][$os]['over'][0]['text'] = "Temperatures"; $os = "ipoman"; $config['os'][$os]['text'] = "Ingrasys iPoMan"; $config['os'][$os]['type'] = "power"; +$config['os'][$os]['icon'] = "ingrasys"; $config['os'][$os]['over'][0]['graph'] = "device_current"; $config['os'][$os]['over'][0]['text'] = "Current";