mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
moving to observernms.org
git-svn-id: http://www.observium.org/svn/observer/trunk@344 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
2
INSTALL
2
INSTALL
@@ -1,5 +1,5 @@
|
|||||||
This software is currently Alpha, so no real documentation exists yes.
|
This software is currently Alpha, so no real documentation exists yes.
|
||||||
|
|
||||||
Please see http://www.project-observer.org for some instructions.
|
Please see http://www.observernms.org for some instructions.
|
||||||
|
|
||||||
Please also contact me via adama@memetic.org if you run in to any issues.
|
Please also contact me via adama@memetic.org if you run in to any issues.
|
||||||
|
2
README
2
README
@@ -1,4 +1,4 @@
|
|||||||
Copyright (C) 2006-2008 Adam Armstrong <adama@project-observer.org>
|
Copyright (C) 2006-2008 Adam Armstrong <adama@observernms.org>
|
||||||
|
|
||||||
Please see license.txt for usage requirements and restrictions.
|
Please see license.txt for usage requirements and restrictions.
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ $config['overlib_defaults'] = ",FGCOLOR,'#e5e5e5', BGCOLOR, '#e5e5e5'";
|
|||||||
$config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16");
|
$config['nets'] = array ("10.0.0.0/8", "172.22.0.0/16");
|
||||||
|
|
||||||
### Your company domain name and specifics
|
### Your company domain name and specifics
|
||||||
$config['mydomain'] = "project-observer.net";
|
$config['mydomain'] = "observernms.net";
|
||||||
$config['page_title'] = "Project Observer";
|
$config['page_title'] = "Project Observer";
|
||||||
$config['title_image'] = "images/observer-logo.jpg";
|
$config['title_image'] = "images/observer-logo.jpg";
|
||||||
$config['stylesheet'] = "css/styles.css";
|
$config['stylesheet'] = "css/styles.css";
|
||||||
|
@@ -119,7 +119,7 @@ function popUp(URL) {
|
|||||||
$end = utime(); $run = $end - $start;
|
$end = utime(); $run = $end - $start;
|
||||||
$gentime = substr($run, 0, 5);
|
$gentime = substr($run, 0, 5);
|
||||||
echo("<br /> <center>Generated in $gentime seconds
|
echo("<br /> <center>Generated in $gentime seconds
|
||||||
<br /> <a href='http://www.project-observer.org'>Observer " . $config['version'] . "</a> © 2006-2008 Adam Armstrong");
|
<br /> <a href='http://www.observernms.org'>Observer " . $config['version'] . "</a> © 2006-2009 Adam Armstrong");
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
include("config.php");
|
include("config.php");
|
||||||
include("includes/functions.php");
|
include("includes/functions.php");
|
||||||
|
|
||||||
$dataHandle = fopen("http://www.project-observer.org/latest.php", r);
|
$dataHandle = fopen("http://www.observernms.org/latest.php", r);
|
||||||
|
|
||||||
if($dataHandle)
|
if($dataHandle)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user