From 129d502346a248f9ffc9fc07d296e84ea5a889b1 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Wed, 12 Mar 2008 17:12:17 +0000 Subject: [PATCH] fixes, add cisco inventory tracking git-svn-id: http://www.observium.org/svn/observer/trunk@145 61d68cd4-352d-0410-923a-c4978735b2b8 --- discover-cisco-physical.php | 78 +++++++++++++++++++++++++++++++++++++ html/index.php | 2 +- 2 files changed, 79 insertions(+), 1 deletion(-) create mode 100755 discover-cisco-physical.php diff --git a/discover-cisco-physical.php b/discover-cisco-physical.php new file mode 100755 index 000000000..ee8e3ad13 --- /dev/null +++ b/discover-cisco-physical.php @@ -0,0 +1,78 @@ +#!/usr/bin/php + diff --git a/html/index.php b/html/index.php index 26b9f003d..f85a18841 100755 --- a/html/index.php +++ b/html/index.php @@ -110,7 +110,7 @@ function popUp(URL) { $end = utime(); $run = $end - $start; $gentime = substr($run, 0, 5); echo("
Generated in $gentime seconds -
Observer " . $config['version'] . " © 2006-2007 Adam Armstrong"); +
Observer " . $config['version'] . " © 2006-2008 Adam Armstrong"); ?>