Display of online state for nodes and hostname for monitoring info in admin panel.
This commit is contained in:
parent
c0ae97e298
commit
cd746a41ea
9 changed files with 168 additions and 56 deletions
server/db/patches
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE node_state ADD COLUMN hostname VARCHAR(32);
|
||||
ALTER TABLE node_state ADD COLUMN monitoring_state VARCHAR(10);
|
Loading…
Add table
Add a link
Reference in a new issue