From a7441e64598a1ffbac605829d18423e0b67b961a Mon Sep 17 00:00:00 2001 From: crcro Date: Fri, 19 Aug 2016 02:21:00 +0300 Subject: [PATCH] initial hw group ste2 device support --- includes/definitions.inc.php | 6 +++++ includes/discovery/os/hwg-ste2.inc.php | 17 +++++++++++++ .../sensors/humidity/hwg-ste2.inc.php | 24 +++++++++++++++++++ .../sensors/temperatures/hwg-ste2.inc.php | 24 +++++++++++++++++++ 4 files changed, 71 insertions(+) create mode 100644 includes/discovery/os/hwg-ste2.inc.php create mode 100644 includes/discovery/sensors/humidity/hwg-ste2.inc.php create mode 100644 includes/discovery/sensors/temperatures/hwg-ste2.inc.php diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php index 2f7d9c3829..180557e5f6 100644 --- a/includes/definitions.inc.php +++ b/includes/definitions.inc.php @@ -1893,6 +1893,12 @@ $config['os'][$os]['icon'] = 'hwg'; $config['os'][$os]['over'][0]['graph'] = 'device_bits'; $config['os'][$os]['over'][0]['text'] = 'Traffic'; +// HWGroup STE2 +$os = 'hwg-ste2'; +$config['os'][$os]['text'] = 'HWg STE2'; +$config['os'][$os]['type'] = 'environment'; +$config['os'][$os]['icon'] = 'hwg'; + // EATON PDU $os = 'eatonpdu'; $config['os'][$os]['text'] = 'Eaton PDU'; diff --git a/includes/discovery/os/hwg-ste2.inc.php b/includes/discovery/os/hwg-ste2.inc.php new file mode 100644 index 0000000000..e0dc531cc0 --- /dev/null +++ b/includes/discovery/os/hwg-ste2.inc.php @@ -0,0 +1,17 @@ +