mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
reengineering of port rrdfile. merged ifx (will notify existance of this via database).
****** YOU MUST RUN DISCOVERY OR "php fix-port-rrd.php" AFTER THIS ******* git-svn-id: http://www.observium.org/svn/observer/trunk@1656 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -67,6 +67,10 @@ if (file_exists('.svn'))
|
||||
include("fix-events.php"); ## Fix events table (needs to copy some data around, so needs script)
|
||||
}
|
||||
|
||||
if($db_rev+0 < 1656) { //FIXME
|
||||
include('fix-port-rrd.php');
|
||||
}
|
||||
|
||||
if ($dbu_rev+0 > $db_rev)
|
||||
{
|
||||
echo "SVN revision changed.\n";
|
||||
@@ -91,6 +95,8 @@ if (file_exists('.svn'))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(isset($options['d'])) { echo("DEBUG!\n"); $debug = 1; } else { $debug = 0; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user