mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
add service history RRD and graph
git-svn-id: http://www.observium.org/svn/observer/trunk@926 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -109,3 +109,4 @@ RENAME TABLE `interfaces_perms` TO `ports_perms` ;
|
||||
ALTER TABLE `temperature` CHANGE `temp_index` `temp_index` VARCHAR( 32 ) NOT NULL AFTER `device_id` , ADD `temp_type` VARCHAR( 16 ) NOT NULL AFTER `temp_index`;
|
||||
ALTER TABLE `processors` CHANGE `processor_oid` `processor_oid` VARCHAR( 128 ) NOT NULL
|
||||
ALTER TABLE eventlog CHANGE `type` `type` VARCHAR( 64 ) NOT NULL;
|
||||
ALTER TABLE `services` CHANGE `service_host` `device_id` INT( 11 ) NOT NULL
|
||||
|
||||
Reference in New Issue
Block a user