Commit Graph

786 Commits

Author SHA1 Message Date
Adam Amstrong 0e7561e56f sensor eventlog cleanup (don't put current value, it's too much info)
git-svn-id: http://www.observium.org/svn/observer/trunk@1530 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 18:50:21 +00:00
Adam Amstrong 4f2972660f retooled sensors discovery. use global $valid_sensor, use sensors table only, replace sensor_precision with sensor_multiplier and sensor_divisor, remove all old discover_* functions and replace with discover_sensor
git-svn-id: http://www.observium.org/svn/observer/trunk@1529 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 18:25:11 +00:00
Tom Laermans e16f019bda JWOS polling device information
git-svn-id: http://www.observium.org/svn/observer/trunk@1527 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 16:35:28 +00:00
Tom Laermans 54b936fa8a ohai huawei and their sysDescr juggling
git-svn-id: http://www.observium.org/svn/observer/trunk@1525 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 15:48:53 +00:00
Tom Laermans 9ea02e3dd2 oops, failfix
git-svn-id: http://www.observium.org/svn/observer/trunk@1524 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 15:46:11 +00:00
Tom Laermans 343cdf81d3 Detect Juniper WXOS/JWOS + minor MIB path fix
git-svn-id: http://www.observium.org/svn/observer/trunk@1523 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 15:45:26 +00:00
Adam Amstrong fc08be2e34 cleaned up some mibs, moved mempools discovery to include_dir()
git-svn-id: http://www.observium.org/svn/observer/trunk@1521 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 15:39:47 +00:00
Adam Amstrong dfff34d3e3 move mempools pollers into their own directory (includes/discovery/mempools/)
git-svn-id: http://www.observium.org/svn/observer/trunk@1518 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 13:53:47 +00:00
Adam Amstrong da1e0a42b5 disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
git-svn-id: http://www.observium.org/svn/observer/trunk@1517 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 13:50:09 +00:00
Adam Amstrong 4dbbb34606 fix nxos icon, move ios -> cisco and catos -> cisco-old
git-svn-id: http://www.observium.org/svn/observer/trunk@1516 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 13:47:47 +00:00
Tom Laermans 7de52b2f91 better versions for APC AOS
git-svn-id: http://www.observium.org/svn/observer/trunk@1514 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 13:30:59 +00:00
Adam Amstrong cd6bac59d4 traffic graph only for procurve
git-svn-id: http://www.observium.org/svn/observer/trunk@1513 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 12:26:09 +00:00
Tom Laermans fd8f8d530b hide snmp stderr if not in debug mode, though some errors are still sneaking out somewhere
git-svn-id: http://www.observium.org/svn/observer/trunk@1509 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-29 11:22:20 +00:00
Adam Amstrong d07689c8d4 syslog handling update
git-svn-id: http://www.observium.org/svn/observer/trunk@1507 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 19:52:47 +00:00
Adam Amstrong f29e7b755b redesigned graph defining system (still seems a bit batshit, but nevermind). lots of improvements to various pollers, only writing RRDs if valid data is returned, etc.
git-svn-id: http://www.observium.org/svn/observer/trunk@1506 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 19:43:02 +00:00
Adam Amstrong 927c92e8dd fixes to lldp discovery (use dot1dBasePortIfIndex if exists) reported by Bill Fenner from Arista.
git-svn-id: http://www.observium.org/svn/observer/trunk@1505 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 18:56:14 +00:00
Adam Amstrong f5ab46aecf add duplex detection frmo dot3stats and display this for ports (and fix weird bug where speed wasn't shown for devices with no ifAlias!)
git-svn-id: http://www.observium.org/svn/observer/trunk@1504 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 17:37:11 +00:00
Adam Amstrong f91db2a32d Overwrite ifSpeed with ifHighSpeed * 1M if ifSpeed > 1G. Thanks to Bill Fenner from Arista for the nudge :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1503 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 16:48:30 +00:00
Tom Laermans 6af535d5f6 some fixes, and cleanups, also bits per second not bytes ;)
git-svn-id: http://www.observium.org/svn/observer/trunk@1502 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 15:57:32 +00:00
Adam Amstrong 29f5afa472 split netstats pollers into protocols. update $graphs array for each one successfully polled
git-svn-id: http://www.observium.org/svn/observer/trunk@1501 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-28 12:59:59 +00:00
Tom Laermans 0473ff752b make sure there aren't any trailing spaces in paths or we could accidentally maybe perhaps rm -r / or similar wrong directories
git-svn-id: http://www.observium.org/svn/observer/trunk@1500 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 21:13:14 +00:00
Tom Laermans 334eb00ab2 kilobits, not kelvinbits, sigh
git-svn-id: http://www.observium.org/svn/observer/trunk@1499 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 21:08:56 +00:00
Tom Laermans e733ca1558 respect enable_bgp more on website and on discovery, also detect more huawei vrp
git-svn-id: http://www.observium.org/svn/observer/trunk@1498 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 20:49:31 +00:00
Adam Amstrong 4820454468 fix port poller for devices which run out of oids :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1497 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 18:55:45 +00:00
Adam Amstrong 20629c4c7d fix etherlike graph for monrad, make HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.
git-svn-id: http://www.observium.org/svn/observer/trunk@1495 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 16:26:39 +00:00
Adam Amstrong 17242a06f2 use device_bits graphtype only for thomson speedtouch overlib
git-svn-id: http://www.observium.org/svn/observer/trunk@1494 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 12:58:26 +00:00
Adam Amstrong 190275c278 add arista
git-svn-id: http://www.observium.org/svn/observer/trunk@1492 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 02:02:37 +00:00
Adam Amstrong 7c00f83649 detect intel itanium :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1491 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-27 01:51:49 +00:00
Adam Amstrong c50a124359 autogenerate $config['base_url'] (why didn't we do this all along?)
git-svn-id: http://www.observium.org/svn/observer/trunk@1490 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-26 20:54:59 +00:00
Adam Amstrong f2dd9a0a56 set log_file if it's unset :>
git-svn-id: http://www.observium.org/svn/observer/trunk@1489 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-26 20:28:31 +00:00
Adam Amstrong 5263fa9238 fix front page. fix port poller and port descr parser a little.
git-svn-id: http://www.observium.org/svn/observer/trunk@1486 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-26 20:05:14 +00:00
Tom Laermans dbbc160c81 detection of itwatchdogs.com geese family - now for the fun of discovering the sensors...
git-svn-id: http://www.observium.org/svn/observer/trunk@1484 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-26 17:56:02 +00:00
Tom Laermans c8353b106b moar printer supportings, recognize more mge ups + dropdowns on devices list page now only list things from the selected device type, if any
git-svn-id: http://www.observium.org/svn/observer/trunk@1483 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-26 17:28:51 +00:00
Tom Laermans a19f81cca2 add oki logo
git-svn-id: http://www.observium.org/svn/observer/trunk@1482 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 21:00:23 +00:00
Tom Laermans ec2e1291ef ricoh definition seems to have disappeared
git-svn-id: http://www.observium.org/svn/observer/trunk@1481 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 20:56:04 +00:00
Tom Laermans aaed110728 Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
git-svn-id: http://www.observium.org/svn/observer/trunk@1480 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 20:54:01 +00:00
Adam Amstrong 5bbad3c236 fixed ios fix :)
git-svn-id: http://www.observium.org/svn/observer/trunk@1479 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 18:42:01 +00:00
Adam Amstrong 2aac4d9bf4 oops no
git-svn-id: http://www.observium.org/svn/observer/trunk@1478 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 18:41:18 +00:00
Adam Amstrong 884141d8ee minor improvement to cisco version detection
git-svn-id: http://www.observium.org/svn/observer/trunk@1477 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 18:40:39 +00:00
Adam Amstrong 293ec59629 fixes to last update, and a missing file
git-svn-id: http://www.observium.org/svn/observer/trunk@1474 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 18:05:16 +00:00
Adam Amstrong 82e30b206b add click to zoom to soem graphs, and new per-graphtype auth.inc.php to authenticate graphs and click-to-zoom pages.
git-svn-id: http://www.observium.org/svn/observer/trunk@1473 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-25 14:21:05 +00:00
Adam Amstrong 7a586e0e4f fix storage discovery
git-svn-id: http://www.observium.org/svn/observer/trunk@1472 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-24 19:29:18 +00:00
Adam Amstrong ada14bd542 Major changes to graphing system organisation. Prevent sensors from being discovered in ENTITY-SENSOR-MIB if they've already been detected in CISCO-ENTITY-SENSOR-MIB (they share entPhysicalIndex). Fix ADSL poller. Make popup overlibs prettier as default.
git-svn-id: http://www.observium.org/svn/observer/trunk@1470 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-24 19:14:41 +00:00
Adam Amstrong 289228a544 improve ADSL stats collection
git-svn-id: http://www.observium.org/svn/observer/trunk@1469 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 18:26:45 +00:00
Adam Amstrong d402965ae8 only do etherlike for the port if etherlike data has been returned (should improve poller speed a fair bit on some devices)
git-svn-id: http://www.observium.org/svn/observer/trunk@1468 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 18:23:21 +00:00
Adam Amstrong 538e96462f Move mempool polling scripts into their own directory. add Juniper ScreenOS CPU/Memory hardcoded discovery/poller
git-svn-id: http://www.observium.org/svn/observer/trunk@1467 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 18:15:54 +00:00
Adam Amstrong 4343c41f28 add tranzeo detection (no cpu, no ram, very basic mibs)
git-svn-id: http://www.observium.org/svn/observer/trunk@1466 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 17:44:24 +00:00
Adam Amstrong 51098b42b7 improving windows support
git-svn-id: http://www.observium.org/svn/observer/trunk@1465 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 17:43:38 +00:00
Adam Amstrong f29d26440b restructure $device['os'], improve device overlib a bit (is it?)
git-svn-id: http://www.observium.org/svn/observer/trunk@1464 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 15:05:01 +00:00
Adam Amstrong 9052296c13 lots of cleanups to various things
git-svn-id: http://www.observium.org/svn/observer/trunk@1463 61d68cd4-352d-0410-923a-c4978735b2b8
2010-07-23 13:42:28 +00:00