mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
webgui: Added ability to set warning percentage for CPU, mempools from device edit page (#5895)
This commit is contained in:
committed by
Neil Lathwood
parent
354bd2144d
commit
afb838bc10
2
sql-schema/173.sql
Normal file
2
sql-schema/173.sql
Normal 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';
|
||||
Reference in New Issue
Block a user