mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 00:25:06 +02:00
move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
git-svn-id: http://www.observium.org/svn/observer/trunk@3195 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ include("html/includes/functions.inc.php");
|
||||
|
||||
## Check all of our interface RRD files for errors
|
||||
|
||||
if ($argv[1]) { $where = "AND `interface_id` = ?"; $params = array($argv[1]); }
|
||||
if ($argv[1]) { $where = "AND `port_id` = ?"; $params = array($argv[1]); }
|
||||
|
||||
$i = 0;
|
||||
$errored = 0;
|
||||
|
||||
Reference in New Issue
Block a user