Merge pull request #1319 from spinza/timeout

Add timeout on unix agent execution after connect.
This commit is contained in:
Neil Lathwood
2015-06-21 21:37:18 +01:00
2 changed files with 17 additions and 2 deletions
+5
View File
@@ -622,4 +622,9 @@ $config['ipmi']['type'][] = "open";
// Options needed for dyn config - do NOT edit
$dyn_config['email_backend'] = array('mail','sendmail','smtp');
$dyn_config['email_smtp_secure'] = array('', 'tls', 'ssl');
// Unix-agent poller module config settings
$config['unix-agent-connection-time-out'] = 10; //seconds
$config['unix-agent-read-time-out'] = 10; //seconds
?>