mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	changed copmact to compact
This commit is contained in:
		| @@ -38,7 +38,7 @@ if ($device['os_group'] == "cisco") { | ||||
|             'active' => $active, | ||||
|         ); | ||||
|  | ||||
|         $tags = copmact('rrd_def'); | ||||
|         $tags = compact('rrd_def'); | ||||
|         data_update($device, 'cisco-iospri', $tags, $fields); | ||||
|  | ||||
|         $graphs['cisco-iospri'] = TRUE; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user