Added ability to record traceroutes for devices down due to ICMP (#9457)

* Added ability to record traceroutes for devices down due to ICMP

* Update Templates.md

* Updated schema

* Update dev-overview-data.inc.php
This commit is contained in:
Neil Lathwood
2018-11-19 15:58:59 +00:00
committed by Tony Murray
parent fc44ddb3a1
commit ceea9d4981
8 changed files with 102 additions and 38 deletions

1
sql-schema/271.sql Normal file
View File

@@ -0,0 +1 @@
ALTER TABLE `device_perf` ADD `debug` TEXT NULL;