mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	watchguard firebox detection and cpu support
git-svn-id: http://www.observium.org/svn/observer/trunk@2782 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
		@@ -792,6 +792,16 @@ $config['os'][$os]['type']              = "network";
 | 
			
		||||
$config['os'][$os]['text']              = "Symbol AP";
 | 
			
		||||
$config['os'][$os]['icon']              = "symbol";
 | 
			
		||||
 | 
			
		||||
$os = "firebox";
 | 
			
		||||
$config['os'][$os]['text']              = "Watchguard Firebox";
 | 
			
		||||
$config['os'][$os]['type']              = "firewall";
 | 
			
		||||
$config['os'][$os]['over'][0]['graph']  = "device_bits";
 | 
			
		||||
$config['os'][$os]['over'][0]['text']   = "Traffic";
 | 
			
		||||
$config['os'][$os]['over'][1]['graph']  = "device_processor";
 | 
			
		||||
$config['os'][$os]['over'][1]['text']   = "CPU Usage";
 | 
			
		||||
$config['os'][$os]['icon']              = "watchguard";
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
foreach ($config['os'] as $this_os => $blah)
 | 
			
		||||
{
 | 
			
		||||
  if (isset($config['os'][$this_os]['group']))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user