From 31bd1a3f72c0596bb1e6276a596b6f32b1f0be46 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Thu, 17 Mar 2011 11:59:24 +0000 Subject: [PATCH] servertech sentry3 current detection and initial (broken) alcatel-lucent support git-svn-id: http://www.observium.org/svn/observer/trunk@1903 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/discovery/current/sentry3.inc.php | 90 ++++++++++++++++++++ includes/discovery/os/alcatel-lucent.inc.php | 12 +++ includes/static-config.php | 17 +++- 3 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 includes/discovery/current/sentry3.inc.php create mode 100755 includes/discovery/os/alcatel-lucent.inc.php diff --git a/includes/discovery/current/sentry3.inc.php b/includes/discovery/current/sentry3.inc.php new file mode 100644 index 000000000..12023117d --- /dev/null +++ b/includes/discovery/current/sentry3.inc.php @@ -0,0 +1,90 @@ + diff --git a/includes/discovery/os/alcatel-lucent.inc.php b/includes/discovery/os/alcatel-lucent.inc.php new file mode 100755 index 000000000..310868ac2 --- /dev/null +++ b/includes/discovery/os/alcatel-lucent.inc.php @@ -0,0 +1,12 @@ + diff --git a/includes/static-config.php b/includes/static-config.php index 1ab0eabb3..373e511c8 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -81,6 +81,20 @@ $config['os'][$os]['type'] = "server"; $config['os'][$os]['group'] = "unix"; $config['os'][$os]['text'] = "OpenIndiana"; +$os = "aos"; +$config['os'][$os]['group'] = "aos"; +$config['os'][$os]['text'] = "Alcatel-Lucent OS"; +$config['os'][$os]['type'] = "network"; +$config['os'][$os]['ifXmcbc'] = 1; +$config['os'][$os]['over'][0]['graph'] = "device_bits"; +$config['os'][$os]['over'][0]['text'] = "Device Traffic"; +#$config['os'][$os]['over'][1]['graph'] = "device_processors"; +#$config['os'][$os]['over'][1]['text'] = "CPU Usage"; +#$config['os'][$os]['over'][2]['graph'] = "device_mempools"; +#$config['os'][$os]['over'][2]['text'] = "Memory Usage"; +#$config['os'][$os]['icon'] = "cisco"; + + $os = "ios"; $config['os'][$os]['group'] = "ios"; $config['os'][$os]['text'] = "Cisco IOS"; @@ -94,7 +108,6 @@ $config['os'][$os]['over'][2]['graph'] = "device_mempools"; $config['os'][$os]['over'][2]['text'] = "Memory Usage"; $config['os'][$os]['icon'] = "cisco"; - $os = "cat1900"; $config['os'][$os]['group'] = "cat1900"; $config['os'][$os]['text'] = "Cisco Catalyst 1900"; @@ -430,7 +443,7 @@ $config['os'][$os]['type'] = "network"; $config['os'][$os]['over'][0]['graph'] = "device_bits"; $config['os'][$os]['over'][0]['text'] = "Traffic"; -$os = "sonicwal"; +$os = "sonicwall"; $config['os'][$os]['text'] = "SonicWALL"; $config['os'][$os]['type'] = "firewall"; $config['os'][$os]['over'][0]['graph'] = "device_bits";