mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	@@ -100,7 +100,7 @@ if (count($services) > '0') {
 | 
			
		||||
        if ($vars['view'] == 'details') {
 | 
			
		||||
            // if we have a script for this check, use it.
 | 
			
		||||
            $check_ds = null;
 | 
			
		||||
            $check_script = $config['install_dir'] . '/includes/services/check_' . strtolower($service['service_type']) . '.inc.php';
 | 
			
		||||
            $check_script = \LibreNMS\Config::get('install_dir') . '/includes/services/check_' . strtolower($service['service_type']) . '.inc.php';
 | 
			
		||||
            if (is_file($check_script)) {
 | 
			
		||||
                include $check_script;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user