From 10788036449e95336498f8a8996f848eb67c2436 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 16 Mar 2011 20:13:50 +0000 Subject: [PATCH] Add servertech sentry3 pdu support, by falz git-svn-id: http://www.observium.org/svn/observer/trunk@1887 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/os/sentry3.inc.php | 8 ++++++++ includes/polling/os/sentry3.inc.php | 13 +++++++++++++ includes/static-config.php | 7 +++++++ 3 files changed, 28 insertions(+) create mode 100644 includes/discovery/os/sentry3.inc.php create mode 100644 includes/polling/os/sentry3.inc.php diff --git a/includes/discovery/os/sentry3.inc.php b/includes/discovery/os/sentry3.inc.php new file mode 100644 index 000000000..a96a68daa --- /dev/null +++ b/includes/discovery/os/sentry3.inc.php @@ -0,0 +1,8 @@ + diff --git a/includes/polling/os/sentry3.inc.php b/includes/polling/os/sentry3.inc.php new file mode 100644 index 000000000..a177761db --- /dev/null +++ b/includes/polling/os/sentry3.inc.php @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/includes/static-config.php b/includes/static-config.php index a2f32d786..225ce1c50 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -604,6 +604,13 @@ $config['os'][$os]['over'][0]['graph'] = "device_bits"; $config['os'][$os]['over'][0]['text'] = "Traffic"; $config['os'][$os]['type'] = "network"; +$os = "sentry3"; +$config['os'][$os]['text'] = "ServerTech Sentry3"; +$config['os'][$os]['type'] = "power"; +$config['os'][$os]['over'][0]['graph'] = "device_current"; +$config['os'][$os]['over'][0]['text'] = "Current"; +$config['os'][$os]['icon'] = "servertech"; + $device_types = array('server', 'network', 'firewall', 'workstation', 'printer', 'power', 'environment'); ### Graph Types