mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
show ports/sensors on the device list page. add option to use php-snmp functions for snmp_get()s
git-svn-id: http://www.observium.org/svn/observer/trunk@1716 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+2
-1
@@ -12,4 +12,5 @@ ALTER TABLE `mempools` CHANGE `mempool_index` `mempool_index` VARCHAR( 16 ) C
|
||||
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`;
|
||||
|
||||
ALTER TABLE `devices` ADD `retries` INT NULL DEFAULT NULL AFTER `timeout`;
|
||||
ALTER TABLE `perf_times` CHANGE `duration` `duration` DOUBLE( 8, 2 ) NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user