oh, set to 1s rather than 1000s :)

git-svn-id: http://www.observium.org/svn/observer/trunk@1704 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-09-16 11:56:36 +00:00
parent 9ad432bab1
commit 8a0eb8caef
+1 -1
View File
@@ -57,7 +57,7 @@ $config['show_services'] = 1; # Enable Services on menu
$config['ports_page_default'] = "details/"; ## eg "details/" "graphs/bits/"
### SNMP Settings
$config['snmp']['timeout'] = 1000; # timeout in ms
$config['snmp']['timeout'] = 1; # timeout in seconds
$config['snmp']['retries'] = 5; # how many times to retry the query
$config['snmp']['community'][] = "public"; # Communities to try during discovery (dangerous)