webgui: Added ability to set warning percentage for CPU, mempools from device edit page (#5895)

This commit is contained in:
Robbie Penziol
2017-03-03 07:07:12 -08:00
committed by Neil Lathwood
parent 354bd2144d
commit afb838bc10
18 changed files with 399 additions and 12 deletions

2
sql-schema/173.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE `processors` ADD `processor_perc_warn` int(11) DEFAULT '75';
ALTER TABLE `mempools` ADD `mempool_perc_warn` int(11) DEFAULT '75';