Community-based GPL-licensed network monitoring system
Go to file
Tom Laermans 1c997b30b5 split fan discovery into include_dir
git-svn-id: http://www.observium.org/svn/observer/trunk@1327 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-10 11:37:11 +00:00
contrib change interfaces table to ports (to match GUI conventions) 2010-02-20 17:22:22 +00:00
html Fix Q-BRIDGE-MIB vlan numbers on Procurve switches + minor misc 2010-07-09 17:22:16 +00:00
includes split fan discovery into include_dir 2010-07-10 11:37:11 +00:00
mibs cleanup checks add some mibs 2010-07-05 19:34:52 +00:00
scripts add option to dropdown the list of locations in the menu 2010-07-02 10:28:27 +00:00
addhost.php allow adding devices which don't have snmp hostname in their stack 2010-06-02 13:41:01 +00:00
adduser.php undebug adduser :> 2010-06-29 12:48:35 +00:00
alerts.php test commit 2010-06-14 19:16:05 +00:00
CHANGELOG 0.10.6 release. ><{{{*> 2010-06-21 17:58:46 +00:00
check-errors.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
check-services.php use installdir path in check-services - patch by Steven Bens 2010-07-08 07:56:17 +00:00
cleanup.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
config.php.default rrdcached support (yarly!) 2010-07-04 21:09:22 +00:00
COPYING GPLv3 migration 2009-04-29 15:44:12 +00:00
database-schema.sql HURRAH FOR SID3WINDR 2009-12-28 12:00:57 +00:00
database-update-pre1000.sql add ; to old db update script 2010-04-25 17:53:14 +00:00
database-update.sql move current to sensors table, plug some sql injection holes 2010-07-07 14:34:44 +00:00
delhost.php clean up commandline delhost output 2010-06-23 14:49:08 +00:00
DEVELOPING explain applications 2010-06-20 21:50:40 +00:00
discovery.php add jetdirect support, fix automatic type assignment 2010-07-02 16:11:59 +00:00
fix-events.php rejig events system (still not great. meh) clean up some pages. 2010-06-20 21:37:05 +00:00
generate-iplist.php fix a couple of graphs 2010-06-12 20:14:41 +00:00
generate-map.sh fixes to cdp! (now works with CatOS) 2009-11-28 10:38:02 +00:00
INSTALL cleanups + more mge ups 2010-06-03 09:42:24 +00:00
irc.php prototype irc bot! :D :D :D :D :D :D 2010-06-13 18:27:38 +00:00
map.php change interfaces table to ports (to match GUI conventions) 2010-02-20 17:22:22 +00:00
poll-billing.php billing bugfix :) 2010-06-21 04:28:37 +00:00
poll-device.php switch to poller.php away from poll-device.php. increase syslog table read speed a bit by using php-side device info cache 2010-06-23 19:17:06 +00:00
poll-reachability.php - Reverted 'temperature' database change. 2010-06-12 23:46:51 +00:00
poller.php unify $os_group and $os_type into $config['os'] 2010-06-25 12:18:00 +00:00
README test 2010-01-19 22:57:38 +00:00
renamehost.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
scan-snmp.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
snmp.conf.example updates 2009-11-12 11:13:21 +00:00
snmpd.conf.example add example snmpd.conf :) 2009-11-30 16:06:30 +00:00
snmptrap.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
syslog.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00
test-discovery.php bit of restructuring and tiding. all hail bunny. 2010-02-28 22:04:15 +00:00
test-poll.php fix mempool polling. move removal of storage cache array to poll-device.php. perhaps this needs further aggregated elsewhere ? 2010-03-14 14:38:30 +00:00
versioncheck.php include defaults.php before config.php, not FROM config.php 2010-02-27 14:44:38 +00:00

Copyright (C) 2006-2010 Adam Armstrong <adama@memetic.org>

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.

Please see COPYING for usage requirements and restrictions.

Introduction
------------

Observer is an auto-discovering network monitoring system. 

It's designed to be an easily-navigable interface to the health of your network.

Planned Features
----------------

* CollectD Integration                              * In Progress
* Full IPv6 capabilities                            * In Progress
* Pseudowire (MPLS/L2TP) tracking                   * In Progress
* MPLS IP-VPN tracking                              * In Progress
* 95th and metered usage tracking                   * In Progress
* Nagios Integration                                * Too scary for contempation

Installation
------------

Installation of Observer is currently not for the faint of heart! There is no automated
install script, so it'll probably take quite a bit of fiddling!

Please see http://www.observernms.org.

Please email adama@memetic.org with any feature requests, bug reports or just to tell me
that you're using observer!