mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
re-enable snmp timeout code, set to 5 tries of 1000ms
git-svn-id: http://www.observium.org/svn/observer/trunk@1703 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -11,3 +11,5 @@ DROP TABLE `frequency`;
|
||||
ALTER TABLE `mempools` CHANGE `mempool_index` `mempool_index` VARCHAR( 16 ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL;
|
||||
ALTER TABLE `vrfs` CHANGE `mplsVpnVrfRouteDistinguisher` `mplsVpnVrfRouteDistinguisher` varchar(26) default NOT NULL;
|
||||
## Change port rrds
|
||||
ALTER TABLE `devices` ADD `timeout` INT NULL DEFAULT NULL AFTER `port`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user