← Back to Changelog Index

Changelog 2010

💻 Rolling Release

1191
commits
53,857
added
35,942
removed

🏷️ Stable Releases

0
releases
0
added
0
removed

💻 r1771

Tom Laermans 🦔 • 2010-12-26 21:57
code and formatting cleanups/small fixes
Files changed (8)
M includes/discovery/cisco-mac-accounting.inc.php +3 -7
M includes/discovery/cisco-pw.inc.php +29 -19
M includes/discovery/cisco-vlans.inc.php +3 -2
M includes/discovery/cisco-vrf.inc.php +67 -49
M includes/discovery/services.inc.php +2 -2
M includes/discovery/toner.inc.php +1 -2
M includes/discovery/ucd-diskio.inc.php +36 -36
M includes/functions.php +2 -1
📈 143 added 📉 118 removed

💻 r1770

Tom Laermans 🦔 • 2010-12-26 21:36
fix discovery of IPMI for indexes
Files changed (1)
M includes/discovery/ipmi.inc.php +2
📈 2 added 📉 0 removed

💻 r1769

Tom Laermans 🦔 • 2010-12-22 20:47
remove warning
Files changed (1)
M includes/snmp.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1768

Tom Laermans 🦔 • 2010-12-20 21:20
make ipmitool path configurable
Files changed (4)
M includes/defaults.inc.php +1
M includes/discovery/ipmi.inc.php +1 -1
M includes/functions.php +1
M includes/polling/ipmi.inc.php +1 -1
📈 4 added 📉 2 removed

💻 r1767

Tom Laermans 🦔 • 2010-12-20 21:19
correct humidity graphs after DS name change
Files changed (1)
M html/includes/graphs/sensor/humidity.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1766

Tom Laermans 🦔 • 2010-12-20 12:26
Add webinterface support for IPMI poller
Files changed (8)
A html/images/icons/greyscale/ipmi.png +1
A html/images/icons/ipmi.png +1
A html/includes/device-ipmi-edit.inc.php +16
M html/includes/functions.inc.php +2 -2
M html/pages/device/edit.inc.php +3 -2
A html/pages/device/edit/ipmi.inc.php +59
M includes/discovery/ipmi.inc.php +3 -2
M includes/functions.php +11 -5
📈 96 added 📉 11 removed

💻 r1765

Tom Laermans 🦔 • 2010-12-16 11:25
Show unit on IPMI poll, minor fix to CHANGELOG
Files changed (2)
M CHANGELOG +1 -1
M includes/polling/ipmi.inc.php +5 -3
📈 6 added 📉 4 removed

💻 r1764

Tom Laermans 🦔 • 2010-12-16 11:13
rename fanspeed rrds to work like the other sensors
Files changed (2)
M html/includes/graphs/sensor/fanspeed.inc.php +1 -1
M includes/polling/fanspeeds.inc.php +7 -4
📈 8 added 📉 5 removed

💻 r1763

Tom Laermans 🦔 • 2010-12-16 10:28
add image for engenius access points
Files changed (1)
A html/images/os/engenius.png +1
📈 1 added 📉 0 removed

💻 r1762

Tom Laermans 🦔 • 2010-12-16 10:26
add engenius discovery and polling, missing image
Files changed (6)
A includes/discovery/os/engenius.inc.php +10
A includes/polling/os/engenius.inc.php +37
A mibs/ENGENIUS-CLIENT-MIB +204
A mibs/ENGENIUS-MESH-MIB +7,400
A mibs/ENGENIUS-PRIVATE-MIB +1,460
A mibs/ENGENIUS-STATUS-MIB +1,332
📈 47 added 📉 0 removed

💻 r1761

Tom Laermans 🦔 • 2010-12-16 10:24
allow negative values in ipmi sensor files, for negative volts and temperatures
Files changed (1)
M includes/polling/ipmi.inc.php +14 -6
📈 14 added 📉 6 removed

💻 r1760

Tom Laermans 🦔 • 2010-12-15 17:57
commit sensor fix script that should have gone along with the previous ones
Files changed (1)
A fix-sensor-rrd.php +84
📈 84 added 📉 0 removed

💻 r1759

Tom Laermans 🦔 • 2010-12-15 17:55
remove old and not very well working snmpd ipmi addin
Files changed (1)
D scripts/snmpd-ipmi.pl -180
📈 0 added 📉 180 removed

💻 r1758

Tom Laermans 🦔 • 2010-12-15 17:54
some sensor unification, rename sensor rrds and rename the DS, add testing IPMI support (no web-part yet) - tested against Intel RMM3 and working. some further cleanups as well.
Files changed (25)
M database-update.sql +1
M discovery.php +10 -6
M html/includes/dev-overview-data.inc.php +2 -20
M html/includes/graphs/sensor/current.inc.php +5 -5
M html/includes/graphs/sensor/fanspeed.inc.php +5 -5
M html/includes/graphs/sensor/frequency.inc.php +5 -5
M html/includes/graphs/sensor/humidity.inc.php +14 -14
M html/includes/graphs/sensor/temperature.inc.php +17 -17
M html/includes/graphs/sensor/voltage.inc.php +10 -10
M html/pages/device.inc.php +1
M includes/discovery/entity-sensor.inc.php -3
M includes/discovery/functions.inc.php +29 -23
A includes/discovery/ipmi.inc.php +31
M includes/discovery/sensors.inc.php +1
M includes/functions.php +14 -1
M includes/polling/current.inc.php +2 -2
M includes/polling/fanspeeds.inc.php +7 -5
M includes/polling/frequencies.inc.php +3 -3
M includes/polling/humidity.inc.php +3 -6
A includes/polling/ipmi.inc.php +52
M includes/polling/temperatures.inc.php +5 -4
M includes/polling/voltages.inc.php +4 -4
M includes/snmp.inc.php +58 -47
M includes/static-config.php +11
M poller.php +3 -2
📈 293 added 📉 182 removed

💻 r1757

Adam Armstrong 🐸 • 2010-12-05 14:15
add comment for snmp internal :>
Files changed (2)
M config.php.default +1
M html/pages/bill/edit.inc.php +2 -2
📈 3 added 📉 2 removed

💻 r1756

Tom Laermans 🦔 • 2010-12-03 21:37
set sensor type for ipoman outlet current
Files changed (1)
M includes/discovery/current/ipoman.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1755

Tom Laermans 🦔 • 2010-12-03 15:56
small fixes
Files changed (3)
M html/includes/print-menubar.php +35 -32
M includes/discovery/ipv4-addresses.inc.php +55 -47
M includes/discovery/temperatures/dell.inc.php +3 -3
📈 93 added 📉 82 removed

💻 r1754

Tom Laermans 🦔 • 2010-12-02 18:12
fix graphs after r1750, sigh
Files changed (2)
M html/includes/graphs/graph.inc.php +5 -5
M html/includes/graphs/sensor/auth.inc.php -3
📈 5 added 📉 8 removed

💻 r1753

Tom Laermans 🦔 • 2010-12-02 18:01
small cidr check optimization
Files changed (1)
M html/includes/graphs/graph.inc.php +1
📈 1 added 📉 0 removed

💻 r1752

Tom Laermans 🦔 • 2010-12-02 17:49
remove default warning limit variables from defaults as they are no longer used
Files changed (1)
M includes/defaults.inc.php -8
📈 0 added 📉 8 removed

💻 r1751

Tom Laermans 🦔 • 2010-12-02 17:43
move ldap example settings to defaults.inc.php
Files changed (2)
M config.php.default -7
M includes/defaults.inc.php +5
📈 5 added 📉 7 removed

💻 r1750

Tom Laermans 🦔 • 2010-12-02 17:41
add code to allow unauth graphs by IP range, useful for control panels who can use a passthrough (ie php fpassthru) of 'secret' urls, or stats pages, or...
Files changed (2)
M html/includes/graphs/graph.inc.php +76 -48
M includes/defaults.inc.php +1
📈 77 added 📉 48 removed

💻 r1749

Tom Laermans 🦔 • 2010-12-02 16:45
Generify sensor display on overview page, make links go directly to zoomed graph unless you click on the header in which case you go to that sensor health overview page
Files changed (17)
M html/css/styles.css +6
M html/pages/device/overview.inc.php +6 -6
D html/pages/device/overview/current.inc.php -40
D html/pages/device/overview/fanspeeds.inc.php -40
D html/pages/device/overview/frequencies.inc.php -42
A html/pages/device/overview/generic
A html/pages/device/overview/generic/sensor.inc.php +40
D html/pages/device/overview/humidity.inc.php -47
A html/pages/device/overview/sensors
A html/pages/device/overview/sensors/current.inc.php +10
A html/pages/device/overview/sensors/fanspeeds.inc.php +10
A html/pages/device/overview/sensors/frequencies.inc.php +10
A html/pages/device/overview/sensors/humidity.inc.php +10
A html/pages/device/overview/sensors/temperatures.inc.php +10
A html/pages/device/overview/sensors/voltages.inc.php +10
D html/pages/device/overview/temperatures.inc.php -44
D html/pages/device/overview/voltages.inc.php -40
📈 106 added 📉 259 removed

💻 r1748

Tom Laermans 🦔 • 2010-12-01 15:51
fix typo on iftype page for transit/peering/etc
Files changed (1)
M html/pages/iftype.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1747

Tom Laermans 🦔 • 2010-11-29 11:14
reset valid_afi_safi per peer, to not show error graphs on bgp sessions not supporting this prefix type
Files changed (1)
M html/pages/device/bgp.inc.php +2
📈 2 added 📉 0 removed

💻 r1746

Tom Laermans 🦔 • 2010-11-29 10:53
fix graph shown when clicking device overview network traffic graph
Files changed (1)
M html/pages/device/overview/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1745

Adam Armstrong 🐸 • 2010-11-27 03:13
add 95th to multi_bits graphs
Files changed (1)
M html/includes/graphs/generic_multi_bits.inc.php +12 -3
📈 12 added 📉 3 removed

💻 r1744

Tom Laermans 🦔 • 2010-11-26 22:29
fix errors in description of ipoman currents
Files changed (3)
M includes/discovery/current/ipoman.inc.php +7 -7
M includes/discovery/frequencies/ipoman.inc.php +6 -6
M includes/discovery/voltages/ipoman.inc.php +6 -6
📈 19 added 📉 19 removed

💻 r1743

Tom Laermans 🦔 • 2010-11-26 17:56
parsing of ipv6 afi on junos bgp poll/discovery
Files changed (2)
M includes/discovery/bgp-peers.inc.php +4 -1
M includes/polling/bgp-peers.inc.php +4 -1
📈 8 added 📉 2 removed

💻 r1742

Tom Laermans 🦔 • 2010-11-25 15:32
no longer show broken graphs when there are none to be shown, indentation fixes
Files changed (2)
M html/pages/device/bgp.inc.php +119 -93
M html/pages/iftype.inc.php +47 -41
📈 166 added 📉 134 removed

💻 r1741

Tom Laermans 🦔 • 2010-11-24 21:26
add % to processor usage graph
Files changed (1)
M html/includes/graphs/processor/usage.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1740

Tom Laermans 🦔 • 2010-11-24 14:25
rename cbgp_prefixes to prefixes, as this will be used for more than cisco-bgp-mib now, and link directly to the bgp tab from the general bgp overview when you click on the device. overloaded generate_device_link, the day/time attributes were never used in any page yet
Files changed (5)
M html/includes/functions.inc.php +2 -3
D html/includes/graphs/bgp/cbgp_prefixes.inc.php -22
A html/includes/graphs/bgp/prefixes.inc.php +22
M html/pages/bgp.inc.php +1 -1
M html/pages/device/bgp.inc.php +4 -4
📈 29 added 📉 30 removed

💻 r1739

Tom Laermans 🦔 • 2010-11-24 12:59
fix logfile() for newline, thanks Klaver
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r1738

Tom Laermans 🦔 • 2010-11-24 12:07
fix unsetting of cache in the wrong place on discovery of bgp peers on junos, whoops
Files changed (9)
M html/pages/health/current.inc.php +30 -29
M html/pages/health/fanspeeds.inc.php +29 -28
M html/pages/health/frequencies.inc.php +26 -25
M html/pages/health/humidity.inc.php +32 -31
M html/pages/health/temperatures.inc.php +32 -31
M html/pages/health/voltages.inc.php +29 -28
M includes/discovery/bgp-peers.inc.php +5 -5
M includes/polling/fanspeeds.inc.php +13 -4
M includes/polling/temperatures.inc.php +1 -1
📈 197 added 📉 182 removed

💻 r1737

Tom Laermans 🦔 • 2010-11-24 12:00
make snmpwalk_cache_multi_oid really do what its name says, cache - should speed up junos bgp counters tremendously on large number of sessions
Files changed (1)
M includes/snmp.inc.php +24 -15
📈 24 added 📉 15 removed

💻 r1736

Tom Laermans 🦔 • 2010-11-24 11:32
replace ugly shell echo by logfile()
Files changed (3)
M discovery.php +1 -2
M includes/functions.php +10 -1
M poller.php +2 -1
📈 13 added 📉 4 removed

💻 r1735

Tom Laermans 🦔 • 2010-11-23 14:33
Add JunOS prefix count graphing to BGP sessions
Files changed (2)
M includes/discovery/bgp-peers.inc.php +82 -22
M includes/polling/bgp-peers.inc.php +88 -43
📈 170 added 📉 65 removed

💻 r1734

Tom Laermans 🦔 • 2010-11-23 14:32
clean up MAC change reporting, graph error size
Files changed (3)
M html/includes/graphs/graph.inc.php +1 -1
M includes/discovery/arp-table.inc.php +10 -5
M includes/polling/cisco-mac-accounting.inc.php +2
📈 13 added 📉 6 removed

💻 r1733

Tom Laermans 🦔 • 2010-11-22 22:06
unbroke adduser.php
Files changed (1)
M adduser.php +1 -1
📈 1 added 📉 1 removed

💻 r1732

Adam Armstrong 🐸 • 2010-11-22 19:14
disable ipv4/ipv6 interface indicator for now
Files changed (1)
M html/includes/header.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1731

Tom Laermans 🦔 • 2010-11-21 18:21
Made sensor descriptions clickable on device health pages to go directly to the selected sensor graph
Files changed (6)
M html/pages/health/current.inc.php +1 -1
M html/pages/health/fanspeeds.inc.php +1 -1
M html/pages/health/frequencies.inc.php +1 -1
M html/pages/health/humidity.inc.php +1 -1
M html/pages/health/temperatures.inc.php +1 -1
M html/pages/health/voltages.inc.php +1 -1
📈 6 added 📉 6 removed

💻 r1730

Tom Laermans 🦔 • 2010-11-21 17:51
Correct current limits on iPoMan
Files changed (1)
M includes/discovery/current/ipoman.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1729

Tom Laermans 🦔 • 2010-11-20 23:21
Only show port in red if Operational Down and Admin Up, as suggested by mziel (http://www.observium.org/forum/index.php/topic,82.0.html)
Files changed (1)
M html/pages/device/edit/ports.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1728

Tom Laermans 🦔 • 2010-11-20 14:04
Minor fixes, some cleanups, and standardising on echo("x") instead of echo "x"
Files changed (63)
M adduser.php +2 -2
M delhost.php +1 -1
M discovery.php +3 -2
M fix-port-rrd.php +3 -3
M html/ajax_listports.php +14 -13
M html/includes/authenticate.inc.php +4 -8
M html/includes/authentication/ldap.inc.php +1 -1
M html/includes/functions.inc.php +3 -3
M html/includes/ifbox.inc +2 -2
M html/includes/print-menubar.php +4 -4
M html/includes/topnav.inc +18 -18
M html/index.php +8 -10
M html/map.php +2 -2
M html/pages/alerts.inc.php +3 -1
M html/pages/bgp.inc.php +1 -2
M html/pages/bill/edit.inc.php +3 -3
M html/pages/delhost.inc.php +2 -4
M html/pages/device/edit/device.inc.php +4 -4
M html/pages/device/edit/ports.inc.php +10 -10
M html/pages/device/interface.inc.php +2 -2
M html/pages/device/showconfig.inc.php +1 -2
M html/pages/logon.inc.php +1 -1
M includes/discovery/arp-table.inc.php +1 -1
M includes/discovery/bgp-peers.inc.php +2 -2
M includes/discovery/current/apc.inc.php +2 -2
M includes/discovery/current/gamatronicups.inc.php +28 -29
M includes/discovery/current/ipoman.inc.php +2 -2
M includes/discovery/current/mgeups.inc.php +2 -2
M includes/discovery/current/rfc1628.inc.php +4 -4
M includes/discovery/current/xups.inc.php +3 -3
M includes/discovery/discovery-protocols.inc.php +1 -1
M includes/discovery/frequencies/ipoman.inc.php +1 -1
M includes/discovery/frequencies/mgeups.inc.php +2 -2
M includes/discovery/frequencies/rfc1628.inc.php +3 -3
M includes/discovery/frequencies/xups.inc.php +3 -3
M includes/discovery/toner.inc.php +1 -1
M includes/discovery/voltages/apc.inc.php +4 -4
M includes/discovery/voltages/areca.inc.php +1 -1
M includes/discovery/voltages/gamatronicups.inc.php +2 -2
M includes/discovery/voltages/ipoman.inc.php +1 -1
M includes/discovery/voltages/linux.inc.php +1 -1
M includes/discovery/voltages/mgeups.inc.php +3 -2
M includes/discovery/voltages/rfc1628.inc.php +4 -4
M includes/discovery/voltages/supermicro.inc.php +1 -1
M includes/discovery/voltages/xups.inc.php +4 -4
M includes/functions.php -1
M includes/polling/applications/mysql.inc.php +2 -2
M includes/polling/applications/nginx.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +7 -7
M includes/polling/fanspeeds.inc.php +1 -2
M includes/polling/frequencies.inc.php -2
M includes/polling/humidity.inc.php -2
M includes/polling/os/junos.inc.php +1 -1
M includes/polling/temperatures.inc.php +4 -4
M includes/polling/voltages.inc.php -2
M includes/polling/wifi.inc.php +5 -5
D includes/procurve-graphing.php -67
D includes/procurve.php -5
M includes/services.inc.php +1 -1
M includes/snom-graphing.php +3 -1
M includes/static-config.php +3 -3
M poll-device.php +2 -2
M poller.php +1 -1
📈 199 added 📉 283 removed

💻 r1727

Tom Laermans 🦔 • 2010-11-20 13:08
OSX Server Distro detection by Shil (http://www.observium.org/forum/index.php/topic,79.0.html)
Files changed (1)
M scripts/distro +4
📈 4 added 📉 0 removed

💻 r1726

Tom Laermans 🦔 • 2010-11-19 22:46
Add support for Ingrasys iPoMan 1201 + minor fixes
Files changed (16)
M html/includes/authentication/ldap.inc.php +4
M html/map.php +1 -1
M html/pages/device/overview/current.inc.php +1 -1
M html/pages/device/overview/humidity.inc.php +2 -2
M html/pages/device/overview/voltages.inc.php +1 -1
M html/pages/health/humidity.inc.php +1 -1
A includes/discovery/current/ipoman.inc.php +61
M includes/discovery/entity-sensor.inc.php +2
A includes/discovery/frequencies/ipoman.inc.php +44
A includes/discovery/humidity/ipoman.inc.php +29
A includes/discovery/os/ipoman.inc.php +8
A includes/discovery/temperatures/ipoman.inc.php +29
A includes/discovery/voltages/ipoman.inc.php +44
A includes/polling/os/ipoman.inc.php +10
M includes/static-config.php +6
A mibs/IPOMANII-MIB +4,570
📈 243 added 📉 6 removed

💻 r1725

Adam Armstrong 🐸 • 2010-10-31 20:24
MySQL Application poller (thanks to Ove)
Files changed (25)
A html/includes/graphs/application/mysql_command_counters.inc.php +69
A html/includes/graphs/application/mysql_connections.inc.php +51
A html/includes/graphs/application/mysql_files_tables.inc.php +39
A html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +37
A html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php +39
A html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php +32
A html/includes/graphs/application/mysql_innodb_io_pending.inc.php +55
A html/includes/graphs/application/mysql_innodb_io.inc.php +38
A html/includes/graphs/application/mysql_innodb_log.inc.php +32
A html/includes/graphs/application/mysql_innodb_row_operations.inc.php +44
A html/includes/graphs/application/mysql_innodb_semaphores.inc.php +31
A html/includes/graphs/application/mysql_innodb_transactions.inc.php +21
A html/includes/graphs/application/mysql_myisam_indexes.inc.php +38
A html/includes/graphs/application/mysql_network_traffic.inc.php +29
A html/includes/graphs/application/mysql_query_cache_memory.inc.php +29
A html/includes/graphs/application/mysql_query_cache.inc.php +46
A html/includes/graphs/application/mysql_select_types.inc.php +53
A html/includes/graphs/application/mysql_slow_queries.inc.php +23
A html/includes/graphs/application/mysql_sorts.inc.php +38
A html/includes/graphs/application/mysql_table_locks.inc.php +30
A html/includes/graphs/application/mysql_temporary_objects.inc.php +36
M html/includes/graphs/generic_bits.inc.php +3
A html/pages/device/apps/mysql.inc.php +46
A includes/polling/applications/mysql.inc.php +114
A scripts/mysql-stats +131
📈 1,104 added 📉 0 removed

💻 r1724

Adam Armstrong 🐸 • 2010-10-25 13:48
fix auth for processor graphs
Files changed (1)
M html/includes/graphs/processor/auth.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1723

Adam Armstrong 🐸 • 2010-10-23 17:01
hamsterlogin is go
Files changed (2)
A html/images/login-hamster.png +1
M html/pages/logon.inc.php +2 -4
📈 3 added 📉 4 removed

💻 r1722

Adam Armstrong 🐸 • 2010-10-22 18:14
Add NGINX application type, graphing connections. Thanks to Ove
Files changed (7)
A html/images/icons/greyscale/nginx.png +1
A html/images/icons/nginx.png +1
A html/includes/graphs/application/nginx_connections.inc.php +38
A html/includes/graphs/application/nginx_req.inc.php +22
A html/pages/device/apps/nginx.inc.php +27
A includes/polling/applications/nginx.inc.php +37
A scripts/nginx-stats +37
📈 163 added 📉 0 removed

💻 r1721

Adam Armstrong 🐸 • 2010-10-21 14:34
remove apachestats (historical)
Files changed (1)
D includes/polling/apachestats.inc.php -31
📈 0 added 📉 31 removed

💻 r1720

Adam Armstrong 🐸 • 2010-10-07 18:12
disable snmp timeout/retries as defaults
Files changed (2)
M includes/defaults.inc.php +3 -3
M includes/snmp.inc.php +86 -57
📈 89 added 📉 60 removed

💻 r1719

Adam Armstrong 🐸 • 2010-10-06 15:03
blah
Files changed (1)
M html/pages/bill/edit.inc.php +2 -3
📈 2 added 📉 3 removed

💻 r1718 PROCESSORS|MEMORY

Adam Armstrong 🐸 • 2010-10-03 23:01
fixed some broken links on health/[processors|memory]/ pages (thanks tbac)
Files changed (2)
M html/pages/health/memory.inc.php +1 -1
M html/pages/health/processors.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1717

Adam Armstrong 🐸 • 2010-09-26 22:48
improved devices page
Files changed (2)
M html/includes/hostbox.inc +1 -1
M html/pages/devices.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1716

Adam Armstrong 🐸 • 2010-09-26 22:10
show ports/sensors on the device list page. add option to use php-snmp functions for snmp_get()s
Files changed (11)
M config.php.default +3
M database-update.sql +2 -1
M discovery.php +5 -5
M html/includes/device-edit.inc.php +4 -1
M html/includes/graphs/common.inc.php +2
M html/includes/hostbox.inc +11
M html/pages/bill.inc.php +14 -2
M html/pages/device/edit/device.inc.php +11
M includes/defaults.inc.php +2 -1
M includes/polling/ports.inc.php +7 -1
M includes/snmp.inc.php +167 -126
📈 228 added 📉 137 removed

💻 r1715

Adam Armstrong 🐸 • 2010-09-23 18:08
stuff
Files changed (1)
M html/pages/device/graphs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1714

Adam Armstrong 🐸 • 2010-09-21 16:44
fix to include_dir to work on older versions of php (thanks Mark Loveley of Griffin)
Files changed (1)
M includes/functions.php +5 -1
📈 5 added 📉 1 removed

💻 r1713

Adam Armstrong 🐸 • 2010-09-21 15:30
enable deletion of bill
Files changed (2)
A html/pages/bill/actions.inc.php +40
A html/pages/bill/delete.inc.php +23
📈 63 added 📉 0 removed

💻 r1712

Adam Armstrong 🐸 • 2010-09-21 15:11
enable editing of bills once created
Files changed (3)
M html/pages/bill.inc.php +5 -3
A html/pages/bill/edit.inc.php +117
D html/pages/bill/edit.php -63
📈 122 added 📉 66 removed

💻 r1711

Adam Armstrong 🐸 • 2010-09-21 13:55
fix cust graphs
Files changed (1)
M html/includes/graphs/customer/auth.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1710

Adam Armstrong 🐸 • 2010-09-21 11:38
show number of deleted ports in menu
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r1709

Adam Armstrong 🐸 • 2010-09-20 23:47
add exp
Files changed (1)
M config.php.default +2 -1
📈 2 added 📉 1 removed

💻 r1708

Adam Armstrong 🐸 • 2010-09-20 23:46
remove base_url as default
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r1707

Adam Armstrong 🐸 • 2010-09-17 21:30
set all unix-like stuff to server, and remove old linux handling (quicker than you, failwindr :)
Files changed (2)
M discovery.php -5
M includes/static-config.php +9
📈 9 added 📉 5 removed

💻 r1706

Adam Armstrong 🐸 • 2010-09-16 13:12
openindiana logo
Files changed (1)
A html/images/os/openindiana.png +1
📈 1 added 📉 0 removed

💻 r1705

Adam Armstrong 🐸 • 2010-09-16 13:11
openindiana support
Files changed (2)
M includes/discovery/os/solaris.inc.php +3
M includes/static-config.php +4
📈 7 added 📉 0 removed

💻 r1704

Adam Armstrong 🐸 • 2010-09-16 11:56
oh, set to 1s rather than 1000s :)
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1703

Adam Armstrong 🐸 • 2010-09-16 11:54
re-enable snmp timeout code, set to 5 tries of 1000ms
Files changed (3)
M database-update.sql +2
M includes/defaults.inc.php +2 -2
M includes/snmp.inc.php +11 -11
📈 15 added 📉 13 removed

💻 r1702

Adam Armstrong 🐸 • 2010-09-05 13:09
ok maybe it is not very unix-like
Files changed (1)
M includes/static-config.php +2 -4
📈 2 added 📉 4 removed

💻 r1701

Adam Armstrong 🐸 • 2010-09-05 13:03
detect adva by sysObjectID, use UNIX os_group, display traffic graph
Files changed (2)
A includes/discovery/os/adva.inc.php +9
M includes/static-config.php +3
📈 12 added 📉 0 removed

💻 r1700

Adam Armstrong 🐸 • 2010-09-04 16:58
fix net-snmp arguments order (breaks non-linux platforms)
Files changed (1)
M includes/snmp.inc.php +22 -22
📈 22 added 📉 22 removed

💻 r1699

Adam Armstrong 🐸 • 2010-09-03 18:26
ginger patch
Files changed (26)
M addhost.php +1 -1
M adduser.php +1 -1
M alerts.php +1 -1
M check-errors.php +1 -1
M check-services.php +1 -1
M cleanup.php +1 -1
M contrib/generate-dnstext.php +1 -1
M contrib/generate-vegadns.php +1 -1
M delhost.php +1 -1
M discovery.php +1 -1
M generate-iplist.php +1 -1
M generate-map.sh +1 -1
M irc.php +1 -1
M map.php +1 -1
M poll-billing.php +1 -1
M poll-device.php +1 -1
M poll-reachability.php +1 -1
M poller.php +1 -1
M renamehost.php +1 -1
M scan-snmp.php +1 -1
M scripts/update-sql.php +1 -1
M snmptrap.php +1 -1
M syslog.php +1 -1
M test-discovery.php +1 -1
M test-poll.php +1 -1
M versioncheck.php +1 -1
📈 26 added 📉 26 removed

💻 r1698

Adam Armstrong 🐸 • 2010-09-03 15:55
remove the old version checker code (we are svn, and do not use it)
Files changed (2)
M html/includes/header-small.inc.php +14 -12
M html/includes/header.inc.php +14 -12
📈 28 added 📉 24 removed

💻 r1697

Adam Armstrong 🐸 • 2010-09-03 13:32
allow manual ignore of ports
Files changed (6)
A html/images/icons/greyscale/port.png +1
A html/images/icons/greyscale/ports.png +1
A html/images/icons/ports.png +2
A html/includes/port-edit.inc.php +49
M html/pages/device/edit.inc.php +1
A html/pages/device/edit/ports.inc.php +51
📈 105 added 📉 0 removed

💻 r1696

Adam Armstrong 🐸 • 2010-09-01 16:01
fix for JT frontpage (port -> id)
Files changed (1)
M html/pages/front/jt.php +3 -3
📈 3 added 📉 3 removed

💻 r1695

Adam Armstrong 🐸 • 2010-09-01 10:48
MRES
Files changed (2)
M html/includes/graphs/multiport/bits_duo.inc.php +2 -2
M html/includes/graphs/multiport/bits_trio.inc.php +3 -3
📈 5 added 📉 5 removed

💻 r1694

Adam Armstrong 🐸 • 2010-09-01 10:44
fix bits_trio graphtype
Files changed (1)
M html/includes/graphs/multiport/bits_trio.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1693

Adam Armstrong 🐸 • 2010-08-23 17:17
add sanos detection (it is just nxos, so we treat it as if it's IOS for discovery purposes)
Files changed (4)
M html/includes/graphs/bill/bits.inc.php -2
A includes/discovery/os/sanos.inc.php +10
M includes/functions.php +1 -1
M includes/static-config.php +12
📈 23 added 📉 3 removed

💻 r1692

Adam Armstrong 🐸 • 2010-08-22 22:40
improved (and fixed) multiport_bits_separate
Files changed (1)
M html/includes/graphs/multiport/bits_separate.inc.php +19 -68
📈 19 added 📉 68 removed

💻 r1691 'ALLOW_UNAUTH_GRAPHS'

Adam Armstrong 🐸 • 2010-08-22 22:12
fix unauthenticated graphs via $config['allow_unauth_graphs']
Files changed (15)
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/atmvp/auth.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/diskio/auth.inc.php +1 -1
M html/includes/graphs/graph.inc.php +3 -25
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/multiport/auth.inc.php +1 -1
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
📈 17 added 📉 39 removed

💻 r1690

Adam Armstrong 🐸 • 2010-08-21 17:19
fix fuckup (doh)
Files changed (2)
M html/includes/graphs/device/ucd_load.inc.php +2
M includes/static-config.php +1 -1
📈 3 added 📉 1 removed

💻 r1689

Adam Armstrong 🐸 • 2010-08-21 14:02
solve some php warnings
Files changed (3)
M includes/defaults.inc.php +3 -1
M includes/functions.php +1 -1
M includes/static-config.php +10 -5
📈 14 added 📉 7 removed

💻 r1688

Adam Armstrong 🐸 • 2010-08-21 12:54
disable warnings/errors if not debugging
Files changed (3)
M discovery.php +16 -5
M html/index.php +6
M poller.php +14 -1
📈 36 added 📉 6 removed

💻 r1687

Adam Armstrong 🐸 • 2010-08-17 13:24
remove leading slash
Files changed (1)
M html/includes/print-interface.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1686

Adam Armstrong 🐸 • 2010-08-17 11:27
remove duplicate servers entry
Files changed (1)
M includes/static-config.php -5
📈 0 added 📉 5 removed

💻 r1685

Adam Armstrong 🐸 • 2010-08-14 20:20
unflatten map when flat map is ugly (>10 links?)
Files changed (1)
M html/map.php +10 -2
📈 10 added 📉 2 removed

💻 r1684

Adam Armstrong 🐸 • 2010-08-14 13:32
add leading slash to path postpend
Files changed (1)
M check-services.php +1 -1
📈 1 added 📉 1 removed

💻 r1683

Adam Armstrong 🐸 • 2010-08-13 20:32
fix auth for atmvp graphs
Files changed (5)
A html/includes/graphs/atmvp/auth.inc.php +24
M html/includes/graphs/atmvp/bits.inc.php -14
M html/includes/graphs/atmvp/cells.inc.php -14
M html/includes/graphs/atmvp/errors.inc.php -14
M html/includes/graphs/atmvp/packets.inc.php -14
📈 24 added 📉 56 removed

💻 r1682

Adam Armstrong 🐸 • 2010-08-13 18:48
fix services bugs (thanks to neitsabes71)
Files changed (2)
M check-services.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1681

Tom Laermans 🦔 • 2010-08-13 15:35
fix about page sensor totals
Files changed (1)
M html/pages/about.inc.php -7
📈 0 added 📉 7 removed

💻 r1680

Adam Armstrong 🐸 • 2010-08-13 14:23
fix bits_trio (this should be a specific type for its purpose, i think)
Files changed (2)
M html/includes/graphs/multiport/bits_trio.inc.php +1 -1
M includes/discovery/ports.inc.php +3 -3
📈 4 added 📉 4 removed

💻 r1679

Adam Armstrong 🐸 • 2010-08-13 14:22
fix some things :>
Files changed (3)
M html/includes/graphs/multiport/bits_duo.inc.php +10 -12
M html/includes/graphs/multiport/bits_trio.inc.php +6 -6
M html/pages/front/jt.php +6 -6
📈 22 added 📉 24 removed

💻 r1678

Adam Armstrong 🐸 • 2010-08-13 13:27
cleaner fortigate hardware
Files changed (2)
M includes/polling/os/fortigate.inc.php -2
M includes/rewrites.php +1 -1
📈 1 added 📉 3 removed

💻 r1677

Adam Armstrong 🐸 • 2010-08-13 13:24
show volt/current/freq graphs for powerware on overlib
Files changed (1)
M includes/static-config.php +6
📈 6 added 📉 0 removed

💻 r1676

Adam Armstrong 🐸 • 2010-08-13 13:20
fortigate hardware from sysObjectID
Files changed (4)
M includes/polling/os/extremeware.inc.php -1
M includes/polling/os/fortigate.inc.php +12 -6
M includes/rewrites.php +144 -70
M poller.php +1
📈 157 added 📉 77 removed

💻 r1675

Tom Laermans 🦔 • 2010-08-13 13:17
many small fixes, hacky way to ignore no more variables, fix up supermicro sensor limits, loosen automatic sensor limit settings a bit
Files changed (9)
M discovery.php +1 -1
M html/includes/graphs/device/mempools.inc.php +5 -4
M html/includes/graphs/device/storage.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +1 -1
M includes/discovery/fanspeeds/supermicro.inc.php +2 -2
M includes/discovery/functions.inc.php +5 -5
M includes/discovery/temperatures/supermicro.inc.php +1 -1
M includes/discovery/voltages/supermicro.inc.php +1 -1
M includes/snmp.inc.php +14 -2
📈 31 added 📉 18 removed

💻 r1674

Adam Armstrong 🐸 • 2010-08-13 12:50
fix billing graph since RRD name change. make default frontpage prettier (i think)
Files changed (2)
M html/includes/graphs/bill/bits.inc.php +2 -2
M html/pages/front/default.php +10 -26
📈 12 added 📉 28 removed

💻 r1673

Adam Armstrong 🐸 • 2010-08-12 19:15
fix customer and iftype graphs since port rrd filename changes
Files changed (2)
M html/includes/graphs/customer/bits.inc.php +2 -2
M html/pages/iftype.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r1672

Adam Armstrong 🐸 • 2010-08-12 12:51
fix polling and displaying of etherlike statistics
Files changed (2)
M html/pages/device/port/graphs.inc.php +1 -1
M includes/polling/port-etherlike.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1671

Adam Armstrong 🐸 • 2010-08-11 18:41
fixes
Files changed (2)
M html/includes/graphs/graph.inc.php +1 -1
M includes/discovery/cisco-entity-sensor.inc.php +1
📈 2 added 📉 1 removed

💻 r1670

Adam Armstrong 🐸 • 2010-08-11 18:32
try to clean up NXOS incorrectly reported sensors
Files changed (1)
M includes/discovery/cisco-entity-sensor.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r1669

Adam Armstrong 🐸 • 2010-08-11 17:08
vastly improved entity-sensors and cisco-entity-sensors speed. improved entity-mib inventory. removed device_id element from oid caches. add min/max ranges to sensor graphs.
Files changed (54)
M discovery.php +1 -7
M html/includes/graphs/graph.inc.php +1 -1
M html/includes/graphs/sensor/current.inc.php +4
M html/includes/graphs/sensor/fanspeed.inc.php +3
M html/includes/graphs/sensor/frequency.inc.php +3
M html/includes/graphs/sensor/humidity.inc.php +3
M html/includes/graphs/sensor/temperature.inc.php +2 -4
M html/includes/graphs/sensor/voltage.inc.php +3
M html/pages/device/health/sensors.inc.php +3 -3
M includes/discovery/cisco-entity-sensor.inc.php +78 -10
M includes/discovery/discovery-protocols.inc.php -4
M includes/discovery/entity-physical.inc.php +13 -29
M includes/discovery/entity-sensor.inc.php +28 -5
M includes/discovery/functions.inc.php +26 -6
M includes/discovery/hr-device.inc.php +2 -2
M includes/discovery/junose-atm-vp.inc.php +2 -2
M includes/discovery/mempools/cemp.inc.php +2 -2
M includes/discovery/mempools/cmp.inc.php +1 -1
M includes/discovery/mempools/hp-procurve.inc.php +1 -1
M includes/discovery/mempools/hrstorage.inc.php +1 -1
M includes/discovery/mempools/junos.inc.php +2 -2
M includes/discovery/processors/hrdevice.inc.php +1 -1
M includes/discovery/processors/ios.inc.php +1 -1
M includes/discovery/processors/ironware.inc.php +1 -1
M includes/discovery/processors/junos.inc.php +2 -2
M includes/discovery/processors/junose.inc.php +1 -1
M includes/discovery/storage-hrstorage.inc.php +1 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +2 -1
M includes/discovery/temperatures/ftos-c-series.inc.php +2 -2
M includes/discovery/temperatures/ftos-e-series.inc.php +2 -2
M includes/discovery/temperatures/ftos-s-series.inc.php +2 -2
M includes/discovery/temperatures/junose.inc.php +2 -2
M includes/discovery/temperatures/zyxel-ies.inc.php +2 -2
M includes/discovery/ucd-diskio.inc.php +2 -2
M includes/functions.php +12 -4
M includes/polling/altiga-ssl.inc.php +3 -3
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-mac-accounting.inc.php +6 -6
M includes/polling/ipSystemStats.inc.php -1
M includes/polling/junose-atm-vp.inc.php -1
M includes/polling/mempools/hpGlobal.inc.php +1 -1
M includes/polling/mempools/hpLocal.inc.php +1 -1
M includes/polling/mempools/hrstorage.inc.php +1 -1
M includes/polling/mempools/junos.inc.php +1 -1
M includes/polling/netstats-icmp.inc.php +3 -3
M includes/polling/netstats-snmp.inc.php +3 -3
M includes/polling/port-etherlike.inc.php +2 -2
M includes/polling/port-poe.inc.php +3 -3
M includes/polling/ports.inc.php +2 -2
M includes/polling/storage-hrstorage.inc.php +1 -1
M includes/polling/ucd-diskio.inc.php -2
M includes/polling/ucd-mib.inc.php -1
M includes/snmp.inc.php +18 -18
M test-discovery.php +4 -4
📈 262 added 📉 159 removed

💻 r1668

Adam Armstrong 🐸 • 2010-08-11 14:00
high/low range
Files changed (1)
M html/includes/graphs/sensor/temperature.inc.php +5
📈 5 added 📉 0 removed

💻 r1667

Adam Armstrong 🐸 • 2010-08-11 13:06
genericise device health pages
Files changed (7)
M html/pages/device/health/current.inc.php +4 -32
M html/pages/device/health/fanspeeds.inc.php +4 -36
M html/pages/device/health/frequencies.inc.php +4 -35
M html/pages/device/health/humidity.inc.php +4 -36
A html/pages/device/health/sensors.inc.php +38
html/pages/device/health/temperatures.inc.php +4 -36
M html/pages/device/health/voltages.inc.php +4 -37
📈 62 added 📉 212 removed

💻 r1666

Adam Armstrong 🐸 • 2010-08-11 12:46
autoset thresholds for sensors which don't have them
Files changed (10)
M html/includes/graphs/sensor/temperature.inc.php +5 -5
M html/includes/graphs/sensor/voltage.inc.php +2 -2
M html/pages/device/health/temperatures.inc.php +6 -5
M html/pages/device/overview/current.inc.php -5
M html/pages/device/overview/fanspeeds.inc.php -5
M html/pages/device/overview/frequencies.inc.php -5
M html/pages/device/overview/temperatures.inc.php +4 -7
M html/pages/device/overview/voltages.inc.php -5
M includes/discovery/functions.inc.php +78 -5
M includes/discovery/temperatures/ironware.inc.php +3
📈 98 added 📉 44 removed

💻 r1665

Adam Armstrong 🐸 • 2010-08-11 11:27
fixes
Files changed (2)
M includes/polling/os/screenos.inc.php +8 -4
M includes/static-config.php +18 -7
📈 26 added 📉 11 removed

💻 r1664

Adam Armstrong 🐸 • 2010-08-11 11:20
generic_duplex graphtype improvements
Files changed (1)
M html/includes/graphs/generic_duplex.inc.php +14 -5
📈 14 added 📉 5 removed

💻 r1663

Adam Armstrong 🐸 • 2010-08-11 11:11
move diskio to bytes instead of bits
Files changed (3)
A html/includes/graphs/device/screenos_sessions.inc.php +35
M html/includes/graphs/diskio/bits.inc.php +1 -1
A html/includes/graphs/generic_bytes.inc.php +63
📈 99 added 📉 1 removed

💻 r1662

Adam Armstrong 🐸 • 2010-08-11 00:40
os discovery debug forced (for now) and extra fortigate detection
Files changed (2)
M includes/discovery/os/fortigate.inc.php +2 -1
M includes/functions.php +4 -2
📈 6 added 📉 3 removed

💻 r1661

Adam Armstrong 🐸 • 2010-08-11 00:24
improve fortigate detection
Files changed (1)
M includes/discovery/os/fortigate.inc.php +3 -4
📈 3 added 📉 4 removed

💻 r1660

Adam Armstrong 🐸 • 2010-08-10 17:36
Add traffic graphs to more network OSes
Files changed (1)
M includes/static-config.php +88 -1
📈 88 added 📉 1 removed

💻 r1659

Adam Armstrong 🐸 • 2010-08-10 16:12
fiddle with nonunicast ports graph (bit broken atm)
Files changed (2)
M discovery.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +16 -7
📈 17 added 📉 8 removed

💻 r1658

Tom Laermans 🦔 • 2010-08-10 16:11
Add precision to current graph, sexify fix-port-rrd.php, fix papouch tme precision and lm-sensors description fixing
Files changed (6)
M fix-port-rrd.php +5 -3
M html/includes/graphs/sensor/current.inc.php +5 -4
M includes/discovery/cisco-entity-sensor.inc.php +1 -2
M includes/discovery/entity-sensor.inc.php +1 -1
M includes/discovery/temperatures/lm-sensors.inc.php +1
M includes/discovery/temperatures/papouch-tme.inc.php +1 -1
📈 14 added 📉 11 removed

💻 r1657

Adam Armstrong 🐸 • 2010-08-10 16:00
hack to force separated non-unicast for the time being
Files changed (1)
M html/includes/graphs/port/nupkts.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1656

Adam Armstrong 🐸 • 2010-08-10 15:54
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 *******
Files changed (19)
M database-update.sql +1
M discovery.php +6
A fix-port-rrd.php +206
M html/includes/graphs/device/bits.inc.php +2 -2
M html/includes/graphs/multiport/bits_duo.inc.php +4 -4
M html/includes/graphs/multiport/bits_separate.inc.php +1 -1
M html/includes/graphs/multiport/bits_trio.inc.php +8 -8
M html/includes/graphs/multiport/bits.inc.php +2 -2
M html/includes/graphs/port/auth.inc.php +3
M html/includes/graphs/port/bits.inc.php -2
M html/includes/graphs/port/errors.inc.php +22 -14
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +1 -2
M html/includes/graphs/port/pagp_bits.inc.php +2 -2
M html/includes/graphs/port/upkts.inc.php -2
M html/includes/print-interface.inc.php +2 -2
M html/pages/device/port/graphs.inc.php +1 -1
M includes/polling/port-etherlike.inc.php +10 -5
M includes/polling/ports.inc.php +27 -25
📈 299 added 📉 73 removed

💻 r1655

Adam Armstrong 🐸 • 2010-08-10 12:16
fix service graphs, add CISCO-PRODUCT-MIB
Files changed (8)
A html/includes/graphs/service
D html/includes/graphs/service.inc.php -34
A html/includes/graphs/service/auth.inc.php +20
A html/includes/graphs/service/availability.inc.php +26
M html/includes/print-service.inc +2 -2
M html/pages/services.inc.php +1 -1
A mibs/CISCO-PRODUCTS-MIB +1,120
M poller.php -4
📈 49 added 📉 41 removed

💻 r1654

Adam Armstrong 🐸 • 2010-08-10 12:08
add some checking to adding/removing permissions for users
Files changed (1)
M html/pages/edituser.inc.php +28 -16
📈 28 added 📉 16 removed

💻 r1653

Adam Armstrong 🐸 • 2010-08-09 23:25
smarter catos version/hardware fetcher. put software release year into $features
Files changed (2)
M includes/polling/os/catos.inc.php +6 -5
M poller.php +6
📈 12 added 📉 5 removed

💻 r1652

Adam Armstrong 🐸 • 2010-08-09 22:59
fix uptime graph
Files changed (3)
M html/includes/graphs/device/uptime.inc.php -4
M html/index.php +2 -1
M poller.php +1 -1
📈 3 added 📉 6 removed

💻 r1651

Adam Armstrong 🐸 • 2010-08-09 18:42
use entPhysicalName when detecting mempool names on cisco ios. rewrite "centralized forwarding card" to CFC. change old observer reference in irc.php
Files changed (4)
M includes/discovery/mempools/cemp.inc.php +1 -1
M includes/discovery/processors/ios.inc.php +1 -1
M includes/rewrites.php +1 -1
M irc.php +1 -1
📈 4 added 📉 4 removed

💻 r1650

Adam Armstrong 🐸 • 2010-08-05 23:21
flatten map (it was like that for a reason :P) and list all ports deleted when deleting an interface
Files changed (2)
M html/map.php +3 -2
M includes/functions.php +3 -2
📈 6 added 📉 4 removed

💻 r1649

Adam Armstrong 🐸 • 2010-08-05 23:00
poller output cleanups (i think we should start to put some colour in here, to make it all sexypants)
Files changed (5)
M includes/polling/mempools.inc.php +4 -4
M includes/polling/ports.inc.php +1 -1
M includes/polling/processors.inc.php +1 -1
M includes/polling/storage.inc.php +4 -4
M poller.php +3 -3
📈 13 added 📉 13 removed

💻 r1648

Adam Armstrong 🐸 • 2010-08-05 10:02
VRF tracking fix to database tables
Files changed (1)
M database-update.sql +2 -1
📈 2 added 📉 1 removed

💻 r1647

Adam Armstrong 🐸 • 2010-08-05 00:35
rename HP SN MIBs file
Files changed (2)
D mibs/h2r07604c -36,503
A mibs/HP-SN-MIBS +37,204
📈 0 added 📉 0 removed

💻 r1646

Adam Armstrong 🐸 • 2010-08-04 17:17
increase mempool_index size to accomodate larger indexes
Files changed (11)
M database-update.sql +1
M html/includes/functions.inc.php -18
M html/includes/graphs/device/cras_sessions.inc.php +2
M includes/cisco-entities.php -1
M includes/discovery/cisco-entity-sensor.inc.php +10 -2
M includes/polling/os/allied.inc.php +5 -5
M includes/polling/os/ftos.inc.php +3 -3
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/radlan.inc.php +2 -2
M includes/rewrites.php +22
M poller.php +16 -19
📈 62 added 📉 51 removed

💻 r1645

Adam Armstrong 🐸 • 2010-08-04 16:11
clean up more mib names (remove .txt, .mib, .my)
Files changed (549)
A mibs/220AQV1C0-private +75
D mibs/220AQV1C0-private.mib -75
A mibs/ADSL-LINE-EXT-MIB +1,221
D mibs/ADSL-LINE-EXT-MIB.mib -1,216
A mibs/ADSL-LINE-MIB +4,382
D mibs/ADSL-LINE-MIB.mib -4,382
A mibs/ADSL-TC-MIB +113
D mibs/ADSL-TC-MIB.mib -113
A mibs/AGENTX-MIB +527
D mibs/AGENTX-MIB.txt -527
A mibs/AIRPORT-BASESTATION-3-MIB +420
D mibs/AIRPORT-BASESTATION-3-MIB.txt -403
A mibs/ALTIGA-ADDRESS-STATS-MIB +497
D mibs/ALTIGA-ADDRESS-STATS-MIB.my -479
A mibs/ALTIGA-BMGT-STATS-MIB +237
D mibs/ALTIGA-BMGT-STATS-MIB.my -224
A mibs/ALTIGA-CAP +265
D mibs/ALTIGA-CAP.my -253
A mibs/ALTIGA-CERT-STATS-MIB +260
D mibs/ALTIGA-CERT-STATS-MIB.my -248
A mibs/ALTIGA-DHCP-SERVER-STATS-MIB +240
D mibs/ALTIGA-DHCP-SERVER-STATS-MIB.my -227
A mibs/ALTIGA-DHCP-STATS-MIB +381
D mibs/ALTIGA-DHCP-STATS-MIB.my -368
A mibs/ALTIGA-DNS-STATS-MIB +135
D mibs/ALTIGA-DNS-STATS-MIB.my -123
A mibs/ALTIGA-EVENT-STATS-MIB +177
D mibs/ALTIGA-EVENT-STATS-MIB.my -165
A mibs/ALTIGA-FILTER-STATS-MIB +294
D mibs/ALTIGA-FILTER-STATS-MIB.my -282
A mibs/ALTIGA-FTP-STATS-MIB +217
D mibs/ALTIGA-FTP-STATS-MIB.my -205
A mibs/ALTIGA-GENERAL-STATS-MIB +156
D mibs/ALTIGA-GENERAL-STATS-MIB.my -144
A mibs/ALTIGA-GLOBAL-REG +267
D mibs/ALTIGA-GLOBAL-REG.my -226
A mibs/ALTIGA-HARDWARE-STATS-MIB +748
D mibs/ALTIGA-HARDWARE-STATS-MIB.my -734
A mibs/ALTIGA-HTTP-STATS-MIB +336
D mibs/ALTIGA-HTTP-STATS-MIB.my -324
A mibs/ALTIGA-IP-STATS-MIB +132
D mibs/ALTIGA-IP-STATS-MIB.my -120
A mibs/ALTIGA-L2TP-STATS-MIB +1,318
D mibs/ALTIGA-L2TP-STATS-MIB.my -1,306
A mibs/ALTIGA-LBSSF-STATS-MIB +309
D mibs/ALTIGA-LBSSF-STATS-MIB.my -296
A mibs/ALTIGA-MIB +344
D mibs/ALTIGA-MIB.my -320
A mibs/ALTIGA-MULTILINK-STATS-MIB +313
D mibs/ALTIGA-MULTILINK-STATS-MIB.my -301
A mibs/ALTIGA-NAT-STATS-MIB +437
D mibs/ALTIGA-NAT-STATS-MIB.my -425
A mibs/ALTIGA-PPP-STATS-MIB +341
D mibs/ALTIGA-PPP-STATS-MIB.my -327
A mibs/ALTIGA-PPPOE-STATS-MIB +357
D mibs/ALTIGA-PPPOE-STATS-MIB.my -345
A mibs/ALTIGA-PPTP-STATS-MIB +811
D mibs/ALTIGA-PPTP-STATS-MIB.my -799
A mibs/ALTIGA-SDI-ACE-STATS-MIB +239
D mibs/ALTIGA-SDI-ACE-STATS-MIB.my -227
A mibs/ALTIGA-SEP-STATS-MIB +497
D mibs/ALTIGA-SEP-STATS-MIB.my -484
A mibs/ALTIGA-SESSION-STATS-MIB +2,093
D mibs/ALTIGA-SESSION-STATS-MIB.my -2,081
A mibs/ALTIGA-SSH-STATS-MIB +287
D mibs/ALTIGA-SSH-STATS-MIB.my -275
A mibs/ALTIGA-SSL-STATS-MIB +154
D mibs/ALTIGA-SSL-STATS-MIB.my -142
A mibs/ALTIGA-SYNC-STATS-MIB +362
D mibs/ALTIGA-SYNC-STATS-MIB.my -350
A mibs/ALTIGA-T1E1-STATS-MIB +275
D mibs/ALTIGA-T1E1-STATS-MIB.my -263
A mibs/ALTIGA-TELNET-STATS-MIB +585
D mibs/ALTIGA-TELNET-STATS-MIB.my -543
A mibs/ALTIGA-VERSION-STATS-MIB +158
D mibs/ALTIGA-VERSION-STATS-MIB.my -146
A mibs/ATM-FORUM-MIB +1,257
D mibs/ATM-FORUM-MIB.mib -1,109
A mibs/ATM-MIB +3,023
D mibs/ATM-MIB.mib -3,023
A mibs/ATM-TC-MIB +714
D mibs/ATM-TC-MIB.mib -706
A mibs/BGP4-MIB +1,271
D mibs/BGP4-MIB.mib -1,230
A mibs/BRIDGE-MIB +1,466
D mibs/BRIDGE-MIB.mib -1,466
A mibs/CISCO-BGP4-MIB +1,169
D mibs/CISCO-BGP4-MIB.my -1,160
A mibs/CISCO-CDP-MIB +828
D mibs/CISCO-CDP-MIB.my -806
A mibs/CISCO-CHANNEL-MIB +1,522
D mibs/CISCO-CHANNEL-MIB.my -1,491
A mibs/CISCO-CLASS-BASED-QOS-MIB +6,965
D mibs/CISCO-CLASS-BASED-QOS-MIB.my -6,833
A mibs/CISCO-DOT11-ASSOCIATION-MIB +1,072
D mibs/CISCO-DOT11-ASSOCIATION-MIB.my -1,037
A mibs/CISCO-DOT11-IF-MIB +4,482
D mibs/CISCO-DOT11-IF-MIB.my -4,452
A mibs/CISCO-ENHANCED-MEMPOOL-MIB +1,118
D mibs/CISCO-ENHANCED-MEMPOOL-MIB.my -1,101
A mibs/CISCO-ENTITY-EXT-MIB +714
D mibs/CISCO-ENTITY-EXT-MIB.my -679
A mibs/CISCO-ENTITY-SENSOR-MIB +874
D mibs/CISCO-ENTITY-SENSOR-MIB.my -840
A mibs/CISCO-ENVMON-MIB +932
D mibs/CISCO-ENVMON-MIB.my -917
A mibs/CISCO-ETHER-CFM-MIB +693
D mibs/CISCO-ETHER-CFM-MIB.my -679
A mibs/CISCO-FIREWALL-MIB +1,336
D mibs/CISCO-FIREWALL-MIB.my -1,276
A mibs/CISCO-FRAME-RELAY-MIB +2,207
D mibs/CISCO-FRAME-RELAY-MIB.my -2,137
A mibs/CISCO-IETF-ISIS-MIB +3,816
D mibs/CISCO-IETF-ISIS-MIB.my -3,670
A mibs/CISCO-IETF-PW-ENET-MIB +510
D mibs/CISCO-IETF-PW-ENET-MIB.my -498
A mibs/CISCO-IETF-PW-FR-MIB +565
D mibs/CISCO-IETF-PW-FR-MIB.my -538
A mibs/CISCO-IETF-PW-MIB +1,369
D mibs/CISCO-IETF-PW-MIB.my -1,358
A mibs/CISCO-IETF-PW-MPLS-MIB +924
D mibs/CISCO-IETF-PW-MPLS-MIB.my -913
A mibs/CISCO-IETF-PW-TC-MIB +165
D mibs/CISCO-IETF-PW-TC-MIB.my -154
A mibs/CISCO-IF-EXTENSION-MIB +1,896
D mibs/CISCO-IF-EXTENSION-MIB.my -1,873
A mibs/CISCO-IP-STAT-MIB +487
D mibs/CISCO-IP-STAT-MIB.my -463
A mibs/CISCO-IP-URPF-MIB +708
D mibs/CISCO-IP-URPF-MIB.my -686
A mibs/CISCO-IPSEC-FLOW-MONITOR-MIB +5,881
D mibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my -5,737
A mibs/CISCO-LAG-MIB +623
D mibs/CISCO-LAG-MIB.my -574
A mibs/CISCO-MEDIA-GATEWAY-MIB +2,282
D mibs/CISCO-MEDIA-GATEWAY-MIB.my -2,217
A mibs/CISCO-MEMORY-POOL-MIB +318
D mibs/CISCO-MEMORY-POOL-MIB.my -303
A mibs/CISCO-MVPN-MIB +1,223
D mibs/CISCO-MVPN-MIB.my -1,166
A mibs/CISCO-PAGP-MIB +1,005
D mibs/CISCO-PAGP-MIB.my -994
A mibs/CISCO-POWER-ETHERNET-EXT-MIB +887
D mibs/CISCO-POWER-ETHERNET-EXT-MIB.my -875
A mibs/CISCO-PROCESS-MIB +1,869
D mibs/CISCO-PROCESS-MIB.my -1,840
A mibs/CISCO-QOS-PIB-MIB +2,022
D mibs/CISCO-QOS-PIB-MIB.my -1,917
A mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB +2,273
D mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my -2,177
A mibs/CISCO-RTTMON-MIB +9,301
D mibs/CISCO-RTTMON-MIB.my -9,225
A mibs/CISCO-RTTMON-TC-MIB +736
D mibs/CISCO-RTTMON-TC-MIB.my -719
A mibs/CISCO-SMI +326
D mibs/CISCO-SMI.my -307
A mibs/CISCO-STACK-MIB +13,045
D mibs/CISCO-STACK-MIB.my -12,869
A mibs/CISCO-SWITCH-ENGINE-MIB +5,486
D mibs/CISCO-SWITCH-ENGINE-MIB.my -5,340
A mibs/CISCO-TC +1,632
A mibs/CISCO-TC-NO-U32 +212
D mibs/CISCO-TC-NO-U32.my -202
D mibs/CISCO-TC.my -1,623
A mibs/CISCO-TCP-MIB +250
D mibs/CISCO-TCP-MIB.my -234
A mibs/CISCO-TCPOFFLOAD-MIB +298
D mibs/CISCO-TCPOFFLOAD-MIB.my -281
A mibs/CISCO-VLAN-MEMBERSHIP-MIB +732
D mibs/CISCO-VLAN-MEMBERSHIP-MIB.my -708
A mibs/CISCO-VTP-MIB +4,457
D mibs/CISCO-VTP-MIB.my -4,374
A mibs/DELL-RAC-MIB +1,233
D mibs/DELL-RAC-MIB.mib -1,222
A mibs/Dell-Vendor-MIB +458
D mibs/Dell-Vendor-MIB.mib -446
A mibs/DeltaUPS-MIB +1,666
D mibs/DeltaUPS-MIB.mib -1,628
A mibs/DEVROUTE-MIB +336
D mibs/DEVROUTE-MIB.mib -335
A mibs/DIFFSERV-DSCP-TC +68
D mibs/DIFFSERV-DSCP-TC.my -68
A mibs/DIFFSERV-MIB +3,704
D mibs/DIFFSERV-MIB.my -3,469
A mibs/DISMAN-EVENT-MIB +1,955
D mibs/DISMAN-EVENT-MIB.txt -1,898
A mibs/DISMAN-PING-MIB +1,141
D mibs/DISMAN-PING-MIB.mib -1,140
A mibs/DISMAN-SCHEDULE-MIB +699
D mibs/DISMAN-SCHEDULE-MIB.txt -676
A mibs/DISMAN-SCRIPT-MIB +1,764
D mibs/DISMAN-SCRIPT-MIB.txt -1,723
A mibs/DISMAN-TRACEROUTE-MIB +1,316
D mibs/DISMAN-TRACEROUTE-MIB.mib -1,316
A mibs/DLSW-MIB +3,585
D mibs/DLSW-MIB.mib -3,287
A mibs/DOCS-IF-MIB +5,255
D mibs/DOCS-IF-MIB.my -5,255
A mibs/DRAFT-MSDP-MIB +1,079
D mibs/DRAFT-MSDP-MIB.mib -1,059
A mibs/DS1-MIB +2,108
D mibs/DS1-MIB.mib -2,108
A mibs/DS3-MIB +1,794
D mibs/DS3-MIB.mib -1,769
A mibs/ENROUTE-245-MIB +5,894
D mibs/ENROUTE-245-MIB.txt -4,389
A mibs/ENROUTE-POWERPC-244-MIB +5,894
D mibs/ENROUTE-POWERPC-244-MIB.txt -4,389
A mibs/ENTITY-MIB +1,466
D mibs/ENTITY-MIB.my -1,444
A mibs/ESO-CONSORTIUM-MIB +183
D mibs/ESO-CONSORTIUM-MIB.mib -167
A mibs/EtherLike-MIB +1,862
D mibs/EtherLike-MIB.txt -1,862
A mibs/extreme-v762b3 +21,956
D mibs/extreme-v762b3.mib -21,084
A mibs/FDDI-SMT73-MIB +2,150
D mibs/FDDI-SMT73-MIB.my -2,140
A mibs/FORTINET-MIB-280 +730
D mibs/FORTINET-MIB-280.mib -705
A mibs/FOUNDRY-CAR-MIB +265
D mibs/FOUNDRY-CAR-MIB.mib -261
A mibs/FOUNDRY-SN-AGENT-MIB +4,003
D mibs/FOUNDRY-SN-AGENT-MIB.mib -3,953
A mibs/FOUNDRY-SN-APPLETALK-MIB +765
D mibs/FOUNDRY-SN-APPLETALK-MIB.mib -741
A mibs/FOUNDRY-SN-BGP4-GROUP-MIB +3,089
D mibs/FOUNDRY-SN-BGP4-GROUP-MIB.mib -3,053
A mibs/FOUNDRY-SN-IGMP-MIB +129
D mibs/FOUNDRY-SN-IGMP-MIB.mib -112
A mibs/FOUNDRY-SN-IP-ACL-MIB +476
D mibs/FOUNDRY-SN-IP-ACL-MIB.mib -469
A mibs/FOUNDRY-SN-IP-MIB +5,406
D mibs/FOUNDRY-SN-IP-MIB.mib -5,297
A mibs/FOUNDRY-SN-IP-VRRP-MIB +1,144
D mibs/FOUNDRY-SN-IP-VRRP-MIB.mib -1,108
A mibs/FOUNDRY-SN-IPX-MIB +1,329
D mibs/FOUNDRY-SN-IPX-MIB.mib -1,301
A mibs/foundry-sn-mac-authentication +234
D mibs/foundry-sn-mac-authentication.mib -224
A mibs/foundry-sn-mac-vlan +285
D mibs/foundry-sn-mac-vlan.mib -266
A mibs/foundry-sn-mrp +325
D mibs/foundry-sn-mrp.mib -320
A mibs/FOUNDRY-SN-OSPF-GROUP-MIB +3,409
D mibs/FOUNDRY-SN-OSPF-GROUP-MIB.mib -3,330
A mibs/FOUNDRY-SN-POS-GROUP-MIB +533
D mibs/FOUNDRY-SN-POS-GROUP-MIB.mib -518
A mibs/FOUNDRY-SN-ROOT-MIB +770
D mibs/FOUNDRY-SN-ROOT-MIB.mib -743
A mibs/FOUNDRY-SN-ROUTER-TRAP-MIB +439
D mibs/FOUNDRY-SN-ROUTER-TRAP-MIB.mib -419
A mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB +4,617
D mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib -4,531
A mibs/FOUNDRY-SN-SWITCH-GROUP-MIB +8,063
D mibs/FOUNDRY-SN-SWITCH-GROUP-MIB.mib -7,953
A mibs/FOUNDRY-SN-TRAP-MIB +1,326
D mibs/FOUNDRY-SN-TRAP-MIB.mib -1,303
A mibs/FOUNDRY-SN-VSRP-MIB +628
D mibs/FOUNDRY-SN-VSRP-MIB.mib -609
A mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB +497
D mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib -464
A mibs/FOUNDRY-VLAN-CAR-MIB +256
D mibs/FOUNDRY-VLAN-CAR-MIB.mib -249
A mibs/FR-MFR-MIB +884
D mibs/FR-MFR-MIB.mib -884
A mibs/GMPLS-LSR-STD-MIB +548
D mibs/GMPLS-LSR-STD-MIB.mib -503
A mibs/GMPLS-TC-STD-MIB +168
D mibs/GMPLS-TC-STD-MIB.mib -127
A mibs/GMPLS-TE-STD-MIB +1,777
D mibs/GMPLS-TE-STD-MIB.mib -1,718
A mibs/GNOME-SMI +88
D mibs/GNOME-SMI.txt -87
A mibs/h2r07604c +37,204
D mibs/h2r07604c.mib -36,503
A mibs/HCNUM-TC +118
D mibs/HCNUM-TC.txt -118
A mibs/HDSL2-SHDSL-LINE-MIB +2,316
D mibs/HDSL2-SHDSL-LINE-MIB.mib -2,282
A mibs/HOST-RESOURCES-MIB +1,540
D mibs/HOST-RESOURCES-MIB.txt -1,489
A mibs/HOST-RESOURCES-TYPES +389
D mibs/HOST-RESOURCES-TYPES.txt -385
A mibs/HUAWEI-MIB +384
D mibs/HUAWEI-MIB.mib -374
A mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB +121
D mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt -121
A mibs/IANA-GMPLS-TC-MIB +330
D mibs/IANA-GMPLS-TC-MIB.mib -289
A mibs/IANA-LANGUAGE-MIB +123
D mibs/IANA-LANGUAGE-MIB.txt -123
A mibs/IANA-MAU-MIB +903
D mibs/IANA-MAU-MIB.my -903
A mibs/IANA-RTPROTO-MIB +92
D mibs/IANA-RTPROTO-MIB.txt -92
A mibs/IANAifType-MIB +518
D mibs/IANAifType-MIB.my -509
A mibs/IEEE8021-PAE-MIB +1,919
D mibs/IEEE8021-PAE-MIB.mib -1,866
A mibs/IEEE8023-LAG-MIB +1,400
D mibs/IEEE8023-LAG-MIB.my -1,362
A mibs/IEEE802dot11-MIB +2,977
D mibs/IEEE802dot11-MIB.my -2,781
A mibs/IF-INVERTED-STACK-MIB +149
D mibs/IF-INVERTED-STACK-MIB.txt -143
A mibs/IF-MIB +1,814
D mibs/IF-MIB.txt -1,751
A mibs/IGMP-STD-MIB +511
D mibs/IGMP-STD-MIB.mib -501
A mibs/INET-ADDRESS-MIB +425
D mibs/INET-ADDRESS-MIB.my -414
A mibs/INTEGRATED-SERVICES-MIB +790
D mibs/INTEGRATED-SERVICES-MIB.my -778
A mibs/IP-FORWARD-MIB +1,357
D mibs/IP-FORWARD-MIB.txt -1,321
A mibs/IP-MIB +5,171
D mibs/IP-MIB.my -5,041
A mibs/IPMROUTE-MIB +951
D mibs/IPMROUTE-MIB.mib -924
A mibs/IPMROUTE-STD-MIB +876
D mibs/IPMROUTE-STD-MIB.mib -850
A mibs/IPV6-ICMP-MIB +529
D mibs/IPV6-ICMP-MIB.txt -527
A mibs/IPV6-MIB +1,443
D mibs/IPV6-MIB.txt -1,434
A mibs/IPV6-MLD-MIB +427
D mibs/IPV6-MLD-MIB.my -427
A mibs/IPV6-TC +67
D mibs/IPV6-TC.mib -66
D mibs/IPV6-TC.txt -66
A mibs/IPV6-TCP-MIB +211
D mibs/IPV6-TCP-MIB.txt -200
A mibs/IPV6-UDP-MIB +141
D mibs/IPV6-UDP-MIB.txt -131
A mibs/jnx-wx.mib +1,160
D mibs/jnx-wx.mib.txt -1,115
A mibs/JUNIPER-WX-MIB +2,550
D mibs/JUNIPER-WX-MIB.my -2,511
A mibs/LLDP-EXT-DOT1-MIB +855
D mibs/LLDP-EXT-DOT1-MIB.mib -791
A mibs/LLDP-MIB +1,987
D mibs/LLDP-MIB.my -1,927
A mibs/LM-SENSORS-MIB +230
D mibs/LM-SENSORS-MIB.txt -220
A mibs/MAU-MIB +1,837
D mibs/MAU-MIB.my -1,837
A mibs/MG-SNMP-UPS-MIB +7,584
D mibs/MG-SNMP-UPS-MIB.mib -7,293
A mibs/MIB-DELL-10892 +12,110
D mibs/MIB-DELL-10892.mib -11,671
A mibs/MPLS-L3VPN-STD-MIB +1,621
D mibs/MPLS-L3VPN-STD-MIB.my -1,566
A mibs/MPLS-LSR-MIB +2,127
D mibs/MPLS-LSR-MIB.my -2,086
A mibs/MPLS-LSR-STD-MIB +2,104
D mibs/MPLS-LSR-STD-MIB.my -2,068
A mibs/MPLS-TC-STD-MIB +637
D mibs/MPLS-TC-STD-MIB.my -634
A mibs/MPLS-TE-STD-MIB +2,518
D mibs/MPLS-TE-STD-MIB.mib -2,479
A mibs/MPLS-VPN-MIB +1,763
D mibs/MPLS-VPN-MIB.my -1,623
A mibs/NET-SNMP-AGENT-MIB +550
D mibs/NET-SNMP-AGENT-MIB.txt -523
A mibs/NET-SNMP-EXAMPLES-MIB +285
D mibs/NET-SNMP-EXAMPLES-MIB.txt -265
A mibs/NET-SNMP-EXTEND-MIB +322
D mibs/NET-SNMP-EXTEND-MIB.txt -316
A mibs/NET-SNMP-MIB +67
D mibs/NET-SNMP-MIB.txt -46
A mibs/NET-SNMP-TC +123
D mibs/NET-SNMP-TC.txt -85
A mibs/NET-SNMP-VACM-MIB +154
D mibs/NET-SNMP-VACM-MIB.txt -151
A mibs/NETWORK-APPLIANCE-MIB +24,180
D mibs/NETWORK-APPLIANCE-MIB.my -24,177
A mibs/NOTIFICATION-LOG-MIB +782
D mibs/NOTIFICATION-LOG-MIB.txt -755
A mibs/NS-ADDR +142
D mibs/NS-ADDR.mib -138
A mibs/NS-BGP4 +784
D mibs/NS-BGP4.mib -779
A mibs/NS-CHASSIS +271
D mibs/NS-CHASSIS.mib -268
A mibs/NS-IDS +880
D mibs/NS-IDS.mib -876
A mibs/NS-INTERFACE +696
D mibs/NS-INTERFACE.mib -692
A mibs/NS-IP-ARP +184
D mibs/NS-IP-ARP.mib -180
A mibs/NS-NAT +459
D mibs/NS-NAT.mib -455
A mibs/NS-NSRP +1,182
D mibs/NS-NSRP.mib -1,178
A mibs/NS-OSPF +2,397
A mibs/NS-OSPF-TRAP +444
D mibs/NS-OSPF-TRAP.mib -436
D mibs/NS-OSPF.mib -2,299
A mibs/NS-POLICY +568
D mibs/NS-POLICY.mib -564
A mibs/NS-PRODUCTS +117
D mibs/NS-PRODUCTS.mib -115
A mibs/NS-QOS +174
D mibs/NS-QOS.mib -170
A mibs/NS-RES +269
D mibs/NS-RES.mib -265
A mibs/NS-RIP +567
D mibs/NS-RIP.mib -502
A mibs/NS-SCHEDULE +253
D mibs/NS-SCHEDULE.mib -249
A mibs/NS-SERVICE +323
D mibs/NS-SERVICE.mib -319
A mibs/NS-SMI +95
D mibs/NS-SMI.mib -90
A mibs/NS-TRAPS +428
D mibs/NS-TRAPS.mib -426
A mibs/NS-VR +157
A mibs/NS-VR-BGP4 +787
D mibs/NS-VR-BGP4.mib -782
A mibs/NS-VR-OSPF +2,410
D mibs/NS-VR-OSPF.mib -2,312
A mibs/NS-VR-RIP +567
D mibs/NS-VR-RIP.mib -502
D mibs/NS-VR.mib -152
A mibs/NS-VSYS +98
D mibs/NS-VSYS.mib -94
A mibs/NS-ZONE +122
D mibs/NS-ZONE.mib -118
A mibs/OLD-CISCO-CHASSIS-MIB-V1SMI +2,468
D mibs/OLD-CISCO-CHASSIS-MIB-V1SMI.my -2,457
A mibs/OLD-CISCO-CPU-MIB +70
D mibs/OLD-CISCO-CPU-MIB.my -58
A mibs/OLD-CISCO-INTERFACES-MIB +1,405
D mibs/OLD-CISCO-INTERFACES-MIB.my -1,395
A mibs/OLD-CISCO-MEMORY-MIB +429
D mibs/OLD-CISCO-MEMORY-MIB.my -417
A mibs/OLD-CISCO-SYS-MIB +1,043
D mibs/OLD-CISCO-SYS-MIB.my -1,014
A mibs/OPT-IF-MIB +6,261
D mibs/OPT-IF-MIB.mib -6,119
A mibs/OSPF-MIB +4,218
D mibs/OSPF-MIB.my -4,160
A mibs/OSPF-TRAP-MIB +443
D mibs/OSPF-TRAP-MIB.txt -437
A mibs/PerfHist-TC-MIB +173
D mibs/PerfHist-TC-MIB.my -162
A mibs/PIM-MIB +909
D mibs/PIM-MIB.mib -893
A mibs/POWER-ETHERNET-MIB +629
D mibs/POWER-ETHERNET-MIB.my -611
A mibs/PPVPN-TC-MIB +47
D mibs/PPVPN-TC-MIB.mib -46
A mibs/PTOPO-MIB +824
D mibs/PTOPO-MIB.mib -799
A mibs/Q-BRIDGE-MIB +2,489
D mibs/Q-BRIDGE-MIB.mib -2,429
A mibs/RFC-1212 +79
D mibs/RFC-1212.mib -72
A mibs/RFC-1215 +38
D mibs/RFC-1215.txt -29
A mibs/RFC1155-SMI +119
D mibs/RFC1155-SMI.txt -119
A mibs/RFC1213-MIB +2,613
D mibs/RFC1213-MIB.txt -2,485
A mibs/RFC1284-MIB +740
D mibs/RFC1284-MIB.my -738
A mibs/RFC1389-MIB +419
D mibs/RFC1389-MIB.my -417
A mibs/RIPv2-MIB +530
D mibs/RIPv2-MIB.txt -507
A mibs/RMON-MIB +3,980
D mibs/RMON-MIB.txt -3,726
A mibs/RMON2-MIB +6,019
D mibs/RMON2-MIB.mib -5,857
A mibs/RSTP-MIB +307
D mibs/RSTP-MIB.mib -307
A mibs/SMON-MIB +1,276
D mibs/SMON-MIB.mib -1,265
A mibs/SMUX-MIB +158
D mibs/SMUX-MIB.txt -158
A mibs/SNA-SDLC-MIB +2,761
D mibs/SNA-SDLC-MIB.mib -2,658
A mibs/SNMP-COMMUNITY-MIB +429
D mibs/SNMP-COMMUNITY-MIB.txt -413
A mibs/SNMP-FRAMEWORK-MIB +526
D mibs/SNMP-FRAMEWORK-MIB.txt -520
A mibs/SNMP-MPD-MIB +145
D mibs/SNMP-MPD-MIB.txt -141
A mibs/SNMP-NOTIFICATION-MIB +589
D mibs/SNMP-NOTIFICATION-MIB.txt -574
A mibs/SNMP-PROXY-MIB +294
D mibs/SNMP-PROXY-MIB.txt -279
A mibs/SNMP-REPEATER-MIB +1,319
D mibs/SNMP-REPEATER-MIB.my -1,307
A mibs/SNMP-TARGET-MIB +660
D mibs/SNMP-TARGET-MIB.txt -645
A mibs/SNMP-USER-BASED-SM-MIB +912
D mibs/SNMP-USER-BASED-SM-MIB.txt -902
A mibs/SNMP-USM-AES-MIB +62
D mibs/SNMP-USM-AES-MIB.txt -62
A mibs/SNMP-USM-DH-OBJECTS-MIB +537
D mibs/SNMP-USM-DH-OBJECTS-MIB.txt -531
A mibs/SNMP-VIEW-BASED-ACM-MIB +830
D mibs/SNMP-VIEW-BASED-ACM-MIB.txt -816
A mibs/SNMPv2-CONF +322
D mibs/SNMPv2-CONF.txt -318
A mibs/SNMPv2-MIB +854
D mibs/SNMPv2-MIB.txt -809
A mibs/SNMPv2-SMI +344
D mibs/SNMPv2-SMI.txt -312
A mibs/SNMPv2-TC +772
D mibs/SNMPv2-TC.txt -764
A mibs/SNMPv2-TM +176
D mibs/SNMPv2-TM.txt -170
A mibs/SONET-MIB +2,360
D mibs/SONET-MIB.mib -2,193
A mibs/SOURCE-ROUTING-MIB +452
D mibs/SOURCE-ROUTING-MIB.txt -427
A mibs/SUPERMICRO-HEALTH-MIB +246
D mibs/SUPERMICRO-HEALTH-MIB.mib -231
A mibs/SUPERMICRO-SMI +55
D mibs/SUPERMICRO-SMI.mib -46
A mibs/SYSAPPL-MIB +1,553
D mibs/SYSAPPL-MIB.mib -1,553
A mibs/TCP-MIB +785
D mibs/TCP-MIB.txt -775
A mibs/TOKEN-RING-RMON-MIB +2,580
D mibs/TOKEN-RING-RMON-MIB.my -2,579
A mibs/TRANSPORT-ADDRESS-MIB +417
D mibs/TRANSPORT-ADDRESS-MIB.txt -412
A mibs/TUNNEL-MIB +735
D mibs/TUNNEL-MIB.my -734
A mibs/UCD-DEMO-MIB +74
D mibs/UCD-DEMO-MIB.txt -74
A mibs/UCD-DISKIO-MIB +162
D mibs/UCD-DISKIO-MIB.txt -156
A mibs/UCD-DLMOD-MIB +119
D mibs/UCD-DLMOD-MIB.txt -115
A mibs/UCD-IPFWACC-MIB +327
D mibs/UCD-IPFWACC-MIB.txt -327
A mibs/UCD-SNMP-MIB +1,628
D mibs/UCD-SNMP-MIB.txt -1,538
A mibs/UDP-MIB +549
D mibs/UDP-MIB.txt -533
A mibs/VPN-TC-STD-MIB +81
D mibs/VPN-TC-STD-MIB.my -72
A mibs/VRRP-MIB +792
D mibs/VRRP-MIB.my -759
📈 0 added 📉 0 removed

💻 r1644

Adam Armstrong 🐸 • 2010-08-04 15:44
prettier cras sessions (separate clientless from tunnels)
Files changed (1)
M html/includes/graphs/device/cras_sessions.inc.php +19 -19
📈 19 added 📉 19 removed

💻 r1643

Tom Laermans 🦔 • 2010-08-03 22:06
revert quote in asa os detection
Files changed (1)
M includes/discovery/os/asa.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1642

Adam Armstrong 🐸 • 2010-08-03 18:39
fix auth for multiport (hacky)
Files changed (1)
M html/includes/graphs/multiport/auth.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r1641

Tom Laermans 🦔 • 2010-08-03 17:56
fix supermicro fan discovery
Files changed (1)
M includes/discovery/fanspeeds/supermicro.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1640

Adam Armstrong 🐸 • 2010-08-03 16:27
duh
Files changed (1)
M html/includes/graphs/port/nupkts.inc.php -2
📈 0 added 📉 2 removed

💻 r1639

Adam Armstrong 🐸 • 2010-08-03 16:26
remove old debug from packets graph (oopsiepops)
Files changed (2)
M html/includes/graphs/port/nupkts.inc.php +2
M html/includes/graphs/port/upkts.inc.php +1 -1
📈 3 added 📉 1 removed

💻 r1638

Tom Laermans 🦔 • 2010-08-03 15:33
also run CDP discovery on non-IOS hosts
Files changed (1)
M includes/discovery/discovery-protocols.inc.php +35 -25
📈 35 added 📉 25 removed

💻 r1637

Tom Laermans 🦔 • 2010-08-03 15:24
fix asa detection (wtf Cisco?) - fix by Bill Fenner
Files changed (1)
M includes/discovery/os/asa.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1636

Tom Laermans 🦔 • 2010-08-03 15:12
fix trimming quotes from areca controller sensors, fix health/frequencies page to use new table
Files changed (6)
M html/pages/health/frequencies.inc.php +26 -26
M html/pages/health/voltages.inc.php +1 -1
M includes/discovery/cisco-entity-sensor.inc.php +1 -2
M includes/discovery/entity-sensor.inc.php +2 -3
M includes/discovery/fanspeeds/areca.inc.php +2 -2
M includes/discovery/voltages/areca.inc.php +1 -1
📈 33 added 📉 35 removed

💻 r1635

Tom Laermans 🦔 • 2010-08-03 14:21
fix: use entPhysicalDescr if entPhysicalName is empty
Files changed (2)
M includes/discovery/cisco-entity-sensor.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1634

Adam Armstrong 🐸 • 2010-08-03 12:09
can auth via _GET
Files changed (1)
M html/includes/authenticate.inc.php +5 -6
📈 5 added 📉 6 removed

💻 r1633

Tom Laermans 🦔 • 2010-08-02 23:11
reworking poe polling a bit, but still unpolished or even unfinished
Files changed (6)
M includes/defaults.inc.php +1
D includes/polling/cisco-poe.inc.php -63
M includes/polling/port-adsl.inc.php +2 -2
M includes/polling/port-etherlike.inc.php +2 -2
A includes/polling/port-poe.inc.php +44
M includes/polling/ports.inc.php +6 -3
📈 55 added 📉 70 removed

💻 r1632

Adam Armstrong 🐸 • 2010-08-02 22:56
better fix
Files changed (1)
M html/includes/functions.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1631

Adam Armstrong 🐸 • 2010-08-02 22:54
fix device overlib with odd chars
Files changed (1)
M html/includes/functions.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1630

Adam Armstrong 🐸 • 2010-08-02 22:50
ok not all graphs, but a few more (atleast cpu, mem and bits for device overlibs)
Files changed (4)
M html/includes/graphs/device/mempools.inc.php +11 -8
M html/includes/graphs/generic_multi_bits.inc.php +13 -10
M html/includes/graphs/graph.inc.php +2 -3
M html/includes/graphs/port/upkts.inc.php +1 -1
📈 27 added 📉 22 removed

💻 r1629

Adam Armstrong 🐸 • 2010-08-02 22:38
hack to make *all* graphs draw, even if missing rrd
Files changed (4)
M html/includes/graphs/device/mempools.inc.php +19 -18
M html/includes/graphs/device/processors.inc.php +1 -3
M html/includes/graphs/generic_multi_bits.inc.php +2
M html/includes/graphs/graph.inc.php +1
📈 23 added 📉 21 removed

💻 r1628

Adam Armstrong 🐸 • 2010-08-02 22:25
minus debug :>
Files changed (1)
M html/includes/graphs/graph.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1627

Adam Armstrong 🐸 • 2010-08-02 22:25
improved graph errors
Files changed (1)
M html/includes/graphs/graph.inc.php +25 -5
📈 25 added 📉 5 removed

💻 r1626

Tom Laermans 🦔 • 2010-08-02 22:19
clean up unused function, remove baseurl (yay relative urls)
Files changed (2)
M html/pages/bill.inc.php +4 -4
M includes/functions.php -19
📈 4 added 📉 23 removed

💻 r1625

Adam Armstrong 🐸 • 2010-08-02 22:12
fix graphs
Files changed (2)
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/graph.inc.php +2 -1
📈 3 added 📉 2 removed

💻 r1624

Adam Armstrong 🐸 • 2010-08-02 22:09
rename merge generateiflink && generate_if_link to generate_port_link, rename generatedevicelink to generate_device_link
Files changed (56)
M html/includes/device-header.inc.php +1 -1
M html/includes/functions.inc.php +4 -13
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/diskio/auth.inc.php +1 -1
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/multiport/auth.inc.php +2 -2
M html/includes/graphs/port/auth.inc.php +2 -2
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/includes/hostbox.inc +1 -1
M html/includes/print-event-short.inc +1 -1
M html/includes/print-event.inc +2 -2
M html/includes/print-interface-adsl.inc.php +8 -8
M html/includes/print-interface.inc.php +10 -10
M html/includes/print-service.inc +1 -1
M html/includes/print-syslog.inc +1 -1
M html/includes/print-vlan.inc +1 -1
M html/includes/print-vrf.inc +1 -1
M html/pages/bgp.inc.php +2 -2
M html/pages/bill.inc.php +1 -1
M html/pages/bill/edit.php +1 -1
M html/pages/customers.inc.php +2 -2
M html/pages/device/arp.inc.php +3 -3
M html/pages/device/bgp.inc.php +1 -1
M html/pages/device/entphysical.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/port/arp.inc.php +2 -2
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/front/default.php +6 -6
M html/pages/front/demo.php +6 -6
M html/pages/front/example2.php +6 -6
M html/pages/front/jt.php +6 -6
M html/pages/health/current.inc.php +1 -1
M html/pages/health/fanspeeds.inc.php +1 -1
M html/pages/health/frequencies.inc.php +1 -1
M html/pages/health/humidity.inc.php +1 -1
M html/pages/health/memory.inc.php +1 -1
M html/pages/health/processors.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/health/temperatures.inc.php +1 -1
M html/pages/health/voltages.inc.php +1 -1
M html/pages/iftype.inc.php +2 -2
M html/pages/inventory.inc.php +1 -1
M html/pages/ipv4.inc.php +3 -3
M html/pages/ipv6.inc.php +3 -3
M html/pages/ports/default.inc.php +3 -3
M html/pages/ports/deleted.inc.php +4 -4
M html/pages/pseudowires.inc.php +2 -2
M html/pages/storage.inc.php +1 -1
M html/pages/vrfs.inc.php +2 -2
📈 115 added 📉 124 removed

💻 r1623

Tom Laermans 🦔 • 2010-08-02 22:01
restore graph error width FOR GREAT JUSTICE (someone fix the scale part for me plx)
Files changed (1)
M html/includes/graphs/graph.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1622

Adam Armstrong 🐸 • 2010-08-02 21:56
catos changes
Files changed (1)
M includes/polling/os/catos.inc.php +9
📈 9 added 📉 0 removed

💻 r1621

Tom Laermans 🦔 • 2010-08-02 21:44
make graph error box the requested size
Files changed (1)
M html/includes/graphs/graph.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1620

Tom Laermans 🦔 • 2010-08-02 21:42
fix free storage space
Files changed (1)
M html/pages/health/storage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1619

Adam Armstrong 🐸 • 2010-08-02 19:52
improve poller (refresh $device array when we start a new device, so we don't get issues with overlap) remove old crap from catos poller, add CISCO-CEF mibs
Files changed (5)
M includes/defaults.inc.php +1 -1
M includes/polling/os/catos.inc.php -38
A mibs/CISCO-CEF-MIB +2,965
A mibs/CISCO-CEF-TC +453
M poller.php +3 -2
📈 4 added 📉 41 removed

💻 r1618

Tom Laermans 🦔 • 2010-08-02 17:19
eh, really fix map
Files changed (1)
M html/map.php +1 -1
📈 1 added 📉 1 removed

💻 r1617

Tom Laermans 🦔 • 2010-08-02 17:17
fix map
Files changed (1)
M html/map.php +1
📈 1 added 📉 0 removed

💻 r1616

Adam Armstrong 🐸 • 2010-08-02 17:08
fix mac accounting total graph
Files changed (1)
M html/includes/graphs/port/mac_acc_total.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1615

Adam Armstrong 🐸 • 2010-08-02 17:06
more fixes to mac accounting
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +11 -11
📈 11 added 📉 11 removed

💻 r1614

Adam Armstrong 🐸 • 2010-08-02 17:05
fix some mac accounting stuff
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +13 -13
📈 13 added 📉 13 removed

💻 r1613

Tom Laermans 🦔 • 2010-08-02 16:38
fix broken graphs with disabled short tags
Files changed (9)
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/graph.inc.php +23 -24
M html/includes/graphs/mempool/auth.inc.php +3 -3
M html/includes/graphs/multiport/auth.inc.php +1 -1
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
📈 33 added 📉 34 removed

💻 r1612

Adam Armstrong 🐸 • 2010-08-02 11:41
fix demo template
Files changed (1)
M html/pages/front/demo.php +19 -19
📈 19 added 📉 19 removed

💻 r1611

Tom Laermans 🦔 • 2010-08-02 10:33
fix wifi clients graph more
Files changed (3)
D html/includes/graphs/device/aironet_wifi_clients.inc.php -29
A html/includes/graphs/device/wifi_clients.inc.php +29
M includes/polling/wifi.inc.php +2 -2
📈 31 added 📉 31 removed

💻 r1610

Tom Laermans 🦔 • 2010-08-02 10:32
fix wifi polling for airport devices
Files changed (3)
D includes/polling/aironet_wifi_clients.inc.php -76
A includes/polling/wifi.inc.php +81
M poller.php +1 -1
📈 82 added 📉 77 removed

💻 r1609

Tom Laermans 🦔 • 2010-08-02 10:27
rename polling bgpPeer.inc.php file to the same name as discovery bgp-peers.inc.php
Files changed (4)
A includes/polling/bgp-peers.inc.php +189
D includes/polling/bgpPeer.inc.php -189
M includes/polling/ups.inc.php +1 -1
M poller.php +1 -1
📈 191 added 📉 191 removed

💻 r1608

Adam Armstrong 🐸 • 2010-08-02 02:40
improved cipsec graphs
Files changed (4)
M html/includes/graphs/device/cipsec_flow_bits.inc.php -1
M html/includes/graphs/device/cipsec_flow_pkts.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_tunnels.inc.php +15 -8
M html/includes/graphs/graph.inc.php +7 -5
📈 23 added 📉 15 removed

💻 r1607

Adam Armstrong 🐸 • 2010-08-01 17:25
improve error output from grapher
Files changed (1)
M html/includes/graphs/graph.inc.php +22 -14
📈 22 added 📉 14 removed

💻 r1606

Adam Armstrong 🐸 • 2010-08-01 17:13
storage graphtype auth
Files changed (1)
A html/includes/graphs/storage/auth.inc.php +20
📈 20 added 📉 0 removed

💻 r1605

Adam Armstrong 🐸 • 2010-08-01 17:09
fixes to billing
Files changed (2)
M html/ajax_listports.php +2 -1
M html/pages/bill.inc.php +10 -7
📈 12 added 📉 8 removed

💻 r1604

Adam Armstrong 🐸 • 2010-08-01 16:50
fix new billing graph, fix interface links
Files changed (3)
M html/includes/functions.inc.php +1
M html/includes/graphs/bill/auth.inc.php +2 -3
M html/includes/graphs/graph.inc.php +3 -1
📈 6 added 📉 4 removed

💻 r1603

Adam Armstrong 🐸 • 2010-08-01 16:30
more improvments to collectd
Files changed (4)
M html/collectd-graph.php +8 -2
M html/includes/collectd/functions.php +9 -9
M html/includes/graphs/common.inc.php +1 -1
M html/pages/device/collectd.inc.php +8 -8
📈 26 added 📉 20 removed

💻 r1602

Adam Armstrong 🐸 • 2010-08-01 15:58
collectd improvements
Files changed (1)
M html/includes/collectd/functions.php +16 -4
📈 16 added 📉 4 removed

💻 r1601

Adam Armstrong 🐸 • 2010-08-01 15:31
add rrdcached support to collectd
Files changed (4)
M html/collectd-graph.php +1
M html/includes/collectd/config.php +1 -1
M html/includes/collectd/definitions.php +14 -14
M html/includes/collectd/functions.php +4 -4
📈 20 added 📉 19 removed

💻 r1600

Adam Armstrong 🐸 • 2010-08-01 14:37
fix BGP graphs
Files changed (4)
A html/includes/graphs/bgp/auth.inc.php +21
M html/includes/graphs/bgp/cbgp_prefixes.inc.php +1 -3
M html/includes/graphs/bgp/updates.inc.php +1 -3
M html/pages/device/bgp.inc.php +10 -10
📈 33 added 📉 16 removed

💻 r1599

Adam Armstrong 🐸 • 2010-08-01 14:17
graphing system updates
Files changed (46)
M html/includes/functions.inc.php +29 -6
M html/includes/graphs/application/apache_bytes.inc.php +1 -6
M html/includes/graphs/application/apache_cpu.inc.php +1 -6
M html/includes/graphs/application/apache_hits.inc.php +1 -6
M html/includes/graphs/application/apache_scoreboard.inc.php +1 -6
A html/includes/graphs/application/auth.inc.php +12
A html/includes/graphs/customer/auth.inc.php +11
M html/includes/graphs/device/auth.inc.php +4 -5
A html/includes/graphs/diskio/auth.inc.php +24
M html/includes/graphs/diskio/bits.inc.php -9
M html/includes/graphs/graph.inc.php +30 -23
A html/includes/graphs/mempool/auth.inc.php +19
M html/includes/graphs/mempool/usage.inc.php +15 -19
M html/includes/graphs/port/auth.inc.php +2 -5
A html/includes/graphs/processor/auth.inc.php +16
M html/includes/graphs/processor/usage.inc.php +15 -19
M html/includes/graphs/sensor/auth.inc.php +18 -3
M html/includes/graphs/sensor/current.inc.php +4 -8
A html/includes/graphs/sensor/fanspeed.inc.php +18
M html/includes/graphs/sensor/frequency.inc.php +4 -8
M html/includes/graphs/sensor/humidity.inc.php +4 -10
M html/includes/graphs/sensor/temperature.inc.php +3 -4
M html/includes/graphs/sensor/voltage.inc.php +2 -3
M html/includes/graphs/storage/usage.inc.php +4 -6
M html/includes/print-interface-adsl.inc.php +6 -6
M html/includes/print-interface.inc.php +19 -17
M html/includes/print-menubar.php +1 -1
M html/includes/print-syslog.inc +1 -1
M html/pages/device.inc.php +17 -17
M html/pages/device/bgp.inc.php +8 -8
M html/pages/device/ports.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/front/demo.php +5 -5
M html/pages/front/jt.php +5 -5
M html/pages/graphs.inc.php +11 -6
M html/pages/health/memory.inc.php +1 -1
M html/pages/health/processors.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/ipv4.inc.php +1 -1
M html/pages/ipv6.inc.php +1 -1
M html/pages/ports/default.inc.php +1 -1
M html/pages/ports/deleted.inc.php +3 -3
M html/pages/pseudowires.inc.php +2 -2
M includes/common.php +36
M includes/functions.php -11
M includes/polling/applications/apache.inc.php +3 -3
📈 363 added 📉 245 removed

💻 r1598

Adam Armstrong 🐸 • 2010-08-01 12:38
fix collectd graph
Files changed (1)
M html/collectd-graph.php +1
📈 1 added 📉 0 removed

💻 r1597

Adam Armstrong 🐸 • 2010-08-01 00:49
add apache application graph page, update generic multi bits
Files changed (2)
M html/includes/graphs/generic_multi_bits_separated.inc.php +5 -3
A html/pages/device/apps/apache.inc.php +34
📈 39 added 📉 3 removed

💻 r1596

Adam Armstrong 🐸 • 2010-08-01 00:38
fix permissions on device_port_* graphs (woo, we now have some graph security!) and fix some bugs with graph naming
Files changed (15)
M html/includes/functions.inc.php +2 -2
M html/includes/graphs/port/adsl_attainable.inc.php +1 -13
M html/includes/graphs/port/adsl_attenuation.inc.php +1 -12
M html/includes/graphs/port/adsl_power.inc.php +1 -12
M html/includes/graphs/port/adsl_snr.inc.php +1 -12
M html/includes/graphs/port/adsl_speed.inc.php +1 -12
M html/includes/graphs/port/auth.inc.php +7 -5
M html/includes/graphs/port/bits.inc.php +1 -12
M html/includes/graphs/port/errors.inc.php +1 -12
M html/includes/graphs/port/etherlike.inc.php +4 -9
M html/includes/graphs/port/nupkts.inc.php +6 -15
M html/includes/graphs/port/pagp_bits.inc.php +1 -3
M html/includes/graphs/port/upkts.inc.php +1 -12
M html/includes/print-interface.inc.php +3 -3
M html/pages/device/ports.inc.php +2 -2
📈 33 added 📉 136 removed

💻 r1595

Tom Laermans 🦔 • 2010-07-31 23:26
add delta electronics logo
Files changed (2)
A html/images/os/delta.png +1
M includes/static-config.php +1
📈 2 added 📉 0 removed

💻 r1594

Tom Laermans 🦔 • 2010-07-31 23:23
fixes to mge ups discovery to also work on their proxy agent, also get the serial number now
Files changed (8)
M includes/discovery/current/mgeups.inc.php +2 -2
M includes/discovery/frequencies/mgeups.inc.php +2 -2
M includes/discovery/os/mgeups.inc.php +3 -3
M includes/discovery/os/xerox.inc.php +1
M includes/discovery/voltages/mgeups.inc.php +4 -4
M includes/polling/os/mgeups.inc.php +10 -3
M includes/polling/ups.inc.php +13
M includes/static-config.php +1 -1
📈 36 added 📉 15 removed

💻 r1593

Adam Armstrong 🐸 • 2010-07-31 22:27
fix junos ATM VC polling and display for tehvookje
Files changed (5)
M discovery.php +1 -1
M html/includes/graphs/atmvp/bits.inc.php +22
M html/pages/device/port/junose-atm-vp.inc.php +1 -1
M includes/polling/junose-atm-vp.inc.php -1
M poller.php +1
📈 25 added 📉 3 removed

💻 r1592

Adam Armstrong 🐸 • 2010-07-31 21:08
billing system fixes (make moar sexypants)
Files changed (9)
M html/billing-graph.php +8 -7
M html/includes/authenticate.inc.php +2
M html/includes/functions.inc.php +19 -1
A html/includes/graphs/bill
A html/includes/graphs/bill/auth.inc.php +17
A html/includes/graphs/bill/bits.inc.php +28
M html/index.php -4
M html/pages/bill.inc.php +224 -181
M html/pages/bills.inc.php +15 -3
📈 313 added 📉 196 removed

💻 r1591

Tom Laermans 🦔 • 2010-07-31 20:35
fix XUPS-MIB currents
Files changed (2)
M includes/discovery/current/xups.inc.php +2 -2
M includes/polling/ups.inc.php +3
📈 5 added 📉 2 removed

💻 r1590

Tom Laermans 🦔 • 2010-07-31 20:30
Completed XUPS-MIB support, complete with Eaton logo
Files changed (7)
A html/images/os/eaton.png +1
A includes/discovery/current/xups.inc.php +60
A includes/discovery/frequencies/xups.inc.php +44
M includes/discovery/voltages/xups.inc.php +18 -2
M includes/polling/frequencies.inc.php +18 -20
A includes/polling/ups.inc.php +21
M includes/static-config.php +1 -2
📈 163 added 📉 24 removed

💻 r1589

Tom Laermans 🦔 • 2010-07-31 19:49
split frequencies and current into separate files
Files changed (11)
A includes/discovery/current
M includes/discovery/current.inc.php +2 -223
A includes/discovery/current/apc.inc.php +67
A includes/discovery/current/gamatronicups.inc.php +38
A includes/discovery/current/mgeups.inc.php +59
A includes/discovery/current/rfc1628.inc.php +74
A includes/discovery/frequencies
M includes/discovery/frequencies.inc.php +2 -149
A includes/discovery/frequencies/apc.inc.php +72
A includes/discovery/frequencies/mgeups.inc.php +48
A includes/discovery/frequencies/rfc1628.inc.php +40
📈 402 added 📉 372 removed

💻 r1588

Tom Laermans 🦔 • 2010-07-31 19:40
powerware device data polling + voltage discovery
Files changed (4)
M discovery.php -1
D includes/discovery/ups.inc.php -13
A includes/discovery/voltages/xups.inc.php +63
A includes/polling/os/powerware.inc.php +11
📈 74 added 📉 14 removed

💻 r1587

Adam Armstrong 🐸 • 2010-07-31 19:16
fix bgp stuff (tell it never to show units, must have appeared in new BGP mib :>)
Files changed (1)
M includes/polling/bgpPeer.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1586

Adam Armstrong 🐸 • 2010-07-31 19:12
fixes to things, use *only* junos and junose mibdir for those things
Files changed (14)
M html/includes/graphs/device/ucd_io.inc.php +2
M html/includes/graphs/device/ucd_swap_io.inc.php +2
M html/includes/graphs/generic_bits.inc.php +26 -8
M html/includes/graphs/generic_simplex.inc.php +3 -3
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/discovery/junose-atm-vp.inc.php +1 -1
M includes/discovery/mempools/junos.inc.php +3 -3
M includes/discovery/processors/junose.inc.php +1 -1
M includes/discovery/temperatures/junos.inc.php +1 -1
M includes/discovery/temperatures/junose.inc.php +1 -1
M includes/polling/bgpPeer.inc.php +2 -2
M includes/polling/junose-atm-vp.inc.php +8 -8
M includes/polling/mempools/junos.inc.php +2 -2
M includes/polling/os/junose.inc.php +2 -2
📈 55 added 📉 33 removed

💻 r1585

Tom Laermans 🦔 • 2010-07-31 18:42
Add XUPS-MIB, basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes
Files changed (16)
M DEVELOPING +2 -2
M includes/discovery/os/dlinkap.inc.php +1
A includes/discovery/os/powerware.inc.php +9
M includes/discovery/temperatures.inc.php +1 -1
A includes/discovery/temperatures/xups.inc.php +32
A includes/discovery/voltages
M includes/discovery/voltages.inc.php +2 -303
A includes/discovery/voltages/apc.inc.php +73
A includes/discovery/voltages/areca.inc.php +30
A includes/discovery/voltages/gamatronicups.inc.php +34
A includes/discovery/voltages/linux.inc.php +27
A includes/discovery/voltages/mgeups.inc.php +48
A includes/discovery/voltages/rfc1628.inc.php +74
A includes/discovery/voltages/supermicro.inc.php +45
M includes/static-config.php +4
A mibs/XUPS-MIB +2,379
📈 382 added 📉 306 removed

💻 r1584

Adam Armstrong 🐸 • 2010-07-31 18:34
more UCD graphing for unix (swap i/o, i/o, interrupts and context switches)
Files changed (4)
A html/includes/graphs/device/ucd_contexts.inc.php +21
A html/includes/graphs/device/ucd_interrupts.inc.php +22
A html/includes/graphs/device/ucd_io.inc.php +12
A html/includes/graphs/device/ucd_swap_io.inc.php +12
📈 67 added 📉 0 removed

💻 r1583

Adam Armstrong 🐸 • 2010-07-31 18:14
OMNOMNOM ZYXEL NONSENSE BEGONE
Files changed (1)
D mibs/zyxel.mib -141
📈 0 added 📉 0 removed

💻 r1582

Adam Armstrong 🐸 • 2010-07-31 18:13
fully compiling mibs for JunOS (MPLS-VPN-MIB incompatible) and JunOSe (BGP4-MIB incompatible)
Files changed (476)
M mibs/JUNIPER-SMI +7 -1
A mibs/junos/ENTITY-MIB.my +1,466
A mibs/junos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt +121
A mibs/junos/mib-802.3ad.txt +1,435
A mibs/junos/mib-bgpmib.txt +715
A mibs/junos/mib-diffServDscp-tc.txt +64
A mibs/junos/mib-eso-consortium.txt +183
A mibs/junos/mib-IANA-GMPLS-TC-MIB.txt +330
A mibs/junos/mib-IANA-RTPROTO-MIB.txt +95
A mibs/junos/mib-IANAifType-MIB.txt +314
A mibs/junos/mib-ieee8021pae.txt +1,919
A mibs/junos/mib-igmpmib.txt +511
A mibs/junos/mib-ilmim.txt +1,257
A mibs/junos/mib-isismib.txt +3,458
mibs/junos/mib-jnx-analyzer.txt
mibs/junos/mib-jnx-atm-cos.txt
mibs/junos/mib-jnx-atm.txt
mibs/junos/mib-jnx-bfd-exp.txt
mibs/junos/mib-jnx-bfd.txt
mibs/junos/mib-jnx-bgpmib2.txt
mibs/junos/mib-jnx-cfgmgmt.txt
mibs/junos/mib-jnx-chas-defines.txt +368 -3
mibs/junos/mib-jnx-chassis-alarm.txt
mibs/junos/mib-jnx-chassis-fwdd.txt
mibs/junos/mib-jnx-chassis.txt +2 -1
mibs/junos/mib-jnx-coll.txt
mibs/junos/mib-jnx-cos.txt +136 -44
mibs/junos/mib-jnx-dcu.txt
mibs/junos/mib-jnx-dfc.txt
mibs/junos/mib-jnx-event.txt
mibs/junos/mib-jnx-ex-mac-notification.txt
mibs/junos/mib-jnx-ex-smi.txt
mibs/junos/mib-jnx-exp.txt
mibs/junos/mib-jnx-firewall.txt
mibs/junos/mib-jnx-hostresources.txt
mibs/junos/mib-jnx-if-extensions.txt
mibs/junos/mib-jnx-ipforward.txt
mibs/junos/mib-jnx-ipsec-flow-mon.txt
mibs/junos/mib-jnx-ipsec-monitor-asp.txt
mibs/junos/mib-jnx-ipv4.txt
mibs/junos/mib-jnx-ipv6.txt
mibs/junos/mib-jnx-js-auth.txt
mibs/junos/mib-jnx-js-cert.txt
mibs/junos/mib-jnx-js-dns.txt
mibs/junos/mib-jnx-js-idp.txt
mibs/junos/mib-jnx-js-if-ext.txt
mibs/junos/mib-jnx-js-ipsec-vpn.txt
mibs/junos/mib-jnx-js-nat.txt +277 -10
A mibs/junos/mib-jnx-js-packet-mirror.txt +398
mibs/junos/mib-jnx-js-policy.txt
mibs/junos/mib-jnx-js-screening.txt
mibs/junos/mib-jnx-js-smi.txt +1
mibs/junos/mib-jnx-js-spu-monitoring.txt +14 -12
mibs/junos/mib-jnx-js-utm-av.txt +12 -8
mibs/junos/mib-jnx-jsrpd.txt
mibs/junos/mib-jnx-l2ald.txt
mibs/junos/mib-jnx-l2cp-features.txt
mibs/junos/mib-jnx-l2tp.txt
mibs/junos/mib-jnx-ldp.txt +5 -3
mibs/junos/mib-jnx-mac.txt
mibs/junos/mib-jnx-mimstp.txt
mibs/junos/mib-jnx-mpls-ldp.txt
mibs/junos/mib-jnx-mpls.txt
mibs/junos/mib-jnx-ospfv3mib.txt
mibs/junos/mib-jnx-otn.txt
mibs/junos/mib-jnx-pae-extension.txt
mibs/junos/mib-jnx-pfe.txt +23 -5
mibs/junos/mib-jnx-ping.txt
mibs/junos/mib-jnx-pmon.txt
A mibs/junos/mib-jnx-pwatm.txt +823
mibs/junos/mib-jnx-pwtdm.txt
mibs/junos/mib-jnx-rmon.txt
mibs/junos/mib-jnx-rpf.txt
mibs/junos/mib-jnx-rpm.txt
mibs/junos/mib-jnx-rps.txt
mibs/junos/mib-jnx-rsvp.txt
mibs/junos/mib-jnx-rtm.txt
mibs/junos/mib-jnx-scu.txt
mibs/junos/mib-jnx-secure-access-port.txt
mibs/junos/mib-jnx-sipcommon.txt
mibs/junos/mib-jnx-smi.txt +7 -1
mibs/junos/mib-jnx-sonet.txt
mibs/junos/mib-jnx-sonetaps.txt
mibs/junos/mib-jnx-sp.txt
mibs/junos/mib-jnx-syslog.txt
mibs/junos/mib-jnx-traceroute.txt
mibs/junos/mib-jnx-user-aaa.txt
mibs/junos/mib-jnx-util.txt
mibs/junos/mib-jnx-virtualchassis.txt
mibs/junos/mib-jnx-vlan.txt
mibs/junos/mib-jnx-vpn.txt
A mibs/junos/mib-l3vpnmib.txt +1,706
A mibs/junos/mib-lldp.txt +2,046
A mibs/junos/mib-mroutemib.txt +951
A mibs/junos/mib-msdpmib.txt +1,079
A mibs/junos/mib-ospf2mib.txt +3,002
A mibs/junos/mib-ospf2trap.txt +488
A mibs/junos/mib-pimmib.txt +909
A mibs/junos/mib-rfc1513.txt +2,327
A mibs/junos/mib-rfc1747.txt +2,761
A mibs/junos/mib-rfc1907.txt +765
A mibs/junos/mib-rfc2011a.txt +721
A mibs/junos/mib-rfc2012a.txt +333
A mibs/junos/mib-rfc2013a.txt +149
A mibs/junos/mib-rfc2024a.txt +3,585
A mibs/junos/mib-rfc2115a.txt +1,049
A mibs/junos/mib-rfc2213.txt +795
A mibs/junos/mib-rfc2287a.txt +1,553
A mibs/junos/mib-rfc2465.txt +1,452
A mibs/junos/mib-rfc2465tc.txt +67
A mibs/junos/mib-rfc2493.txt +166
A mibs/junos/mib-rfc2495a.txt +2,108
A mibs/junos/mib-rfc2514.txt +714
A mibs/junos/mib-rfc2515a.txt +3,023
A mibs/junos/mib-rfc2571.txt +496
A mibs/junos/mib-rfc2572.txt +140
A mibs/junos/mib-rfc2574.txt +899
A mibs/junos/mib-rfc2575.txt +818
A mibs/junos/mib-rfc2576.txt +427
A mibs/junos/mib-rfc2662.txt +4,382
A mibs/junos/mib-rfc2662tc.txt +115
A mibs/junos/mib-rfc2665a.txt +1,144
A mibs/junos/mib-rfc2787a.txt +814
A mibs/junos/mib-rfc2790a.txt +1,542
A mibs/junos/mib-rfc2790type.txt +387
A mibs/junos/mib-rfc2819a.txt +3,984
A mibs/junos/mib-rfc2851.txt +308
A mibs/junos/mib-rfc2856a.txt +117
A mibs/junos/mib-rfc2863a.txt +1,830
A mibs/junos/mib-rfc2922.txt +824
A mibs/junos/mib-rfc2925a.txt +1,141
A mibs/junos/mib-rfc2925b.txt +1,316
A mibs/junos/mib-rfc2932.txt +876
A mibs/junos/mib-rfc3020.txt +884
A mibs/junos/mib-rfc3289.txt +3,494
A mibs/junos/mib-rfc3413.txt +293
A mibs/junos/mib-rfc3413notify.txt +587
A mibs/junos/mib-rfc3413target.txt +647
A mibs/junos/mib-rfc3417.txt +190
A mibs/junos/mib-rfc3419.txt +435
A mibs/junos/mib-rfc3591.txt +6,261
A mibs/junos/mib-rfc3592.txt +2,360
A mibs/junos/mib-rfc3621.txt +626
A mibs/junos/mib-rfc3811.txt +633
A mibs/junos/mib-rfc3812.txt +2,482
A mibs/junos/mib-rfc3813.txt +2,189
A mibs/junos/mib-rfc3896.txt +1,794
A mibs/junos/mib-rfc4188.txt +1,466
A mibs/junos/mib-rfc4318.txt +307
A mibs/junos/mib-rfc4363a.txt +1,152
A mibs/junos/mib-rfc4363b.txt +2,348
A mibs/junos/mib-rfc4502.txt +6,019
A mibs/junos/mib-rfc4801.txt +168
A mibs/junos/mib-rfc4802.txt +1,777
A mibs/junos/mib-rfc4803.txt +548
A mibs/junos/mib-rtmib.txt +428
A mibs/junos/mib-SNMPv2-SMI.txt +344
A mibs/junos/mib-SNMPv2-TC.txt +772
A mibs/junos/mib-vpntcmib.txt +47
A mibs/junose/af-nm-0095_001_mib.mi2 +4,734
D mibs/junose/ATM-FORUM-SNMP-M4-MIB.mib -4,630
A mibs/junose/broken
A mibs/junose/broken/juniAccountingAC.mi2 +258
A mibs/junose/broken/juniAtmProfileAC.mi2 +112
A mibs/junose/broken/juniDosProtectionPlat.mi2 +1,066
A mibs/junose/broken/juniDosProtectionPlatformAC.mi2 +77
A mibs/junose/broken/juniHttp.mi2 +330
A mibs/junose/broken/juniIgmpAC.mi2 +208
A mibs/junose/broken/juniInternetAC.mi2 +1,710
A mibs/junose/broken/juniIp.mi2 +3,362
A mibs/junose/broken/juniIpv6ProfileAC.mi2 +75
A mibs/junose/broken/juniMplsAC.mi2 +537
A mibs/junose/broken/juniMRouterAC.mi2 +181
A mibs/junose/DIFFSERV-DSCP-TC.my +68
A mibs/junose/DIFFSERV-MIB.my +3,704
mibs/junose/draft-ietf-atommib-sonetaps-mib-05-juni.mi2
A mibs/junose/draft-ietf-bridge-bridgemib-smiv2-05.mi2 +1,427
A mibs/junose/draft-ietf-disman-event-mib-v2-01.mi2 +1,946
mibs/junose/draft-ietf-idmr-dvmrp-mib-11-juni.mi2
A mibs/junose/draft-ietf-idr-bgp4-mib-07.mi2 +1,045
mibs/junose/draft-ietf-idr-bgp4-mibv2-03-jnx.mi2
D mibs/junose/ENTITY-MIB.my -1,444
A mibs/junose/IANA-ADDRESS-FAMILY-NUMBERS-MIB.mi2 +112
A mibs/junose/IANA-RTPROTO-MIB.mi2 +95
A mibs/junose/IANAifType-MIB.mi2 +412
A mibs/junose/INET-ADDRESS-MIB.my +425
A mibs/junose/INTEGRATED-SERVICES-MIB.my +790
mibs/junose/jnxExperiment.mi2
mibs/junose/jnxSmi.mi2
mibs/junose/juniAaa.mi2
A mibs/junose/juniAaaServerAC.mi2 +708
mibs/junose/juniAcctng.mi2 +64 -1
mibs/junose/juniAddrPool.mi2
A mibs/junose/juniAgents.mi2 +1,005
mibs/junose/juniAtm.mi2
A mibs/junose/juniAtmAC.mi2 +1,825
mibs/junose/juniAtmProfile.mi2
mibs/junose/juniAutoconf.mi2
A mibs/junose/juniAutoconfAC.mi2 +80
mibs/junose/juniBgp.mi2
A mibs/junose/juniBgpAC.mi2 +553
mibs/junose/juniBridge.mi2
A mibs/junose/juniBridgeAC.mi2 +69
A mibs/junose/juniBridgedEthernetAC.mi2 +62
mibs/junose/juniBridgeEthernet.mi2
mibs/junose/juniBridgingMgr.mi2
A mibs/junose/juniBridgingMgrAC.mi2 +60
mibs/junose/juniCli.mi2
A mibs/junose/juniCliAC.mi2 +85
mibs/junose/juniCops.mi2
A mibs/junose/juniCopsAC.mi2 +81
mibs/junose/juniDhcp.mi2
A mibs/junose/juniDhcpAC.mi2 +385
mibs/junose/juniDhcpv6.mi2
A mibs/junose/juniDhcpv6AC.mi2 +57
mibs/junose/juniDismanEvent.mi2
mibs/junose/juniDns.mi2
A mibs/junose/juniDnsAC.mi2 +82
mibs/junose/juniDosProtection.mi2 +59 -56
A mibs/junose/juniDosProtectionAC.mi2 +74
D mibs/junose/juniDosProtectionPlat.mi2 -1,027
mibs/junose/juniDs1.mi2
A mibs/junose/juniDs1AC.mi2 +292
mibs/junose/juniDs3.mi2
A mibs/junose/juniDs3AC.mi2 +414
mibs/junose/juniDvmrp.mi2
A mibs/junose/juniDvmrpAC.mi2 +150
A mibs/junose/juniEntityAC.mi2 +95
mibs/junose/juniErxRegistry.mi2
mibs/junose/juniErxSystem.mi2
A mibs/junose/juniErxSystemAC.mi2 +303
mibs/junose/juniEs2Registry.mi2
mibs/junose/juniEthernet.mi2
A mibs/junose/juniEthernetAC.mi2 +168
A mibs/junose/juniEventMgrAC.mi2 +406
mibs/junose/juniExperiment.mi2
A mibs/junose/juniFileTransferAC.mi2 +79
mibs/junose/juniFileXfer.mi2
mibs/junose/juniFr.mi2
A mibs/junose/juniFractionalT1AC.mi2 +77
A mibs/junose/juniFrameRelayAC.mi2 +89
mibs/junose/juniFt1.mi2
A mibs/junose/juniHaRedundancyAC.mi2 +60
mibs/junose/juniHdlc.mi2
A mibs/junose/juniHdlcAC.mi2 +108
mibs/junose/juniHost.mi2
D mibs/junose/juniHttp.mi2 -294
mibs/junose/juniHttpProfile.mi2
mibs/junose/juniIf.mi2
mibs/junose/juniIgmp.mi2
mibs/junose/juniIke.mi2
A mibs/junose/juniIkeAC.mi2 +79
A mibs/junose/juniInterfacesAC.mi2 +171
D mibs/junose/juniIp.mi2 -3,269
mibs/junose/juniIpPolicy.mi2
A mibs/junose/juniIpPolicyAC.mi2 +359
mibs/junose/juniIpProfile.mi2
A mibs/junose/juniIpProfileAC.mi2 +571
mibs/junose/juniIpsecTunnel.mi2
A mibs/junose/juniIpsecTunnelAC.mi2 +77
mibs/junose/juniIpTunnel.mi2
A mibs/junose/juniIpTunnelAC.mi2 +80
mibs/junose/juniIpv6Profile.mi2
mibs/junose/juniIsIs.mi2
A mibs/junose/juniIsisAC.mi2 +100
mibs/junose/juniL2tp.mi2
A mibs/junose/juniL2tpAC.mi2 +347
mibs/junose/juniL2tpDialout.mi2
A mibs/junose/juniL2tpDialoutGeneratorAC.mi2 +71
mibs/junose/juniLicense.mi2
A mibs/junose/juniLicenseMgrAC.mi2 +57
A mibs/junose/juniLocalAddressServerAC.mi2 +161
mibs/junose/juniLog.mi2
A mibs/junose/juniLogAC.mi2 +80
mibs/junose/juniMibs.mi2
mibs/junose/juniMRouter.mi2
A mibs/junose/juniNotificationLogAC.mi2 +65
A mibs/junose/juniNsLookupAC.mi2 +63
mibs/junose/juniOspf.mi2
A mibs/junose/juniOspfAC.mi2 +158
mibs/junose/juniPacketMirror.mi2 +9 -2
A mibs/junose/juniPacketMirrorAC.mi2 +58
mibs/junose/juniPim.mi2
A mibs/junose/juniPimAC.mi2 +81
A mibs/junose/juniPingAC.mi2 +64
mibs/junose/juniPolicy.mi2
A mibs/junose/juniPolicyManagerAC.mi2 +636
mibs/junose/juniPpp.mi2 +284 -12
A mibs/junose/juniPppAC.mi2 +571
mibs/junose/juniPppoe.mi2
A mibs/junose/juniPppoeAC.mi2 +237
mibs/junose/juniPppoeProfile.mi2
A mibs/junose/juniPppoeProfileAC.mi2 +148
mibs/junose/juniPppProfile.mi2 +241 -5
A mibs/junose/juniPppProfileAC.mi2 +247
mibs/junose/juniProducts.mi2
mibs/junose/juniProfile.mi2
A mibs/junose/juniProfileAC.mi2 +98
mibs/junose/juniQos.mi2
A mibs/junose/juniQosManagerAC.mi2 +167
mibs/junose/juniRadClient.mi2
mibs/junose/juniRadDiscon.mi2
A mibs/junose/juniRadiusClientAC.mi2 +659
A mibs/junose/juniRadiusDisconnectAC.mi2 +57
A mibs/junose/juniRadiusProxyAC.mi2 +65
mibs/junose/juniRadProxy.mi2
mibs/junose/juniRadRequest.mi2
mibs/junose/juniRedundancy.mi2
mibs/junose/juniRegistry.mi2
A mibs/junose/juniRipAC.mi2 +65
mibs/junose/juniRouter.mi2
A mibs/junose/juniRouterAC.mi2 +152
mibs/junose/juniSlep.mi2
A mibs/junose/juniSlepAC.mi2 +81
mibs/junose/juniSmi.mi2
mibs/junose/juniSnmp.mi2
A mibs/junose/juniSnmpAC.mi2 +1,478
mibs/junose/juniSonet.mi2
A mibs/junose/juniSonetAC.mi2 +483
mibs/junose/juniSscClient.mi2
A mibs/junose/juniSscClientAC.mi2 +114
mibs/junose/juniSubscriber.mi2
A mibs/junose/juniSubscriberAC.mi2 +80
A mibs/junose/juniSysClockAC.mi2 +144
mibs/junose/juniSystem.mi2
mibs/junose/juniSystemClock.mi2
A mibs/junose/juniTacacsPlusClientAC.mi2 +85
mibs/junose/juniTc.mi2
mibs/junose/juniTcsClient.mi2
A mibs/junose/juniTraceRouteAC.mi2 +65
mibs/junose/juniTSM.mi2
A mibs/junose/juniTsmAC.mi2 +58
mibs/junose/juniV35.mi2
A mibs/junose/juniV35AC.mi2 +62
A mibs/junose/juniVrrpAC.mi2 +66
D mibs/junose/mib-802.3ad.txt -1,388
D mibs/junose/mib-bgpmib.txt -715
D mibs/junose/mib-diffServDscp-tc.txt -64
D mibs/junose/mib-eso-consortium.txt -167
D mibs/junose/mib-IANA-GMPLS-TC-MIB.txt -289
D mibs/junose/mib-IANA-RTPROTO-MIB.txt -95
D mibs/junose/mib-IANAifType-MIB.txt -314
D mibs/junose/mib-ieee8021pae.txt -1,866
D mibs/junose/mib-igmpmib.txt -501
D mibs/junose/mib-ilmim.txt -1,109
D mibs/junose/mib-isismib.txt -3,280
D mibs/junose/mib-l3vpnmib.txt -1,681
D mibs/junose/mib-lldp.txt -2,000
D mibs/junose/mib-mroutemib.txt -924
D mibs/junose/mib-msdpmib.txt -1,059
D mibs/junose/mib-ospf2mib.txt -2,870
D mibs/junose/mib-ospf2trap.txt -482
D mibs/junose/mib-pimmib.txt -893
D mibs/junose/mib-rfc1513.txt -2,327
D mibs/junose/mib-rfc1747.txt -2,658
D mibs/junose/mib-rfc1907.txt -720
D mibs/junose/mib-rfc2011a.txt -707
D mibs/junose/mib-rfc2012a.txt -326
D mibs/junose/mib-rfc2013a.txt -141
D mibs/junose/mib-rfc2024a.txt -3,287
D mibs/junose/mib-rfc2115a.txt -1,049
D mibs/junose/mib-rfc2213.txt -781
D mibs/junose/mib-rfc2287a.txt -1,553
D mibs/junose/mib-rfc2465.txt -1,440
D mibs/junose/mib-rfc2465tc.txt -66
D mibs/junose/mib-rfc2493.txt -166
D mibs/junose/mib-rfc2495a.txt -2,108
D mibs/junose/mib-rfc2514.txt -706
D mibs/junose/mib-rfc2515a.txt -3,023
D mibs/junose/mib-rfc2571.txt -496
D mibs/junose/mib-rfc2572.txt -140
D mibs/junose/mib-rfc2574.txt -889
D mibs/junose/mib-rfc2575.txt -804
D mibs/junose/mib-rfc2576.txt -411
D mibs/junose/mib-rfc2662.txt -4,382
D mibs/junose/mib-rfc2662tc.txt -115
D mibs/junose/mib-rfc2665a.txt -1,144
D mibs/junose/mib-rfc2787a.txt -781
D mibs/junose/mib-rfc2790a.txt -1,542
D mibs/junose/mib-rfc2790type.txt -387
D mibs/junose/mib-rfc2819a.txt -3,984
D mibs/junose/mib-rfc2851.txt -308
D mibs/junose/mib-rfc2856a.txt -117
D mibs/junose/mib-rfc2863a.txt -1,767
D mibs/junose/mib-rfc2922.txt -799
D mibs/junose/mib-rfc2925a.txt -1,140
D mibs/junose/mib-rfc2925b.txt -1,316
D mibs/junose/mib-rfc2932.txt -850
D mibs/junose/mib-rfc3020.txt -884
D mibs/junose/mib-rfc3289.txt -3,259
D mibs/junose/mib-rfc3413.txt -293
D mibs/junose/mib-rfc3413notify.txt -587
D mibs/junose/mib-rfc3413target.txt -647
D mibs/junose/mib-rfc3417.txt -184
D mibs/junose/mib-rfc3419.txt -430
D mibs/junose/mib-rfc3591.txt -6,119
D mibs/junose/mib-rfc3592.txt -2,193
D mibs/junose/mib-rfc3621.txt -626
D mibs/junose/mib-rfc3811.txt -633
D mibs/junose/mib-rfc3812.txt -2,482
D mibs/junose/mib-rfc3813.txt -2,159
D mibs/junose/mib-rfc3896.txt -1,769
D mibs/junose/mib-rfc4188.txt -1,466
D mibs/junose/mib-rfc4318.txt -307
D mibs/junose/mib-rfc4363a.txt -1,098
D mibs/junose/mib-rfc4363b.txt -2,288
D mibs/junose/mib-rfc4502.txt -5,857
D mibs/junose/mib-rfc4801.txt -127
D mibs/junose/mib-rfc4802.txt -1,718
D mibs/junose/mib-rfc4803.txt -503
D mibs/junose/mib-rtmib.txt -407
D mibs/junose/mib-SNMPv2-SMI.txt -312
D mibs/junose/mib-SNMPv2-TC.txt -764
D mibs/junose/mib-vpntcmib.txt -46
A mibs/junose/rfc1155.smi +130
A mibs/junose/rfc1158.mib +29
A mibs/junose/rfc1212.smi +78
A mibs/junose/rfc1213.mib +2,619
A mibs/junose/rfc1215.smi +110
A mibs/junose/rfc1471.mib +797
A mibs/junose/rfc1473.mib +212
A mibs/junose/rfc1724.mi2 +553
A mibs/junose/rfc1850.mi2 +2,721
A mibs/junose/rfc1850t.mi2 +454
A mibs/junose/rfc2011.mi2 +718
A mibs/junose/rfc2012.mi2 +330
A mibs/junose/rfc2013.mi2 +147
A mibs/junose/rfc2096.mi2 +805
A mibs/junose/rfc2115.mi2 +1,040
A mibs/junose/rfc2358.mi2 +1,115
A mibs/junose/rfc2465tc.mi2 +67
A mibs/junose/rfc2493.mi2 +159
A mibs/junose/rfc2495.mi2 +2,097
A mibs/junose/rfc2496.mi2 +1,660
A mibs/junose/rfc2513.mi2 +803
A mibs/junose/rfc2514.mi2 +707
A mibs/junose/rfc2515.mi2 +3,080
A mibs/junose/rfc2558.mi2 +2,315
A mibs/junose/rfc2578.smi +350
A mibs/junose/rfc2579.smi +776
A mibs/junose/rfc2580.smi +318
A mibs/junose/rfc2619.mi2 +415
A mibs/junose/rfc2621.mi2 +392
A mibs/junose/rfc2737.mi2 +1,279
A mibs/junose/rfc2787.mi2 +793
A mibs/junose/rfc2790.mi2 +1,590
A mibs/junose/rfc2863.mi2 +1,813
A mibs/junose/rfc2864.mi2 +156
A mibs/junose/rfc2925n.mi2 +452
A mibs/junose/rfc2925p.mi2 +1,145
A mibs/junose/rfc2925t.mi2 +1,320
A mibs/junose/rfc2932.mi2 +874
A mibs/junose/rfc2933.mi2 +525
A mibs/junose/rfc2934.mi2 +895
A mibs/junose/rfc3014.mi2 +769
A mibs/junose/rfc3291.mi2 +295
A mibs/junose/rfc3411.mi2 +523
A mibs/junose/rfc3412.mi2 +145
A mibs/junose/rfc3413n.mi2 +588
A mibs/junose/rfc3413t.mi2 +655
A mibs/junose/rfc3414.mi2 +905
A mibs/junose/rfc3415.mi2 +823
A mibs/junose/rfc3417.mi2 +178
A mibs/junose/rfc3418.mi2 +853
A mibs/junose/rfc3419.mi2 +417
A mibs/junose/rfc3498.mi2 +1,657
A mibs/junose/rfc3606.mi2 +3,246
A mibs/junose/rfc3811.mi2 +632
A mibs/junose/rfc3813.mi2 +2,103
A mibs/junose/rfc3814.mi2 +1,044
A mibs/junose/rfc3815gen.mi2 +323
A mibs/junose/rfc3815std.mi2 +2,398
A mibs/junose/rfc4001.mi2 +399
A mibs/junose/rfc4022.mi2 +785
A mibs/junose/rfc4113.mi2 +549
A mibs/junose/rfc4292.mi2 +1,277
📈 0 added 📉 0 removed

💻 r1581

Tom Laermans 🦔 • 2010-07-31 18:13
err, subversion nicely cleared out UPS-MIB, sigh
Files changed (1)
M mibs/UPS-MIB +1,913
📈 0 added 📉 0 removed

💻 r1580

Tom Laermans 🦔 • 2010-07-31 18:05
more MIB works
Files changed (4)
M includes/polling/os/jwos.inc.php +4 -4
D mibs/jwos
D mibs/RFC1628A.MIB -1
A mibs/UPS-MIB +1
📈 4 added 📉 4 removed

💻 r1579

Adam Armstrong 🐸 • 2010-07-31 17:37
add more mibs
Files changed (9)
A mibs/220AQV1C0-private.mib +75
A mibs/ATM-FORUM-TC-MIB +188
A mibs/CTRON-ENTITY-STATE-MIB +342
A mibs/CTRON-ENTITY-STATE-TC-MIB +178
A mibs/DNS-RESOLVER-MIB +1,201
D mibs/rfc1442v.smi -30
A mibs/SNMPv2-SMI-v1 +43
A mibs/ZYXEL-MIB +312
A mibs/ZYXEL-ZYWALL-MIB +1,027
📈 0 added 📉 0 removed

💻 r1578

Adam Armstrong 🐸 • 2010-07-31 17:34
fix zyxel bullshit (we now have custom mibs, beware) fix DNS-SERVER-MIB and DNS-RESOLVER-MIB (from fenner's site) fix Juniper WX mibs (removed some comments which were breaking the compile)
Files changed (14)
D mibs/DNS-RESOLVER-MIB.mib -1,199
A mibs/DNS-SERVER-MIB +1,082
D mibs/DNS-SERVER-MIB.mib -1,068
M mibs/jnx-wx.mib.txt -1
A mibs/ZYXEL-AESCOMMON-MIB +558
D mibs/zyxel-AESCommon.mib -530
A mibs/ZYXEL-AS-ATM-MIB +317
D mibs/zyxel-AS-ATM.mib -293
A mibs/ZYXEL-AS-MIB +1,049
D mibs/zyxel-AS.mib -960
A mibs/ZYXEL-IESCOMMON-MIB +2,569
D mibs/zyxel-IESCommon.mib -2,453
A mibs/ZYXEL-SAM1216 +5,466
D mibs/zyxel-SAM1216.mib -4,373
📈 0 added 📉 0 removed

💻 r1577

Adam Armstrong 🐸 • 2010-07-31 16:56
move more mibs to route (hp and allied telesis/syn)
Files changed (146)
D mibs/alliedtelesis
A mibs/ALLIEDTELESYN-MIB +6,044
A mibs/ANIROOT-MIB +57
A mibs/AT-BOARDS-MIB +319
A mibs/AT-BRI-MIB +232
A mibs/AT-CAPABILITIES +264
A mibs/AT-DHCP-MIB +280
A mibs/AT-DNS-CLIENT-MIB +194
A mibs/AT-DS3-MIB +147
A mibs/AT-ENVMON-MIB +626
A mibs/AT-ENVMONv2-MIB +936
A mibs/AT-EPSR-MIB +221
A mibs/AT-EPSRv2-MIB +252
A mibs/AT-ETH-MIB +124
A mibs/AT-FILE-MIB +157
A mibs/AT-FILEv2-MIB +662
A mibs/AT-FIREWALL-MIB +138
A mibs/AT-FLASH-MIB +167
A mibs/AT-INSTALL-MIB +448
A mibs/AT-INTERFACES-MIB +496
A mibs/AT-IP-MIB +209
A mibs/AT-ISDN-MIB +1,286
A mibs/AT-LB-MIB +650
A mibs/AT-LICENSE-MIB +459
A mibs/AT-LOADER-MIB +183
A mibs/AT-LOG-MIB +217
A mibs/AT-LOOPPROTECT-MIB +120
A mibs/AT-MIBVERSION-MIB +60
A mibs/AT-NTP-MIB +518
A mibs/AT-PAE-MIB +1,178
A mibs/AT-PIM-MIB +112
A mibs/AT-PING-MIB +335
A mibs/AT-PRI-MIB +251
A mibs/AT-PRODUCT-MIB +202
A mibs/AT-PVSTPM-MIB +118
A mibs/AT-QOS-MIB +875
A mibs/AT-RESOURCE-MIB +234
A mibs/AT-SETUP-MIB +397
A mibs/AT-SMI-MIB +129
A mibs/AT-STACK-MIB +232
A mibs/AT-SWITCH-MIB +715
A mibs/AT-SYSINFO-MIB +993
A mibs/AT-TRIGGER-MIB +479
A mibs/AT-TTY-MIB +83
A mibs/AT-USER-MIB +221
A mibs/AT-VCSTACK-MIB +474
A mibs/AT-XEM-MIB +191
A mibs/ATI-8324SX-MIB +633
A mibs/ATI-BRIDGE-MIB +1,338
A mibs/AtiL2-MIB +3,395
A mibs/AtiSwitch-MIB +1,369
A mibs/ATM-DXI-MIB +211
A mibs/ATM-FORUM-ILMI40-MIB +2,235
A mibs/ATM-FORUM-M4-MIB +4,119
A mibs/ATM-FORUM-SNMP-M4-MIB +4,734
A mibs/ATM-FORUM-SRVC-REG +112
A mibs/ATMF-CES +924
A mibs/ATMF-CES-MIB +305
A mibs/BLADETYPE2-ACL-MIB +1,321
A mibs/BLADETYPE2-NETWORK-MIB +10,617
A mibs/BLADETYPE2-PHYSICAL-MIB +4,795
A mibs/BLADETYPE2-QOS-MIB +1,352
A mibs/BLADETYPE2-SWITCH-MIB +5,441
A mibs/BLADETYPE2-TRAP-MIB +435
A mibs/BLADETYPE4-NETWORK-MIB +23,994
A mibs/BLADETYPE5-NETWORK-MIB +24,113
A mibs/BLADETYPE6-NETWORK-MIB +24,337
A mibs/CENTRECOM-MIB +1,397
A mibs/CONFIG-MIB +2,842
A mibs/DEVBASE-MIB +81
A mibs/DEVCONTROL-MIB +104
A mibs/DEVETHERNET-MIB +92
A mibs/DEVEVENT-MIB +98
A mibs/DEVFILTER-MIB +779
A mibs/DEVHW-MIB +80
A mibs/DEVNM-MIB +138
A mibs/DEVROUTE-MIB.mib +336
A mibs/DEVSERVER-MIB +137
A mibs/DEVSW-MIB +105
A mibs/DEVTRAPS-MIB +629
A mibs/h2r07604c.mib +37,204
D mibs/hp
A mibs/HP-AUTZ-MIB +258
A mibs/HP-BASE-MIB +37
A mibs/HP-DOT1X-EXTENSIONS-MIB +1,196
A mibs/HP-ENTITY-MIB +1,121
A mibs/HP-ICF-8023-RPTR +1,509
A mibs/HP-ICF-ARP-PROTECT +495
A mibs/HP-ICF-AUTORUN +84
A mibs/HP-ICF-BASIC +1,991
A mibs/HP-ICF-BRIDGE +769
A mibs/HP-ICF-CHAIN +357
A mibs/HP-ICF-CHASSIS +685
A mibs/HP-ICF-CONNECTION-RATE-FILTER +145
A mibs/HP-ICF-DOWNLOAD +1,062
A mibs/HP-ICF-FAULT-FINDER-MIB +536
A mibs/HP-ICF-GENERIC-RPTR +2,178
A mibs/HP-ICF-GPPC-MIB +563
A mibs/HP-ICF-INST-MON +174
A mibs/HP-ICF-IP-ROUTING +1,011
A mibs/HP-ICF-IPCONFIG +864
A mibs/HP-ICF-JUMBO-MIB +139
A mibs/HP-ICF-L3MAC-MIB +111
A mibs/HP-ICF-LINKTEST +399
A mibs/HP-ICF-MLD-MIB +710
A mibs/HP-ICF-OID +2,377
A mibs/HP-ICF-OSPF +389
A mibs/HP-ICF-PIM +680
A mibs/HP-ICF-PROVIDER-BRIDGE +235
A mibs/HP-ICF-RATE-LIMIT-MIB +910
A mibs/HP-ICF-RIP +280
A mibs/HP-ICF-SECURITY +756
A mibs/HP-ICF-SNMP-MIB +529
A mibs/HP-ICF-STACK +218
A mibs/HP-ICF-TC +74
A mibs/HP-ICF-UDLD-MIB +326
A mibs/HP-ICF-UDP-FORWARD +190
A mibs/HP-ICF-USER-PROFILE-MIB +1,077
A mibs/HP-ICF-VG-RPTR +1,094
A mibs/HP-ICF-VRRP-MIB +204
A mibs/HP-ICF-XRRP +910
A mibs/HP-IF-EXT-MIB +203
A mibs/HP-MEMPROC-MIB +285
A mibs/HP-PROCURVE-420-PRIVATE-MIB +1,185
A mibs/HP-SN-TRAP-MIB +625
A mibs/HP-SNTPclientConfiguration-MIB +271
A mibs/HP-SWITCH-PL-MIB +103
A mibs/HP-SwitchStack-MIB +523
A mibs/HP-SYSTEM-MIB +537
A mibs/HP-USER-AUTH +1,349
A mibs/HP-VLAN +395
A mibs/HpicfHighAvailability-MIB +134
A mibs/ICF-ETWIST +4,700
A mibs/ICF-VG-RPTR +1,625
A mibs/IPX +1,341
A mibs/NETSWITCH-DMA-MIB +222
A mibs/NETSWITCH-DRIVERS-MIB +549
A mibs/NETSWITCH-MIB +487
A mibs/ORiNOCO-MIB +9,672
A mibs/SEMI-MIB +860
A mibs/STATISTICS-MIB +1,432
A mibs/SWITCH-CHASSIS-MIB +791
A mibs/SWITCH-MIB +202
A mibs/SWITCH-VLAN-MIB +742
A mibs/TELESYN-ATI-TC +62
A mibs/WANSTATS-MIB +6,671
📈 0 added 📉 0 removed

💻 r1576

Adam Armstrong 🐸 • 2010-07-31 16:07
move nortel mibs to root
Files changed (72)
A mibs/AAC-MIB +312
A mibs/ALTEON-CHEETAH-BWM-MIB +1,749
A mibs/ALTEON-CHEETAH-LAYER4-MIB +15,155
A mibs/ALTEON-CHEETAH-LAYER7-MIB +1,316
A mibs/ALTEON-CHEETAH-NETWORK-MIB +10,191
A mibs/ALTEON-CHEETAH-SWITCH-MIB +11,581
A mibs/ALTEON-CS-PHYSICAL-MIB +3,398
A mibs/ALTEON-ROOT-MIB +314
A mibs/ALTEON-TIGON-SWITCH-MIB +1,809
A mibs/ALTEON-TS-NETWORK-MIB +4,642
A mibs/ALTEON-TS-PHYSICAL-MIB +2,310
A mibs/BAY-STACK-ADAC-MIB +447
A mibs/BAY-STACK-ARP-INSPECTION-MIB +125
A mibs/BAY-STACK-DHCP-SNOOPING-MIB +236
A mibs/BAY-STACK-EAPOL-EXTENSION-MIB +868
A mibs/BAY-STACK-ECMP-MIB +100
A mibs/BAY-STACK-ERROR-MESSAGE-MIB +86
A mibs/BAY-STACK-LACP-EXT-MIB +122
A mibs/BAY-STACK-MIB +65
A mibs/BAY-STACK-MULTICAST-FLOODING-MIB +101
A mibs/BAY-STACK-OSPF-EXT-MIB +475
A mibs/BAY-STACK-PETH-EXT-MIB +351
A mibs/BAY-STACK-RADIUS-MIB +144
A mibs/BAY-STACK-SOURCE-GUARD-MIB +188
A mibs/BAY-STACK-STATS-MIB +134
A mibs/BAY-STACK-VRRP-EXT-MIB +278
A mibs/BN-IF-EXTENSIONS-MIB +229
A mibs/BN-LOG-MESSAGE-MIB +495
A mibs/CENTILLION-CONFIG-MIB +1,558
A mibs/CENTILLION-DOT3-EXTENSIONS-MIB +133
A mibs/CENTILLION-MCAST-MIB +424
A mibs/CENTILLION-ROOT-MIB +587
A mibs/CENTILLION-VLAN-MIB +200
A mibs/DVMRP-MIB +837
A mibs/IGMP-MIB +598
D mibs/mikrotik
A mibs/MIKROTIK-MIB +1,124
D mibs/nortel
A mibs/NORTEL-NETWORKS-MULTIPLE-SPANNING-TREE-MIB +1,576
A mibs/NORTEL-NETWORKS-RAPID-SPANNING-TREE-MIB +813
A mibs/NORTEL-SECURE-NETWORK-ACCESS-MIB +950
A mibs/NORTEL-WLAN-AP-MIB +1,783
A mibs/RAPID-CITY +44,336
A mibs/RAPID-CITY-BAY-STACK +133
A mibs/RC-MLT-MIB +1,433
A mibs/S5-AGENT-MIB +2,895
A mibs/S5-CHASSIS-MIB +1,594
A mibs/S5-CHASSIS-TRAP-MIB +119
A mibs/S5-COMMON-STATS-MIB +410
A mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB +713
A mibs/S5-ETH-REDUNDANT-LINKS-MIB +464
A mibs/S5-ETHERNET-COMMON-MIB +856
A mibs/S5-ETHERNET-MIB +217
A mibs/S5-ETHERNET-TRAP-MIB +170
A mibs/S5-REG-MIB +5,107
A mibs/S5-ROOT-MIB +77
A mibs/S5-SWITCH-BAYSECURE-MIB +929
A mibs/S5-TCS-MIB +190
A mibs/SSH-MIB +435
A mibs/SWCOMMGMT-MIB +1,195
A mibs/SWL2MGMT-MIB +4,711
A mibs/SWL3MGMT-MIB +1,393
A mibs/SWPRIMGMT-MIB +11
A mibs/SYNOPTICS-COMMON-MIB +2,032
A mibs/SYNOPTICS-ETHERNET-MIB +5,658
A mibs/SYNOPTICS-ROOT-MIB +774
A mibs/Wellfleet-COMMON-MIB +229
A mibs/Wellfleet-CSMACD-MIB +1,122
A mibs/Wellfleet-DOT1QTAG-CONFIG-MIB +151
A mibs/Wellfleet-HARDWARE-MIB +1,442
A mibs/Wellfleet-MODULE-MIB +555
A mibs/Wellfleet-OSPF-MIB +3,029
📈 0 added 📉 0 removed

💻 r1575

Adam Armstrong 🐸 • 2010-07-31 15:59
move more mibs to root mibdir and rename
Files changed (144)
A mibs/ACCOUNTING-CONTROL-MIB +771
D mibs/cabletron
A mibs/CHASSIS-MIB +709
A mibs/COMMUNITY-MIB +130
A mibs/CT-BROADCAST-MIB +169
A mibs/CT-CMMPHYS-MIB +1,176
A mibs/CT-CONTAINER-MIB +647
A mibs/CT-ELS10-MIB +3,504
A mibs/CT-FASTPATH-DHCPSERVER-MIB +1,015
A mibs/CT-FASTPATH-PROTECTED-PORT-MIB +132
A mibs/CT-FLASH-MIB +361
A mibs/CT-FPS-SERVICES-MIB +73
A mibs/CT-HSIMPHYS-MIB +343
A mibs/CT-PIC-MIB +876
A mibs/CT-PRIORITY-CLASSIFY-MIB +288
A mibs/CTATM-CONFIG-MIB +1,688
A mibs/CTELS100-NG-MIB +846
A mibs/CTFPS-MIB +621
A mibs/CTFRAMER-CONFIG-MIB +202
A mibs/CTIF-EXT-MIB +984
A mibs/CTINB-MIB +492
A mibs/CTINB2-MIB +212
A mibs/CTRMONXT-MIB +477
A mibs/CTRON-ALIAS-MIB +1,014
A mibs/CTRON-AP3000-MIB +4,261
A mibs/CTRON-AppleTalk-ROUTER-MIB +3,339
A mibs/CTRON-APPN-MIB +3,213
A mibs/CTRON-BDG-MIB +1,677
A mibs/CTRON-BRIDGE-MIB +2,023
A mibs/CTRON-BUS-MIB +129
A mibs/CTRON-CDP-MIB +468
A mibs/CTRON-CHASSIS-MIB +247
A mibs/CTRON-COMMON-MIB +1,409
A mibs/CTRON-CSMACD-MIB +214
A mibs/CTRON-DCM-MIB +62
A mibs/CTRON-DECIV-ROUTER-MIB +2,472
A mibs/CTRON-DEVICE-MIB +104
A mibs/CTRON-DHCP-MIB +569
A mibs/CTRON-DLSW-MIB +1,059
A mibs/CTRON-DOWNLOAD-MIB +349
A mibs/CTRON-ELAN-MIB +360
A mibs/CTRON-ENVIRONMENT-MIB +630
A mibs/CTRON-ETHERNET-PARAMETERS-MIB +661
A mibs/CTRON-ETWMIM-MIB +171
A mibs/CTRON-FDDI-FNB-MIB +948
A mibs/CTRON-FDDI-STAT-MIB +253
A mibs/CTRON-FNBTR-MIB +304
A mibs/CTRON-FRONTPANEL-MIB +182
A mibs/CTRON-IF-REMAP-2-MIB +571
A mibs/CTRON-IF-REMAP-MIB +210
A mibs/CTRON-IGMP-MIB +1,359
A mibs/CTRON-IP-ROUTER-MIB +4,401
A mibs/CTRON-IPX-ROUTER-MIB +4,792
A mibs/CTRON-NAT-MIB +730
A mibs/CTRON-ORP-HSIM-MIB +171
A mibs/CTRON-PORTMAP-MIB +147
A mibs/CTRON-POWER-SUPPLY-MIB +913
A mibs/CTRON-PPC-BAD-PACKETS-MIB +286
A mibs/CTRON-PRIORITY-CLASSIFY-MIB +714
A mibs/CTRON-PRIORITY-EXTENSIONS-MIB +573
A mibs/CTRON-RATE-POLICING-MIB +363
A mibs/CTRON-REMOTE-ACCESS-MIB +3,551
A mibs/CTRON-ROUTERS-INTERNAL-MIB +90
A mibs/CTRON-ROUTERS-MIB +1,222
A mibs/CTRON-SFCS-MIB +5,553
A mibs/CTRON-SFPS-BASE-MIB +1,571
A mibs/CTRON-SFPS-BINDERY-MIB +299
A mibs/CTRON-SFPS-CALL-MIB +660
A mibs/CTRON-SFPS-CHASSIS-MIB +171
A mibs/CTRON-SFPS-COMMON-MIB +603
A mibs/CTRON-SFPS-CONN-MIB +167
A mibs/CTRON-SFPS-CONNECTION-MIB +1,172
A mibs/CTRON-SFPS-DIAGSTATS-MIB +278
A mibs/CTRON-SFPS-DIRECTORY-MIB +2,263
A mibs/CTRON-SFPS-ESYS-MIB +1,547
A mibs/CTRON-SFPS-EVENTLOG-MIB +777
A mibs/CTRON-SFPS-FLOOD-MIB +340
A mibs/CTRON-SFPS-INCLUDE-MIB +494
A mibs/CTRON-SFPS-L4SS-MIB +1,304
A mibs/CTRON-SFPS-MCAST-MIB +794
A mibs/CTRON-SFPS-PATH-MIB +907
A mibs/CTRON-SFPS-PKTMGR-MIB +721
A mibs/CTRON-SFPS-POLICY-MIB +482
A mibs/CTRON-SFPS-PORT-MIB +1,045
A mibs/CTRON-SFPS-RESOLVE-MIB +2,083
A mibs/CTRON-SFPS-SFLSP-MIB +1,508
A mibs/CTRON-SFPS-SIZE-MIB +274
A mibs/CTRON-SFPS-SOFTLINK-MIB +1,060
A mibs/CTRON-SFPS-TAP-MIB +371
A mibs/CTRON-SFPS-TOPOLOGY-MIB +3,116
A mibs/CTRON-SFPS-VLAN-MIB +1,175
A mibs/CTRON-SFPS-VSTP-MIB +316
A mibs/CTRON-SMARTTRUNK-MIB +443
A mibs/CTRON-SSR-CAPACITY-MIB +641
A mibs/CTRON-SSR-CONFIG-MIB +269
A mibs/CTRON-SSR-HARDWARE-MIB +794
A mibs/CTRON-SSR-L2-MIB +1,064
A mibs/CTRON-SSR-L3-MIB +537
A mibs/CTRON-SSR-POLICY-MIB +1,622
A mibs/CTRON-SSR-SERVICE-STATUS-MIB +230
A mibs/CTRON-SSR-SMI-MIB +68
A mibs/CTRON-SSR-TRAP-MIB +361
A mibs/CTRON-TIMED-RESET-MIB +115
A mibs/CTRON-TRANSLATION-MIB +1,757
A mibs/CTRON-TX-QUEUE-ARBITRATION-MIB +202
A mibs/CTRON-UPS-MIB +208
A mibs/CTRON-VLAN-CLASSIFY-MIB +818
A mibs/CTRON-VLAN-EXTENSIONS-MIB +889
A mibs/CTRON-WAN-IMUX-MIB +334
A mibs/CTRON-WAN-MIB +3,532
A mibs/CTRON-WAN-MULTI-IMUX-MIB +438
A mibs/CTRON-WEBVIEW-MIB +119
A mibs/CTSMTMIB-MIB +607
A mibs/CTTRAPLOG-MIB +473
A mibs/DLM-MIB +497
A mibs/DOT5-LOG-MIB +2,676
A mibs/DOT5-PHYS-MIB +1,336
A mibs/ELH100-MIB +1,839
A mibs/ELS100-S24TX2M-MIB +722
A mibs/EVENT-ACTIONS-MIB +301
A mibs/FAST-ETHERNET-MIB +351
A mibs/GARP-MIB +396
A mibs/IRM3-MIB +3,331
A mibs/jnx-wx.mib.txt +1,170
A mibs/JUNIPER-SMI +191
A mibs/JUNIPER-WX-MIB.my +2,550
A mibs/LAN-EMULATION-CLIENT-MIB +2,528
A mibs/NETLINK-SPECIFIC-MIB +10,347
A mibs/RBTWS-AP-STATUS-MIB +1,822
A mibs/RBTWS-BASIC-MIB +230
A mibs/RBTWS-CLIENT-SESSION-MIB +667
A mibs/RBTWS-EXTERNAL-SERVER-MIB +163
A mibs/RBTWS-INFO-RF-DETECT-MIB +161
A mibs/RBTWS-PORT-MIB +177
A mibs/RBTWS-REGISTRATION-MIB +72
A mibs/RBTWS-ROOT-MIB +67
A mibs/RBTWS-SYSTEM-MIB +239
A mibs/RBTWS-TRAP-MIB +1,708
A mibs/REPEATER-REV4-MIB +4,364
A mibs/SYSTEM-RESOURCE-MIB +317
A mibs/TRAP-MIB +147
A mibs/UPS2-MIB +1,167
A mibs/V2H124-24-MIB +5,022
A mibs/ZIPLOCK-MIB +118
📈 0 added 📉 0 removed

💻 r1574

Adam Armstrong 🐸 • 2010-07-31 15:43
replace MX mibs
Files changed (3)
mibs/jwos/jnx-wx.mib.txt
mibs/jwos/JUNIPER-WX-MIB.my
mibs/jwos/mib-jnx-smi.txt
📈 0 added 📉 0 removed

💻 r1573

Adam Armstrong 🐸 • 2010-07-31 15:33
move more mibs to root (looks like only Juniper have broken enough mibs to need their own tree)
Files changed (26)
A mibs/AP80-PRIVATE-MIB +3,846
D mibs/arista
A mibs/ARISTA-PRODUCTS-MIB +45
A mibs/ARISTA-SMI-MIB +47
D mibs/aruba
A mibs/ARUBA-MGMT-MIB +156
A mibs/ARUBA-MIB +210
A mibs/ARUBA-TC +631
D mibs/asante
A mibs/ASANTE-AH1012-MIB +2,087
A mibs/ASANTE-SWITCH-MIB +2,846
A mibs/WLSR-AP-MIB +3,509
A mibs/WLSX-AUTH-MIB +397
A mibs/WLSX-CTS-MIB +147
A mibs/WLSX-ESI-MIB +173
A mibs/WLSX-IFEXT-MIB +682
A mibs/WLSX-MESH-MIB +193
A mibs/WLSX-MOBILITY-MIB +769
A mibs/WLSX-MON-MIB +2,753
A mibs/WLSX-SNR-MIB +399
A mibs/WLSX-SWITCH-MIB +2,270
A mibs/WLSX-SYSTEMEXT-MIB +1,064
A mibs/WLSX-TRAP-MIB +2,659
A mibs/WLSX-USER-MIB +537
A mibs/WLSX-VOICE-MIB +902
A mibs/WLSX-WLAN-MIB +3,873
📈 0 added 📉 0 removed

💻 r1572

Adam Armstrong 🐸 • 2010-07-31 15:27
move Cyclades mibs to mib root
Files changed (8)
D mibs/cyclades
A mibs/CYCLADES-ACS-ADM-MIB +45
A mibs/CYCLADES-ACS-CONF-MIB +876
A mibs/CYCLADES-ACS-INFO-MIB +194
A mibs/CYCLADES-ACS-MIB +37
A mibs/CYCLADES-ACS-PM-MIB +302
A mibs/CYCLADES-ACS-SYS-MIB +303
A mibs/CYCLADES-MIB +11
📈 0 added 📉 0 removed

💻 r1571

Adam Armstrong 🐸 • 2010-07-31 12:51
remove duplicate radlan and rename RADLAN-MIB
Files changed (3)
A mibs/RADLAN-MIB +6,844
D mibs/RADLAN-MIB.txt -6,370
D mibs/RADLAN-rndMng.mib -159
📈 0 added 📉 0 removed

💻 r1570

Adam Armstrong 🐸 • 2010-07-31 12:50
move RADLAN mibs to mib root
Files changed (32)
D mibs/radlan
A mibs/RADLAN-AAA +2,284
A mibs/RADLAN-BaudRate-MIB +74
A mibs/RADLAN-COPY-MIB +566
A mibs/RADLAN-DNSCL-MIB +225
A mibs/RADLAN-File +206
A mibs/RADLAN-HWENVIROMENT +204
A mibs/RADLAN-IP +863
A mibs/RADLAN-LLDP-MIB +49
A mibs/RADLAN-LOCALIZATION-MIB +76
A mibs/RADLAN-MAC-BASE-PRIO +252
A mibs/RADLAN-MNGINF-MIB +184
A mibs/RADLAN-PHY-MIB +222
A mibs/RADLAN-Physicaldescription-MIB +1,104
A mibs/RADLAN-QOS-CLI-MIB +2,927
A mibs/RADLAN-QOS-SERV +1,328
A mibs/RADLAN-rlInterfaces +1,010
A mibs/RADLAN-rlLcli-MIB +217
A mibs/RADLAN-RMON +328
A mibs/RADLAN-rndApplications +1,070
A mibs/RADLAN-rndMng +169
A mibs/RADLAN-SENSORENTMIB +87
A mibs/RADLAN-SNMP-MIB +136
A mibs/RADLAN-SNMPv2 +518
A mibs/RADLAN-SSH-MIB +589
A mibs/RADLAN-SSL +380
A mibs/RADLAN-STACK-MIB +102
A mibs/RADLAN-SYSLOG-MIB +410
A mibs/RADLAN-TIMESYNCHRONIZATION-MIB +883
A mibs/RADLAN-Tuning +1,588
A mibs/RADLAN-UDP +118
A mibs/RADLAN-vlan-MIB +968
📈 0 added 📉 0 removed

💻 r1569

Adam Armstrong 🐸 • 2010-07-31 12:40
move Enterasys mibs to mib root
Files changed (57)
D mibs/enterasys
A mibs/ENTERASYS-8021X-EXTENSIONS-MIB +1,428
A mibs/ENTERASYS-8021X-REKEYING-MIB +308
A mibs/ENTERASYS-AAA-POLICY-MIB +205
A mibs/ENTERASYS-ACTIVATION-MIB +430
A mibs/ENTERASYS-CLASS-OF-SERVICE-MIB +2,960
A mibs/ENTERASYS-CONFIGURATION-CHANGE-MIB +259
A mibs/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB +730
A mibs/ENTERASYS-CONVERGENCE-END-POINT-MIB +1,104
A mibs/ENTERASYS-DIAGNOSTIC-MESSAGE-MIB +332
A mibs/ENTERASYS-ENCR-8021X-CONFIG-MIB +801
A mibs/ENTERASYS-ENCR-8021X-REKEYING-MIB +503
A mibs/ENTERASYS-ESWITCH-MIB +624
A mibs/ENTERASYS-FIREWALL-MIB +2,941
A mibs/ENTERASYS-FLOW-LIMITING-MIB +1,157
A mibs/ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB +251
A mibs/ENTERASYS-IEEE802DOT11EXT-MIB +713
A mibs/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB +1,076
A mibs/ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB +168
A mibs/ENTERASYS-IF-MIB-EXT-MIB +273
A mibs/ENTERASYS-IMAGE-VALIDATION-MIB +235
A mibs/ENTERASYS-JUMBO-ETHERNET-FRAME-MIB +226
A mibs/ENTERASYS-LICENSE-KEY-MIB +414
A mibs/ENTERASYS-LICENSE-KEY-OIDS-MIB +174
A mibs/ENTERASYS-LINK-FLAP-MIB +593
A mibs/ENTERASYS-MAC-AUTHENTICATION-MIB +587
A mibs/ENTERASYS-MAC-LOCKING-MIB +653
A mibs/ENTERASYS-MAU-MIB-EXT-MIB +269
A mibs/ENTERASYS-MGMT-AUTH-NOTIFICATION-MIB +287
A mibs/ENTERASYS-MIB-NAMES +131
A mibs/ENTERASYS-MIB-ORG +397
A mibs/ENTERASYS-MSTP-MIB +1,234
A mibs/ENTERASYS-MULTI-AUTH-MIB +1,597
A mibs/ENTERASYS-MULTI-USER-8021X-MIB +1,110
A mibs/ENTERASYS-NETFLOW-MIB +205
A mibs/ENTERASYS-OIDS-MIB +5,232
A mibs/ENTERASYS-POLICY-PROFILE-MIB +3,131
A mibs/ENTERASYS-POWER-ETHERNET-EXT-MIB +656
A mibs/ENTERASYS-PWA-MIB +1,160
A mibs/ENTERASYS-R2MGMT-MIB +433
A mibs/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB +450
A mibs/ENTERASYS-RADIUS-AUTH-CLIENT-ENCRYPT-MIB +535
A mibs/ENTERASYS-RADIUS-AUTH-CLIENT-MIB +455
A mibs/ENTERASYS-RESOURCE-UTILIZATION-MIB +469
A mibs/ENTERASYS-SECURE-SHELL-SERVER-MIB +553
A mibs/ENTERASYS-SERVICE-LEVEL-REPORTING-MIB +1,636
A mibs/ENTERASYS-SNMP-PERSISTENCE-MIB +265
A mibs/ENTERASYS-SNTP-CLIENT-MIB +798
A mibs/ENTERASYS-SPANNING-TREE-DIAGNOSTIC-MIB +1,675
A mibs/ENTERASYS-SSH-SERVER-MIB +545
A mibs/ENTERASYS-SYSLOG-CLIENT-MIB +741
A mibs/ENTERASYS-THREAT-NOTIFICATION-MIB +642
A mibs/ENTERASYS-TLS-MIB +365
A mibs/ENTERASYS-UPN-TC-MIB +181
A mibs/ENTERASYS-VLAN-AUTHORIZATION-MIB +314
A mibs/ENTERASYS-VLAN-INTERFACE-MIB +277
A mibs/ENTERASYS-WIFI-PROTECTED-ACCESS-MIB +790
📈 0 added 📉 0 removed

💻 r1568

Adam Armstrong 🐸 • 2010-07-31 12:31
move tranzeo mibs
Files changed (10)
A mibs/ENROUTE-245-MIB.txt +5,894
A mibs/ENROUTE-POWERPC-244-MIB.txt +5,894
D mibs/GamaMib.mib -8,261
A mibs/GAMATRONIC-MIB +8,393
A mibs/LAG-MIB +1,225
A mibs/RADLAN-rndMng.mib +169
D mibs/rlmng.mib -159
D mibs/tranzeo
A mibs/TRANZEO-MIB +103
D mibs/trunk.mib -1,186
📈 0 added 📉 0 removed

💻 r1567

Adam Armstrong 🐸 • 2010-07-31 12:27
move force10 mibs to root mibdir, as they behave with existing mibs
Files changed (16)
A mibs/F10-C-SERIES-CHASSIS-MIB +1,399
A mibs/F10-CHASSIS-MIB +2,560
A mibs/F10-FIB-MIB +262
A mibs/F10-IF-EXTENSION-MIB +507
A mibs/F10-LINK-AGGREGATION-MIB +589
A mibs/F10-PRODUCTS-MIB +179
A mibs/F10-S-SERIES-CHASSIS-MIB +1,450
A mibs/FORCE10-BGP4-V2-MIB +4,116
A mibs/FORCE10-COPY-CONFIG-MIB +489
A mibs/FORCE10-MONITORING-MIB +1,656
A mibs/FORCE10-MSTP-MIB +973
A mibs/FORCE10-SMI +92
A mibs/FORCE10-SYSTEM-COMPONENT-MIB +581
A mibs/FORCE10-TC +567
A mibs/FORCE10-TRAP-EVENT-MIB +412
D mibs/ftos
📈 0 added 📉 0 removed

💻 r1566

Adam Armstrong 🐸 • 2010-07-31 12:21
clean up mibs directory, delete duplicates keeping the most recent versions
Files changed (126)
A mibs/ADSL-LINE-MIB.mib +4,382
D mibs/ADSL-LINE-MIB.my -3,945
A mibs/ATM-FORUM-MIB.mib +1,257
A mibs/ATM-MIB.mib +3,023
A mibs/ATM-TC-MIB.mib +714
D mibs/BGP4-MIB-rfc4273.txt -1,230
A mibs/BGP4-MIB.mib +1,271
A mibs/BRIDGE-MIB.mib +1,466
D mibs/BRIDGE-MIB.txt -988
D mibs/Dell_vendor.mib -427
A mibs/Dell-Vendor-MIB.mib +458
A mibs/DeltaUPS-MIB.mib +1,666
A mibs/DISMAN-PING-MIB.mib +1,141
A mibs/DISMAN-TRACEROUTE-MIB.mib +1,316
A mibs/DLSW-MIB.mib +3,585
A mibs/DNS-RESOLVER-MIB.mib +1,199
A mibs/DNS-SERVER-MIB.mib +1,087
A mibs/DRAFT-MSDP-MIB.mib +1,079
A mibs/DS1-MIB.mib +2,108
A mibs/DS3-MIB.mib +1,794
A mibs/ESO-CONSORTIUM-MIB.mib +183
A mibs/FR-MFR-MIB.mib +884
A mibs/GMPLS-LSR-STD-MIB.mib +548
A mibs/GMPLS-TC-STD-MIB.mib +168
A mibs/GMPLS-TE-STD-MIB.mib +1,777
A mibs/IANA-GMPLS-TC-MIB.mib +330
A mibs/IEEE8021-PAE-MIB.mib +1,919
A mibs/IGMP-STD-MIB.mib +511
A mibs/IPMROUTE-MIB.mib +951
A mibs/IPMROUTE-STD-MIB.mib +876
A mibs/IPV6-TC.mib +67
D mibs/lldp_dot3.mib -791
D mibs/LLDP-EXT-DOT1-MIB -764
A mibs/LLDP-EXT-DOT1-MIB.mib +855
A mibs/MG-SNMP-UPS-MIB.mib +7,584
D mibs/mgeups.mib -7,293
D mibs/mib-802.3ad.txt -1,388
D mibs/mib-diffServDscp-tc.txt -64
D mibs/mib-eso-consortium.txt -167
D mibs/mib-IANA-GMPLS-TC-MIB.txt -289
D mibs/mib-IANA-RTPROTO-MIB.txt -95
D mibs/mib-ieee8021pae.txt -1,866
D mibs/mib-igmpmib.txt -501
D mibs/mib-ilmim.txt -1,109
D mibs/mib-isismib.txt -3,280
D mibs/mib-lldp.txt -2,000
D mibs/mib-mroutemib.txt -924
D mibs/mib-msdpmib.txt -1,059
D mibs/mib-ospf2mib.txt -2,870
D mibs/mib-ospf2trap.txt -482
D mibs/mib-pimmib.txt -893
D mibs/mib-rfc1513.txt -2,327
D mibs/mib-rfc1747.txt -2,658
D mibs/mib-rfc1907.txt -720
D mibs/mib-rfc2012a.txt -326
D mibs/mib-rfc2013a.txt -141
D mibs/mib-rfc2024a.txt -3,287
D mibs/mib-rfc2115a.txt -1,049
D mibs/mib-rfc2213.txt -781
D mibs/mib-rfc2287a.txt -1,553
D mibs/mib-rfc2465.txt -1,440
D mibs/mib-rfc2465tc.txt -66
D mibs/mib-rfc2493.txt -166
D mibs/mib-rfc2495a.txt -2,108
D mibs/mib-rfc2514.txt -706
D mibs/mib-rfc2515a.txt -3,023
D mibs/mib-rfc2571.txt -496
D mibs/mib-rfc2572.txt -140
D mibs/mib-rfc2574.txt -889
D mibs/mib-rfc2575.txt -804
D mibs/mib-rfc2576.txt -411
D mibs/mib-rfc2662.txt -4,382
D mibs/mib-rfc2662tc.txt -115
D mibs/mib-rfc2665a.txt -1,144
D mibs/mib-rfc2787a.txt -781
D mibs/mib-rfc2790a.txt -1,542
D mibs/mib-rfc2790type.txt -387
D mibs/mib-rfc2819a.txt -3,984
D mibs/mib-rfc2856a.txt -117
D mibs/mib-rfc2922.txt -799
D mibs/mib-rfc2925a.txt -1,140
D mibs/mib-rfc2925b.txt -1,316
D mibs/mib-rfc2932.txt -850
D mibs/mib-rfc3020.txt -884
D mibs/mib-rfc3289.txt -3,259
D mibs/mib-rfc3413.txt -293
D mibs/mib-rfc3413notify.txt -587
D mibs/mib-rfc3413target.txt -647
D mibs/mib-rfc3417.txt -184
D mibs/mib-rfc3419.txt -430
D mibs/mib-rfc3591.txt -6,119
D mibs/mib-rfc3592.txt -2,193
D mibs/mib-rfc3621.txt -626
D mibs/mib-rfc3811.txt -633
D mibs/mib-rfc3812.txt -2,482
D mibs/mib-rfc3813.txt -2,159
D mibs/mib-rfc3896.txt -1,769
D mibs/mib-rfc4188.txt -1,466
D mibs/mib-rfc4318.txt -307
D mibs/mib-rfc4363a.txt -1,098
D mibs/mib-rfc4363b.txt -2,288
D mibs/mib-rfc4502.txt -5,857
D mibs/mib-rfc4801.txt -127
D mibs/mib-rfc4802.txt -1,718
D mibs/mib-rfc4803.txt -503
D mibs/mib-rtmib.txt -407
D mibs/mib-SNMPv2-SMI.txt -312
D mibs/mib-SNMPv2-TC.txt -764
D mibs/mib-vpntcmib.txt -46
A mibs/MPLS-TE-STD-MIB.mib +2,518
A mibs/OPT-IF-MIB.mib +6,261
D mibs/OSPF-MIB.txt -2,591
A mibs/PIM-MIB.mib +909
A mibs/PPVPN-TC-MIB.mib +47
A mibs/PTOPO-MIB.mib +824
D mibs/Q-BRIDGE-MIB -2,429
A mibs/Q-BRIDGE-MIB.mib +2,489
D mibs/rfc1611.mib -1,068
D mibs/rfc1612.mib -1,199
A mibs/RMON2-MIB.mib +6,019
D mibs/RMON2-MIB.my -5,587
A mibs/RSTP-MIB.mib +307
A mibs/SNA-SDLC-MIB.mib +2,761
A mibs/SONET-MIB.mib +2,360
A mibs/SYSAPPL-MIB.mib +1,553
D mibs/upsv4.mib -1,628
📈 0 added 📉 0 removed

💻 r1565

Adam Armstrong 🐸 • 2010-07-31 01:03
more improvements to graphing system, fix aironet_wifi_clients graph
Files changed (8)
A html/images/icons/greyscale/wireless.png +2
A html/images/icons/wireless.png +2
A html/includes/graphs/device/aironet_wifi_clients.inc.php +29
D html/includes/graphs/device/wificlients.inc.php -29
A includes/polling/aironet_wifi_clients.inc.php +76
D includes/polling/wireless.inc.php -76
M includes/static-config.php +5 -1
M poller.php +1 -1
📈 115 added 📉 107 removed

💻 r1564

Adam Armstrong 🐸 • 2010-07-31 00:54
second attempt at device graphs setup
Files changed (3)
A html/images/icons/greyscale/firewall.png +1
M html/pages/device/graphs.inc.php +40 -24
M includes/static-config.php +114 -18
📈 155 added 📉 42 removed

💻 r1563

Tom Laermans 🦔 • 2010-07-30 22:26
forgot to add deltaups polling file
Files changed (1)
A includes/polling/os/deltaups.inc.php +13
📈 13 added 📉 0 removed

💻 r1562

Tom Laermans 🦔 • 2010-07-30 22:25
Delta UPS support, also by generalising rfc1628 support; recognize some more hardware
Files changed (14)
M includes/discovery/current.inc.php +6 -6
M includes/discovery/frequencies.inc.php +6 -6
M includes/discovery/ipv4-addresses.inc.php +2
A includes/discovery/os/deltaups.inc.php +8
M includes/discovery/os/jetdirect.inc.php +1
M includes/discovery/os/wxgoos.inc.php +2
D includes/discovery/temperatures/netmanplus.inc.php -27
A includes/discovery/temperatures/rfc1628.inc.php +27
M includes/discovery/voltages.inc.php +23 -23
M includes/polling/os/ios.inc.php -1
M includes/static-config.php +4
D mibs/GMACI.mib -1,786
M mibs/RFC1628A.MIB -951
A mibs/upsv4.mib +1,666
📈 79 added 📉 63 removed

💻 r1561

Adam Armstrong 🐸 • 2010-07-30 20:40
some cipsec_flow graphing (requires db still, which will be moved to array)
Files changed (3)
A html/includes/graphs/device/cipsec_flow_bits.inc.php +11
A html/includes/graphs/device/cipsec_flow_pkts.inc.php +21
A html/includes/graphs/device/cipsec_flow_tunnels.inc.php +16
📈 48 added 📉 0 removed

💻 r1560

Adam Armstrong 🐸 • 2010-07-30 20:16
add CISCO-IPSEC-FLOW-MONITOR-MIB global statistics collection (graphing to follow)
Files changed (2)
A includes/polling/cisco-ipsec-flow-monitor.inc.php +127
M poller.php +1
📈 128 added 📉 0 removed

💻 r1559

Adam Armstrong 🐸 • 2010-07-30 18:56
fix webvpn counting
Files changed (1)
M includes/polling/cisco-remote-access-monitor.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1558

Adam Armstrong 🐸 • 2010-07-30 18:46
graph for cras_sessions
Files changed (2)
A html/includes/graphs/device/cras_sessions.inc.php +48
M includes/polling/cisco-remote-access-monitor.inc.php +2 -2
📈 50 added 📉 2 removed

💻 r1557

Adam Armstrong 🐸 • 2010-07-30 18:33
fixes to cras_sessions poller
Files changed (2)
M includes/polling/cisco-remote-access-monitor.inc.php +11 -9
M includes/polling/os/ios.inc.php +1 -1
📈 12 added 📉 10 removed

💻 r1556

Adam Armstrong 🐸 • 2010-07-30 18:26
database updates
Files changed (1)
M database-update.sql +1 -1
📈 1 added 📉 1 removed

💻 r1555

Adam Armstrong 🐸 • 2010-07-30 18:21
CISCO-REMOTE-ACCESS-MONITOR-MIB polling (no graphign yet)
Files changed (4)
M html/includes/graphs/sensor/temperature.inc.php +3 -5
M includes/polling/altiga-ssl.inc.php +1 -1
A includes/polling/cisco-remote-access-monitor.inc.php +87
M poller.php +3 -1
📈 94 added 📉 7 removed

💻 r1554

Tom Laermans 🦔 • 2010-07-30 17:07
move device types config to static-config.php
Files changed (2)
M html/includes/print-menubar.php -38
M includes/static-config.php +40
📈 40 added 📉 38 removed

💻 r1553

Tom Laermans 🦔 • 2010-07-30 17:05
dynamically build device type menu from array
Files changed (2)
A html/images/icons/printer.png +1
M html/includes/print-menubar.php +42 -8
📈 43 added 📉 8 removed

💻 r1552

Tom Laermans 🦔 • 2010-07-30 17:00
juggle some icons around
Files changed (6)
A html/images/icons/firewall.png +1
html/images/icons/greyscale/network.png -2
A html/images/icons/greyscale/wifi.png +2
html/images/icons/network.png -1
A html/images/icons/server.png +1
A html/images/icons/wifi.png +2
📈 6 added 📉 3 removed

💻 r1551

Adam Armstrong 🐸 • 2010-07-30 16:46
better icons (marginally, admittedly.)
Files changed (3)
M html/images/icons/greyscale/current.png ±0
M html/images/icons/greyscale/frequencies.png ±0
M html/images/icons/greyscale/voltages.png ±0
📈 0 added 📉 0 removed

💻 r1550

Tom Laermans 🦔 • 2010-07-30 16:44
finalize move to sensors table for frequencies
Files changed (11)
M database-update.sql +1
M html/includes/graphs/device/frequencies.inc.php +9 -9
M html/includes/graphs/sensor/frequency.inc.php +4 -4
M html/pages/device/health.inc.php +1 -1
M html/pages/device/health/frequencies.inc.php +1 -1
M html/pages/device/overview/current.inc.php -1
M html/pages/device/overview/fanspeeds.inc.php -1
M html/pages/device/overview/frequencies.inc.php +21 -21
M html/pages/device/overview/humidity.inc.php -1
M html/pages/device/overview/temperatures.inc.php -1
M html/pages/device/overview/voltages.inc.php -1
📈 37 added 📉 41 removed

💻 r1549

Tom Laermans 🦔 • 2010-07-30 16:24
fix addhost that got borked a few commits back
Files changed (1)
M addhost.php +2 -1
📈 2 added 📉 1 removed

💻 r1548

Adam Armstrong 🐸 • 2010-07-30 16:11
fixes to sensor detection (next comes more filtering)
Files changed (2)
M includes/discovery/cisco-entity-sensor.inc.php +3
M includes/discovery/entity-sensor.inc.php +2 -1
📈 5 added 📉 1 removed

💻 r1547

Tom Laermans 🦔 • 2010-07-30 15:04
fix lldp discovery code, small fix, addhost fix
Files changed (4)
M addhost.php +3 -2
M html/map.php +9 -8
M includes/discovery/current.inc.php +2
M includes/discovery/discovery-protocols.inc.php +2 -2
📈 16 added 📉 12 removed

💻 r1546

Adam Armstrong 🐸 • 2010-07-30 14:59
fix
Files changed (1)
M includes/discovery/entity-sensor.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r1545

Adam Armstrong 🐸 • 2010-07-30 14:51
fix rest of fdb graph
Files changed (1)
M html/includes/graphs/device/fdb_count.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1544

Adam Armstrong 🐸 • 2010-07-30 14:50
some updates to fdb_count graph and entity-sensor discovery (ignore temp > 200C, and use Name instead of Descr if available)
Files changed (2)
M html/includes/graphs/device/fdb_count.inc.php +4 -5
M includes/discovery/entity-sensor.inc.php +9 -4
📈 13 added 📉 9 removed

💻 r1543

Adam Armstrong 🐸 • 2010-07-30 13:54
add HP Procurve FDB count graph
Files changed (5)
M database-update.sql +1 -1
M html/includes/graphs/device/auth.inc.php +2
A html/includes/graphs/device/fdb_count.inc.php +18
M includes/polling/os/procurve.inc.php +20 -36
M poller.php +1 -1
📈 42 added 📉 38 removed

💻 r1542

Adam Armstrong 🐸 • 2010-07-30 13:35
junos processor detection change
Files changed (2)
M includes/discovery/processors/junos.inc.php +1 -1
M includes/polling/os/procurve.inc.php +2
📈 3 added 📉 1 removed

💻 r1541

Adam Armstrong 🐸 • 2010-07-30 13:19
increment index... :)
Files changed (1)
M includes/static-config.php +4 -4
📈 4 added 📉 4 removed

💻 r1540

Adam Armstrong 🐸 • 2010-07-30 13:18
add memory to procurve overlib
Files changed (1)
M includes/static-config.php +3
📈 3 added 📉 0 removed

💻 r1539

Adam Armstrong 🐸 • 2010-07-30 13:18
HP Procurve mempool polling&discovery (we discover both hpLocal and hpGlobal for now, though i see little realistic difference between them on most devices)
Files changed (4)
A includes/discovery/mempools/hp-procurve.inc.php +40
A includes/polling/mempools/hpGlobal.inc.php +24
A includes/polling/mempools/hpLocal.inc.php +23
M includes/static-config.php +2 -1
📈 89 added 📉 1 removed

💻 r1538

Tom Laermans 🦔 • 2010-07-30 13:08
fix broken papouch discovery
Files changed (2)
M includes/defaults.inc.php -1
M includes/discovery/temperatures/papouch-tme.inc.php +1 -1
📈 1 added 📉 2 removed

💻 r1537

Adam Armstrong 🐸 • 2010-07-30 10:01
fix horrible bug returning incorrect start times for graphs in the billing pages
Files changed (1)
M html/pages/bill.inc.php +5 -5
📈 5 added 📉 5 removed

💻 r1536

Adam Armstrong 🐸 • 2010-07-29 22:20
small fixes
Files changed (3)
M html/includes/graphs/storage/usage.inc.php +1 -1
M html/pages/device/health/storage.inc.php +1 -2
M includes/polling/applications/apache.inc.php +1
📈 3 added 📉 3 removed

💻 r1535

Adam Armstrong 🐸 • 2010-07-29 22:14
sensors auth file for graphs (no real auth yet)
Files changed (2)
A html/includes/graphs/sensor/auth.inc.php +8
M includes/discovery/cisco-entity-sensor.inc.php +2
📈 10 added 📉 0 removed

💻 r1534

Adam Armstrong 🐸 • 2010-07-29 21:45
more fixes for new sensor setup. more to come no doubt. also started making graphs which can 'widen'
Files changed (8)
M html/includes/graphs/device/temperatures.inc.php +4 -3
M html/includes/graphs/device/voltages.inc.php +14 -11
M html/includes/graphs/sensor/temperature.inc.php +2 -1
M html/includes/graphs/sensor/voltage.inc.php +13 -16
M html/pages/device/health/temperatures.inc.php +6 -6
M html/pages/device/health/voltages.inc.php +6 -5
M includes/discovery/cisco-entity-sensor.inc.php +11 -4
M includes/polling/voltages.inc.php +20 -17
📈 76 added 📉 63 removed

💻 r1533

Adam Armstrong 🐸 • 2010-07-29 20:34
fixes to new sensors setup
Files changed (29)
M html/includes/graphs/device/temperatures.inc.php +2 -2
M html/includes/graphs/sensor/temperature.inc.php +7 -8
A html/pages/device/graphs/netstats_icmp_info.inc.php +9
A html/pages/device/graphs/netstats_icmp_stat.inc.php +9
A html/pages/device/graphs/netstats_ip.inc.php +13
A html/pages/device/graphs/netstats_snmp.inc.php +13
A html/pages/device/graphs/netstats_tcp.inc.php +9
A html/pages/device/graphs/netstats_udp.inc.php +9
M html/pages/device/health/frequencies.inc.php +7 -7
D html/pages/device/health/memory.inc.php -60
A html/pages/device/health/mempools.inc.php +60
M html/pages/device/health/temperatures.inc.php +1
A includes/discovery/cisco-entity-sensor.inc.php +64
A includes/discovery/entity-sensor.inc.php +66
M includes/discovery/functions.inc.php +1 -1
A includes/discovery/processors/procurve.inc.php +28
A includes/discovery/sensors.inc.php +19
D includes/discovery/temperatures/cisco-entity-sensor.inc.php -42
D includes/discovery/temperatures/entity-sensor.inc.php -45
M includes/discovery/voltages.inc.php +17 -17
M includes/polling/current.inc.php -1
M includes/polling/fanspeeds.inc.php -1
M includes/polling/frequencies.inc.php +22 -22
M includes/polling/humidity.inc.php -1
A includes/polling/os/arista_eos.inc.php +7
M includes/polling/temperatures.inc.php +19 -8
M includes/polling/voltages.inc.php +4 -4
M includes/rewrites.php -30
M test-discovery.php +2 -1
📈 388 added 📉 250 removed

💻 r1532

Tom Laermans 🦔 • 2010-07-29 19:28
oops, that should have gone along, obviously
Files changed (1)
A database-update-pre1435.sql +42
📈 42 added 📉 0 removed

💻 r1531

Tom Laermans 🦔 • 2010-07-29 19:27
split database update file again to cut down on the churn of adding the index every time again (yes, apparently mysql does that even if the index is already there)
Files changed (2)
M database-update.sql -42
M discovery.php +7 -2
📈 7 added 📉 44 removed

💻 r1530

Adam Armstrong 🐸 • 2010-07-29 18:50
sensor eventlog cleanup (don't put current value, it's too much info)
Files changed (1)
M includes/discovery/functions.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r1529

Adam Armstrong 🐸 • 2010-07-29 18:25
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
Files changed (45)
M database-update.sql +4 -3
M discovery.php +7 -6
M includes/discovery/current.inc.php +17 -41
M includes/discovery/fanspeeds.inc.php +3 -21
M includes/discovery/fanspeeds/areca.inc.php +2 -4
M includes/discovery/fanspeeds/lmsensors.inc.php +3 -5
M includes/discovery/fanspeeds/supermicro.inc.php +6 -8
M includes/discovery/frequencies.inc.php +21 -44
M includes/discovery/functions.inc.php +30 -209
M includes/discovery/humidity.inc.php +3 -20
M includes/discovery/humidity/akcp.inc.php +11 -11
M includes/discovery/mempools/cemp.inc.php +2
M includes/discovery/mempools/cmp.inc.php +2
M includes/discovery/mempools/hrstorage.inc.php +2
M includes/discovery/mempools/ironware-dyn.inc.php +2
M includes/discovery/mempools/junos.inc.php +2
M includes/discovery/mempools/screenos.inc.php +2
M includes/discovery/temperatures.inc.php +3 -20
M includes/discovery/temperatures/adva.inc.php +28 -28
M includes/discovery/temperatures/akcp.inc.php +15 -15
M includes/discovery/temperatures/apc.inc.php +3 -3
M includes/discovery/temperatures/areca.inc.php +9 -9
M includes/discovery/temperatures/cisco-entity-sensor.inc.php +5 -6
M includes/discovery/temperatures/cisco-envmon.inc.php +6 -6
M includes/discovery/temperatures/dell.inc.php +4 -3
M includes/discovery/temperatures/entity-sensor.inc.php +7 -5
M includes/discovery/temperatures/ftos-c-series.inc.php +3 -7
M includes/discovery/temperatures/ftos-e-series.inc.php +3 -5
M includes/discovery/temperatures/ftos-s-series.inc.php +3 -5
M includes/discovery/temperatures/ironware.inc.php +6 -6
M includes/discovery/temperatures/junos.inc.php +7 -8
M includes/discovery/temperatures/junose.inc.php +3 -4
M includes/discovery/temperatures/lm-sensors.inc.php +7 -7
M includes/discovery/temperatures/netmanplus.inc.php +7 -7
M includes/discovery/temperatures/observernms-custom.inc.php +3 -3
M includes/discovery/temperatures/papouch-tme.inc.php +6 -6
M includes/discovery/temperatures/powerconnect.inc.php +6 -5
M includes/discovery/temperatures/supermicro.inc.php +4 -4
M includes/discovery/temperatures/zyxel-ies.inc.php +3 -4
M includes/discovery/voltages.inc.php +41 -65
M includes/polling/current.inc.php +3 -4
M includes/polling/fanspeeds.inc.php +3 -1
M includes/polling/humidity.inc.php +3 -4
M includes/polling/temperatures.inc.php +2 -1
M includes/polling/voltages.inc.php +2 -4
📈 314 added 📉 617 removed

💻 r1528

Tom Laermans 🦔 • 2010-07-29 16:38
remove mib index files from svn
Files changed (3)
D mibs/alliedtelesis/.index -54
D mibs/jwos/.index -3
D mibs/radlan/.index -33
📈 0 added 📉 0 removed

💻 r1527

Tom Laermans 🦔 • 2010-07-29 16:35
JWOS polling device information
Files changed (1)
A includes/polling/os/jwos.inc.php +18
📈 18 added 📉 0 removed

💻 r1526

Tom Laermans 🦔 • 2010-07-29 15:55
Add Juniper JWOS and WXOS MIBs
Files changed (5)
A mibs/jwos
A mibs/jwos/.index +3
A mibs/jwos/jnx-wx.mib.txt +1,170
A mibs/jwos/JUNIPER-WX-MIB.my +2,550
A mibs/jwos/mib-jnx-smi.txt +191
📈 0 added 📉 0 removed

💻 r1525

Tom Laermans 🦔 • 2010-07-29 15:48
ohai huawei and their sysDescr juggling
Files changed (1)
M includes/discovery/os/vrp.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1524

Tom Laermans 🦔 • 2010-07-29 15:46
oops, failfix
Files changed (1)
M includes/discovery/os/jwos.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1523

Tom Laermans 🦔 • 2010-07-29 15:45
Detect Juniper WXOS/JWOS + minor MIB path fix
Files changed (3)
A includes/discovery/os/jwos.inc.php +10
M includes/polling/bgpPeer.inc.php +2 -2
M includes/static-config.php +5
📈 17 added 📉 2 removed

💻 r1522

Adam Armstrong 🐸 • 2010-07-29 15:41
remove unneeded RADLAN-MIB in mibs root
Files changed (1)
D mibs/apollo.txt -6,370
📈 0 added 📉 0 removed

💻 r1521

Adam Armstrong 🐸 • 2010-07-29 15:39
cleaned up some mibs, moved mempools discovery to include_dir()
Files changed (11)
M includes/discovery/mempools.inc.php +8 -6
A mibs/BGP4-MIB-rfc4273.txt +1,271
D mibs/BGP4-MIB.my -822
D mibs/BGP4-MIB.txt -929
D mibs/IANAifType-MIB.txt -487
A mibs/IPV6-MLD-MIB.my +427
D mibs/mib-bgpmib.txt -715
D mibs/mib-IANAifType-MIB.txt -314
A mibs/NETWORK-APPLIANCE-MIB.my +24,180
A mibs/SNMP-REPEATER-MIB.my +1,319
A mibs/TUNNEL-MIB.my +735
📈 8 added 📉 6 removed

💻 r1520

Adam Armstrong 🐸 • 2010-07-29 14:17
more temp graph improvements
Files changed (2)
M html/includes/graphs/device/temperatures.inc.php +4 -4
M html/includes/graphs/sensor/temperature.inc.php +5 -5
📈 9 added 📉 9 removed

💻 r1519

Adam Armstrong 🐸 • 2010-07-29 14:11
fix temperatures graphs (reported by monrad)
Files changed (2)
M html/includes/graphs/device/temperatures.inc.php +1 -1
M html/includes/graphs/sensor/temperature.inc.php +2 -1
📈 3 added 📉 2 removed

💻 r1518

Adam Armstrong 🐸 • 2010-07-29 13:53
move mempools pollers into their own directory (includes/discovery/mempools/)
Files changed (14)
A includes/discovery/mempools
D includes/discovery/mempools-cemp.inc.php -26
D includes/discovery/mempools-cmp.inc.php -23
D includes/discovery/mempools-hrstorage.inc.php -32
D includes/discovery/mempools-ironware-dyn.inc.php -17
D includes/discovery/mempools-junos.inc.php -30
D includes/discovery/mempools-screenos.inc.php -20
M includes/discovery/mempools.inc.php +6 -6
A includes/discovery/mempools/cemp.inc.php +26
A includes/discovery/mempools/cmp.inc.php +23
A includes/discovery/mempools/hrstorage.inc.php +32
A includes/discovery/mempools/ironware-dyn.inc.php +17
A includes/discovery/mempools/junos.inc.php +30
A includes/discovery/mempools/screenos.inc.php +20
📈 154 added 📉 154 removed

💻 r1517

Adam Armstrong 🐸 • 2010-07-29 13:50
disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
Files changed (1)
M includes/static-config.php +4
📈 4 added 📉 0 removed

💻 r1516

Adam Armstrong 🐸 • 2010-07-29 13:47
fix nxos icon, move ios -> cisco and catos -> cisco-old
Files changed (5)
D html/images/os/catos.png -1
A html/images/os/cisco-old.png +1
A html/images/os/cisco.png +1
D html/images/os/ios.png -1
M includes/static-config.php +9 -4
📈 11 added 📉 6 removed

💻 r1515

Adam Armstrong 🐸 • 2010-07-29 13:42
fix services delete function
Files changed (1)
M html/pages/device/edit/services.inc.php +8 -1
📈 8 added 📉 1 removed

💻 r1514

Tom Laermans 🦔 • 2010-07-29 13:30
better versions for APC AOS
Files changed (1)
M includes/polling/os/apc.inc.php +19 -9
📈 19 added 📉 9 removed

💻 r1513

Adam Armstrong 🐸 • 2010-07-29 12:26
traffic graph only for procurve
Files changed (1)
M includes/static-config.php +3
📈 3 added 📉 0 removed

💻 r1512

Adam Armstrong 🐸 • 2010-07-29 11:48
remove some more leading slashes
Files changed (4)
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/memory.inc.php +2 -4
M html/pages/device/health/processors.inc.php +2 -2
M html/pages/device/health/storage.inc.php +1 -1
📈 6 added 📉 8 removed

💻 r1511

Adam Armstrong 🐸 • 2010-07-29 11:44
remove some leading slashes from supposedly relative URLs :> (reported by Eimann)
Files changed (8)
M html/pages/device/overview/current.inc.php +1 -1
M html/pages/device/overview/fanspeeds.inc.php +1 -1
M html/pages/device/overview/frequencies.inc.php +1 -1
M html/pages/device/overview/humidity.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
M html/pages/device/overview/voltages.inc.php +1 -1
📈 8 added 📉 8 removed

💻 r1510

Adam Armstrong 🐸 • 2010-07-29 11:29
force warnings off by ini_set (fuck you debian/ubuntu, spittings warnings everywhere as default is *not* cool.)
Files changed (1)
M html/includes/graphs/graph.inc.php +7 -1
📈 7 added 📉 1 removed

💻 r1509

Tom Laermans 🦔 • 2010-07-29 11:22
hide snmp stderr if not in debug mode, though some errors are still sneaking out somewhere
Files changed (1)
M includes/snmp.inc.php +9
📈 9 added 📉 0 removed

💻 r1508

Adam Armstrong 🐸 • 2010-07-28 23:29
netstats greyscale icon
Files changed (1)
A html/images/icons/greyscale/netstats.png +1
📈 1 added 📉 0 removed

💻 r1507

Adam Armstrong 🐸 • 2010-07-28 19:52
syslog handling update
Files changed (1)
M includes/syslog.php +1 -1
📈 1 added 📉 1 removed

💻 r1506

Adam Armstrong 🐸 • 2010-07-28 19:43
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.
Files changed (85)
M database-update.sql +5
A html/images/icons/greyscale/mempools.png +1
A html/images/icons/mempools.png +1
A html/images/icons/netstats.png +1
M html/includes/graphs/device/auth.inc.php -2
D html/includes/graphs/device/cpu_powerconnect.inc.php -28
D html/includes/graphs/device/cpu_procurve.inc.php -28
D html/includes/graphs/device/cpu_unix.inc.php -71
D html/includes/graphs/device/cpu.inc.php -38
A html/includes/graphs/device/hr_processes.inc.php +20
A html/includes/graphs/device/hr_users.inc.php +22
D html/includes/graphs/device/hrprocesses.inc.php -20
D html/includes/graphs/device/hrusers.inc.php -22
D html/includes/graphs/device/icmp_informational.inc.php -69
D html/includes/graphs/device/icmp.inc.php -51
D html/includes/graphs/device/ip_fragmented.inc.php -66
D html/includes/graphs/device/ip.inc.php -45
A html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +64
A html/includes/graphs/device/ipsystemstats_ipv4.inc.php +53
A html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +64
A html/includes/graphs/device/ipsystemstats_ipv6.inc.php +53
D html/includes/graphs/device/ipSystemStats_v4.inc.php -53
D html/includes/graphs/device/ipSystemStats_v6_frag.inc.php -64
D html/includes/graphs/device/ipSystemStats_v6.inc.php -53
D html/includes/graphs/device/laload.inc.php -31
D html/includes/graphs/device/memory_procurve.inc.php -35
D html/includes/graphs/device/memory_unix.inc.php -65
D html/includes/graphs/device/memory.inc.php -28
A html/includes/graphs/device/mempools.inc.php +28
A html/includes/graphs/device/netstat_icmp_info.inc.php +69
A html/includes/graphs/device/netstat_icmp.inc.php +51
A html/includes/graphs/device/netstat_ip_frag.inc.php +66
A html/includes/graphs/device/netstat_ip.inc.php +45
A html/includes/graphs/device/netstat_snmp_pkt.inc.php +25
A html/includes/graphs/device/netstat_snmp.inc.php +49
A html/includes/graphs/device/netstat_tcp.inc.php +45
A html/includes/graphs/device/netstat_udp.inc.php +31
D html/includes/graphs/device/snmp_packets.inc.php -25
D html/includes/graphs/device/snmp_statistics.inc.php -49
D html/includes/graphs/device/tcp.inc.php -45
A html/includes/graphs/device/ucd_cpu.inc.php +32
A html/includes/graphs/device/ucd_load.inc.php +31
A html/includes/graphs/device/ucd_memory.inc.php +65
D html/includes/graphs/device/udp.inc.php -31
M html/includes/graphs/graph.inc.php +4 -3
M html/map.php +2
M html/pages/device/graphs.inc.php +14 -20
A html/pages/device/graphs/cpu.inc.php +7
A html/pages/device/graphs/fortigate-sessions.inc.php +9
A html/pages/device/graphs/hrprocesses.inc.php +7
A html/pages/device/graphs/hrusers.inc.php +11
A html/pages/device/graphs/laload.inc.php +4
A html/pages/device/graphs/memory.inc.php +7
A html/pages/device/graphs/netstats.inc.php +63
D html/pages/device/graphs/network
A html/pages/device/graphs/screenos-sessions.inc.php +10
A html/pages/device/graphs/screenos.inc.php +9
D html/pages/device/graphs/system
A html/pages/device/graphs/uptime.inc.php +4
A html/pages/device/graphs/wireless.inc.php +9
M html/pages/device/health.inc.php +3 -3
M html/pages/graphs.inc.php +2
M includes/common.php +22
M includes/functions.php -22
M includes/polling/hr-mib.inc.php +13 -10
M includes/polling/ipSystemStats.inc.php +3 -3
M includes/polling/netstats-icmp.inc.php +4 -5
M includes/polling/netstats-ip.inc.php +2 -3
M includes/polling/netstats-snmp.inc.php +2 -1
M includes/polling/netstats-tcp.inc.php +1 -1
M includes/polling/netstats-udp.inc.php +1 -1
M includes/polling/os/allied.inc.php -2
M includes/polling/os/extremeware.inc.php -3
M includes/polling/os/fortigate.inc.php +14 -26
M includes/polling/os/junos.inc.php -4
M includes/polling/os/junose.inc.php -7
M includes/polling/os/redback.inc.php -2
M includes/polling/os/screenos.inc.php +2 -2
M includes/polling/os/speedtouch.inc.php -4
M includes/polling/os/unix.inc.php +1 -4
M includes/polling/os/windows.inc.php -3
M includes/polling/ucd-mib.inc.php +12
M includes/rewrites.php +1 -1
M includes/static-config.php +19 -8
M poller.php +47 -18
📈 1,130 added 📉 1,075 removed

💻 r1505

Adam Armstrong 🐸 • 2010-07-28 18:56
fixes to lldp discovery (use dot1dBasePortIfIndex if exists) reported by Bill Fenner from Arista.
Files changed (1)
M includes/discovery/discovery-protocols.inc.php +17 -6
📈 17 added 📉 6 removed

💻 r1504

Adam Armstrong 🐸 • 2010-07-28 17:37
add duplex detection frmo dot3stats and display this for ports (and fix weird bug where speed wasn't shown for devices with no ifAlias!)
Files changed (2)
M html/includes/print-interface.inc.php +3 -5
M includes/polling/ports.inc.php +18 -4
📈 21 added 📉 9 removed

💻 r1503

Adam Armstrong 🐸 • 2010-07-28 16:48
Overwrite ifSpeed with ifHighSpeed * 1M if ifSpeed > 1G. Thanks to Bill Fenner from Arista for the nudge :)
Files changed (1)
M includes/polling/ports.inc.php +5
📈 5 added 📉 0 removed

💻 r1502

Tom Laermans 🦔 • 2010-07-28 15:57
some fixes, and cleanups, also bits per second not bytes ;)
Files changed (7)
M html/includes/graphs/generic_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_bits.inc.php +1 -1
M html/includes/graphs/multiport/bits_duo.inc.php +1 -1
M html/includes/graphs/multiport/bits_trio.inc.php +1 -1
M includes/polling/os/screenos.inc.php +3 -4
M includes/port-descr-parser.inc.php +2 -2
M irc.php +1 -1
📈 10 added 📉 11 removed

💻 r1501

Adam Armstrong 🐸 • 2010-07-28 12:59
split netstats pollers into protocols. update $graphs array for each one successfully polled
Files changed (12)
D includes/polling/hr-mib_storage.inc.php -46
M includes/polling/hr-mib.inc.php +30 -9
M includes/polling/ipSystemStats.inc.php +5
M includes/polling/mempools.inc.php -1
A includes/polling/netstats-icmp.inc.php +53
A includes/polling/netstats-ip.inc.php +53
A includes/polling/netstats-snmp.inc.php +48
A includes/polling/netstats-tcp.inc.php +55
A includes/polling/netstats-udp.inc.php +46
M includes/polling/netstats.inc.php +7 -76
M includes/polling/storage.inc.php +4
M includes/polling/wireless.inc.php +8
📈 309 added 📉 132 removed

💻 r1500

Tom Laermans 🦔 • 2010-07-27 21:13
make sure there aren't any trailing spaces in paths or we could accidentally maybe perhaps rm -r / or similar wrong directories
Files changed (1)
M includes/functions.php +2 -2
📈 2 added 📉 2 removed

💻 r1499

Tom Laermans 🦔 • 2010-07-27 21:08
kilobits, not kelvinbits, sigh
Files changed (1)
M includes/functions.php +2 -2
📈 2 added 📉 2 removed

💻 r1498

Tom Laermans 🦔 • 2010-07-27 20:49
respect enable_bgp more on website and on discovery, also detect more huawei vrp
Files changed (4)
M html/includes/print-menubar.php +5 -2
M html/pages/front/default.php +10 -8
M includes/discovery/bgp-peers.inc.php +3
M includes/discovery/os/vrp.inc.php +1
📈 19 added 📉 10 removed

💻 r1497

Adam Armstrong 🐸 • 2010-07-27 18:55
fix port poller for devices which run out of oids :)
Files changed (1)
M includes/snmp.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r1496

Adam Armstrong 🐸 • 2010-07-27 18:45
small fixes to billing editing (use correct variables and the like, doh)
Files changed (2)
M html/pages/bills.inc.php +1 -1
M html/pages/edituser.inc.php +2 -2
📈 3 added 📉 3 removed

💻 r1495

Adam Armstrong 🐸 • 2010-07-27 16:26
fix etherlike graph for monrad, make HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.
Files changed (4)
M html/includes/graphs/port/etherlike.inc.php +1 -1
M includes/defaults.inc.php +2 -7
M includes/discovery/mempools-hrstorage.inc.php +2 -1
M includes/discovery/processors/hrdevice.inc.php +6 -6
📈 11 added 📉 15 removed

💻 r1494

Adam Armstrong 🐸 • 2010-07-27 12:58
use device_bits graphtype only for thomson speedtouch overlib
Files changed (1)
M includes/static-config.php +3
📈 3 added 📉 0 removed

💻 r1493

Adam Armstrong 🐸 • 2010-07-27 12:54
fix JT front page
Files changed (1)
M html/pages/front/jt.php +18 -18
📈 18 added 📉 18 removed

💻 r1492

Adam Armstrong 🐸 • 2010-07-27 02:02
add arista
Files changed (3)
A html/images/os/arista.png +1
A includes/discovery/os/arista-eos.inc.php +10
M includes/static-config.php +6
📈 17 added 📉 0 removed

💻 r1491

Adam Armstrong 🐸 • 2010-07-27 01:51
detect intel itanium :)
Files changed (1)
M includes/polling/os/windows.inc.php +1
📈 1 added 📉 0 removed

💻 r1490 'BASE_URL'

Adam Armstrong 🐸 • 2010-07-26 20:54
autogenerate $config['base_url'] (why didn't we do this all along?)
Files changed (2)
M config.php.default +1 -1
M includes/defaults.inc.php +1
📈 2 added 📉 1 removed

💻 r1489

Adam Armstrong 🐸 • 2010-07-26 20:28
set log_file if it's unset :>
Files changed (1)
M includes/static-config.php +5
📈 5 added 📉 0 removed

💻 r1488

Adam Armstrong 🐸 • 2010-07-26 20:10
remove debugging :)
Files changed (1)
M html/includes/print-interface.inc.php -2
📈 0 added 📉 2 removed

💻 r1487

Adam Armstrong 🐸 • 2010-07-26 20:07
fix to hrdevice inventory page (print processor graph in new location)
Files changed (1)
M html/pages/device/hrdevice.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1486

Adam Armstrong 🐸 • 2010-07-26 20:05
fix front page. fix port poller and port descr parser a little.
Files changed (5)
M html/pages/front/jt.php +18 -18
M includes/defaults.inc.php -1
M includes/polling/ports.inc.php +6 -8
M includes/port-descr-parser.inc.php +2
M poll-reachability.php +1
📈 27 added 📉 27 removed

💻 r1485

Adam Armstrong 🐸 • 2010-07-26 20:04
we now keep port_descr_type as lowercase, to stop mistakes. fixed multiport graphs (old multi_* are now multiport_*). fix customer page and iftype page
Files changed (16)
M html/includes/graphs/customer/bits.inc.php +1 -1
D html/includes/graphs/multi_bits_duo.inc.php -118
D html/includes/graphs/multi_bits_separate.inc.php -76
D html/includes/graphs/multi_bits_trio.inc.php -162
D html/includes/graphs/multi_bits.inc.php -28
A html/includes/graphs/multiport
A html/includes/graphs/multiport/auth.inc.php +16
A html/includes/graphs/multiport/bits_duo.inc.php +118
A html/includes/graphs/multiport/bits_separate.inc.php +76
A html/includes/graphs/multiport/bits_trio.inc.php +162
A html/includes/graphs/multiport/bits.inc.php +25
M html/includes/print-interface.inc.php +2
M html/pages/customers.inc.php +6 -6
M html/pages/device/interface.inc.php +1 -1
M html/pages/device/ports.inc.php +3 -3
M html/pages/iftype.inc.php +5 -4
📈 415 added 📉 399 removed

💻 r1484

Tom Laermans 🦔 • 2010-07-26 17:56
detection of itwatchdogs.com geese family - now for the fun of discovering the sensors...
Files changed (3)
A html/images/os/wxgoos.png +1
A includes/discovery/os/wxgoos.inc.php +11
M includes/static-config.php +6 -1
📈 18 added 📉 1 removed

💻 r1483

Tom Laermans 🦔 • 2010-07-26 17:28
moar printer supportings, recognize more mge ups + dropdowns on devices list page now only list things from the selected device type, if any
Files changed (8)
M html/pages/devices.inc.php +19 -17
M includes/discovery/os/mgeups.inc.php +1 -1
A includes/polling/os/brother.inc.php +45
M includes/polling/os/jetdirect.inc.php +6 -1
A includes/polling/os/konica.inc.php +13
A includes/polling/os/okilan.inc.php +10
A includes/polling/os/ricoh.inc.php +12
M includes/static-config.php +1 -1
📈 107 added 📉 20 removed

💻 r1482

Tom Laermans 🦔 • 2010-07-25 21:00
add oki logo
Files changed (2)
A html/images/os/oki.png +1
M includes/static-config.php +1
📈 2 added 📉 0 removed

💻 r1481

Tom Laermans 🦔 • 2010-07-25 20:56
ricoh definition seems to have disappeared
Files changed (1)
M includes/static-config.php +8
📈 8 added 📉 0 removed

💻 r1480

Tom Laermans 🦔 • 2010-07-25 20:54
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
Files changed (10)
M includes/discovery/os/mgeups.inc.php +1 -1
A includes/discovery/os/okilan.inc.php +9
A includes/discovery/os/packetshaper.inc.php +9
M includes/polling/os/dell-laser.inc.php +14 -8
A includes/polling/os/jetdirect.inc.php +26
A includes/polling/os/kyocera.inc.php +14
M includes/polling/os/minkelsrms.inc.php +1 -1
M includes/polling/os/routeros.inc.php +1 -1
A includes/polling/os/xerox.inc.php +25
M includes/static-config.php +12 -1
📈 112 added 📉 12 removed

💻 r1479

Adam Armstrong 🐸 • 2010-07-25 18:42
fixed ios fix :)
Files changed (1)
M includes/polling/os/ios.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1478

Adam Armstrong 🐸 • 2010-07-25 18:41
oops no
Files changed (1)
M includes/polling/os/ios.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1477

Adam Armstrong 🐸 • 2010-07-25 18:40
minor improvement to cisco version detection
Files changed (1)
M includes/polling/os/ios.inc.php +2
📈 2 added 📉 0 removed

💻 r1476

Adam Armstrong 🐸 • 2010-07-25 18:26
add application/apache graph types
Files changed (5)
A html/includes/graphs/application
A html/includes/graphs/application/apache_bytes.inc.php +30
A html/includes/graphs/application/apache_cpu.inc.php +30
A html/includes/graphs/application/apache_hits.inc.php +30
A html/includes/graphs/application/apache_scoreboard.inc.php +69
📈 159 added 📉 0 removed

💻 r1475

Adam Armstrong 🐸 • 2010-07-25 18:06
remove unneeded <br /> from uptime graph
Files changed (1)
M html/pages/device/graphs/system/uptime.inc.php -1
📈 0 added 📉 1 removed

💻 r1474

Adam Armstrong 🐸 • 2010-07-25 18:05
fixes to last update, and a missing file
Files changed (3)
M database-update.sql +3
A html/includes/print-quadgraphs.inc.php +22
M includes/defaults.inc.php +8 -1
📈 33 added 📉 1 removed

💻 r1473

Adam Armstrong 🐸 • 2010-07-25 14:21
add click to zoom to soem graphs, and new per-graphtype auth.inc.php to authenticate graphs and click-to-zoom pages.
Files changed (21)
M html/includes/functions.inc.php +2 -2
A html/includes/graphs/device/auth.inc.php +11
M html/includes/graphs/graph.inc.php +10 -10
A html/includes/graphs/port/auth.inc.php +12
M html/includes/print-device-graph.php +8 -40
M html/includes/print-interface-graphs.inc.php +4 -16
M html/pages/device/health/current.inc.php +5 -27
M html/pages/device/health/diskio.inc.php +2 -19
M html/pages/device/health/fanspeeds.inc.php +3 -21
M html/pages/device/health/frequencies.inc.php +3 -21
M html/pages/device/health/humidity.inc.php +3 -21
M html/pages/device/health/memory.inc.php +7 -20
M html/pages/device/health/processors.inc.php +31 -48
M html/pages/device/health/storage.inc.php +3 -21
M html/pages/device/health/temperatures.inc.php +3 -22
M html/pages/device/health/voltages.inc.php +3 -21
M html/pages/device/overview/ports.inc.php +5 -2
A html/pages/graphs.inc.php +119
M includes/discovery/mempools-hrstorage.inc.php +2
M includes/functions.php +13
M includes/static-config.php +19 -6
📈 268 added 📉 317 removed

💻 r1472

Adam Armstrong 🐸 • 2010-07-24 19:29
fix storage discovery
Files changed (1)
M includes/discovery/storage-hrstorage.inc.php +5 -3
📈 5 added 📉 3 removed

💻 r1471

Adam Armstrong 🐸 • 2010-07-24 19:24
updated graph definitions (don't fuck with .svn!)
Files changed (49)
M html/includes/graphs/atmvp/cells.inc.php +1 -1
M html/includes/graphs/atmvp/errors.inc.php +1 -1
M html/includes/graphs/atmvp/packets.inc.php +1 -1
M html/includes/graphs/bgp/cbgp_prefixes.inc.php +2 -2
M html/includes/graphs/bgp/updates.inc.php +1 -1
M html/includes/graphs/device/current.inc.php +1 -1
M html/includes/graphs/device/fanspeeds.inc.php +1 -1
M html/includes/graphs/device/frequencies.inc.php +1 -1
M html/includes/graphs/device/hrprocesses.inc.php +1 -1
M html/includes/graphs/device/hrusers.inc.php +1 -1
M html/includes/graphs/device/humidity.inc.php +1 -1
M html/includes/graphs/device/icmp.inc.php +1 -1
M html/includes/graphs/device/ip_fragmented.inc.php +1 -1
M html/includes/graphs/device/ip.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats_v4.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats_v6_frag.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats_v6.inc.php +1 -1
M html/includes/graphs/device/ipSystemStats.inc.php +1 -1
M html/includes/graphs/device/laload.inc.php +1 -1
M html/includes/graphs/device/memory_procurve.inc.php +1 -1
M html/includes/graphs/device/memory_unix.inc.php +1 -1
M html/includes/graphs/device/memory.inc.php +1 -1
M html/includes/graphs/device/snmp_packets.inc.php +1 -1
M html/includes/graphs/device/snmp_statistics.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/device/tcp.inc.php +1 -1
M html/includes/graphs/device/temperatures.inc.php +1 -1
M html/includes/graphs/device/toner.inc.php +1 -1
M html/includes/graphs/device/udp.inc.php +1 -1
M html/includes/graphs/device/uptime.inc.php +1 -1
M html/includes/graphs/device/voltages.inc.php +1 -1
M html/includes/graphs/device/wificlients.inc.php +1 -1
M html/includes/graphs/diskio/bits.inc.php +1 -1
M html/includes/graphs/diskio/ops.inc.php +1 -1
M html/includes/graphs/mempool/usage.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +1 -1
M html/includes/graphs/port/errors.inc.php +1 -1
M html/includes/graphs/port/fanspeed.inc.php +1 -1
M html/includes/graphs/port/mac_acc_bits.inc.php +1 -1
M html/includes/graphs/port/mac_acc_pkts.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +1 -1
M html/includes/graphs/port/upkts.inc.php +1 -1
M html/includes/graphs/processor/usage.inc.php +1 -1
M html/includes/graphs/sensor/current.inc.php +1 -1
M html/includes/graphs/sensor/frequency.inc.php +1 -1
M html/includes/graphs/sensor/humidity.inc.php +1 -1
M html/includes/graphs/sensor/temperature.inc.php +1 -1
M html/includes/graphs/sensor/voltage.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +1 -1
📈 50 added 📉 50 removed

💻 r1470

Adam Armstrong 🐸 • 2010-07-24 19:14
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.
Files changed (202)
M html/.htaccess +2
M html/graph.php +1 -81
M html/includes/functions.inc.php +9 -4
A html/includes/graphs/altiga_ssl_sessions.inc.php +33
A html/includes/graphs/atmvp
D html/includes/graphs/atmvp_bits.inc.php -22
D html/includes/graphs/atmvp_cells.inc.php -33
D html/includes/graphs/atmvp_errors.inc.php -34
D html/includes/graphs/atmvp_packets.inc.php -33
A html/includes/graphs/atmvp/bits.inc.php
A html/includes/graphs/atmvp/cells.inc.php +33
A html/includes/graphs/atmvp/errors.inc.php +34
A html/includes/graphs/atmvp/packets.inc.php +33
A html/includes/graphs/bgp
D html/includes/graphs/bgp_updates.inc.php -26
A html/includes/graphs/bgp/cbgp_prefixes.inc.php +24
A html/includes/graphs/bgp/updates.inc.php +26
D html/includes/graphs/cbgp_prefixes.inc.php -24
D html/includes/graphs/cempMemPool.inc.php -35
M html/includes/graphs/cisco_entity_sensor.inc.php +1 -1
D html/includes/graphs/cmpMemPool.inc.php -30
D html/includes/graphs/current.inc.php -22
A html/includes/graphs/customer
D html/includes/graphs/customer_bits.inc.php -22
A html/includes/graphs/customer/bits.inc.php +22
A html/includes/graphs/device
D html/includes/graphs/device_bits.inc.php -41
D html/includes/graphs/device_cpu_powerconnect.inc.php -27
D html/includes/graphs/device_cpu_procurve.inc.php -27
D html/includes/graphs/device_cpu_unix.inc.php -71
D html/includes/graphs/device_cpu.inc.php -38
D html/includes/graphs/device_current.inc.php -56
D html/includes/graphs/device_diskio_bits.inc.php -36
D html/includes/graphs/device_diskio_ops.inc.php -36
D html/includes/graphs/device_diskio.inc.php -5
D html/includes/graphs/device_fanspeeds.inc.php -54
D html/includes/graphs/device_frequencies.inc.php -56
D html/includes/graphs/device_hrprocesses.inc.php -20
D html/includes/graphs/device_hrusers.inc.php -22
D html/includes/graphs/device_humidity.inc.php -51
D html/includes/graphs/device_icmp_informational.inc.php -69
D html/includes/graphs/device_icmp.inc.php -51
D html/includes/graphs/device_ip_fragmented.inc.php -66
D html/includes/graphs/device_ip.inc.php -45
D html/includes/graphs/device_ipSystemStats_v4.inc.php -53
D html/includes/graphs/device_ipSystemStats_v6_frag.inc.php -64
D html/includes/graphs/device_ipSystemStats_v6.inc.php -53
D html/includes/graphs/device_ipSystemStats.inc.php -89
D html/includes/graphs/device_laload.inc.php -31
D html/includes/graphs/device_memory_procurve.inc.php -35
D html/includes/graphs/device_memory_unix.inc.php -65
D html/includes/graphs/device_memory.inc.php -28
D html/includes/graphs/device_processors.inc.php -37
D html/includes/graphs/device_snmp_packets.inc.php -25
D html/includes/graphs/device_snmp_statistics.inc.php -49
D html/includes/graphs/device_storage.inc.php -32
D html/includes/graphs/device_tcp.inc.php -45
D html/includes/graphs/device_temperatures.inc.php -51
D html/includes/graphs/device_toner.inc.php -60
D html/includes/graphs/device_udp.inc.php -31
D html/includes/graphs/device_uptime.inc.php -22
D html/includes/graphs/device_voltages.inc.php -56
D html/includes/graphs/device_wificlients.inc.php -29
A html/includes/graphs/device/bits.inc.php +41
A html/includes/graphs/device/cpu_powerconnect.inc.php +28
A html/includes/graphs/device/cpu_procurve.inc.php +28
A html/includes/graphs/device/cpu_unix.inc.php +71
A html/includes/graphs/device/cpu.inc.php +38
A html/includes/graphs/device/current.inc.php +56
A html/includes/graphs/device/diskio_bits.inc.php +36
A html/includes/graphs/device/diskio_ops.inc.php +36
A html/includes/graphs/device/diskio.inc.php +5
A html/includes/graphs/device/fanspeeds.inc.php +54
A html/includes/graphs/device/frequencies.inc.php +56
A html/includes/graphs/device/hrprocesses.inc.php +20
A html/includes/graphs/device/hrusers.inc.php +22
A html/includes/graphs/device/humidity.inc.php +51
A html/includes/graphs/device/icmp_informational.inc.php +69
A html/includes/graphs/device/icmp.inc.php +51
A html/includes/graphs/device/ip_fragmented.inc.php +66
A html/includes/graphs/device/ip.inc.php +45
A html/includes/graphs/device/ipSystemStats_v4.inc.php +53
A html/includes/graphs/device/ipSystemStats_v6_frag.inc.php +64
A html/includes/graphs/device/ipSystemStats_v6.inc.php +53
A html/includes/graphs/device/ipSystemStats.inc.php +89
A html/includes/graphs/device/laload.inc.php +31
A html/includes/graphs/device/memory_procurve.inc.php +35
A html/includes/graphs/device/memory_unix.inc.php +65
A html/includes/graphs/device/memory.inc.php +28
A html/includes/graphs/device/processors.inc.php +37
A html/includes/graphs/device/snmp_packets.inc.php +25
A html/includes/graphs/device/snmp_statistics.inc.php +49
A html/includes/graphs/device/storage.inc.php +32
A html/includes/graphs/device/tcp.inc.php +45
A html/includes/graphs/device/temperatures.inc.php +51
A html/includes/graphs/device/toner.inc.php +60
A html/includes/graphs/device/udp.inc.php +31
A html/includes/graphs/device/uptime.inc.php +22
A html/includes/graphs/device/voltages.inc.php +56
A html/includes/graphs/device/wificlients.inc.php +29
A html/includes/graphs/diskio
D html/includes/graphs/diskio_bits.inc.php -17
D html/includes/graphs/diskio_ops.inc.php -29
A html/includes/graphs/diskio/bits.inc.php +17
A html/includes/graphs/diskio/ops.inc.php +29
D html/includes/graphs/fanspeed.inc.php -22
D html/includes/graphs/frequency.inc.php -22
M html/includes/graphs/generic_bits.inc.php +1 -1
M html/includes/graphs/generic_duplex.inc.php +1 -1
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_bits.inc.php +1 -1
M html/includes/graphs/generic_multi_line.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +1 -1
A html/includes/graphs/graph.inc.php +96
D html/includes/graphs/humidity.inc.php -37
D html/includes/graphs/mac_acc_bits.inc.php -16
D html/includes/graphs/mac_acc_pkts.inc.php -27
D html/includes/graphs/mac_acc_total.inc.php -102
A html/includes/graphs/mempool
D html/includes/graphs/mempool.inc.php -31
A html/includes/graphs/mempool/usage.inc.php +31
M html/includes/graphs/multi_bits_separate.inc.php +1 -1
D html/includes/graphs/pagp_bits.inc.php -32
A html/includes/graphs/port
D html/includes/graphs/port_adsl_attainable.inc.php -39
D html/includes/graphs/port_adsl_attenuation.inc.php -38
D html/includes/graphs/port_adsl_power.inc.php -38
D html/includes/graphs/port_adsl_snr.inc.php -38
D html/includes/graphs/port_adsl_speed.inc.php -39
D html/includes/graphs/port_bits.inc.php -21
D html/includes/graphs/port_errors.inc.php -33
D html/includes/graphs/port_etherlike.inc.php -36
D html/includes/graphs/port_nupkts.inc.php -67
D html/includes/graphs/port_upkts.inc.php -32
A html/includes/graphs/port/adsl_attainable.inc.php +39
A html/includes/graphs/port/adsl_attenuation.inc.php +38
A html/includes/graphs/port/adsl_power.inc.php +38
A html/includes/graphs/port/adsl_snr.inc.php +38
A html/includes/graphs/port/adsl_speed.inc.php +39
A html/includes/graphs/port/bits.inc.php +21
A html/includes/graphs/port/errors.inc.php +33
A html/includes/graphs/port/etherlike.inc.php +36
A html/includes/graphs/port/fanspeed.inc.php +22
A html/includes/graphs/port/mac_acc_bits.inc.php +16
A html/includes/graphs/port/mac_acc_pkts.inc.php +27
A html/includes/graphs/port/mac_acc_total.inc.php +102
A html/includes/graphs/port/nupkts.inc.php +67
A html/includes/graphs/port/pagp_bits.inc.php +32
A html/includes/graphs/port/upkts.inc.php +32
A html/includes/graphs/processor
D html/includes/graphs/processor.inc.php -34
A html/includes/graphs/processor/usage.inc.php +34
A html/includes/graphs/sensor
A html/includes/graphs/sensor/current.inc.php +22
A html/includes/graphs/sensor/frequency.inc.php +22
A html/includes/graphs/sensor/humidity.inc.php +37
A html/includes/graphs/sensor/temperature.inc.php +38
A html/includes/graphs/sensor/voltage.inc.php +31
M html/includes/graphs/service.inc.php +1 -1
A html/includes/graphs/storage
D html/includes/graphs/storage.inc.php -33
A html/includes/graphs/storage/usage.inc.php +33
D html/includes/graphs/temperature.inc.php -38
D html/includes/graphs/voltage.inc.php -31
M html/includes/graphs/XXX_device_memory_windows.inc.php +1 -1
M html/includes/print-device-graph.php +7 -2
M html/pages/device/health/current.inc.php +1 -1
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/fanspeeds.inc.php +1 -1
M html/pages/device/health/frequencies.inc.php +2 -2
M html/pages/device/health/humidity.inc.php +1 -1
M html/pages/device/health/memory.inc.php +12 -10
M html/pages/device/health/processors.inc.php +12 -10
M html/pages/device/health/storage.inc.php +3 -3
M html/pages/device/health/temperatures.inc.php +2 -2
M html/pages/device/health/voltages.inc.php +1 -1
M html/pages/device/overview/current.inc.php +7 -5
M html/pages/device/overview/fanspeeds.inc.php +7 -5
M html/pages/device/overview/frequencies.inc.php +7 -5
M html/pages/device/overview/humidity.inc.php +7 -5
M html/pages/device/overview/mempools.inc.php +4 -2
M html/pages/device/overview/processors.inc.php +4 -2
M html/pages/device/overview/storage.inc.php +4 -2
M html/pages/device/overview/temperatures.inc.php +7 -5
M html/pages/device/overview/voltages.inc.php +7 -5
M html/pages/health/current.inc.php +16 -14
M html/pages/health/fanspeeds.inc.php +16 -14
M html/pages/health/frequencies.inc.php +16 -14
M html/pages/health/humidity.inc.php +16 -14
M html/pages/health/memory.inc.php +12 -10
M html/pages/health/processors.inc.php +12 -10
M html/pages/health/storage.inc.php +11 -10
M html/pages/health/temperatures.inc.php +16 -14
M html/pages/health/voltages.inc.php +16 -14
M includes/defaults.inc.php +7 -3
M includes/discovery/storage-hrstorage.inc.php +3 -2
M includes/discovery/temperatures/cisco-entity-sensor.inc.php +4 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +2 -2
M includes/discovery/temperatures/entity-sensor.inc.php +7 -2
M includes/polling/port-adsl.inc.php +1 -1
📈 3,079 added 📉 3,051 removed

💻 r1469

Adam Armstrong 🐸 • 2010-07-23 18:26
improve ADSL stats collection
Files changed (1)
M includes/polling/port-adsl.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r1468

Adam Armstrong 🐸 • 2010-07-23 18:23
only do etherlike for the port if etherlike data has been returned (should improve poller speed a fair bit on some devices)
Files changed (1)
M includes/polling/port-etherlike.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r1467

Adam Armstrong 🐸 • 2010-07-23 18:15
Move mempool polling scripts into their own directory. add Juniper ScreenOS CPU/Memory hardcoded discovery/poller
Files changed (17)
A includes/discovery/mempools-screenos.inc.php +20
M includes/discovery/mempools.inc.php +1
A includes/discovery/processors/screenos.inc.php +20
A includes/polling/mempools
D includes/polling/mempools-cemp.inc.php -17
D includes/polling/mempools-cmp.inc.php -17
D includes/polling/mempools-hrstorage.inc.php -18
D includes/polling/mempools-ironware-dyn.inc.php -12
D includes/polling/mempools-junos.inc.php -23
M includes/polling/mempools.inc.php +1 -1
A includes/polling/mempools/cemp.inc.php +17
A includes/polling/mempools/cmp.inc.php +17
A includes/polling/mempools/hrstorage.inc.php +18
A includes/polling/mempools/ironware-dyn.inc.php +12
A includes/polling/mempools/junos.inc.php +23
A includes/polling/mempools/screenos.inc.php +11
M includes/polling/os/screenos.inc.php +1 -47
📈 141 added 📉 135 removed

💻 r1466

Adam Armstrong 🐸 • 2010-07-23 17:44
add tranzeo detection (no cpu, no ram, very basic mibs)
Files changed (3)
A html/images/os/tranzeo.png +1
A includes/discovery/os/tranzeo.inc.php +8
A includes/polling/os/tranzeo.inc.php +16
📈 25 added 📉 0 removed

💻 r1465

Adam Armstrong 🐸 • 2010-07-23 17:43
improving windows support
Files changed (7)
M includes/polling/os/windows.inc.php +14 -3
M includes/polling/ucd-mib.inc.php -5
M includes/static-config.php +48 -43
A mibs/tranzeo
A mibs/tranzeo/ENROUTE-245-MIB.txt +5,894
A mibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt +5,894
A mibs/tranzeo/tranzeo.MIB +103
📈 62 added 📉 51 removed

💻 r1464 'OS'

Adam Armstrong 🐸 • 2010-07-23 15:05
restructure $device['os'], improve device overlib a bit (is it?)
Files changed (2)
M html/includes/functions.inc.php +13 -10
M includes/static-config.php +316 -235
📈 329 added 📉 245 removed

💻 r1463

Adam Armstrong 🐸 • 2010-07-23 13:42
lots of cleanups to various things
Files changed (11)
M includes/common.php +1 -1
M includes/discovery/processors-ucd-old.inc.php +2 -2
M includes/discovery/processors/hrdevice.inc.php +5
M includes/discovery/processors/ios.inc.php +2 -2
M includes/polling/netstats.inc.php +4 -1
M includes/polling/os/ios.inc.php +31 -86
M includes/polling/port-adsl.inc.php +2 -2
M includes/polling/port-etherlike.inc.php +2 -2
M includes/polling/ports.inc.php +42 -33
M includes/polling/processors-ucd-old.inc.php +3 -3
M poller.php +5
📈 99 added 📉 132 removed

💻 r1462

Adam Armstrong 🐸 • 2010-07-23 13:40
add os type/version/features and hardware to device tooltips (maybe make a function to build this text later)
Files changed (1)
M html/includes/functions.inc.php +9
📈 9 added 📉 0 removed

💻 r1461

Adam Armstrong 🐸 • 2010-07-23 01:20
Add temperature detection for Force10 E/C/S-Series
Files changed (3)
A includes/discovery/temperatures/ftos-c-series.inc.php +38
A includes/discovery/temperatures/ftos-e-series.inc.php +38
A includes/discovery/temperatures/ftos-s-series.inc.php +36
📈 112 added 📉 0 removed

💻 r1460

Adam Armstrong 🐸 • 2010-07-23 00:27
correctly find FTOS versions on all three types of Force10 switch (E-series may not be perfect...)
Files changed (2)
M includes/polling/os/ftos.inc.php +32 -43
M includes/rewrites.php +2 -2
📈 34 added 📉 45 removed

💻 r1459

Adam Armstrong 🐸 • 2010-07-22 21:59
ftos hardware detection :)
Files changed (1)
A includes/polling/os/ftos.inc.php +65
📈 65 added 📉 0 removed

💻 r1458

Adam Armstrong 🐸 • 2010-07-22 21:58
add some mibs, update snmp functions
Files changed (59)
M includes/discovery/discovery-protocols.inc.php +3 -3
M includes/discovery/entity-physical.inc.php +1 -2
M includes/discovery/hr-device.inc.php +29 -21
M includes/discovery/mempools-cmp.inc.php +1 -3
M includes/discovery/mempools-hrstorage.inc.php +1 -1
M includes/discovery/processors/hrdevice.inc.php +2 -2
M includes/discovery/processors/ios.inc.php +11 -5
A includes/discovery/processors/radlan.inc.php +26
M includes/discovery/q-bridge-mib.inc.php +2 -7
M includes/discovery/storage-hrstorage.inc.php +1 -1
M includes/discovery/ucd-diskio.inc.php +1 -1
A includes/polling/altiga-ssl.inc.php +49
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +1 -1
M includes/polling/mempools-hrstorage.inc.php +1 -1
M includes/polling/netstats.inc.php +2 -2
M includes/polling/os/powerconnect.inc.php -23
M includes/polling/os/radlan.inc.php -25
M includes/polling/ports.inc.php +28 -28
M includes/polling/storage-hrstorage.inc.php +1 -1
M includes/polling/ucd-diskio.inc.php +1 -1
M includes/polling/ucd-mib.inc.php +1 -1
M includes/rewrites.php +27
M includes/rrdtool.inc.php +2 -2
M includes/snmp.inc.php +20 -43
M includes/static-config.php +5 -1
A mibs/ALTIGA-ADDRESS-STATS-MIB.my +497
A mibs/ALTIGA-BMGT-STATS-MIB.my +237
A mibs/ALTIGA-CAP.my +265
A mibs/ALTIGA-CERT-STATS-MIB.my +260
A mibs/ALTIGA-DHCP-SERVER-STATS-MIB.my +240
A mibs/ALTIGA-DHCP-STATS-MIB.my +381
A mibs/ALTIGA-DNS-STATS-MIB.my +135
A mibs/ALTIGA-EVENT-STATS-MIB.my +177
A mibs/ALTIGA-FILTER-STATS-MIB.my +294
A mibs/ALTIGA-FTP-STATS-MIB.my +217
A mibs/ALTIGA-GENERAL-STATS-MIB.my +156
A mibs/ALTIGA-GLOBAL-REG.my +267
A mibs/ALTIGA-HARDWARE-STATS-MIB.my +748
A mibs/ALTIGA-HTTP-STATS-MIB.my +336
A mibs/ALTIGA-IP-STATS-MIB.my +132
A mibs/ALTIGA-L2TP-STATS-MIB.my +1,318
A mibs/ALTIGA-LBSSF-STATS-MIB.my +309
A mibs/ALTIGA-MIB.my +344
A mibs/ALTIGA-MULTILINK-STATS-MIB.my +313
A mibs/ALTIGA-NAT-STATS-MIB.my +437
A mibs/ALTIGA-PPP-STATS-MIB.my +341
A mibs/ALTIGA-PPPOE-STATS-MIB.my +357
A mibs/ALTIGA-PPTP-STATS-MIB.my +811
A mibs/ALTIGA-SDI-ACE-STATS-MIB.my +239
A mibs/ALTIGA-SEP-STATS-MIB.my +497
A mibs/ALTIGA-SESSION-STATS-MIB.my +2,093
A mibs/ALTIGA-SSH-STATS-MIB.my +287
A mibs/ALTIGA-SSL-STATS-MIB.my +154
A mibs/ALTIGA-SYNC-STATS-MIB.my +362
A mibs/ALTIGA-T1E1-STATS-MIB.my +275
A mibs/ALTIGA-TELNET-STATS-MIB.my +585
A mibs/ALTIGA-VERSION-STATS-MIB.my +158
M poller.php +1
📈 218 added 📉 176 removed

💻 r1457

Tom Laermans 🦔 • 2010-07-21 22:28
move wireless stats to system tab, minor fixes
Files changed (3)
D html/pages/device/graphs/network/wireless.inc.php -9
A html/pages/device/graphs/system/wireless.inc.php +9
M includes/polling/ports.inc.php +2 -2
📈 11 added 📉 11 removed

💻 r1456

Adam Armstrong 🐸 • 2010-07-21 18:29
no rrdcached for create !
Files changed (2)
M includes/polling/ucd-diskio.inc.php -1
M includes/rrdtool.inc.php +9 -2
📈 9 added 📉 3 removed

💻 r1455

Adam Armstrong 🐸 • 2010-07-21 15:14
improving ipSystemStats v4/v6 stats, clean up some variables in defaults.inc.php
Files changed (9)
A html/includes/graphs/device_ipSystemStats_v4.inc.php +53
A html/includes/graphs/device_ipSystemStats_v6_frag.inc.php +64
A html/includes/graphs/device_ipSystemStats_v6.inc.php +53
M html/includes/graphs/device_ipSystemStats.inc.php +8 -10
M html/pages/device/graphs/network/netstats.inc.php +14 -2
M includes/defaults.inc.php +7 -6
M includes/polling/ipSystemStats.inc.php +53 -7
M includes/polling/netstats.inc.php +4
M includes/polling/ports.inc.php +1 -1
📈 257 added 📉 26 removed

💻 r1454

Adam Armstrong 🐸 • 2010-07-21 13:06
improve netstats poller
Files changed (1)
M includes/polling/netstats.inc.php +23 -27
📈 23 added 📉 27 removed

💻 r1453

Adam Armstrong 🐸 • 2010-07-21 02:43
sexytime updated UCD-MIB collector, and some moving around of graphing code
Files changed (6)
A html/includes/graphs/device_laload.inc.php +31
D html/includes/graphs/device_load_unix.inc.php -31
D html/includes/graphs/device_load_windows.inc.php -30
D html/includes/graphs/device_load.inc.php -30
M html/pages/device/graphs/system/laload.inc.php +3 -1
M includes/polling/ucd-mib.inc.php +125 -45
📈 159 added 📉 137 removed

💻 r1452

Tom Laermans 🦔 • 2010-07-21 00:51
add Huawei MIB though not used/useful by itself, add VRP version and hardware detection
Files changed (2)
A includes/polling/os/vrp.inc.php +8
A mibs/HUAWEI-MIB.mib +384
📈 8 added 📉 0 removed

💻 r1451

Tom Laermans 🦔 • 2010-07-21 00:30
detect more speedtouch, basic detection of huawei vrp os
Files changed (5)
A html/images/os/huawei.png +1
M includes/discovery/os/ios.inc.php +3 -2
M includes/discovery/os/speedtouch.inc.php +1 -1
A includes/discovery/os/vrp.inc.php +10
M includes/static-config.php +5
📈 20 added 📉 3 removed

💻 r1450

Tom Laermans 🦔 • 2010-07-21 00:11
more polling fixes
Files changed (3)
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/extremeware.inc.php +1 -1
M includes/polling/os/routeros.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r1449

Adam Armstrong 🐸 • 2010-07-20 23:18
fix paths on includes (8 hour graph gap :[ )
Files changed (5)
M includes/polling/os/junos.inc.php +1 -1
M includes/polling/os/junose.inc.php +2 -2
M includes/polling/os/redback.inc.php +2 -2
M includes/polling/os/unix.inc.php +2 -2
M includes/polling/os/windows.inc.php +2 -2
📈 9 added 📉 9 removed

💻 r1448

Adam Armstrong 🐸 • 2010-07-20 20:46
move license level to features
Files changed (1)
M includes/polling/os/routeros.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1447

Adam Armstrong 🐸 • 2010-07-20 20:44
recognise mikrotic ram/cpu in HOST-RESOURCES-MIB
Files changed (4)
M includes/discovery/mempools-hrstorage.inc.php +1
M includes/discovery/processors/hrdevice.inc.php +9 -8
A mibs/mikrotik
A mibs/mikrotik/Mikrotik.mib +1,124
📈 10 added 📉 8 removed

💻 r1446

Adam Armstrong 🐸 • 2010-07-20 18:28
display total traffic for mikrotik until cpu/memory graphing
Files changed (2)
M addhost.php +1 -1
M includes/static-config.php +3
📈 4 added 📉 1 removed

💻 r1445

Adam Armstrong 🐸 • 2010-07-20 16:11
force10 image
Files changed (2)
A html/images/os/force10.png +1
M includes/static-config.php +1 -1
📈 2 added 📉 1 removed

💻 r1444

Adam Armstrong 🐸 • 2010-07-20 14:53
fix screenos detection and add re-add graph for sessions
Files changed (4)
A html/includes/graphs/screenos_sessions.inc.php +34
A html/pages/device/graphs/system/screenos.inc.php +9
M includes/discovery/os/screenos.inc.php +2 -2
M includes/polling/os/screenos.inc.php +3 -4
📈 48 added 📉 6 removed

💻 r1443

Adam Armstrong 🐸 • 2010-07-20 14:03
Files changed (30)
M DEVELOPING +2 -5
A includes/discovery/os
A includes/discovery/os/ftos.inc.php +10
M includes/functions.php +2 -2
M mibs/alliedtelesis/.index -1
A mibs/alliedtelesis/8324sx.mib +633
A mibs/alliedtelesis/at-dns.mib +194
A mibs/alliedtelesis/at-envmonv2.mib +936
A mibs/alliedtelesis/at-epsrv2.mib +252
A mibs/alliedtelesis/at-filev2.mib +662
A mibs/alliedtelesis/at-ip.mib +209
A mibs/alliedtelesis/at-license.mib +459
A mibs/alliedtelesis/at-log.mib +217
A mibs/alliedtelesis/at-loopprotect.mib +120
A mibs/alliedtelesis/at-mibversion.mib +60
A mibs/alliedtelesis/at-ntp.mib +518
A mibs/alliedtelesis/at-resource.mib +234
A mibs/alliedtelesis/at-setup.mib +397
A mibs/alliedtelesis/at-user.mib +221
A mibs/alliedtelesis/at-vcstack.mib +474
A mibs/alliedtelesis/at-xem.mib +191
A mibs/alliedtelesis/atbrdg.mib +1,338
A mibs/alliedtelesis/atiL2.mib +3,395
A mibs/alliedtelesis/atiswitch.mib +1,369
A mibs/alliedtelesis/Atitc.mib +62
A mibs/alliedtelesis/atkktext.mib +1,397
A mibs/alliedtelesis/Atm8200.mib +1,898
A mibs/alliedtelesis/atrouter.mib +6,044
A mibs/alliedtelesis/swchasis.mib +791
A mibs/alliedtelesis/switch.mib +202
📈 14 added 📉 7 removed

💻 r1442

Adam Armstrong 🐸 • 2010-07-20 13:49
add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
Files changed (82)
A includes/osdiscovery/ftos.inc.php +10
D includes/polling/device-airport.inc.php -5
D includes/polling/device-akcp.inc.php -6
D includes/polling/device-allied.inc.php -52
D includes/polling/device-apc.inc.php -69
D includes/polling/device-areca.inc.php -18
D includes/polling/device-cat1900.inc.php -8
D includes/polling/device-catos.inc.php -55
D includes/polling/device-dell-laser.inc.php -14
D includes/polling/device-drac.inc.php -7
D includes/polling/device-fortigate.inc.php -47
D includes/polling/device-ies.inc.php -8
D includes/polling/device-ios.inc.php -107
D includes/polling/device-ironware.inc.php -15
D includes/polling/device-junos.inc.php -51
D includes/polling/device-junose.inc.php -34
D includes/polling/device-mgeups.inc.php -6
D includes/polling/device-minkelsrms.inc.php -7
D includes/polling/device-netmanplus.inc.php -5
D includes/polling/device-netstats.inc.php -79
D includes/polling/device-powerconnect.inc.php -38
D includes/polling/device-powervault.inc.php -5
D includes/polling/device-procurve.inc.php -54
D includes/polling/device-radlan.inc.php -43
D includes/polling/device-redback.inc.php -6
D includes/polling/device-routeros.inc.php -6
D includes/polling/device-screenos.inc.php -82
D includes/polling/device-snom.inc.php -51
D includes/polling/device-speedtouch.inc.php -24
D includes/polling/device-unix.inc.php -52
D includes/polling/device-windows.inc.php -27
A includes/polling/netstats.inc.php +79
A includes/polling/os
A includes/polling/os/airport.inc.php +5
A includes/polling/os/akcp.inc.php +6
A includes/polling/os/allied.inc.php +52
A includes/polling/os/apc.inc.php +69
A includes/polling/os/areca.inc.php +18
A includes/polling/os/cat1900.inc.php +8
A includes/polling/os/catos.inc.php +55
A includes/polling/os/dell-laser.inc.php +14
A includes/polling/os/drac.inc.php +7
A includes/polling/os/extremeware.inc.php +47
A includes/polling/os/fortigate.inc.php +47
A includes/polling/os/ies.inc.php +8
A includes/polling/os/ios.inc.php +107
A includes/polling/os/ironware.inc.php +15
A includes/polling/os/junos.inc.php +51
A includes/polling/os/junose.inc.php +34
A includes/polling/os/mgeups.inc.php +6
A includes/polling/os/minkelsrms.inc.php +7
A includes/polling/os/netmanplus.inc.php +5
A includes/polling/os/powerconnect.inc.php +38
A includes/polling/os/powervault.inc.php +5
A includes/polling/os/procurve.inc.php +54
A includes/polling/os/radlan.inc.php +43
A includes/polling/os/redback.inc.php +6
A includes/polling/os/routeros.inc.php +6
A includes/polling/os/screenos.inc.php +82
A includes/polling/os/snom.inc.php +51
A includes/polling/os/speedtouch.inc.php +24
A includes/polling/os/unix.inc.php +52
A includes/polling/os/windows.inc.php +27
A includes/polling/os/zywall.inc.php +7
M includes/static-config.php +2
A mibs/ftos
A mibs/ftos/f10-bgp4-v2.mib +4,116
A mibs/ftos/f10-chassis.mib +2,560
A mibs/ftos/f10-copy-config.mib +489
A mibs/ftos/f10-cs-chassis.mib +1,399
A mibs/ftos/f10-fib.mib +262
A mibs/ftos/f10-if-extension.mib +507
A mibs/ftos/f10-linkagg.mib +589
A mibs/ftos/f10-mon.mib +1,656
A mibs/ftos/f10-mstp.mib +973
A mibs/ftos/f10-products.mib +179
A mibs/ftos/f10-smi.mib +92
A mibs/ftos/f10-ss-chassis.mib +1,450
A mibs/ftos/f10-system-component.mib +581
A mibs/ftos/f10-tc.mib +567
A mibs/ftos/f10-trap-alarm.mib +412
M poller.php +5 -5
📈 1,052 added 📉 986 removed

💻 r1441

Adam Armstrong 🐸 • 2010-07-20 13:10
only collect ADSL stats if we have a port type 'adsl'
Files changed (2)
M includes/polling/port-adsl.inc.php +1 -1
M includes/polling/ports.inc.php +5 -1
📈 6 added 📉 2 removed

💻 r1440 'LOG_FILE'

Adam Armstrong 🐸 • 2010-07-20 13:02
$config['log_file'] = USE IT.
Files changed (5)
M config.php.default +1 -1
M discovery.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/polling/ports.inc.php +4 -1
M poller.php +1 -1
📈 8 added 📉 5 removed

💻 r1439

Tom Laermans 🦔 • 2010-07-20 12:55
don't do ifname on konica printers/copiers
Files changed (1)
M includes/static-config.php -1
📈 0 added 📉 1 removed

💻 r1438

Adam Armstrong 🐸 • 2010-07-20 11:23
fix bill editing link
Files changed (1)
M html/pages/bills.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1437

Adam Armstrong 🐸 • 2010-07-20 11:18
fix some spacings for mac accounting pages
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +5 -6
📈 5 added 📉 6 removed

💻 r1436

Adam Armstrong 🐸 • 2010-07-19 18:31
Release 0.10.7.1
Files changed (2)
M CHANGELOG +4
M database-schema.sql +571 -258
📈 575 added 📉 258 removed

💻 r1435

Adam Armstrong 🐸 • 2010-07-19 18:21
record discover/poll speeds, prettier "not permitted" page, and readd "base_url" to config
Files changed (8)
M config.php.default +3
M database-update.sql +3
M discovery.php +29 -12
D html/includes/error-no-perm-dev.inc.php -1
M html/includes/error-no-perm.inc.php +9 -21
M includes/functions.php +11
M includes/polling/port-adsl.inc.php +40 -12
M poller.php +31 -24
📈 126 added 📉 70 removed

💻 r1434

Tom Laermans 🦔 • 2010-07-19 16:50
make ricoh image transparent
Files changed (1)
M html/images/os/ricoh.png ±0
📈 0 added 📉 0 removed

💻 r1433

Adam Armstrong 🐸 • 2010-07-19 11:27
some prettier access denied pages, and updated about
Files changed (3)
M html/pages/about.inc.php +3 -16
M html/pages/device.inc.php +1 -1
M html/pages/settings.inc.php +1 -1
📈 5 added 📉 18 removed

💻 r1432

Adam Armstrong 🐸 • 2010-07-19 11:14
and another one... (why do i always forget?)
Files changed (1)
M html/pages/device.inc.php -1
📈 0 added 📉 1 removed

💻 r1431

Adam Armstrong 🐸 • 2010-07-19 11:13
remove an errant debugging statement
Files changed (1)
M html/pages/device.inc.php -2
📈 0 added 📉 2 removed

💻 r1430

Adam Armstrong 🐸 • 2010-07-19 11:12
some hacky changes to device.php to display port
Files changed (4)
M html/includes/functions.inc.php +1
M html/includes/print-interface-adsl.inc.php +7 -7
M html/index.php +2 -2
M html/pages/device.inc.php +51 -57
📈 61 added 📉 66 removed

💻 r1429

Tom Laermans 🦔 • 2010-07-19 10:48
default to black graph for first toner when not recognized as CMYK value
Files changed (1)
M html/includes/graphs/device_toner.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1428

Tom Laermans 🦔 • 2010-07-19 10:43
broaden konica minolta detection
Files changed (2)
M includes/osdiscovery/konica.inc.php +1 -1
M includes/polling/device-ironware.inc.php +1
📈 2 added 📉 1 removed

💻 r1427

Tom Laermans 🦔 • 2010-07-18 22:43
rename os discovery files
Files changed (115)
M includes/functions.php +1 -1
A includes/osdiscovery/3com.inc.php +10
A includes/osdiscovery/airport.inc.php +11
A includes/osdiscovery/akcp.inc.php +10
A includes/osdiscovery/allied.inc.php +12
A includes/osdiscovery/apc.inc.php +11
A includes/osdiscovery/areca.inc.php +10
A includes/osdiscovery/asa.inc.php +8
A includes/osdiscovery/axiscam.inc.php +9
A includes/osdiscovery/axisdocserver.inc.php +9
A includes/osdiscovery/bcm963.inc.php +10
A includes/osdiscovery/brother.inc.php +9
A includes/osdiscovery/cat1900.inc.php +10
A includes/osdiscovery/catos.inc.php +10
A includes/osdiscovery/dell-laser.inc.php +11
D includes/osdiscovery/discover-3com.php -10
D includes/osdiscovery/discover-airport.php -11
D includes/osdiscovery/discover-akcp.php -10
D includes/osdiscovery/discover-allied.php -12
D includes/osdiscovery/discover-apc.php -11
D includes/osdiscovery/discover-areca.php -10
D includes/osdiscovery/discover-asa.php -8
D includes/osdiscovery/discover-axiscam.php -9
D includes/osdiscovery/discover-axisdocserver.php -9
D includes/osdiscovery/discover-bcm963.php -10
D includes/osdiscovery/discover-brother.php -9
D includes/osdiscovery/discover-cat1900.php -10
D includes/osdiscovery/discover-catos.php -10
D includes/osdiscovery/discover-dell-laser.php -11
D includes/osdiscovery/discover-dlink.php -12
D includes/osdiscovery/discover-dlinkap.php -10
D includes/osdiscovery/discover-drac.php -9
D includes/osdiscovery/discover-extremeware.php -12
D includes/osdiscovery/discover-fortigate.php -11
D includes/osdiscovery/discover-freebsd.php -9
D includes/osdiscovery/discover-gamatronicups.php -12
D includes/osdiscovery/discover-ies.php -10
D includes/osdiscovery/discover-ios.php -14
D includes/osdiscovery/discover-ironware.php -8
D includes/osdiscovery/discover-jetdirect.php -10
D includes/osdiscovery/discover-junos.php -10
D includes/osdiscovery/discover-junose.php -10
D includes/osdiscovery/discover-konica.php -9
D includes/osdiscovery/discover-kyocera.php -9
D includes/osdiscovery/discover-linksys.php -4
D includes/osdiscovery/discover-linux.php -8
D includes/osdiscovery/discover-m0n0wall.php -5
D includes/osdiscovery/discover-mgepdu.php -9
D includes/osdiscovery/discover-mgeups.php -11
D includes/osdiscovery/discover-netbsd.php -8
D includes/osdiscovery/discover-netmanplus.php -9
D includes/osdiscovery/discover-netopia.php -9
D includes/osdiscovery/discover-netware.php -9
D includes/osdiscovery/discover-nxos.php -10
D includes/osdiscovery/discover-openbsd.php -8
D includes/osdiscovery/discover-papouch-tme.php -11
D includes/osdiscovery/discover-powerconnect.php -11
D includes/osdiscovery/discover-powervault.php -9
D includes/osdiscovery/discover-prestige.php -10
D includes/osdiscovery/discover-procurve.php -11
D includes/osdiscovery/discover-radlan.php -10
D includes/osdiscovery/discover-redback.php -7
D includes/osdiscovery/discover-ricoh.php -9
D includes/osdiscovery/discover-routeros.php -12
D includes/osdiscovery/discover-screenos.php -11
D includes/osdiscovery/discover-solaris.php -13
D includes/osdiscovery/discover-sonicwall.php -8
D includes/osdiscovery/discover-speedtouch.php -12
D includes/osdiscovery/discover-windows.php -8
D includes/osdiscovery/discover-xerox.php -9
D includes/osdiscovery/discover-zywall.php -10
D includes/osdiscovery/discover-zyxeles.php -9
A includes/osdiscovery/dlink.inc.php +12
A includes/osdiscovery/dlinkap.inc.php +10
A includes/osdiscovery/drac.inc.php +9
A includes/osdiscovery/extremeware.inc.php +12
A includes/osdiscovery/fortigate.inc.php +11
A includes/osdiscovery/freebsd.inc.php +9
A includes/osdiscovery/gamatronicups.inc.php +12
A includes/osdiscovery/ies.inc.php +10
A includes/osdiscovery/ios.inc.php +14
A includes/osdiscovery/ironware.inc.php +8
A includes/osdiscovery/jetdirect.inc.php +10
A includes/osdiscovery/junos.inc.php +10
A includes/osdiscovery/junose.inc.php +10
A includes/osdiscovery/konica.inc.php +9
A includes/osdiscovery/kyocera.inc.php +9
A includes/osdiscovery/linksys.inc.php +4
A includes/osdiscovery/linux.inc.php +8
A includes/osdiscovery/m0n0wall.inc.php +5
A includes/osdiscovery/mgepdu.inc.php +9
A includes/osdiscovery/mgeups.inc.php +11
A includes/osdiscovery/netbsd.inc.php +8
A includes/osdiscovery/netmanplus.inc.php +9
A includes/osdiscovery/netopia.inc.php +9
A includes/osdiscovery/netware.inc.php +9
A includes/osdiscovery/nxos.inc.php +10
A includes/osdiscovery/openbsd.inc.php +8
A includes/osdiscovery/papouch-tme.inc.php +11
A includes/osdiscovery/powerconnect.inc.php +11
A includes/osdiscovery/powervault.inc.php +9
A includes/osdiscovery/prestige.inc.php +10
A includes/osdiscovery/procurve.inc.php +11
A includes/osdiscovery/radlan.inc.php +10
A includes/osdiscovery/redback.inc.php +7
A includes/osdiscovery/ricoh.inc.php +9
A includes/osdiscovery/routeros.inc.php +12
A includes/osdiscovery/screenos.inc.php +11
A includes/osdiscovery/solaris.inc.php +13
A includes/osdiscovery/sonicwall.inc.php +8
A includes/osdiscovery/speedtouch.inc.php +12
A includes/osdiscovery/windows.inc.php +8
A includes/osdiscovery/xerox.inc.php +9
A includes/osdiscovery/zywall.inc.php +10
A includes/osdiscovery/zyxeles.inc.php +9
📈 556 added 📉 556 removed

💻 r1426

Tom Laermans 🦔 • 2010-07-18 22:12
zyxel ies dslam temperature sensors
Files changed (1)
A includes/discovery/temperatures/zyxel-ies.inc.php +29
📈 29 added 📉 0 removed

💻 r1425

Tom Laermans 🦔 • 2010-07-18 21:52
add ZyXEL MIBs, recognize IES hardware model and firmware version
Files changed (13)
M includes/discovery/temperatures/cisco-entity-sensor.inc.php +1 -1
M includes/discovery/temperatures/entity-sensor.inc.php +1 -1
A includes/polling/device-ies.inc.php +8
A mibs/ADSL-LINE-EXT-MIB.mib +1,221
A mibs/ADSL-TC-MIB.mib +113
A mibs/HDSL2-SHDSL-LINE-MIB.mib +2,316
A mibs/RFC-1212.mib +79
A mibs/zyxel-AESCommon.mib +558
A mibs/zyxel-AS-ATM.mib +317
A mibs/zyxel-AS.mib +1,049
A mibs/zyxel-IESCommon.mib +2,569
A mibs/zyxel-SAM1216.mib +5,466
A mibs/zyxel.mib +188
📈 10 added 📉 2 removed

💻 r1424

Tom Laermans 🦔 • 2010-07-18 20:36
Nicely colour toner names on Kyocera printers
Files changed (1)
M html/includes/graphs/device_toner.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1423

Tom Laermans 🦔 • 2010-07-18 19:45
fix borken discovery of akcp/rms humidity
Files changed (1)
M includes/discovery/humidity/akcp.inc.php -1
📈 0 added 📉 1 removed

💻 r1422

Tom Laermans 🦔 • 2010-07-18 19:43
clean up entity sensor names
Files changed (1)
M includes/discovery/temperatures/entity-sensor.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r1421

Tom Laermans 🦔 • 2010-07-18 19:30
small fix to entity sensor temp discovery
Files changed (1)
M includes/discovery/temperatures/entity-sensor.inc.php -2
📈 0 added 📉 2 removed

💻 r1420

Tom Laermans 🦔 • 2010-07-18 19:29
ENTITY-SENSOR MIB + Temperature discovery
Files changed (2)
A includes/discovery/temperatures/entity-sensor.inc.php +35
A mibs/ENTITY-SENSOR-MIB +460
📈 35 added 📉 0 removed

💻 r1419

Tom Laermans 🦔 • 2010-07-18 18:48
fix wireless client display
Files changed (1)
M html/pages/device/graphs/network/wireless.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1418

Tom Laermans 🦔 • 2010-07-18 18:28
basic support for polling number of connected clients on Aironet and Airport devices, minor fixups
Files changed (8)
M CHANGELOG +3 -3
A html/includes/graphs/device_wificlients.inc.php +29
A html/pages/device/graphs/network/wireless.inc.php +9
M includes/defaults.inc.php +1 -1
A includes/polling/device-airport.inc.php +5
A includes/polling/wireless.inc.php +68
A mibs/AIRPORT-BASESTATION-3-MIB.txt +420
M poller.php +66 -60
📈 181 added 📉 64 removed

💻 r1417

Adam Armstrong 🐸 • 2010-07-18 15:59
0.10.7
Files changed (1)
M CHANGELOG +1 -1
📈 1 added 📉 1 removed

💻 r1416

Adam Armstrong 🐸 • 2010-07-18 12:42
changelog update. fix parser. fix mempools cmp (removed old debugging both)
Files changed (3)
M CHANGELOG +7 -1
M includes/polling/mempools-cmp.inc.php +1 -1
M includes/port-descr-parser.inc.php -3
📈 8 added 📉 5 removed

💻 r1415

Adam Armstrong 🐸 • 2010-07-18 12:25
better
Files changed (1)
M database-update.sql -1
📈 0 added 📉 1 removed

💻 r1414

Adam Armstrong 🐸 • 2010-07-18 12:24
final adsl table
Files changed (1)
M database-update.sql +2 -4
📈 2 added 📉 4 removed

💻 r1413

Adam Armstrong 🐸 • 2010-07-18 12:03
reverse polarity!
Files changed (6)
M html/includes/graphs/port_adsl_attainable.inc.php +2 -2
M html/includes/graphs/port_adsl_power.inc.php +2 -2
M html/includes/graphs/port_adsl_snr.inc.php +2 -2
M html/includes/graphs/port_adsl_speed.inc.php +2 -3
M html/includes/print-interface-adsl.inc.php +19 -12
M html/pages/device/ports.inc.php +1 -1
📈 28 added 📉 22 removed

💻 r1412

Adam Armstrong 🐸 • 2010-07-18 11:38
more ADSL updates
Files changed (7)
M database-update.sql +3
A html/includes/graphs/port_adsl_attainable.inc.php +39
A html/includes/print-interface-adsl.inc.php +145
M html/includes/print-interface.inc.php +26 -8
M html/pages/device/ports.inc.php +15 -1
M includes/polling/port-adsl.inc.php +9 -1
M includes/polling/ports.inc.php +3 -1
📈 240 added 📉 11 removed

💻 r1411

Adam Armstrong 🐸 • 2010-07-18 09:59
even more debugging
Files changed (1)
M includes/polling/mempools.inc.php +2
📈 2 added 📉 0 removed

💻 r1410

Adam Armstrong 🐸 • 2010-07-18 09:59
more junos mempool debugging
Files changed (1)
M includes/polling/mempools-junos.inc.php +3
📈 3 added 📉 0 removed

💻 r1409

Adam Armstrong 🐸 • 2010-07-18 09:57
wipe out mempool cache on new host
Files changed (2)
M html/includes/print-interface-graphs.inc.php +5
M includes/polling/mempools.inc.php +2
📈 7 added 📉 0 removed

💻 r1408

Adam Armstrong 🐸 • 2010-07-18 09:34
fix junos? make adsl work on ports which don't say adsl (might say interleaved...)
Files changed (2)
M includes/polling/bgpPeer.inc.php +1 -1
M includes/polling/port-adsl.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1407

Adam Armstrong 🐸 • 2010-07-18 09:28
make ADSL more efficient (that mib is large and full of poo)
Files changed (2)
M html/pages/device/health/processors.inc.php +1 -3
M includes/polling/ports.inc.php +21 -1
📈 22 added 📉 4 removed

💻 r1406

Adam Armstrong 🐸 • 2010-07-18 08:51
add ADSL graphs to web interface
Files changed (7)
M html/includes/graphs/generic_multi_line.inc.php +2 -2
A html/includes/graphs/port_adsl_attenuation.inc.php +38
A html/includes/graphs/port_adsl_power.inc.php +38
A html/includes/graphs/port_adsl_snr.inc.php +38
A html/includes/graphs/port_adsl_speed.inc.php +40
M html/pages/device/interface.inc.php +2 -1
A html/pages/device/port/adsl.inc.php +39
📈 197 added 📉 3 removed

💻 r1405

Adam Armstrong 🐸 • 2010-07-18 08:22
ports_adsl table
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r1404

Adam Armstrong 🐸 • 2010-07-18 08:20
add adsl polling :)
Files changed (1)
A includes/polling/port-adsl.inc.php +80
📈 80 added 📉 0 removed

💻 r1403

Adam Armstrong 🐸 • 2010-07-18 08:20
changes since changes began
Files changed (6)
M html/includes/functions.inc.php +6 -2
M html/pages/device/interface.inc.php +8 -2
M includes/defaults.inc.php +2 -1
M includes/discovery/temperatures/cisco-entity-sensor.inc.php +4 -1
M includes/polling/device-ios.inc.php +8
M includes/polling/ports.inc.php +3
📈 31 added 📉 6 removed

💻 r1402

Adam Armstrong 🐸 • 2010-07-18 05:05
more mibs (thanks netdot people for collecting these, we will trust you that they are not broken)
Files changed (384)
A mibs/arista
A mibs/arista/ARISTA-PRODUCTS-MIB.txt +45
A mibs/arista/ARISTA-SMI-MIB.txt +47
A mibs/aruba
A mibs/aruba/a80sb_mb_private.mib +3,846
A mibs/aruba/aruba-ap.my +3,509
A mibs/aruba/aruba-auth.my +397
A mibs/aruba/aruba-cts.my +147
A mibs/aruba/aruba-esi.my +173
A mibs/aruba/aruba-ifext.my +682
A mibs/aruba/aruba-mesh.my +193
A mibs/aruba/aruba-mgmt.my +156
A mibs/aruba/aruba-mobility.my +769
A mibs/aruba/aruba-mon.my +2,753
A mibs/aruba/aruba-snr.my +399
A mibs/aruba/aruba-switch.my +2,270
A mibs/aruba/aruba-systemext.my +1,064
A mibs/aruba/aruba-tc.my +631
A mibs/aruba/aruba-trap.my +2,659
A mibs/aruba/aruba-user.my +537
A mibs/aruba/aruba-voice.my +902
A mibs/aruba/aruba-wlan.my +3,873
A mibs/aruba/aruba.my +210
A mibs/asante
A mibs/asante/ASANTE-AH1012-MIB.txt +2,087
A mibs/asante/AsanteSwitchMIB.txt +2,846
A mibs/cabletron
A mibs/cabletron/cabletron-traps-irm.txt +150
A mibs/cabletron/cabletron-traps.txt +4,483
A mibs/cabletron/chassis-mib.txt +709
A mibs/cabletron/community-mib.txt +130
A mibs/cabletron/ct-broadcast-mib.txt +169
A mibs/cabletron/ct-cmmphys-mib.txt +1,176
A mibs/cabletron/ct-container-mib.txt +647
A mibs/cabletron/ct-els10-mib.txt +3,504
A mibs/cabletron/ct-fastpath-dhcpserver-mib.txt +1,015
A mibs/cabletron/ct-fastpath-protected-port-mib.txt +132
A mibs/cabletron/ct-flash-mib.txt +361
A mibs/cabletron/ct-fps-services-mib.txt +73
A mibs/cabletron/ct-hsimphys-mib.txt +343
A mibs/cabletron/ct-pic-mib.txt +876
A mibs/cabletron/ct-priority-classify-mib.txt +288
A mibs/cabletron/ct-priority-queuing-mib.txt +232
A mibs/cabletron/ctatm-config-mib.txt +1,688
A mibs/cabletron/ctels100-ng-mib.txt +846
A mibs/cabletron/ctfps-mib.txt +621
A mibs/cabletron/ctframer-config-mib.txt +202
A mibs/cabletron/ctif-ext-mib.txt +984
A mibs/cabletron/ctinb-mib.txt +492
A mibs/cabletron/ctinb2-mib.txt +212
A mibs/cabletron/ctrmonxt-mib.txt +477
A mibs/cabletron/ctron-alias-mib.txt +1,014
A mibs/cabletron/ctron-ap3000-mib.txt +4,261
A mibs/cabletron/ctron-appletalk-router-mib.txt +3,339
A mibs/cabletron/ctron-appn-mib.txt +3,213
A mibs/cabletron/ctron-bdg-mib.txt +1,677
A mibs/cabletron/ctron-bridge-mib.txt +2,023
A mibs/cabletron/ctron-bus-mib.txt +129
A mibs/cabletron/ctron-cdp.mib.txt +468
A mibs/cabletron/ctron-chassis-mib.txt +247
A mibs/cabletron/ctron-common-mib.txt +1,409
A mibs/cabletron/ctron-csmacd-mib.txt +214
A mibs/cabletron/ctron-dcm-mib.txt +62
A mibs/cabletron/ctron-deciv-router-mib.txt +2,472
A mibs/cabletron/ctron-device-mib.txt +104
A mibs/cabletron/ctron-dhcp-mib.txt +569
A mibs/cabletron/ctron-dlsw-mib.txt +1,059
A mibs/cabletron/ctron-download-mib.txt +349
A mibs/cabletron/ctron-elan-mib.txt +360
A mibs/cabletron/ctron-entity-state-mib.txt +342
A mibs/cabletron/ctron-entity-state-tc-mib.txt +178
A mibs/cabletron/ctron-environment-mib.txt +630
A mibs/cabletron/ctron-ethernet-parameters.txt +661
A mibs/cabletron/ctron-etwmim-mib.txt +171
A mibs/cabletron/ctron-fddi-fnb-mib.txt +948
A mibs/cabletron/ctron-fddi-stat-mib.txt +253
A mibs/cabletron/ctron-fnbtr-mib.txt +304
A mibs/cabletron/ctron-frontpanel-mib.txt +182
A mibs/cabletron/ctron-if-remap-2-mib.txt +571
A mibs/cabletron/ctron-if-remap-mib.txt +210
A mibs/cabletron/ctron-igmp-mib.txt +1,359
A mibs/cabletron/ctron-ip-router-mib.txt +4,401
A mibs/cabletron/ctron-ipx-router-mib.txt +4,792
A mibs/cabletron/ctron-mib-names.txt +962
A mibs/cabletron/ctron-nat-mib.txt +730
A mibs/cabletron/ctron-oids.mib.txt +8,370
A mibs/cabletron/ctron-orp-hsim-mib.txt +171
A mibs/cabletron/ctron-portmap-mib.txt +147
A mibs/cabletron/ctron-power-supply-mib.txt +913
A mibs/cabletron/ctron-ppc-bad-packets.txt +286
A mibs/cabletron/ctron-priority-classify-mib.txt +714
A mibs/cabletron/ctron-priority-extensions-mib.txt +573
A mibs/cabletron/ctron-q-bridge-mib-ext.txt +643
A mibs/cabletron/ctron-rate-policing-mib.txt +363
A mibs/cabletron/ctron-remote-access-mib.txt +3,551
A mibs/cabletron/ctron-routers-internal-mib.txt +90
A mibs/cabletron/ctron-routers-mib.txt +1,222
A mibs/cabletron/ctron-sfcs-mib.txt +5,553
A mibs/cabletron/ctron-sfps-base-mib.txt +1,571
A mibs/cabletron/ctron-sfps-bindery-mib.txt +299
A mibs/cabletron/ctron-sfps-call-mib.txt +660
A mibs/cabletron/ctron-sfps-chassis-mib.txt +171
A mibs/cabletron/ctron-sfps-common-mib.txt +603
A mibs/cabletron/ctron-sfps-conn-mib.txt +167
A mibs/cabletron/ctron-sfps-connection-mib.txt +1,172
A mibs/cabletron/ctron-sfps-diagstats-mib.txt +278
A mibs/cabletron/ctron-sfps-directory-mib.txt +2,263
A mibs/cabletron/ctron-sfps-esys-mib.txt +1,547
A mibs/cabletron/ctron-sfps-eventlog-mib.txt +777
A mibs/cabletron/ctron-sfps-flood-mib.txt +340
A mibs/cabletron/ctron-sfps-include-mib.txt +494
A mibs/cabletron/ctron-sfps-l4ss-mib.txt +1,304
A mibs/cabletron/ctron-sfps-mcast-mib.txt +794
A mibs/cabletron/ctron-sfps-path-mib.txt +907
A mibs/cabletron/ctron-sfps-pktmgr-mib.txt +721
A mibs/cabletron/ctron-sfps-policy-mib.txt +482
A mibs/cabletron/ctron-sfps-port-mib.txt +1,045
A mibs/cabletron/ctron-sfps-resolve-mib.txt +2,083
A mibs/cabletron/ctron-sfps-sflsp-mib.txt +1,508
A mibs/cabletron/ctron-sfps-size-mib.txt +274
A mibs/cabletron/ctron-sfps-softlink-mib.txt +1,060
A mibs/cabletron/ctron-sfps-tap-mib.txt +371
A mibs/cabletron/ctron-sfps-topology-mib.txt +3,116
A mibs/cabletron/ctron-sfps-vlan-mib.txt +1,175
A mibs/cabletron/ctron-sfps-vstp-mib.txt +316
A mibs/cabletron/ctron-smarttrunk-mib.txt +443
A mibs/cabletron/ctron-ssr-capacity-mib.txt +641
A mibs/cabletron/ctron-ssr-config-mib.txt +269
A mibs/cabletron/ctron-ssr-hardware-mib.txt +794
A mibs/cabletron/ctron-ssr-l2-mib.txt +1,064
A mibs/cabletron/ctron-ssr-l3-mib.txt +537
A mibs/cabletron/ctron-ssr-policy-mib.txt +1,622
A mibs/cabletron/ctron-ssr-service-status-mib.txt +230
A mibs/cabletron/ctron-ssr-smi-mib.txt +68
A mibs/cabletron/ctron-ssr-trap-mib.txt +361
A mibs/cabletron/ctron-timed-reset-mib.txt +115
A mibs/cabletron/ctron-translation-mib.txt +1,757
A mibs/cabletron/ctron-tx-queue-arbitration-mib.txt +202
A mibs/cabletron/ctron-ups-mib.txt +208
A mibs/cabletron/ctron-vlan-classify-mib.txt +818
A mibs/cabletron/ctron-vlan-extensions-mib.txt +889
A mibs/cabletron/ctron-wan-imux-mib.txt +334
A mibs/cabletron/ctron-wan-mib.txt +3,532
A mibs/cabletron/ctron-wan-multi-imux-mib.txt +438
A mibs/cabletron/ctron-webview-mib.txt +119
A mibs/cabletron/ctsmtmib-mib.txt +607
A mibs/cabletron/cttraplog-mib.txt +473
A mibs/cabletron/dlm-mib.txt +497
A mibs/cabletron/dot5-log-mib.txt +2,676
A mibs/cabletron/dot5-phys-mib.txt +1,336
A mibs/cabletron/elh100-mib.txt +1,839
A mibs/cabletron/els100-s24tx2m-mib.txt +722
A mibs/cabletron/event-actions-mib.txt +301
A mibs/cabletron/fast-ethernet-mib.txt +351
A mibs/cabletron/garp-mib.txt +396
A mibs/cabletron/irm-oids.txt +37
A mibs/cabletron/irm3-mib.txt +3,331
A mibs/cabletron/netlink-specific-mib.txt +10,347
A mibs/cabletron/network-diags-mib.txt +369
A mibs/cabletron/rbtws-ap-status-mib.txt +1,822
A mibs/cabletron/rbtws-ap-tc.txt +308
A mibs/cabletron/rbtws-basic-mib.txt +230
A mibs/cabletron/rbtws-client-session-mib.txt +667
A mibs/cabletron/rbtws-client-session-tc.txt +95
A mibs/cabletron/rbtws-external-server-mib.txt +163
A mibs/cabletron/rbtws-info-rf-detect-mib.txt +161
A mibs/cabletron/rbtws-port-mib.txt +177
A mibs/cabletron/rbtws-registration-mib.txt +72
A mibs/cabletron/rbtws-root-mib.txt +67
A mibs/cabletron/rbtws-system-mib.txt +239
A mibs/cabletron/rbtws-trap-mib.txt +1,708
A mibs/cabletron/repeater-mib-2.txt +2,983
A mibs/cabletron/repeater-rev4-mib.txt +4,364
A mibs/cabletron/router-oids.txt +312
A mibs/cabletron/system-resource-mib.txt +317
A mibs/cabletron/trap-mib.txt +147
A mibs/cabletron/ups2-mib.txt +1,167
A mibs/cabletron/v2h124-24-mib.txt +5,022
A mibs/cabletron/ziplock-mib.txt +118
A mibs/cyclades
A mibs/cyclades/CYCLADES-ACS-ADM-MIB.mib +45
A mibs/cyclades/CYCLADES-ACS-CONF-MIB.mib +876
A mibs/cyclades/CYCLADES-ACS-INFO-MIB.mib +194
A mibs/cyclades/CYCLADES-ACS-MIB.mib +37
A mibs/cyclades/CYCLADES-ACS-PM-MIB.mib +302
A mibs/cyclades/CYCLADES-ACS-SYS-MIB.mib +303
A mibs/cyclades/CYCLADES-MIB.mib +11
A mibs/enterasys
A mibs/enterasys/enterasys-8021x-extensions-mib.txt +1,428
A mibs/enterasys/enterasys-8021x-rekeying-mib.txt +308
A mibs/enterasys/enterasys-802dot11ext.txt +713
A mibs/enterasys/enterasys-aaa-policy-mib.txt +205
A mibs/enterasys/enterasys-activation-mib.txt +430
A mibs/enterasys/enterasys-class-of-service-mib.txt +2,960
A mibs/enterasys/enterasys-configuration-change-mib.txt +259
A mibs/enterasys/enterasys-configuration-management-mib.txt +730
A mibs/enterasys/enterasys-convergence-end-point-mib.txt +1,104
A mibs/enterasys/enterasys-diagnostic-message-mib.txt +332
A mibs/enterasys/enterasys-encr-8021x-config-mib.txt +801
A mibs/enterasys/enterasys-encr-8021x-rekeying-mib.txt +503
A mibs/enterasys/enterasys-eswitch-mib.txt +624
A mibs/enterasys/enterasys-firewall-mib.txt +2,941
A mibs/enterasys/enterasys-flow-limiting-mib.txt +1,157
A mibs/enterasys/enterasys-ieee8023-lag-mib-ext-mib.txt +251
A mibs/enterasys/enterasys-ietf-bridge-mib-ext-mib.txt +1,076
A mibs/enterasys/enterasys-ietf-p-bridge-mib-ext-mib.txt +168
A mibs/enterasys/enterasys-if-mib-ext-mib.txt +273
A mibs/enterasys/enterasys-image-validation-mib.txt +235
A mibs/enterasys/enterasys-jumbo-ethernet-frame-mib.txt +226
A mibs/enterasys/enterasys-license-key-mib.txt +414
A mibs/enterasys/enterasys-license-key-oids-mib.txt +174
A mibs/enterasys/enterasys-link-flap-mib.txt +593
A mibs/enterasys/enterasys-mac-authentication-mib.txt +587
A mibs/enterasys/enterasys-mac-locking-mib.txt +653
A mibs/enterasys/enterasys-mau-mib-ext-mib.txt +269
A mibs/enterasys/enterasys-mgmt-auth-notification-mib.txt +287
A mibs/enterasys/enterasys-mib-names.mib.txt +131
A mibs/enterasys/enterasys-mib-org.mib.txt +397
A mibs/enterasys/enterasys-mstp-mib.txt +1,234
A mibs/enterasys/enterasys-multi-auth-mib.txt +1,597
A mibs/enterasys/enterasys-multi-user-8021x-mib.txt +1,110
A mibs/enterasys/enterasys-netflow-mib.txt +205
A mibs/enterasys/enterasys-oids-mib.txt +5,232
A mibs/enterasys/enterasys-policy-profile-mib.txt +3,131
A mibs/enterasys/enterasys-power-ethernet-mib-ext-mib.txt +656
A mibs/enterasys/enterasys-pwa-mib.txt +1,160
A mibs/enterasys/enterasys-R2Management.txt +433
A mibs/enterasys/enterasys-radius-acct-client-ext-mib.txt +450
A mibs/enterasys/enterasys-radius-auth-client-encrypt-mib.txt +535
A mibs/enterasys/enterasys-radius-auth-client-mib.txt +455
A mibs/enterasys/enterasys-resource-utilization-mib.txt +469
A mibs/enterasys/enterasys-secure-shell-server-mib.txt +553
A mibs/enterasys/enterasys-service-level-reporting-mib.txt +1,636
A mibs/enterasys/enterasys-snmp-persistence-mib.txt +265
A mibs/enterasys/enterasys-sntp-client-mib.txt +798
A mibs/enterasys/enterasys-spanning-tree-diagnostic-mib.txt +1,675
A mibs/enterasys/enterasys-ssh-server-mib.txt +545
A mibs/enterasys/enterasys-syslog-client-mib.txt +741
A mibs/enterasys/enterasys-threat-notification-mib.txt +642
A mibs/enterasys/enterasys-tls-mib.txt +365
A mibs/enterasys/enterasys-upn-tc-mib.txt +181
A mibs/enterasys/enterasys-vlan-authorization-mib.txt +314
A mibs/enterasys/enterasys-vlan-interface-mib.txt +277
A mibs/enterasys/enterasys-wifi-protected-access-mib.txt +790
A mibs/hp
A mibs/hp/h2r07604c.mib +37,204
A mibs/hp/hp_procurve_420.mib +1,185
A mibs/hp/hp-sn-agent.mib +2,914
A mibs/hp/hp-sn-appletalk.mib +754
A mibs/hp/hp-sn-bgp4.mib +2,677
A mibs/hp/hp-sn-igmp.mib +126
A mibs/hp/hp-sn-ip.mib +4,072
A mibs/hp/hp-sn-ipx.mib +1,330
A mibs/hp/hp-sn-ospf.mib +2,982
A mibs/hp/hp-sn-pos.mib +519
A mibs/hp/hp-sn-sw-l4-switch.mib +3,071
A mibs/hp/hp-sn-trap.mib +625
A mibs/hp/hpacmxlbase.mib +37
A mibs/hp/hpacmxlifext.mib +203
A mibs/hp/hpacmxlmemproc.mib +285
A mibs/hp/hpacmxlsystem.mib +537
A mibs/hp/hpentmib.mib +1,121
A mibs/hp/hphttpmg.mib +860
A mibs/hp/hpicf8023rptr.mib +1,509
A mibs/hp/hpicfarpprotect.mib +495
A mibs/hp/hpicfautorun.mib +84
A mibs/hp/hpicfautz.mib +258
A mibs/hp/hpicfbasic.mib +1,991
A mibs/hp/hpicfbridge.mib +769
A mibs/hp/hpicfchain.mib +357
A mibs/hp/hpicfchassis.mib +685
A mibs/hp/hpicfconnectionratefilter.mib +145
A mibs/hp/hpicfdot1x.mib +1,196
A mibs/hp/hpicfdownload.mib +1,062
A mibs/hp/hpicfetwist.mib +4,700
A mibs/hp/hpicfff.mib +536
A mibs/hp/hpicfgenrptr.mib +2,178
A mibs/hp/hpicfgppc.mib +563
A mibs/hp/hpicfhighavailability.mib +134
A mibs/hp/hpicfinstmon.mib +174
A mibs/hp/hpicfipaddress.mib +864
A mibs/hp/hpicfiproute.mib +1,011
A mibs/hp/hpicfjumbo.mib +139
A mibs/hp/hpicfl3macconfig.mib +111
A mibs/hp/hpicflinktest.mib +399
A mibs/hp/hpicfmld.mib +710
A mibs/hp/hpicfoid.mib +2,377
A mibs/hp/hpicfospf.mib +389
A mibs/hp/hpicfpim.mib +680
A mibs/hp/hpicfproviderbridge.mib +235
A mibs/hp/hpicfratelimit.mib +910
A mibs/hp/hpicfrip.mib +280
A mibs/hp/hpicfsecurity.mib +756
A mibs/hp/hpicfsnmp.mib +529
A mibs/hp/hpicfsntp.mib +271
A mibs/hp/hpicfstack.mib +218
A mibs/hp/hpicftc.mib +74
A mibs/hp/hpicfudld.mib +326
A mibs/hp/hpicfudpforward.mib +190
A mibs/hp/hpicfusrauth.mib +1,349
A mibs/hp/hpicfusrprof.mib +1,077
A mibs/hp/hpicfvg.mib +1,625
A mibs/hp/hpicfvgrptr.mib +1,094
A mibs/hp/hpicfvrrp.mib +204
A mibs/hp/hpicfxrrp.mib +910
A mibs/hp/hpnetswitch.mib +487
A mibs/hp/hpr-sn-switch.mib +4,307
A mibs/hp/hpswitchconfig.mib +2,842
A mibs/hp/hpswitchdma.mib +222
A mibs/hp/hpswitchdrivers.mib +549
A mibs/hp/hpswitchstack.mib +523
A mibs/hp/hpswitchstat.mib +1,432
A mibs/hp/hpvlan.mib +395
A mibs/hp/ipx.mib +1,341
A mibs/hp/orinoco.mib +9,672
A mibs/nortel
A mibs/nortel/AAC.mib +312
A mibs/nortel/altroot.mib +314
A mibs/nortel/aosbwm.mib +1,749
A mibs/nortel/aoslayer4.mib +15,155
A mibs/nortel/aoslayer7.mib +1,316
A mibs/nortel/aosnetwork.mib +10,191
A mibs/nortel/aosphysical.mib +3,398
A mibs/nortel/aosswitch.mib +11,581
A mibs/nortel/baystack.mib +65
A mibs/nortel/baystackadac.mib +447
A mibs/nortel/baystackarpinspection.mib +125
A mibs/nortel/baystackdhcpsnooping.mib +236
A mibs/nortel/baystackecmp.mib +100
A mibs/nortel/baystackerrormessage.mib +86
A mibs/nortel/baystacklacpext.mib +122
A mibs/nortel/baystackmulticastflooding.mib +101
A mibs/nortel/baystackospfext.mib +475
A mibs/nortel/baystackpethext.mib +351
A mibs/nortel/baystackradius.mib +144
A mibs/nortel/baystacksourceguard.mib +188
A mibs/nortel/baystackstats.mib +134
A mibs/nortel/baystackvrrpext.mib +278
A mibs/nortel/bayxlr.mib +133
A mibs/nortel/bnlog.mib +495
A mibs/nortel/bsee.mib +868
A mibs/nortel/ccfg210.mib +1,558
A mibs/nortel/cd3ex201.mib +133
A mibs/nortel/Commgmt.mib +1,195
A mibs/nortel/croot217.mib +587
A mibs/nortel/CSMACD.MIB +1,122
A mibs/nortel/cvlan000.mib +200
A mibs/nortel/dvmrp.mib +837
A mibs/nortel/HARDWARE.MIB +1,442
A mibs/nortel/L2mgmt.mib +4,711
A mibs/nortel/L3mgmt.mib +1,393
A mibs/nortel/mcast201.mib +424
A mibs/nortel/MODULE.MIB +555
A mibs/nortel/nnmst.mib +1,576
A mibs/nortel/nnrst.mib +813
A mibs/nortel/nortelsecurenetworkaccess.mib +950
A mibs/nortel/ntwlanap006.mib +1,783
A mibs/nortel/OSPF.MIB +3,029
A mibs/nortel/PriL3mgmt.mib +11
A mibs/nortel/rapid_city.mib +44,336
A mibs/nortel/rcmlt.mib +1,433
A mibs/nortel/s3com.mib +2,032
A mibs/nortel/s3eth.mib +5,658
A mibs/nortel/s5age.mib +2,895
A mibs/nortel/s5cha.mib +1,594
A mibs/nortel/s5com.mib +410
A mibs/nortel/s5ctr.mib +119
A mibs/nortel/s5ecm.mib +856
A mibs/nortel/s5emt.mib +713
A mibs/nortel/s5erl.mib +464
A mibs/nortel/s5eth.mib +217
A mibs/nortel/s5etr.mib +170
A mibs/nortel/s5ifx.mib +229
A mibs/nortel/s5reg.mib +5,107
A mibs/nortel/s5roo.mib +77
A mibs/nortel/s5sbs.mib +929
A mibs/nortel/s5tcs.mib +190
A mibs/nortel/SSH.mib +435
A mibs/nortel/synro.mib +774
A mibs/nortel/TAG1Q.MIB +151
A mibs/nortel/tigonNetwork.mib +4,642
A mibs/nortel/tigonPhysical.mib +2,310
A mibs/nortel/tigonSwitch.mib +1,809
A mibs/nortel/WFCOMMON.MIB +229
📈 0 added 📉 0 removed

💻 r1401

Adam Armstrong 🐸 • 2010-07-18 04:01
bring back graphs tab, add greyscale images
Files changed (3)
M html/images/icons/greyscale/network.png ±0
M html/images/icons/greyscale/system.png ±0
M html/pages/device.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1400

Adam Armstrong 🐸 • 2010-07-18 03:56
two new icons (need to be made grey)
Files changed (4)
A html/images/icons/greyscale/network.png +2
A html/images/icons/greyscale/system.png +2
A html/images/icons/network.png +2
A html/images/icons/system.png +2
📈 8 added 📉 0 removed

💻 r1399

Adam Armstrong 🐸 • 2010-07-18 03:56
new graph structure. cleaned up extremeware. print device ver/features/hw during poll. add extreme device rewriting
Files changed (43)
A html/images/os/extreme.png +1
D html/images/os/extremeware.png -1
A html/includes/graphs/device_snmp_packets.inc.php +25
A html/includes/graphs/device_snmp_statistics.inc.php +49
M html/includes/print-device-graph.php +8 -8
M html/pages/device/graphs.inc.php +42 -17
D html/pages/device/graphs/cpu.inc.php -5
D html/pages/device/graphs/hrprocesses.inc.php -5
D html/pages/device/graphs/hrusers.inc.php -5
D html/pages/device/graphs/laload.inc.php -5
D html/pages/device/graphs/memory.inc.php -5
D html/pages/device/graphs/netstats.inc.php -33
A html/pages/device/graphs/network
A html/pages/device/graphs/network/netstats.inc.php +51
D html/pages/device/graphs/os-allied.inc.php -6
D html/pages/device/graphs/os-bcm96348.inc.php -16
D html/pages/device/graphs/os-fortigate.inc.php -13
D html/pages/device/graphs/os-ios.inc.php -10
D html/pages/device/graphs/os-ironware.inc.php -10
D html/pages/device/graphs/os-junos.inc.php -6
D html/pages/device/graphs/os-junose.inc.php -7
D html/pages/device/graphs/os-mgeups.inc.php -4
D html/pages/device/graphs/os-papouch-tme.inc.php -4
D html/pages/device/graphs/os-powerconnect.inc.php -5
D html/pages/device/graphs/os-procurve.inc.php -7
D html/pages/device/graphs/os-redback.inc.php -10
D html/pages/device/graphs/os-screenos.inc.php -16
D html/pages/device/graphs/os-snom.inc.php -4
D html/pages/device/graphs/os-unix.inc.php -11
D html/pages/device/graphs/os-windows.inc.php -11
D html/pages/device/graphs/storage.inc.php -9
A html/pages/device/graphs/system
A html/pages/device/graphs/system/cpu.inc.php +7
A html/pages/device/graphs/system/hrprocesses.inc.php +7
A html/pages/device/graphs/system/hrusers.inc.php +11
A html/pages/device/graphs/system/laload.inc.php +7
A html/pages/device/graphs/system/memory.inc.php +7
A html/pages/device/graphs/system/uptime.inc.php +5
D html/pages/device/graphs/uptime.inc.php -5
M includes/osdiscovery/discover-extremeware.php +2
M includes/rewrites.php +85
M includes/static-config.php +9
M poller.php +2
📈 318 added 📉 238 removed

💻 r1398

Adam Armstrong 🐸 • 2010-07-18 01:09
better allied telesis version/model parsing
Files changed (2)
M includes/polling/device-allied.inc.php +36 -2
M mibs/alliedtelesis/.index +2
📈 36 added 📉 2 removed

💻 r1397

Adam Armstrong 🐸 • 2010-07-18 00:26
mib fixes and updates
Files changed (7)
M mibs/alliedtelesis/.index +20
M mibs/alliedtelesis/at-boards.mib +101 -49
M mibs/alliedtelesis/at-product.mib +45 -9
M mibs/alliedtelesis/at-smi.mib +7 -1
M mibs/alliedtelesis/at-sysinfo.mib +91 -5
M mibs/alliedtelesis/at-trigger.mib +465 -46
D mibs/rfc2851.mib -182
📈 0 added 📉 0 removed

💻 r1396

Adam Armstrong 🐸 • 2010-07-18 00:05
radlan + allied telesis mibs. add radlan os type. move dell powerconnect 3524 to radlan type. allied telesis at8000s is also radlan.
Files changed (83)
A html/images/os/radlan.png +1
M includes/osdiscovery/discover-allied.php +2
M includes/osdiscovery/discover-powerconnect.php +2 -2
A includes/osdiscovery/discover-radlan.php +10
M includes/polling/device-allied.inc.php +8 -5
A includes/polling/device-radlan.inc.php +43
M includes/static-config.php +7
A mibs/alliedtelesis
A mibs/alliedtelesis/.index +33
A mibs/alliedtelesis/at-boards.mib +272
A mibs/alliedtelesis/at-bri.mib +232
A mibs/alliedtelesis/at-capability.mib +264
A mibs/alliedtelesis/at-dhcp.mib +280
A mibs/alliedtelesis/at-ds3.mib +147
A mibs/alliedtelesis/at-envmon.mib +626
A mibs/alliedtelesis/at-epsr.mib +221
A mibs/alliedtelesis/at-eth.mib +124
A mibs/alliedtelesis/at-file.mib +157
A mibs/alliedtelesis/at-firewall.mib +138
A mibs/alliedtelesis/at-flash.mib +167
A mibs/alliedtelesis/at-install.mib +448
A mibs/alliedtelesis/at-interface.mib +496
A mibs/alliedtelesis/at-isdn.mib +1,286
A mibs/alliedtelesis/at-lb.mib +650
A mibs/alliedtelesis/at-loader.mib +183
A mibs/alliedtelesis/at-pae.mib +1,178
A mibs/alliedtelesis/at-pim.mib +112
A mibs/alliedtelesis/at-ping.mib +335
A mibs/alliedtelesis/at-pri.mib +251
A mibs/alliedtelesis/at-product.mib +171
A mibs/alliedtelesis/at-pvstpm.mib +118
A mibs/alliedtelesis/at-qos.mib +875
A mibs/alliedtelesis/at-smi.mib +129
A mibs/alliedtelesis/at-stack.mib +232
A mibs/alliedtelesis/at-switch.mib +715
A mibs/alliedtelesis/at-sysinfo.mib +913
A mibs/alliedtelesis/at-trigger.mib +68
A mibs/alliedtelesis/at-tty.mib +83
A mibs/DOCS-IF-MIB.my +5,255
A mibs/IANA-MAU-MIB.my +903
A mibs/IEEE802dot11-MIB.my +2,977
D mibs/juniErxSystem.mi2 -1,954
A mibs/MAU-MIB.my +1,837
A mibs/radlan
A mibs/radlan/.index +33
A mibs/radlan/draft-ietf-entmib-sensor-mib.mib +439
A mibs/radlan/env_mib.mib +204
A mibs/radlan/macbaseprio.mib +252
A mibs/radlan/mnginf.mib +184
A mibs/radlan/qosclimib.mib +2,927
A mibs/radlan/RADLAN-MIB.txt +6,844
A mibs/radlan/rl_sensor.mib +87
A mibs/radlan/rlaaa.mib +2,284
A mibs/radlan/rlapplication.mib +1,070
A mibs/radlan/rlcopy.mib +566
A mibs/radlan/rldnscl.mib +225
A mibs/radlan/rlfile.mib +206
A mibs/radlan/rlinterfaces.mib +1,010
A mibs/radlan/rlip.mib +863
A mibs/radlan/rllcli.mib +217
A mibs/radlan/rllldp.mib +49
A mibs/radlan/rllocalization.mib +76
A mibs/radlan/rlmng.mib +169
A mibs/radlan/rlphy.mib +222
A mibs/radlan/rlphysdescription.mib +1,104
A mibs/radlan/rlqosserv.mib +1,328
A mibs/radlan/rlrmon.mib +328
A mibs/radlan/rlrs232.mib +74
A mibs/radlan/rlsnmp.mib +136
A mibs/radlan/rlsnmpv2.txt +518
A mibs/radlan/rlsntp.mib +883
A mibs/radlan/rlssh.mib +589
A mibs/radlan/rlssl.mib +380
A mibs/radlan/rlstack.mib +102
A mibs/radlan/rlsyslog.mib +410
A mibs/radlan/rltuning.mib +1,588
A mibs/radlan/rludp.mib +118
A mibs/radlan/rlvlan.mib +968
A mibs/RFC1389-MIB.my +419
A mibs/rfc1611.mib +1,087
A mibs/rfc1612.mib +1,199
A mibs/rfc2851.mib +182
A mibs/trunk.mib +1,225
📈 73 added 📉 7 removed

💻 r1395

Tom Laermans 🦔 • 2010-07-17 23:44
fix vista sp2 build number in windows poller
Files changed (1)
M includes/polling/device-windows.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1394

Tom Laermans 🦔 • 2010-07-17 23:26
clean up last duplicate icons
Files changed (6)
D html/images/os/asa.png -1
D html/images/os/cat1900.png -2
A html/images/os/hp.png +2
D html/images/os/jetdirect.png -2
D html/images/os/procurve.png -1
M includes/static-config.php +8
📈 10 added 📉 6 removed

💻 r1393

Tom Laermans 🦔 • 2010-07-17 23:22
now really add drac polling support + clean up duplicate icons
Files changed (10)
D html/images/os/airport.png -1
A html/images/os/apple.png +1
A html/images/os/axis.png +1
D html/images/os/axiscam.png -1
D html/images/os/axisdocserver.png -1
D html/images/os/iosxe.png -1
D html/images/os/iosxr.png -1
D html/images/os/junose.png -1
A includes/polling/device-drac.inc.php +7
M includes/static-config.php +6
📈 15 added 📉 6 removed

💻 r1392

Tom Laermans 🦔 • 2010-07-17 22:53
add Dell DRAC MIB, read DRAC hardware info, move humidity discovery to include_dir style, minor fixes
Files changed (7)
M html/includes/functions.inc.php +11
A includes/discovery/humidity
M includes/discovery/humidity.inc.php +1 -38
A includes/discovery/humidity/akcp.inc.php +42
M includes/discovery/temperatures/lm-sensors.inc.php +18 -18
M includes/functions.php -11
A mibs/DELL-RAC-MIB.mib +1,233
📈 72 added 📉 67 removed

💻 r1391

Tom Laermans 🦔 • 2010-07-17 21:13
fix dell laser icon
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r1390

Adam Armstrong 🐸 • 2010-07-17 20:30
move more settings to defaults.inc.php, vastly simplify config.php.default. move collectd functions to html/includes/, include them only where needed.
Files changed (10)
M config.php.default +10 -177
M html/collectd-graph.php +4
M html/images/observium-logo.png ±0
A html/includes/collectd
M html/pages/device/collectd.inc.php +4
D includes/collectd
M includes/defaults.inc.php +99 -35
M includes/functions.php +1 -7
M includes/port-descr-parser.inc.php +1 -1
M includes/static-config.php +4 -23
📈 123 added 📉 243 removed

💻 r1389

Tom Laermans 🦔 • 2010-07-17 20:15
discovery for xerox printers
Files changed (3)
A html/images/os/xerox.png +1
A includes/osdiscovery/discover-xerox.php +9
M includes/static-config.php +7
📈 17 added 📉 0 removed

💻 r1388

Tom Laermans 🦔 • 2010-07-17 19:20
more os support
Files changed (7)
D html/images/os/d-link.png -1
D html/images/os/drac.png -1
A html/images/os/novell.png +1
M includes/osdiscovery/discover-ies.php +1 -1
A includes/osdiscovery/discover-netware.php +9
A includes/osdiscovery/discover-zyxeles.php +9
M includes/static-config.php +8 -1
📈 28 added 📉 4 removed

💻 r1387

Tom Laermans 🦔 • 2010-07-17 18:08
unify mge icon
Files changed (4)
A html/images/os/mge.png +1
D html/images/os/mgepdu.png -1
D html/images/os/mgeups.png -1
M includes/static-config.php +2
📈 3 added 📉 2 removed

💻 r1386

Tom Laermans 🦔 • 2010-07-17 18:00
brother printer detection
Files changed (3)
A html/images/os/brother.png +1
A includes/osdiscovery/discover-brother.php +9
M includes/static-config.php +6
📈 16 added 📉 0 removed

💻 r1385

Tom Laermans 🦔 • 2010-07-17 17:44
sonicwall detection
Files changed (2)
A includes/osdiscovery/discover-sonicwall.php +8
M includes/static-config.php +5
📈 13 added 📉 0 removed

💻 r1384

Tom Laermans 🦔 • 2010-07-17 17:30
fix d-link switch detection
Files changed (2)
D includes/osdiscovery/discover-dlink.inc.php
A includes/osdiscovery/discover-dlink.php +12
📈 12 added 📉 0 removed

💻 r1383

Tom Laermans 🦔 • 2010-07-17 17:28
fix dlink ap discovery code
Files changed (1)
M includes/osdiscovery/discover-dlinkap.php -10
📈 0 added 📉 10 removed

💻 r1382

Tom Laermans 🦔 • 2010-07-17 17:26
more hardware detection - discovering the internets :)
Files changed (23)
M html/css/styles.css +1 -1
D html/images/os/dell-laser.png -1
A html/images/os/dell.png +1
A html/images/os/konica.png +1
A html/images/os/kyocera.png +1
D html/images/os/powerconnect.png -1
D html/images/os/powervault.png -1
A html/images/os/ricoh.png +1
D html/images/os/zywall.png -1
A html/images/os/zyxel.png +1
M includes/discovery/toner.inc.php +2 -2
M includes/osdiscovery/discover-dlink.inc.php -10
A includes/osdiscovery/discover-dlinkap.php +20
A includes/osdiscovery/discover-ies.php +10
A includes/osdiscovery/discover-konica.php +9
A includes/osdiscovery/discover-kyocera.php +9
M includes/osdiscovery/discover-powerconnect.php +3 -3
A includes/osdiscovery/discover-prestige.php +10
M includes/osdiscovery/discover-procurve.php +1 -1
A includes/osdiscovery/discover-ricoh.php +9
M includes/osdiscovery/discover-speedtouch.php +1
M includes/polling/device-windows.inc.php +2 -1
M includes/static-config.php +44 -4
📈 125 added 📉 25 removed

💻 r1381

Adam Armstrong 🐸 • 2010-07-17 16:54
order HOST-RESOURCES-MIB inventory
Files changed (1)
M html/pages/device/hrdevice.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1380

Adam Armstrong 🐸 • 2010-07-17 15:58
clean up some windows stuff
Files changed (3)
D html/includes/graphs/device_memory_windows.inc.php -65
A html/includes/graphs/XXX_device_memory_windows.inc.php +65
M html/pages/device/graphs/os-windows.inc.php +1
📈 66 added 📉 65 removed

💻 r1379

Adam Armstrong 🐸 • 2010-07-17 15:54
rework netstats polling to work around missing oids and implement snmp_get_multi (maybe needs more work)
Files changed (3)
M includes/polling/device-netstats.inc.php +17 -5
M includes/polling/device-windows.inc.php +14 -3
M includes/snmp.inc.php +26
📈 57 added 📉 8 removed

💻 r1378

Adam Armstrong 🐸 • 2010-07-17 14:57
add some icons for some manufacturers
Files changed (6)
A html/images/os/conexant.png +1
A html/images/os/d-link.png +1
A html/images/os/linksys.png +1
A html/images/os/netgear.png +1
A html/images/os/sonicwall.png +1
A html/images/os/watchguard.png +1
📈 6 added 📉 0 removed

💻 r1377 'OS'

Adam Armstrong 🐸 • 2010-07-17 14:40
add broadcom detection and image. add ability to define image in $config['os'][$os]['icon']
Files changed (5)
M CHANGELOG +18 -1
A html/images/os/broadcom.png +1
M includes/functions.php +15 -7
A includes/osdiscovery/discover-bcm963.php +10
M includes/static-config.php +3
📈 47 added 📉 8 removed

💻 r1376

Adam Armstrong 🐸 • 2010-07-17 14:24
fix generate_if_thumbnail (rename to port needed...)
Files changed (1)
M html/includes/functions.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1375

Adam Armstrong 🐸 • 2010-07-17 14:22
fix vrfs
Files changed (2)
M html/includes/print-vrf.inc +1 -1
M html/pages/device/vrfs.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1374

Adam Armstrong 🐸 • 2010-07-17 12:58
small speedup to entity polling
Files changed (1)
M includes/discovery/entity-physical.inc.php +22 -21
📈 22 added 📉 21 removed

💻 r1373

Adam Armstrong 🐸 • 2010-07-17 12:58
THIS. IS. OBSERVIUM. also some indexes on sql tables.
Files changed (18)
M CHANGELOG +2 -2
M check-errors.php +1 -1
M config.php.default +13 -13
M database-schema.sql +1
M database-update.sql +8
M discovery.php +2 -2
A html/images/observium-icon.png +1
A html/images/observium-logo.png +1
M html/index.php +1 -1
M html/pages/about.inc.php +12 -12
M includes/port-descr-parser.inc.php +6 -2
M INSTALL +2 -2
M irc.php +4 -4
M poller.php +3 -3
M README +3 -3
M test-discovery.php +2 -2
M test-poll.php +2 -2
M versioncheck.php +1 -1
📈 65 added 📉 50 removed

💻 r1372

Tom Laermans 🦔 • 2010-07-17 12:00
powerconnect 62xx temperature reading - can only find one even though there is one per stackmember, sigh
Files changed (1)
A includes/discovery/temperatures/powerconnect.inc.php +21
📈 21 added 📉 0 removed

💻 r1371

Tom Laermans 🦔 • 2010-07-16 20:55
Thank you Dell for changing the capitalization in sysDescr on a software upgrade
Files changed (1)
M includes/osdiscovery/discover-powerconnect.php +1 -1
📈 1 added 📉 1 removed

💻 r1370

Tom Laermans 🦔 • 2010-07-16 09:39
axis network document server discovery
Files changed (3)
A html/images/os/axisdocserver.png +1
A includes/osdiscovery/discover-axisdocserver.php +9
M includes/static-config.php +2
📈 12 added 📉 0 removed

💻 r1369

Tom Laermans 🦔 • 2010-07-16 09:23
fix install_dir in include_dir and add optional regex
Files changed (1)
M includes/functions.php +4 -4
📈 4 added 📉 4 removed

💻 r1368

Adam Armstrong 🐸 • 2010-07-16 00:14
fix php notice
Files changed (1)
M scripts/mysql_stats.php +1 -1
📈 1 added 📉 1 removed

💻 r1367

Adam Armstrong 🐸 • 2010-07-16 00:13
svn stats script :)
Files changed (1)
A scripts/mysql_stats.php +1,241
📈 1,241 added 📉 0 removed

💻 r1366

Tom Laermans 🦔 • 2010-07-16 00:02
show disabled devices in grey in device list
Files changed (2)
M html/css/styles.css +4
M includes/functions.php +1
📈 1 added 📉 0 removed

💻 r1365

Tom Laermans 🦔 • 2010-07-15 23:51
discover motorola netopia routers
Files changed (3)
A html/images/os/netopia.png +1
A includes/osdiscovery/discover-netopia.php +9
M includes/static-config.php +3
📈 13 added 📉 0 removed

💻 r1364

Tom Laermans 🦔 • 2010-07-15 23:22
detect more airports
Files changed (1)
M includes/osdiscovery/discover-airport.php +1
📈 1 added 📉 0 removed

💻 r1363

Tom Laermans 🦔 • 2010-07-15 23:17
added a bunch of device types to discover
Files changed (11)
A html/images/os/axiscam.png +1
A html/images/os/drac.png +1
A html/images/os/mgepdu.png +1
M includes/functions.php +1 -1
M includes/osdiscovery/discover-apc.php +1
A includes/osdiscovery/discover-axiscam.php +9
A includes/osdiscovery/discover-drac.php +9
M includes/osdiscovery/discover-jetdirect.php +2 -1
A includes/osdiscovery/discover-mgepdu.php +9
M includes/osdiscovery/discover-speedtouch.php +1
M includes/static-config.php +10 -2
📈 45 added 📉 4 removed

💻 r1362

Tom Laermans 🦔 • 2010-07-15 23:00
really fix voltage polling - patch by jduggan
Files changed (1)
M includes/polling/voltages.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1361

Tom Laermans 🦔 • 2010-07-15 22:11
recognize apc switched rack pdu
Files changed (1)
M includes/osdiscovery/discover-apc.php +1
📈 1 added 📉 0 removed

💻 r1360

Tom Laermans 🦔 • 2010-07-15 21:56
gamatronic ups fixes
Files changed (2)
M includes/discovery/voltages.inc.php +26 -28
M includes/static-config.php +2
📈 28 added 📉 28 removed

💻 r1359

Tom Laermans 🦔 • 2010-07-15 21:39
bugfix in discover_sensor
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1358

Tom Laermans 🦔 • 2010-07-15 21:39
fix voltage polling
Files changed (1)
M includes/polling/voltages.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1357

Tom Laermans 🦔 • 2010-07-15 17:21
actually commit powervault detection + minor polling
Files changed (5)
M addhost.php +2 -2
M includes/functions.php -1
A includes/osdiscovery/discover-powervault.php +9
A includes/polling/device-powervault.inc.php +5
M includes/static-config.php +2
📈 18 added 📉 3 removed

💻 r1356

Adam Armstrong 🐸 • 2010-07-15 17:09
add CISCO-ENTITY-SENSOR-MIB discovery for temperatures only (probably going to be some overlap with CISCO-ENVMON-MIB)
Files changed (2)
M database-update.sql +2
A includes/discovery/temperatures/cisco-entity-sensor.inc.php +37
📈 39 added 📉 0 removed

💻 r1355

Tom Laermans 🦔 • 2010-07-15 13:55
break broken screenos detection now
Files changed (1)
M includes/osdiscovery/discover-screenos.php +1 -1
📈 1 added 📉 1 removed

💻 r1354

Tom Laermans 🦔 • 2010-07-15 13:53
un-break allied and powervault detection through sysobjectid
Files changed (1)
M includes/osdiscovery/discover-screenos.php -1
📈 0 added 📉 1 removed

💻 r1353

Tom Laermans 🦔 • 2010-07-15 13:46
detect newer papouch TME, detect powervault tl2000/4000
Files changed (2)
A html/images/os/powervault.png +1
M includes/osdiscovery/discover-papouch-tme.php +2 -1
📈 3 added 📉 1 removed

💻 r1352

Adam Armstrong 🐸 • 2010-07-14 11:50
add nxos discovery
Files changed (5)
M config.php.default +1 -1
A html/images/os/extremeware.png +1
A includes/osdiscovery/discover-nxos.php +10
M includes/static-config.php +4
A mibs/extreme-v762b3.mib +21,956
📈 16 added 📉 1 removed

💻 r1351

Tom Laermans 🦔 • 2010-07-14 09:42
use configured monospace font in graphs
Files changed (1)
M html/includes/graphs/common.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1350

Tom Laermans 🦔 • 2010-07-13 10:33
name current differently on single phase APC PDUs
Files changed (1)
M includes/discovery/current.inc.php +8 -1
📈 8 added 📉 1 removed

💻 r1349

Tom Laermans 🦔 • 2010-07-13 10:31
fix updating of currents until the function is merged to discover_sensor :)
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1348

Tom Laermans 🦔 • 2010-07-13 10:00
Also show minimum temperature on popup temp graph
Files changed (1)
M html/includes/graphs/temperature.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r1347

Tom Laermans 🦔 • 2010-07-13 00:07
fix poller breaking on down device, add airport description and image, make zywall and 3com images transparent
Files changed (5)
M html/images/os/3com.png ±0
A html/images/os/airport.png +1
M html/images/os/zywall.png ±0
M includes/static-config.php +3
M poller.php +1 -1
📈 5 added 📉 1 removed

💻 r1346

Tom Laermans 🦔 • 2010-07-11 23:49
APC UPS V/Hz values support, extra AirPort detection string
Files changed (4)
M includes/discovery/frequencies.inc.php +25 -1
M includes/discovery/temperatures/apc.inc.php +5 -5
M includes/discovery/voltages.inc.php +26
M includes/osdiscovery/discover-airport.php +1
📈 57 added 📉 6 removed

💻 r1345

Adam Armstrong 🐸 • 2010-07-11 20:12
recognise some new OSes, add an image for dlink, move sysObjectId polling to be global for os detection
Files changed (10)
M addhost.php +9 -7
A html/images/os/dlink.png +1
M includes/functions.php +4 -2
A includes/osdiscovery/discover-airport.php +9
M includes/osdiscovery/discover-allied.php -1
A includes/osdiscovery/discover-dlink.inc.php +10
A includes/osdiscovery/discover-extremeware.php +10
M includes/osdiscovery/discover-junos.php -1
M includes/osdiscovery/discover-junose.php -1
A includes/osdiscovery/discover-zywall.php +10
📈 53 added 📉 12 removed

💻 r1344

Adam Armstrong 🐸 • 2010-07-11 19:11
updated email sending to allow global disabling and sysContact override
Files changed (16)
M check-errors.php +1 -2
M check-services.php +2 -2
A html/images/os/zywall.png +1
M includes/defaults.inc.php +4 -4
M includes/functions.php +18 -2
M includes/polling/bgpPeer.inc.php +3 -4
M includes/polling/current.inc.php +2 -4
M includes/polling/fanspeeds.inc.php +1 -4
M includes/polling/frequencies.inc.php +2 -6
M includes/polling/humidity.inc.php +4 -2
M includes/polling/ports.inc.php +2 -3
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/voltages.inc.php +2 -3
M includes/static-config.php +5
M poll-reachability.php +8 -4
M poller.php +1 -1
📈 57 added 📉 42 removed

💻 r1343

Tom Laermans 🦔 • 2010-07-11 15:31
APC UPS internal temperature support
Files changed (1)
A includes/discovery/temperatures/apc.inc.php +21
📈 21 added 📉 0 removed

💻 r1342

Tom Laermans 🦔 • 2010-07-11 15:27
APC UPS and older Masterswitch identification, both tested on AP9606 controller card
Files changed (2)
M includes/discovery/toner.inc.php +1 -1
M includes/polling/device-apc.inc.php +32
📈 33 added 📉 1 removed

💻 r1341

Tom Laermans 🦔 • 2010-07-11 14:36
only discover toner if it actually exists - HP LJ 4100 has 4 indexes but only one toner; should fix FS#46
Files changed (1)
M includes/discovery/toner.inc.php +47 -53
📈 47 added 📉 53 removed

💻 r1340

Adam Armstrong 🐸 • 2010-07-10 22:23
DEL. HOST. DOT. INC. DOT. PEE. AICH. PEE.
Files changed (1)
A html/pages/delhost.inc.php +36
📈 36 added 📉 0 removed

💻 r1339

Adam Armstrong 🐸 • 2010-07-10 13:52
use .inc.
Files changed (1)
M html/index.php +4 -4
📈 4 added 📉 4 removed

💻 r1338

Adam Armstrong 🐸 • 2010-07-10 13:50
don't warn on non-writeable rrd dir (why would apache be allowed to write there?
Files changed (1)
M html/includes/authenticate.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r1337

Adam Armstrong 🐸 • 2010-07-10 12:54
go away!
Files changed (1)
D html/pages/delhost.php -36
📈 0 added 📉 36 removed

💻 r1336

Adam Armstrong 🐸 • 2010-07-10 12:52
inc.php plx
Files changed (69)
A html/pages/about.inc.php +194
D html/pages/about.php -194
A html/pages/addhost.inc.php +59
D html/pages/addhost.php -59
A html/pages/addsrv.inc.php +75
D html/pages/addsrv.php -75
A html/pages/adduser.inc.php +67
D html/pages/adduser.php -67
A html/pages/alerts.inc.php +69
D html/pages/alerts.php -69
A html/pages/authlog.inc.php +43
D html/pages/authlog.php -43
A html/pages/bgp.inc.php +91
D html/pages/bgp.php -91
A html/pages/bill.inc.php +202
D html/pages/bill.php -202
A html/pages/bills.inc.php +172
D html/pages/bills.php -172
A html/pages/configuration.inc.php +6
D html/pages/configuration.php -6
A html/pages/customers.inc.php +79
D html/pages/customers.php -79
D html/pages/default-jt.php -211
A html/pages/delsrv.inc.php +41
D html/pages/delsrv.php -41
A html/pages/deluser.inc.php +50
D html/pages/deluser.php -50
A html/pages/device.inc.php +250
D html/pages/device.php -250
A html/pages/devices.inc.php +129
D html/pages/devices.php -129
A html/pages/edituser.inc.php +172
D html/pages/edituser.php -172
A html/pages/eventlog.inc.php +22
D html/pages/eventlog.php -22
A html/pages/health.inc.php +72
D html/pages/health.php -72
A html/pages/iftype.inc.php +70
D html/pages/iftype.php -70
A html/pages/inventory.inc.php +90
D html/pages/inventory.php -90
A html/pages/ipv4.inc.php +96
D html/pages/ipv4.php -96
A html/pages/ipv6.inc.php +98
D html/pages/ipv6.php -98
A html/pages/list.inc.php +29
D html/pages/list.php -29
A html/pages/locations.inc.php +49
D html/pages/locations.php -49
D html/pages/logon.inc -53
A html/pages/logon.inc.php +53
A html/pages/ports.inc.php +10
D html/pages/ports.php -10
A html/pages/preferences.inc.php +74
D html/pages/preferences.php -74
A html/pages/pseudowires.inc.php +85
D html/pages/pseudowires.php -85
A html/pages/purgeports.inc.php +40
D html/pages/purgeports.php -40
A html/pages/services.inc.php +55
D html/pages/services.php -55
A html/pages/storage.inc.php +81
D html/pages/storage.php -81
A html/pages/syslog.inc.php +79
D html/pages/syslog.php -79
A html/pages/vrf.inc.php +63
D html/pages/vrf.php -63
A html/pages/vrfs.inc.php +79
D html/pages/vrfs.php -79
📈 2,844 added 📉 3,055 removed

💻 r1335

Tom Laermans 🦔 • 2010-07-10 12:40
err, failfixfix
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r1334

Tom Laermans 🦔 • 2010-07-10 12:39
failfix six of infinite
Files changed (2)
M html/includes/print-menubar.php +1
M html/index.php +1 -1
📈 2 added 📉 1 removed

💻 r1333

Adam Armstrong 🐸 • 2010-07-10 12:31
better name, and include in menu
Files changed (3)
M html/includes/print-menubar.php +7 -1
A html/pages/settings.inc.php +16
D html/pages/showconfig.inc.php -16
📈 23 added 📉 17 removed

💻 r1332

Adam Armstrong 🐸 • 2010-07-10 12:27
basic page to display global configuration
Files changed (1)
A html/pages/showconfig.inc.php +16
📈 16 added 📉 0 removed

💻 r1331

Tom Laermans 🦔 • 2010-07-10 12:17
nms nms nms
Files changed (9)
M database-schema.sql +1
M html/pages/about.php +3 -3
D includes/discovery/temperatures/observer-custom.inc.php -26
A includes/discovery/temperatures/observernms-custom.inc.php +26
M includes/port-descr-parser.inc.php +1 -1
M includes/static-config.php +4 -4
M INSTALL +1 -1
M irc.php +2 -2
M README +3 -3
📈 41 added 📉 40 removed

💻 r1330

Adam Armstrong 🐸 • 2010-07-10 12:09
fix potential bug with erroneous space in collectd graphs
Files changed (3)
M includes/collectd/config.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/static-config.php +2 -1
📈 4 added 📉 3 removed

💻 r1329

Tom Laermans 🦔 • 2010-07-10 11:50
More renames
Files changed (1)
M config.php.default +10 -10
📈 10 added 📉 10 removed

💻 r1328

Adam Armstrong 🐸 • 2010-07-10 11:47
add port parser to default config, rename some stuff
Files changed (8)
M check-errors.php +1 -1
M contrib/syslog2mysql.sh +4 -4
M discovery.php +2 -2
M includes/defaults.inc.php +2
M includes/functions.php +1 -1
M poller.php +4 -2
M test-discovery.php +2 -2
M test-poll.php +2 -2
📈 18 added 📉 14 removed

💻 r1327

Tom Laermans 🦔 • 2010-07-10 11:37
split fan discovery into include_dir
Files changed (16)
A includes/discovery/fanspeeds
M includes/discovery/fanspeeds.inc.php +1 -96
A includes/discovery/fanspeeds/areca.inc.php +28
A includes/discovery/fanspeeds/lmsensors.inc.php +32
A includes/discovery/fanspeeds/supermicro.inc.php +47
A includes/discovery/processors/hrdevice.inc.php +48
A includes/discovery/processors/ios.inc.php +58
A includes/discovery/processors/ironware.inc.php +48
A includes/discovery/processors/junos.inc.php +36
A includes/discovery/processors/junose.inc.php +33
D includes/discovery/processors/processors-hrdevice.inc.php -48
D includes/discovery/processors/processors-ios.inc.php -58
D includes/discovery/processors/processors-ironware.inc.php -48
D includes/discovery/processors/processors-junos.inc.php -36
D includes/discovery/processors/processors-junose.inc.php -33
M includes/discovery/temperatures.inc.php -5
📈 331 added 📉 324 removed

💻 r1326

Tom Laermans 🦔 • 2010-07-10 11:23
move processors discovery to include_dir
Files changed (13)
A includes/discovery/processors
D includes/discovery/processors-hrdevice.inc.php -49
D includes/discovery/processors-ios.inc.php -53
D includes/discovery/processors-ironware.inc.php -46
D includes/discovery/processors-junos.inc.php -30
D includes/discovery/processors-junose.inc.php -28
includes/discovery/processors-ucd-old.inc.php +2 -2
M includes/discovery/processors.inc.php +1 -5
A includes/discovery/processors/processors-hrdevice.inc.php +48
A includes/discovery/processors/processors-ios.inc.php +58
A includes/discovery/processors/processors-ironware.inc.php +48
A includes/discovery/processors/processors-junos.inc.php +36
A includes/discovery/processors/processors-junose.inc.php +33
📈 226 added 📉 213 removed

💻 r1325

Tom Laermans 🦔 • 2010-07-09 22:38
automatically load all temperature include files, moved almost all of them over to internal snmp functions, PLEASE TEST
Files changed (16)
M includes/discovery/processors-junos.inc.php +3 -3
M includes/discovery/temperatures.inc.php +1 -13
M includes/discovery/temperatures/adva.inc.php +4
M includes/discovery/temperatures/akcp.inc.php +28 -27
M includes/discovery/temperatures/areca.inc.php +37 -34
M includes/discovery/temperatures/cisco-envmon.inc.php +23 -23
M includes/discovery/temperatures/dell.inc.php +4 -2
M includes/discovery/temperatures/ironware.inc.php +29 -26
M includes/discovery/temperatures/junos.inc.php +5 -5
M includes/discovery/temperatures/junose.inc.php +8 -3
M includes/discovery/temperatures/lm-sensors.inc.php +4 -5
M includes/discovery/temperatures/netmanplus.inc.php +18 -17
M includes/discovery/temperatures/observer-custom.inc.php +19 -15
M includes/discovery/temperatures/papouch-tme.inc.php +13 -14
M includes/discovery/temperatures/supermicro.inc.php +28 -29
M includes/functions.php +19
📈 243 added 📉 216 removed

💻 r1324

Tom Laermans 🦔 • 2010-07-09 18:55
Add detection for MGE Evolution UPS
Files changed (1)
M includes/osdiscovery/discover-mgeups.php +2 -1
📈 2 added 📉 1 removed

💻 r1323

Tom Laermans 🦔 • 2010-07-09 17:22
Fix Q-BRIDGE-MIB vlan numbers on Procurve switches + minor misc
Files changed (3)
M html/map.php -2
M includes/discovery/processors-ironware.inc.php +1 -1
M includes/discovery/q-bridge-mib.inc.php +3 -3
📈 4 added 📉 6 removed

💻 r1322

Adam Armstrong 🐸 • 2010-07-09 14:18
workaround not havnig divisor set for processor
Files changed (1)
M includes/polling/processors.inc.php +1
📈 1 added 📉 0 removed

💻 r1321

Adam Armstrong 🐸 • 2010-07-09 14:09
use precision for processors
Files changed (2)
M includes/polling/mempools.inc.php +3 -1
M includes/polling/processors.inc.php +2 -2
📈 5 added 📉 3 removed

💻 r1320

Adam Armstrong 🐸 • 2010-07-09 14:04
don't set current value of processor on discovery (duh)
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1319

Adam Armstrong 🐸 • 2010-07-09 13:53
update precision (divisor) on processors
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1318

Adam Armstrong 🐸 • 2010-07-09 13:33
fix ironware cpu divisor issue
Files changed (1)
M includes/discovery/processors-ironware.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1317

Tom Laermans 🦔 • 2010-07-09 08:53
also detect 3com superstack type
Files changed (1)
M includes/osdiscovery/discover-3com.php +1
📈 1 added 📉 0 removed

💻 r1316

Adam Armstrong 🐸 • 2010-07-08 23:30
genericify that, use it for mempools also
Files changed (5)
M html/includes/functions.inc.php +1 -1
M html/pages/device/health/memory.inc.php +1 -1
M html/pages/device/health/processors.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -5
M html/pages/device/overview/processors.inc.php +1 -1
📈 5 added 📉 9 removed

💻 r1315

Adam Armstrong 🐸 • 2010-07-08 23:21
improved processor text description rewriting (now in function)
Files changed (3)
M html/includes/functions.inc.php +14
M html/pages/device/health/processors.inc.php +2 -4
M html/pages/device/overview/processors.inc.php +1 -5
📈 17 added 📉 9 removed

💻 r1314

Tom Laermans 🦔 • 2010-07-08 07:56
use installdir path in check-services - patch by Steven Bens
Files changed (1)
M check-services.php +1 -1
📈 1 added 📉 1 removed

💻 r1313

Tom Laermans 🦔 • 2010-07-07 14:55
start of universal discover_sensor, change humidity to that one already, rest needs small rework
Files changed (1)
M includes/discovery/functions.inc.php +37 -33
📈 37 added 📉 33 removed

💻 r1312

Tom Laermans 🦔 • 2010-07-07 14:34
move current to sensors table, plug some sql injection holes
Files changed (17)
M database-update.sql +1
M html/includes/graphs/current.inc.php +4 -4
M html/includes/graphs/device_current.inc.php +4 -4
M html/pages/device/health.inc.php +4 -3
M html/pages/device/health/current.inc.php +13 -13
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/fanspeeds.inc.php +1 -1
M html/pages/device/health/frequencies.inc.php +1 -1
M html/pages/device/health/humidity.inc.php +1 -1
M html/pages/device/health/storage.inc.php +1 -1
M html/pages/device/health/temperatures.inc.php +1 -1
M html/pages/device/health/voltages.inc.php +1 -1
M html/pages/device/overview/current.inc.php +11 -12
M html/pages/health/current.inc.php +23 -23
M includes/discovery/functions.inc.php +6 -6
M includes/functions.php +11 -14
M includes/polling/current.inc.php +17 -20
📈 101 added 📉 106 removed

💻 r1311

Tom Laermans 🦔 • 2010-07-07 13:58
Move voltages to sensors table, clean up some unused functions and move web-only functions to the html includes file
Files changed (11)
M database-update.sql +3
M html/includes/functions.inc.php +39
M html/includes/graphs/device_voltages.inc.php +4 -4
M html/includes/graphs/voltage.inc.php +4 -4
M html/pages/device/health.inc.php +1 -1
M html/pages/device/health/voltages.inc.php +13 -13
M html/pages/device/overview/voltages.inc.php +11 -12
M html/pages/health/voltages.inc.php +22 -22
M includes/discovery/functions.inc.php +9 -9
M includes/functions.php +6 -83
M includes/polling/voltages.inc.php +17 -20
📈 129 added 📉 168 removed

💻 r1310

Tom Laermans 🦔 • 2010-07-06 14:54
show correct overlib graph for temperatures
Files changed (1)
M includes/static-config.php +3 -3
📈 3 added 📉 3 removed

💻 r1309

Tom Laermans 🦔 • 2010-07-06 14:52
fix to show health tab when device has temp sensors
Files changed (1)
M html/pages/device.php +1 -1
📈 1 added 📉 1 removed

💻 r1308

Tom Laermans 🦔 • 2010-07-06 11:09
only show temperature sensors on temperature health page, doh
Files changed (1)
M html/pages/health/temperatures.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1307

Tom Laermans 🦔 • 2010-07-06 11:04
failfix five of infinite
Files changed (3)
M includes/discovery/temperatures.inc.php +1 -1
A includes/discovery/temperatures/papouch-tme.inc.php +21
D includes/discovery/temperatures/papouche-tme.inc.php -21
📈 22 added 📉 22 removed

💻 r1306

Tom Laermans 🦔 • 2010-07-06 10:27
APC STS/ATS support
Files changed (5)
M database-update.sql +3
M includes/discovery/current.inc.php +21 -1
M includes/discovery/frequencies.inc.php +42
M includes/discovery/voltages.inc.php +42
M includes/polling/device-apc.inc.php +26 -1
📈 134 added 📉 2 removed

💻 r1305

Tom Laermans 🦔 • 2010-07-05 22:04
failfix four of infinite
Files changed (1)
M includes/polling/device-dell-laser.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1304

Tom Laermans 🦔 • 2010-07-05 21:57
failfix three of infinite
Files changed (1)
M includes/polling/current.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1303

Tom Laermans 🦔 • 2010-07-05 21:55
failfix two of infinite
Files changed (2)
M includes/polling/fanspeeds.inc.php +1 -1
M includes/polling/frequencies.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1302

Tom Laermans 🦔 • 2010-07-05 21:54
failfix one of infinite
Files changed (3)
M includes/polling/current.inc.php +1 -2
M includes/polling/fanspeeds.inc.php +1 -1
M includes/polling/frequencies.inc.php +1 -1
📈 3 added 📉 4 removed

💻 r1301

Adam Armstrong 🐸 • 2010-07-05 19:34
cleanup checks add some mibs
Files changed (4)
M html/includes/authenticate.inc.php +3 -3
A mibs/CISCO-FIREWALL-MIB.my +1,336
A mibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my +5,881
A mibs/CISCO-MEDIA-GATEWAY-MIB.my +2,282
📈 3 added 📉 3 removed

💻 r1300

Adam Armstrong 🐸 • 2010-07-05 19:21
some code formatting improvements from sovern
Files changed (4)
M includes/discovery/cisco-pw.inc.php +37 -37
M includes/discovery/discovery-protocols.inc.php +51 -51
M includes/discovery/ports.inc.php +63 -63
M includes/discovery/processors-ios.inc.php +37 -37
📈 188 added 📉 188 removed

💻 r1299

Adam Armstrong 🐸 • 2010-07-05 19:19
improved authentication checks (not sure this file is the right place, but meh) from sovern (also some fixes for diskio_ops)
Files changed (3)
M html/includes/authenticate.inc.php +17 -2
M html/includes/functions.inc.php +2 -2
M html/includes/graphs/diskio_ops.inc.php +1 -1
📈 20 added 📉 5 removed

💻 r1298

Tom Laermans 🦔 • 2010-07-05 15:27
add functions to identify and decode snmp hex strings, add hex string support to jetdirect for toners
Files changed (3)
M includes/discovery/toner.inc.php +2 -1
M includes/functions.php +11
M includes/polling/device-areca.inc.php +2 -2
📈 15 added 📉 3 removed

💻 r1297

Tom Laermans 🦔 • 2010-07-05 15:13
more jetdirect osdiscovery
Files changed (1)
M includes/osdiscovery/discover-jetdirect.php +1 -1
📈 1 added 📉 1 removed

💻 r1296

Tom Laermans 🦔 • 2010-07-05 14:17
forgot jetdirect discovery file a few commits back
Files changed (1)
A includes/osdiscovery/discover-jetdirect.php +9
📈 9 added 📉 0 removed

💻 r1295

Adam Armstrong 🐸 • 2010-07-05 12:29
disable snmp timeouts for now, pending fixes
Files changed (2)
M html/pages/device/health.inc.php +1 -1
M includes/snmp.inc.php +11 -11
📈 12 added 📉 12 removed

💻 r1294

Adam Armstrong 🐸 • 2010-07-04 22:06
make ops default diskio type
Files changed (1)
A html/includes/graphs/device_diskio.inc.php +5
📈 5 added 📉 0 removed

💻 r1293

Adam Armstrong 🐸 • 2010-07-04 22:01
add two new diskio graphtypes (bit more work needed methinks)
Files changed (2)
A html/includes/graphs/device_diskio_bits.inc.php +36
A html/includes/graphs/device_diskio_ops.inc.php +36
📈 72 added 📉 0 removed

💻 r1292

Adam Armstrong 🐸 • 2010-07-04 21:30
fix voltage error
Files changed (1)
M includes/polling/voltages.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1291

Adam Armstrong 🐸 • 2010-07-04 21:09
rrdcached support (yarly!)
Files changed (3)
M config.php.default +4
M html/graph.php +5 -2
M includes/rrdtool.inc.php +9 -2
📈 18 added 📉 4 removed

💻 r1290

Adam Armstrong 🐸 • 2010-07-04 19:14
revamped customer aggregates page, using new port description parser fields in database
Files changed (1)
M html/pages/customers.php +47 -49
📈 47 added 📉 49 removed

💻 r1289

Adam Armstrong 🐸 • 2010-07-04 18:47
cleanups
Files changed (2)
M includes/discovery/cisco-vrf.inc.php +3 -5
M includes/discovery/ups.inc.php +4 -1
📈 7 added 📉 6 removed

💻 r1288

Adam Armstrong 🐸 • 2010-07-04 18:23
add split multicast/broadcast graphing for linux/ios/iosxe/iosxr and global toggle for polling if it (adds load)
Files changed (6)
M config.php.default +1
M html/includes/graphs/generic_multi_seperated.inc.php +25 -17
M html/includes/graphs/port_nupkts.inc.php +48 -14
M includes/defaults.inc.php +4
M includes/polling/ports.inc.php +25 -2
M includes/static-config.php +4
📈 107 added 📉 33 removed

💻 r1287

Adam Armstrong 🐸 • 2010-07-04 13:33
fix path issue with map.php - from stan brinkerhoff
Files changed (1)
M html/map.php +20 -5
📈 20 added 📉 5 removed

💻 r1286

Adam Armstrong 🐸 • 2010-07-04 13:31
add DOT11 MIBs
Files changed (2)
A mibs/CISCO-DOT11-ASSOCIATION-MIB.my +1,072
A mibs/CISCO-DOT11-IF-MIB.my +4,482
📈 0 added 📉 0 removed

💻 r1285

Adam Armstrong 🐸 • 2010-07-03 17:02
split temperature into separate files
Files changed (17)
A includes/discovery/temperatures
D includes/discovery/temperatures-adva.inc.php -85
D includes/discovery/temperatures-junose.inc.php -25
M includes/discovery/temperatures.inc.php +13 -301
A includes/discovery/temperatures/adva.inc.php +85
A includes/discovery/temperatures/akcp.inc.php +40
A includes/discovery/temperatures/areca.inc.php +46
A includes/discovery/temperatures/cisco-envmon.inc.php +33
A includes/discovery/temperatures/dell.inc.php +23
A includes/discovery/temperatures/ironware.inc.php +35
A includes/discovery/temperatures/junos.inc.php +35
A includes/discovery/temperatures/junose.inc.php +25
A includes/discovery/temperatures/lm-sensors.inc.php +32
A includes/discovery/temperatures/netmanplus.inc.php +26
A includes/discovery/temperatures/observer-custom.inc.php +22
A includes/discovery/temperatures/papouche-tme.inc.php +21
A includes/discovery/temperatures/supermicro.inc.php +42
📈 478 added 📉 411 removed

💻 r1284 'MIBDIR'

Adam Armstrong 🐸 • 2010-07-02 19:58
migrate all SNMP calls to use $config['mibdir']. automatically generated from install_dir if not present
Files changed (53)
M includes/discovery/bgp-peers.inc.php +4 -4
M includes/discovery/cisco-mac-accounting.inc.php +1 -1
M includes/discovery/cisco-processors.inc.php +3 -3
M includes/discovery/cisco-pw.inc.php +3 -3
M includes/discovery/cisco-vlans.inc.php +4 -4
M includes/discovery/cisco-vrf.inc.php +4 -4
M includes/discovery/current.inc.php +2 -1
M includes/discovery/entity-physical.inc.php +2 -2
M includes/discovery/host-physical.php +2 -2
M includes/discovery/ipv4-addresses.inc.php +2 -2
M includes/discovery/ipv6-addresses.inc.php +5 -5
M includes/discovery/q-bridge-mib.inc.php +3 -3
M includes/discovery/temperatures-adva.inc.php +4 -4
M includes/discovery/temperatures.inc.php +27 -24
M includes/discovery/voltages.inc.php +2 -1
M includes/polling/bgpPeer.inc.php +8 -6
M includes/polling/cisco-enhanced-mempool.inc.php +1 -1
M includes/polling/cisco-entity-sensors.inc.php +1 -1
M includes/polling/cisco-mempool.inc.php +1 -1
M includes/polling/cisco-processors.inc.php +1 -1
M includes/polling/current.inc.php +5 -2
M includes/polling/device-catos.inc.php +1 -1
M includes/polling/device-dell-laser.inc.php +2 -2
M includes/polling/device-fortigate.inc.php +5 -3
M includes/polling/device-ios.inc.php +3 -3
M includes/polling/device-ironware.inc.php +2 -2
M includes/polling/device-junos.inc.php +2 -2
M includes/polling/device-mgeups.inc.php +1 -1
M includes/polling/device-netstats.inc.php +1 -1
M includes/polling/device-powerconnect.inc.php +2 -2
M includes/polling/device-procurve.inc.php +2 -2
M includes/polling/device-screenos.inc.php +3 -3
M includes/polling/device-snom.inc.php +2
M includes/polling/device-speedtouch.inc.php +1 -1
M includes/polling/device-unix.inc.php +3 -3
M includes/polling/fanspeeds.inc.php +5 -2
M includes/polling/frequencies.inc.php +5 -2
M includes/polling/hr-mib_storage.inc.php +1 -1
M includes/polling/hr-mib.inc.php +1 -1
M includes/polling/humidity.inc.php +1 -1
M includes/polling/interfaces.inc.php +5 -5
M includes/polling/mempools-cemp.inc.php +2 -2
M includes/polling/mempools-cmp.inc.php +1 -1
M includes/polling/mempools-ironware-dyn.inc.php +2
M includes/polling/processors-ucd-old.inc.php +1 -1
M includes/polling/storage-hrstorage.inc.php +1 -1
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/toner.inc.php +1 -1
M includes/polling/ucd-diskio.inc.php +2
M includes/polling/ucd-mib.inc.php +3 -3
M includes/polling/voltages.inc.php +4 -2
M includes/snmp.inc.php +12 -3
M includes/static-config.php +5
📈 168 added 📉 128 removed

💻 r1283

Tom Laermans 🦔 • 2010-07-02 16:11
add jetdirect support, fix automatic type assignment
Files changed (4)
M discovery.php +1 -1
A html/images/os/jetdirect.png +2
M includes/discovery/toner.inc.php +3 -3
M includes/static-config.php +7
📈 13 added 📉 4 removed

💻 r1282

Tom Laermans 🦔 • 2010-07-02 10:28
add option to dropdown the list of locations in the menu
Files changed (3)
M config.php.default +1
M html/includes/print-menubar.php +28 -1
A scripts/snmpd-ipmi.pl +180
📈 209 added 📉 1 removed

💻 r1281

Adam Armstrong 🐸 • 2010-07-01 12:34
fix default frontpage to ignore deleted interfaces, and add rewrite note
Files changed (1)
M html/pages/front/default.php +5
📈 5 added 📉 0 removed

💻 r1280

Adam Armstrong 🐸 • 2010-06-29 12:48
undebug adduser :>
Files changed (1)
M adduser.php -2
📈 0 added 📉 2 removed

💻 r1279

Adam Armstrong 🐸 • 2010-06-29 12:47
fix about layout, add mysql auth type to defaults.inc.php delete a space or some shit in adduser.php
Files changed (3)
M adduser.php +2
M html/pages/about.php +7 -9
M includes/defaults.inc.php +3
📈 12 added 📉 9 removed

💻 r1278

Adam Armstrong 🐸 • 2010-06-28 12:52
disable services discovery by default
Files changed (1)
M includes/discovery/services.inc.php +5
📈 5 added 📉 0 removed

💻 r1277

Adam Armstrong 🐸 • 2010-06-28 12:49
bad klaver :>
Files changed (3)
M includes/discovery/services.inc.php -11
M includes/functions.php +1
A includes/services.inc.php +15
📈 16 added 📉 11 removed

💻 r1276

Adam Armstrong 🐸 • 2010-06-28 12:47
add support for redback and services discovery (thanks klaver) perhaps need to make services discovery one-time only, triggered, or disableable :>
Files changed (5)
M discovery.php +1
A html/pages/device/graphs/os-redback.inc.php +10
A includes/discovery/services.inc.php +42
A includes/osdiscovery/discover-redback.php +7
A includes/polling/device-redback.inc.php +6
📈 66 added 📉 0 removed

💻 r1275

Tom Laermans 🦔 • 2010-06-26 22:51
blacklist routeros for bulkwalk
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r1274

Tom Laermans 🦔 • 2010-06-26 22:44
add Mikrotik RouterOS detection (thanks to Zoiah for SNMP access)
Files changed (4)
A html/images/os/routeros.png +1
A includes/osdiscovery/discover-routeros.php +12
A includes/polling/device-routeros.inc.php +6
M includes/static-config.php +3
📈 22 added 📉 0 removed

💻 r1273

Tom Laermans 🦔 • 2010-06-25 23:53
align all minigraphs on the device overview
Files changed (2)
M html/pages/device/overview/humidity.inc.php +1 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1272

Tom Laermans 🦔 • 2010-06-25 23:31
another overlooked fanspeed modification
Files changed (1)
M html/pages/device/overview/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1271

Tom Laermans 🦔 • 2010-06-25 23:17
small graph fix
Files changed (1)
M html/includes/graphs/fanspeed.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1270

Tom Laermans 🦔 • 2010-06-25 23:16
move fanspeed to sensors table - please run discovery immediately after svn up
Files changed (9)
M html/includes/graphs/device_fanspeeds.inc.php +4 -5
M html/includes/graphs/fanspeed.inc.php +4 -4
M html/pages/device/health.inc.php +1 -1
M html/pages/device/health/fanspeeds.inc.php +13 -13
M html/pages/device/overview/fanspeeds.inc.php +10 -11
M html/pages/health/fanspeeds.inc.php +22 -22
M includes/discovery/fanspeeds.inc.php +4 -4
M includes/discovery/functions.inc.php +7 -7
M includes/polling/fanspeeds.inc.php +11 -11
📈 76 added 📉 78 removed

💻 r1269

Tom Laermans 🦔 • 2010-06-25 22:12
move temperatures to sensors table - please run discovery immediately after svn up
Files changed (10)
M html/includes/graphs/device_temperatures.inc.php +8 -8
M html/includes/graphs/temperature.inc.php +5 -5
M html/pages/device/health.inc.php +1 -1
M html/pages/device/health/temperatures.inc.php +14 -15
M html/pages/device/overview/temperatures.inc.php +12 -12
M html/pages/health/temperatures.inc.php +24 -24
M includes/discovery/functions.inc.php +6 -7
M includes/discovery/temperatures.inc.php +4 -4
M includes/functions.php +1 -1
M includes/polling/temperatures.inc.php +11 -11
📈 86 added 📉 88 removed

💻 r1268

Tom Laermans 🦔 • 2010-06-25 17:30
snmp timeout & retry settings, for now only globally and not per device
Files changed (3)
M config.php.default +1 -1
M includes/defaults.inc.php +4
M includes/snmp.inc.php +48 -29
📈 53 added 📉 30 removed

💻 r1267 'OS'

Tom Laermans 🦔 • 2010-06-25 13:43
move default device type per os into ['os'] array and dedupe some of the OS entries in there
Files changed (2)
M discovery.php +7 -33
M includes/static-config.php +46 -21
📈 53 added 📉 54 removed

💻 r1266

Adam Armstrong 🐸 • 2010-06-25 13:05
missing ;s
Files changed (1)
M includes/static-config.php +6 -6
📈 6 added 📉 6 removed

💻 r1265 'OS'

Adam Armstrong 🐸 • 2010-06-25 13:04
merge $popgraph and $popdescr into $config['os'] as overgraph and overtext merge ifalias/ifdescr/ifname/ifindex decision making about port names into $config['os']
Files changed (6)
M database-update.sql +1
M html/includes/functions.inc.php +11 -6
M includes/polling/interfaces.inc.php +1 -1
M includes/rewrites.php +4 -4
M includes/snmp.inc.php +7 -7
M includes/static-config.php +95 -84
📈 119 added 📉 102 removed

💻 r1264 'OS'

Adam Armstrong 🐸 • 2010-06-25 12:18
unify $os_group and $os_type into $config['os']
Files changed (9)
M discovery.php +1 -1
M html/graph.php +3 -4
M html/includes/dev-overview-data.inc.php +1 -1
M html/includes/hostbox.inc +1 -1
M html/pages/device.php +1 -1
M html/pages/device/graphs.inc.php +1 -1
M html/pages/devices.php +1 -1
M includes/static-config.php +59 -51
M poller.php +1 -1
📈 69 added 📉 62 removed

💻 r1263

Tom Laermans 🦔 • 2010-06-24 18:04
per device type hover graphs
Files changed (3)
M html/includes/functions.inc.php +38
M includes/functions.php -27
M includes/static-config.php +32 -1
📈 70 added 📉 28 removed

💻 r1262

Tom Laermans 🦔 • 2010-06-24 16:38
less ugly minkels double space workaround
Files changed (1)
M includes/polling/device-akcp.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r1261

Tom Laermans 🦔 • 2010-06-24 16:31
enlarge device type so environment can fit
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r1260

Tom Laermans 🦔 • 2010-06-24 16:25
replace environment icon
Files changed (1)
M html/images/icons/environment.png ±0
📈 0 added 📉 0 removed

💻 r1259

Tom Laermans 🦔 • 2010-06-24 16:23
Add environment device type
Files changed (6)
M discovery.php +5
A html/images/icons/environment.png +2
M html/includes/print-menubar.php +1
M html/pages/device/edit/device.inc.php -2
M includes/static-config.php +1
M poller.php +1 -1
📈 10 added 📉 3 removed

💻 r1258

Tom Laermans 🦔 • 2010-06-24 16:17
Gamatronic UPS support (patch by jduggan)
Files changed (6)
A html/images/os/gamatronicups.png +1
M includes/discovery/current.inc.php +38
M includes/discovery/voltages.inc.php +34
A includes/osdiscovery/discover-gamatronicups.php +12
A mibs/GamaMib.mib +8,393
A mibs/GMACI.mib +1,913
📈 85 added 📉 0 removed

💻 r1257

Tom Laermans 🦔 • 2010-06-24 13:11
update cron.sh to use poller.php
Files changed (1)
M scripts/cron.sh +3 -3
📈 3 added 📉 3 removed

💻 r1256

Tom Laermans 🦔 • 2010-06-23 19:47
better sensorprobe detection
Files changed (1)
M includes/osdiscovery/discover-akcp.php +1 -2
📈 1 added 📉 2 removed

💻 r1255

Adam Armstrong 🐸 • 2010-06-23 19:17
switch to poller.php away from poll-device.php. increase syslog table read speed a bit by using php-side device info cache
Files changed (4)
M html/pages/front/demo.php +6 -2
M html/pages/syslog.php +4 -4
M poll-device.php +3 -260
M poller.php +221 -40
📈 234 added 📉 306 removed

💻 r1254

Tom Laermans 🦔 • 2010-06-23 18:43
fix futuristic experimental secret poller
Files changed (1)
M poller.php +1 -1
📈 1 added 📉 1 removed

💻 r1253

Tom Laermans 🦔 • 2010-06-23 16:40
show friendly OS text in device dropdown
Files changed (1)
M html/pages/devices.php +1 -1
📈 1 added 📉 1 removed

💻 r1252

Tom Laermans 🦔 • 2010-06-23 16:37
Fix twitter link, add facebook page
Files changed (1)
M html/pages/about.php +2 -1
📈 2 added 📉 1 removed

💻 r1251

Tom Laermans 🦔 • 2010-06-23 16:33
fix layout of about page with long apache version strings, add humidity to stats
Files changed (2)
M html/includes/functions.inc.php +2 -2
M html/pages/about.php +33 -27
📈 35 added 📉 29 removed

💻 r1250

Tom Laermans 🦔 • 2010-06-23 15:58
update syntax help to reflect commit r1211
Files changed (2)
M discovery.php +7 -7
M poll-device.php +7 -7
📈 14 added 📉 14 removed

💻 r1249

Tom Laermans 🦔 • 2010-06-23 15:54
sensors table, with humidity as its first consumer - akcp humidity support implemented
Files changed (18)
M database-update.sql +1
A html/images/icons/greyscale/humidity.png +1
A html/images/icons/humidity.png +2
A html/includes/graphs/device_humidity.inc.php +51
A html/includes/graphs/humidity.inc.php +37
M html/includes/graphs/temperature.inc.php -1
M html/includes/print-menubar.php +1
M html/pages/device/health.inc.php +3
A html/pages/device/health/humidity.inc.php +59
M html/pages/device/overview.inc.php +1
A html/pages/device/overview/humidity.inc.php +46
M html/pages/health.php +2 -1
A html/pages/health/humidity.inc.php +97
M includes/discovery/functions.inc.php +37
M includes/discovery/humidity.inc.php +8 -8
M includes/polling/device-akcp.inc.php +3 -1
A includes/polling/humidity.inc.php +55
M poll-device.php +1
📈 405 added 📉 11 removed

💻 r1248

Tom Laermans 🦔 • 2010-06-23 14:49
clean up commandline delhost output
Files changed (3)
M delhost.php +1 -1
M html/pages/delhost.php +3 -3
M includes/functions.php +2 -2
📈 6 added 📉 6 removed

💻 r1247

Tom Laermans 🦔 • 2010-06-23 14:35
humidity discovery for akcp/minkelsrms - still needs discover_humidity function, db table, webinterface, polling
Files changed (2)
M discovery.php +1
A includes/discovery/humidity.inc.php +73
📈 74 added 📉 0 removed

💻 r1246

Tom Laermans 🦔 • 2010-06-23 14:26
retrieve temperature limits from sensorprobe
Files changed (1)
M includes/discovery/temperatures.inc.php +10 -1
📈 10 added 📉 1 removed

💻 r1245

Tom Laermans 🦔 • 2010-06-23 14:22
AKCP sensorProbe2 detection + temperature support
Files changed (2)
M includes/discovery/temperatures.inc.php +27
M includes/osdiscovery/discover-akcp.php +1
📈 28 added 📉 0 removed

💻 r1244

Adam Armstrong 🐸 • 2010-06-22 23:19
fixed eventlogging for poll-device
Files changed (1)
M poll-device.php +10 -10
📈 10 added 📉 10 removed

💻 r1243

Adam Armstrong 🐸 • 2010-06-22 12:23
better spacing on mac accounting top10 page :)
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1242

Tom Laermans 🦔 • 2010-06-22 08:49
remove mysql_error print
Files changed (1)
M html/pages/about.php -1
📈 0 added 📉 1 removed

💻 r1241

Adam Armstrong 🐸 • 2010-06-21 17:58
0.10.6 release. ><{{{*>
Files changed (2)
M CHANGELOG +5 -3
M includes/static-config.php +1 -1
📈 6 added 📉 4 removed

💻 r1240

Tom Laermans 🦔 • 2010-06-21 17:21
remove wrong fixme comment
Files changed (1)
M includes/polling/fanspeeds.inc.php -1
📈 0 added 📉 1 removed

💻 r1239

Tom Laermans 🦔 • 2010-06-21 17:18
also use toner.png location on device page
Files changed (1)
M html/pages/device.php +1 -1
📈 1 added 📉 1 removed

💻 r1238

Tom Laermans 🦔 • 2010-06-21 17:17
nicer toner icon
Files changed (1)
M html/images/icons/toner.png ±0
📈 0 added 📉 0 removed

💻 r1237

Adam Armstrong 🐸 • 2010-06-21 17:01
oopsx
Files changed (1)
M html/index.php -2
📈 0 added 📉 2 removed

💻 r1236

Tom Laermans 🦔 • 2010-06-21 16:41
pretty up frequency/current/fanspeed graphs, add Dell multifunction laserprinter detection (PRINTERS, WE LOVE THEM)
Files changed (4)
M html/includes/graphs/current.inc.php -1
M html/includes/graphs/fanspeed.inc.php -1
M html/includes/graphs/frequency.inc.php -1
M includes/osdiscovery/discover-dell-laser.php +1
📈 1 added 📉 3 removed

💻 r1235

Adam Armstrong 🐸 • 2010-06-21 16:29
small cleanups
Files changed (3)
M includes/discovery/cisco-processors.inc.php -8
M includes/functions.php -6
M includes/polling/storage.inc.php +1 -1
📈 1 added 📉 15 removed

💻 r1234

Tom Laermans 🦔 • 2010-06-21 16:01
only show password change field if authentication backend can change the password
Files changed (1)
M html/pages/preferences.php +7 -8
📈 7 added 📉 8 removed

💻 r1233

Adam Armstrong 🐸 • 2010-06-21 15:42
applications table in mysql update script
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r1232

Adam Armstrong 🐸 • 2010-06-21 15:39
fix password change for mysql auth
Files changed (2)
M html/includes/authentication/mysql.inc.php +4 -4
M html/pages/preferences.php +22
📈 26 added 📉 4 removed

💻 r1231

Adam Armstrong 🐸 • 2010-06-21 15:10
remove statistics line
Files changed (1)
M html/includes/print-menubar.php -2
📈 0 added 📉 2 removed

💻 r1230

Adam Armstrong 🐸 • 2010-06-21 15:05
more icons more info in about page
Files changed (12)
M html/images/icons/current.png ±0
A html/images/icons/eventlog.png +2
M html/images/icons/frequencies.png ±0
A html/images/icons/inventory.png +2
A html/images/icons/ipv4.png +1
A html/images/icons/ipv6.png +1
A html/images/icons/port.png +2
A html/images/icons/syslog.png +2
A html/images/icons/toner.png +2
M html/images/icons/voltages.png ±0
M html/includes/print-event-short.inc +4 -5
M html/pages/about.php +106 -7
📈 122 added 📉 12 removed

💻 r1229

Adam Armstrong 🐸 • 2010-06-21 13:13
prettier about page, some links and versions :)
Files changed (2)
M html/pages/about.php +45 -11
M html/php.php +1 -1
📈 46 added 📉 12 removed

💻 r1228

Adam Armstrong 🐸 • 2010-06-21 04:28
billing bugfix :)
Files changed (2)
M includes/billing.php +6 -2
M poll-billing.php +2 -2
📈 8 added 📉 4 removed

💻 r1227

Adam Armstrong 🐸 • 2010-06-21 04:18
make billing usable (shonky interface it now has!)
Files changed (10)
M database-update.sql +1
D html/ajax
A html/ajax_listports.php +29
M html/billing-graph.php +21 -15
A html/includes/javascript-interfacepicker.inc.php +28
A html/pages/bill
A html/pages/bill.php +202
A html/pages/bill/edit.php +63
M html/pages/bills.php +65 -2
M html/pages/edituser.php +2 -28
📈 411 added 📉 45 removed

💻 r1226

Adam Armstrong 🐸 • 2010-06-20 21:53
better default syslog filter
Files changed (1)
M includes/defaults.inc.php +7
📈 7 added 📉 0 removed

💻 r1225

Adam Armstrong 🐸 • 2010-06-20 21:50
explain applications
Files changed (1)
M DEVELOPING +22
📈 22 added 📉 0 removed

💻 r1224

Adam Armstrong 🐸 • 2010-06-20 21:40
fix auto fixer :)
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r1223

Adam Armstrong 🐸 • 2010-06-20 21:37
rejig events system (still not great. meh) clean up some pages.
Files changed (19)
M database-update.sql +1
M discovery.php +4
A fix-events.php +20
M html/includes/device-edit.inc.php +11 -9
M html/includes/print-event.inc +9 -5
M html/includes/print-syslog.inc +1 -1
M html/pages/device/edit/device.inc.php +11 -1
M html/pages/device/events.inc.php +1 -1
M html/pages/device/health/processors.inc.php +1 -1
M html/pages/device/overview.inc.php +13
M html/pages/health/processors.inc.php +1 -1
M includes/functions.php +2
M includes/polling/bgpPeer.inc.php +3 -3
M includes/polling/current.inc.php +2 -2
M includes/polling/fanspeeds.inc.php +1 -1
M includes/polling/frequencies.inc.php +2 -2
M includes/polling/ports.inc.php +4 -4
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/voltages.inc.php +2 -2
📈 90 added 📉 34 removed

💻 r1222

Adam Armstrong 🐸 • 2010-06-20 19:20
services fixes
Files changed (2)
M check-services.php +4 -3
M html/pages/services.php +1 -3
📈 5 added 📉 6 removed

💻 r1221

Adam Armstrong 🐸 • 2010-06-20 17:21
some more icons, changes to device editing system
Files changed (28)
A html/images/icons/apache.png +1
A html/images/icons/bind.png +1
A html/images/icons/device.png +2
A html/images/icons/greyscale/apache.png +1
A html/images/icons/greyscale/apps.png +1
A html/images/icons/greyscale/bind.png +1
A html/images/icons/greyscale/device.png +2
A html/images/icons/greyscale/mysql.png +1
A html/images/icons/greyscale/postfix.png +1
A html/images/icons/greyscale/services.png +1
A html/images/icons/mysql.png +1
A html/images/icons/postfix.png +1
A html/images/icons/services.png +1
M html/includes/graphs/generic_simplex.inc.php +2 -1
M html/pages/device.php +1 -1
D html/pages/device/applications
D html/pages/device/applications.inc.php -73
A html/pages/device/apps
A html/pages/device/apps.inc.php +34
A html/pages/device/edit
M html/pages/device/edit.inc.php +22 -81
A html/pages/device/edit/apps.inc.php +17
A html/pages/device/edit/device.inc.php +93
A html/pages/device/edit/services.inc.php +91
M html/pages/device/srv.inc.php +2 -4
M poll-device.php +1
D scripts/posfix-queues -14
A scripts/postfix-queues +14
📈 292 added 📉 174 removed

💻 r1220

Tom Laermans 🦔 • 2010-06-20 17:08
clean up diskio output
Files changed (1)
M includes/discovery/ucd-diskio.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1219

Adam Armstrong 🐸 • 2010-06-20 14:58
dirty script to expose postfix queue stats in snmp
Files changed (1)
A scripts/posfix-queues +14
📈 14 added 📉 0 removed

💻 r1218

Adam Armstrong 🐸 • 2010-06-20 14:53
dirty script to collect apapche stats and expose them via snmp :)
Files changed (1)
A scripts/apache-stats +88
📈 88 added 📉 0 removed

💻 r1217

Adam Armstrong 🐸 • 2010-06-20 14:48
add applications polling infrastructure (OH YEAH!)
Files changed (7)
A html/images/icons/apps.png +2
M html/pages/device.php +9
A html/pages/device/applications
A html/pages/device/applications.inc.php +73
A includes/polling/applications
A includes/polling/applications.inc.php +25
A includes/polling/applications/apache.inc.php +51
📈 160 added 📉 0 removed

💻 r1216

Adam Armstrong 🐸 • 2010-06-20 11:46
add diskio graphs
Files changed (2)
A html/includes/graphs/diskio_bits.inc.php +17
A html/includes/graphs/diskio_ops.inc.php +29
📈 46 added 📉 0 removed

💻 r1215

Adam Armstrong 🐸 • 2010-06-19 21:13
database updates :)
Files changed (1)
M database-update.sql +3 -2
📈 3 added 📉 2 removed

💻 r1214

Adam Armstrong 🐸 • 2010-06-19 16:06
UCD DiskIO MIB support. Still needs graphs tidied up and web display made a bit more useful
Files changed (11)
M discovery.php +2
A html/images/icons/diskio.png +1
A html/images/icons/greyscale/diskio.png +1
M html/images/icons/greyscale/storage.png ±0
M html/images/icons/storage.png ±0
M html/includes/graphs/generic_duplex.inc.php -1
M html/pages/device/health.inc.php +3
A html/pages/device/health/diskio.inc.php +73
A includes/discovery/ucd-diskio.inc.php +52
A includes/polling/ucd-diskio.inc.php +65
M poll-device.php +1
📈 198 added 📉 1 removed

💻 r1213

Adam Armstrong 🐸 • 2010-06-19 13:29
failfix
Files changed (1)
M html/map.php +1 -1
📈 1 added 📉 1 removed

💻 r1212

Adam Armstrong 🐸 • 2010-06-18 19:06
UNDERPANTSGNOMES
Files changed (1)
A includes/port-descr-parser.inc.php +30
📈 30 added 📉 0 removed

💻 r1211

Tom Laermans 🦔 • 2010-06-18 18:12
FS#36: allow hostnames as parameter for discovery and polling
Files changed (2)
M discovery.php +8 -1
M poll-device.php +8 -1
📈 16 added 📉 2 removed

💻 r1210

Tom Laermans 🦔 • 2010-06-18 17:29
plug shell injection hole in map.php (thanks to Scrye)
Files changed (1)
M html/map.php +9
📈 9 added 📉 0 removed

💻 r1209

Tom Laermans 🦔 • 2010-06-18 16:38
fix serial parsing for some areca controller firmwares
Files changed (2)
M includes/functions.php +11
M includes/polling/device-areca.inc.php +6
📈 17 added 📉 0 removed

💻 r1208

Tom Laermans 🦔 • 2010-06-18 16:14
fix distro detection script for 'SUSE LINUX Enterprise Server 9 (x86_64) 3' which has lsb-release but not with that info
Files changed (1)
M scripts/distro +6 -2
📈 6 added 📉 2 removed

💻 r1207

Tom Laermans 🦔 • 2010-06-18 16:05
add papouch tme image
Files changed (1)
A html/images/os/papouch-tme.png +1
📈 1 added 📉 0 removed

💻 r1206

Tom Laermans 🦔 • 2010-06-18 15:57
also support 'exec' extension next to 'extend' for distro script, sles9 snmpd did not seem to like the extend line
Files changed (1)
M includes/polling/device-unix.inc.php +10 -1
📈 10 added 📉 1 removed

💻 r1205

Tom Laermans 🦔 • 2010-06-18 15:21
basic 3com detection with image
Files changed (3)
M discovery.php +1
A html/images/os/3com.png +1
A includes/osdiscovery/discover-3com.php +9
📈 11 added 📉 0 removed

💻 r1204

Tom Laermans 🦔 • 2010-06-18 14:31
some devices bork the query on hrSystemUptime, do a separate query now (hello netman plus)
Files changed (1)
M poll-device.php +8 -7
📈 8 added 📉 7 removed

💻 r1203

Tom Laermans 🦔 • 2010-06-18 14:22
also remove from general functions.php
Files changed (1)
M includes/functions.php -1
📈 0 added 📉 1 removed

💻 r1202

Tom Laermans 🦔 • 2010-06-18 14:17
added missing pages for current and frequencies on the devices health tab
Files changed (4)
M html/pages/device/health.inc.php +3 -2
A html/pages/device/health/current.inc.php +59
A html/pages/device/health/frequencies.inc.php +58
M html/pages/health.php +8 -4
📈 128 added 📉 6 removed

💻 r1201

Tom Laermans 🦔 • 2010-06-18 14:15
forgot to remove removed files from graph.php, broken graphs, woopsie.
Files changed (1)
M html/graph.php -1
📈 0 added 📉 1 removed

💻 r1200

Tom Laermans 🦔 • 2010-06-18 13:24
smalle fix + cleaning up of unused old code
Files changed (3)
M html/pages/device/overview/current.inc.php +1 -1
D includes/graphing
D includes/graphing.php -466
📈 1 added 📉 467 removed

💻 r1199

Tom Laermans 🦔 • 2010-06-18 09:32
frequencies for netmanplus complete
Files changed (1)
M includes/discovery/frequencies.inc.php +39 -2
📈 39 added 📉 2 removed

💻 r1198

Tom Laermans 🦔 • 2010-06-17 14:26
fix the last discovery function to use the by-reference array, toner
Files changed (2)
M includes/discovery/functions.inc.php +2 -1
M includes/discovery/toner.inc.php +6 -5
📈 8 added 📉 6 removed

💻 r1197

Adam Armstrong 🐸 • 2010-06-17 12:04
fix sid3windr's epic fail (almost collapsed universe)
Files changed (1)
M includes/discovery/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1196

Tom Laermans 🦔 • 2010-06-17 10:49
fix warning limit for last commit
Files changed (1)
M includes/discovery/current.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1195

Tom Laermans 🦔 • 2010-06-17 10:46
netman plus currents + use by-reference array on discover_current()
Files changed (3)
M includes/discovery/current.inc.php +77 -9
M includes/discovery/functions.inc.php +2 -1
M includes/discovery/voltages.inc.php +5 -4
📈 84 added 📉 14 removed

💻 r1194

Tom Laermans 🦔 • 2010-06-17 10:14
Unify + use by-reference array for fans too
Files changed (2)
M includes/discovery/fanspeeds.inc.php +9 -9
M includes/discovery/functions.inc.php +16 -16
📈 25 added 📉 25 removed

💻 r1193

Tom Laermans 🦔 • 2010-06-17 10:03
various fixes, add some more netmanplus stats, convert discover_volt and discover_freq to use the by-reference array like discover_temperature
Files changed (6)
M includes/discovery/frequencies.inc.php +6 -41
M includes/discovery/functions.inc.php +8 -2
M includes/discovery/temperatures.inc.php +1 -1
M includes/discovery/voltages.inc.php +49 -57
M includes/polling/current.inc.php +1 -1
M includes/static-config.php +1 -1
📈 66 added 📉 103 removed

💻 r1192

Tom Laermans 🦔 • 2010-06-17 10:01
remove papouch tme polling file
Files changed (1)
D includes/polling/device-papouch-tme.php -5
📈 0 added 📉 5 removed

💻 r1191

Tom Laermans 🦔 • 2010-06-16 12:46
add snmpbulkwalk blacklist, add power device type for netmanplus
Files changed (3)
M discovery.php +1
M includes/snmp.inc.php +63 -10
M includes/static-config.php +3 -1
📈 67 added 📉 11 removed

💻 r1190

Tom Laermans 🦔 • 2010-06-16 10:51
fix last commit
Files changed (1)
M includes/static-config.php +1 -1
📈 1 added 📉 1 removed

💻 r1189

Tom Laermans 🦔 • 2010-06-16 10:50
Add TME OS text
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r1188

Tom Laermans 🦔 • 2010-06-16 10:31
add some netmanplus voltages
Files changed (3)
M includes/discovery/temperatures.inc.php +1 -1
M includes/discovery/voltages.inc.php +51
M includes/static-config.php +6 -1
📈 58 added 📉 2 removed

💻 r1187

Adam Armstrong 🐸 • 2010-06-15 22:44
do not update database/rrd for ports which are set ignored (maybe we want to update db?)
Files changed (1)
M includes/polling/ports.inc.php +5 -3
📈 5 added 📉 3 removed

💻 r1186

Tom Laermans 🦔 • 2010-06-15 21:12
Fix up logon window layout
Files changed (1)
M html/pages/logon.inc +6 -6
📈 6 added 📉 6 removed

💻 r1185

Tom Laermans 🦔 • 2010-06-15 21:12
increase ifDescr length, for Windows! :/
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r1184

Tom Laermans 🦔 • 2010-06-15 18:35
add netmanplus version
Files changed (1)
A includes/polling/device-netmanplus.inc.php +5
📈 5 added 📉 0 removed

💻 r1183

Tom Laermans 🦔 • 2010-06-15 18:27
riello temperature description fix
Files changed (1)
M includes/discovery/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1182

Tom Laermans 🦔 • 2010-06-15 18:24
fix netmanplus temperature detection
Files changed (1)
M includes/discovery/temperatures.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1181

Tom Laermans 🦔 • 2010-06-15 18:19
refactor part of temperature discovery + add riello ups battery temperature
Files changed (1)
M includes/discovery/temperatures.inc.php +202 -194
📈 202 added 📉 194 removed

💻 r1180

Tom Laermans 🦔 • 2010-06-15 18:06
add Riello UPS MIB
Files changed (1)
A mibs/RFC1628A.MIB +954
📈 0 added 📉 0 removed

💻 r1179

Tom Laermans 🦔 • 2010-06-15 17:33
now akcp sensorprobe actually works too ;)
Files changed (1)
M includes/osdiscovery/discover-akcp.php +1 -1
📈 1 added 📉 1 removed

💻 r1178

Tom Laermans 🦔 • 2010-06-15 17:30
Detection support for Minkels RMS / AKCP SensorProbe
Files changed (5)
A html/images/os/akcp.png +1
A html/images/os/minkelsrms.png +1
A includes/osdiscovery/discover-akcp.php +10
A includes/polling/device-akcp.inc.php +6
A includes/polling/device-minkelsrms.inc.php +7
📈 25 added 📉 0 removed

💻 r1177

Tom Laermans 🦔 • 2010-06-15 17:02
Add detection for Riello NetMan Plus UPS controller cards
Files changed (2)
A html/images/os/netmanplus.png +1
A includes/osdiscovery/discover-netmanplus.php +9
📈 10 added 📉 0 removed

💻 r1176

Adam Armstrong 🐸 • 2010-06-14 19:16
test commit
Files changed (1)
M alerts.php -1
📈 0 added 📉 1 removed

💻 r1175

Adam Armstrong 🐸 • 2010-06-14 15:33
jaja, add headers :D
Files changed (3)
A html/includes/header-small.inc.php +53
A html/includes/header.inc.php +53
M includes/defaults.inc.php +2
📈 108 added 📉 0 removed

💻 r1174

Adam Armstrong 🐸 • 2010-06-14 15:27
also you. gone.
Files changed (2)
D html/images/icons/flags/england.png -2
D html/images/icons/flags/scotland.png -2
📈 0 added 📉 4 removed

💻 r1173

Adam Armstrong 🐸 • 2010-06-14 15:26
omnomnom wales begone
Files changed (1)
D html/images/icons/flags/wales.png -2
📈 0 added 📉 2 removed

💻 r1172

Adam Armstrong 🐸 • 2010-06-14 15:25
add about page, and some country icons (perhaps we need them at some point :>)
Files changed (251)
A html/images/icons/flags
A html/images/icons/flags/ad.png +2
A html/images/icons/flags/ae.png +2
A html/images/icons/flags/af.png +2
A html/images/icons/flags/ag.png +2
A html/images/icons/flags/ai.png +2
A html/images/icons/flags/al.png +2
A html/images/icons/flags/am.png +2
A html/images/icons/flags/an.png +2
A html/images/icons/flags/ao.png +1
A html/images/icons/flags/ar.png +2
A html/images/icons/flags/as.png +2
A html/images/icons/flags/at.png +2
A html/images/icons/flags/au.png +2
A html/images/icons/flags/aw.png +2
A html/images/icons/flags/ax.png +2
A html/images/icons/flags/az.png +2
A html/images/icons/flags/ba.png +2
A html/images/icons/flags/bb.png +2
A html/images/icons/flags/bd.png +2
A html/images/icons/flags/be.png +2
A html/images/icons/flags/bf.png +2
A html/images/icons/flags/bg.png +2
A html/images/icons/flags/bh.png +2
A html/images/icons/flags/bi.png +2
A html/images/icons/flags/bj.png +2
A html/images/icons/flags/bm.png +2
A html/images/icons/flags/bn.png +2
A html/images/icons/flags/bo.png +2
A html/images/icons/flags/br.png +2
A html/images/icons/flags/bs.png +2
A html/images/icons/flags/bt.png +2
A html/images/icons/flags/bv.png +2
A html/images/icons/flags/bw.png +2
A html/images/icons/flags/by.png +2
A html/images/icons/flags/bz.png +2
A html/images/icons/flags/ca.png +2
A html/images/icons/flags/catalonia.png +1
A html/images/icons/flags/cc.png +2
A html/images/icons/flags/cd.png +1
A html/images/icons/flags/cf.png +2
A html/images/icons/flags/cg.png +2
A html/images/icons/flags/ch.png +2
A html/images/icons/flags/ci.png +2
A html/images/icons/flags/ck.png +2
A html/images/icons/flags/cl.png +2
A html/images/icons/flags/cm.png +2
A html/images/icons/flags/cn.png +2
A html/images/icons/flags/co.png +2
A html/images/icons/flags/cr.png +2
A html/images/icons/flags/cs.png +2
A html/images/icons/flags/cu.png +2
A html/images/icons/flags/cv.png +2
A html/images/icons/flags/cx.png +2
A html/images/icons/flags/cy.png +2
A html/images/icons/flags/cz.png +2
A html/images/icons/flags/de.png +2
A html/images/icons/flags/dj.png +2
A html/images/icons/flags/dk.png +2
A html/images/icons/flags/dm.png +2
A html/images/icons/flags/do.png +2
A html/images/icons/flags/dz.png +2
A html/images/icons/flags/ec.png +2
A html/images/icons/flags/ee.png +2
A html/images/icons/flags/eg.png +2
A html/images/icons/flags/eh.png +2
A html/images/icons/flags/england.png +2
A html/images/icons/flags/er.png +2
A html/images/icons/flags/es.png +2
A html/images/icons/flags/et.png +2
A html/images/icons/flags/europeanunion.png +1
A html/images/icons/flags/fam.png +2
A html/images/icons/flags/fi.png +2
A html/images/icons/flags/fj.png +2
A html/images/icons/flags/fk.png +2
A html/images/icons/flags/fm.png +2
A html/images/icons/flags/fo.png +2
A html/images/icons/flags/fr.png +2
A html/images/icons/flags/ga.png +2
A html/images/icons/flags/gb.png +1
A html/images/icons/flags/gd.png +2
A html/images/icons/flags/ge.png +2
A html/images/icons/flags/gf.png +2
A html/images/icons/flags/gh.png +2
A html/images/icons/flags/gi.png +2
A html/images/icons/flags/gl.png +2
A html/images/icons/flags/gm.png +2
A html/images/icons/flags/gn.png +2
A html/images/icons/flags/gp.png +2
A html/images/icons/flags/gq.png +2
A html/images/icons/flags/gr.png +2
A html/images/icons/flags/gs.png +2
A html/images/icons/flags/gt.png +2
A html/images/icons/flags/gu.png +2
A html/images/icons/flags/gw.png +2
A html/images/icons/flags/gy.png +2
A html/images/icons/flags/hk.png +2
A html/images/icons/flags/hm.png +2
A html/images/icons/flags/hn.png +2
A html/images/icons/flags/hr.png +2
A html/images/icons/flags/ht.png +2
A html/images/icons/flags/hu.png +2
A html/images/icons/flags/id.png +2
A html/images/icons/flags/ie.png +2
A html/images/icons/flags/il.png +2
A html/images/icons/flags/in.png +2
A html/images/icons/flags/io.png +2
A html/images/icons/flags/iq.png +2
A html/images/icons/flags/ir.png +2
A html/images/icons/flags/is.png +2
A html/images/icons/flags/it.png +2
A html/images/icons/flags/jm.png +2
A html/images/icons/flags/jo.png +2
A html/images/icons/flags/jp.png +2
A html/images/icons/flags/ke.png +2
A html/images/icons/flags/kg.png +2
A html/images/icons/flags/kh.png +2
A html/images/icons/flags/ki.png +2
A html/images/icons/flags/km.png +2
A html/images/icons/flags/kn.png +2
A html/images/icons/flags/kp.png +2
A html/images/icons/flags/kr.png +2
A html/images/icons/flags/kw.png +2
A html/images/icons/flags/ky.png +2
A html/images/icons/flags/kz.png +2
A html/images/icons/flags/la.png +2
A html/images/icons/flags/lb.png +2
A html/images/icons/flags/lc.png +1
A html/images/icons/flags/li.png +2
A html/images/icons/flags/lk.png +2
A html/images/icons/flags/lr.png +2
A html/images/icons/flags/ls.png +2
A html/images/icons/flags/lt.png +2
A html/images/icons/flags/lu.png +2
A html/images/icons/flags/lv.png +2
A html/images/icons/flags/ly.png +2
A html/images/icons/flags/ma.png +2
A html/images/icons/flags/mc.png +2
A html/images/icons/flags/md.png +2
A html/images/icons/flags/me.png +1
A html/images/icons/flags/mg.png +2
A html/images/icons/flags/mh.png +2
A html/images/icons/flags/mk.png +2
A html/images/icons/flags/ml.png +2
A html/images/icons/flags/mm.png +2
A html/images/icons/flags/mn.png +2
A html/images/icons/flags/mo.png +2
A html/images/icons/flags/mp.png +2
A html/images/icons/flags/mq.png +2
A html/images/icons/flags/mr.png +2
A html/images/icons/flags/ms.png +2
A html/images/icons/flags/mt.png +2
A html/images/icons/flags/mu.png +2
A html/images/icons/flags/mv.png +2
A html/images/icons/flags/mw.png +2
A html/images/icons/flags/mx.png +2
A html/images/icons/flags/my.png +2
A html/images/icons/flags/mz.png +2
A html/images/icons/flags/na.png +2
A html/images/icons/flags/nc.png +2
A html/images/icons/flags/ne.png +2
A html/images/icons/flags/nf.png +2
A html/images/icons/flags/ng.png +2
A html/images/icons/flags/ni.png +2
A html/images/icons/flags/nl.png +2
A html/images/icons/flags/no.png +2
A html/images/icons/flags/np.png +2
A html/images/icons/flags/nr.png +2
A html/images/icons/flags/nu.png +2
A html/images/icons/flags/nz.png +2
A html/images/icons/flags/om.png +2
A html/images/icons/flags/pa.png +2
A html/images/icons/flags/pe.png +2
A html/images/icons/flags/pf.png +2
A html/images/icons/flags/pg.png +2
A html/images/icons/flags/ph.png +2
A html/images/icons/flags/pk.png +2
A html/images/icons/flags/pl.png +2
A html/images/icons/flags/pm.png +2
A html/images/icons/flags/pn.png +2
A html/images/icons/flags/pr.png +2
A html/images/icons/flags/ps.png +2
A html/images/icons/flags/pt.png +2
A html/images/icons/flags/pw.png +2
A html/images/icons/flags/py.png +2
A html/images/icons/flags/qa.png +2
A html/images/icons/flags/re.png +2
A html/images/icons/flags/ro.png +2
A html/images/icons/flags/rs.png +1
A html/images/icons/flags/ru.png +2
A html/images/icons/flags/rw.png +2
A html/images/icons/flags/sa.png +2
A html/images/icons/flags/sb.png +2
A html/images/icons/flags/sc.png +2
A html/images/icons/flags/scotland.png +2
A html/images/icons/flags/sd.png +2
A html/images/icons/flags/se.png +2
A html/images/icons/flags/sg.png +2
A html/images/icons/flags/sh.png +2
A html/images/icons/flags/si.png +2
A html/images/icons/flags/sj.png +2
A html/images/icons/flags/sk.png +2
A html/images/icons/flags/sl.png +2
A html/images/icons/flags/sm.png +2
A html/images/icons/flags/sn.png +2
A html/images/icons/flags/so.png +2
A html/images/icons/flags/sr.png +2
A html/images/icons/flags/st.png +2
A html/images/icons/flags/sv.png +2
A html/images/icons/flags/sy.png +2
A html/images/icons/flags/sz.png +2
A html/images/icons/flags/tc.png +2
A html/images/icons/flags/td.png +2
A html/images/icons/flags/tf.png +2
A html/images/icons/flags/tg.png +2
A html/images/icons/flags/th.png +2
A html/images/icons/flags/tj.png +2
A html/images/icons/flags/tk.png +2
A html/images/icons/flags/tl.png +2
A html/images/icons/flags/tm.png +2
A html/images/icons/flags/tn.png +2
A html/images/icons/flags/to.png +2
A html/images/icons/flags/tr.png +2
A html/images/icons/flags/tt.png +2
A html/images/icons/flags/tv.png +2
A html/images/icons/flags/tw.png +2
A html/images/icons/flags/tz.png +2
A html/images/icons/flags/ua.png +2
A html/images/icons/flags/ug.png +2
A html/images/icons/flags/um.png +2
A html/images/icons/flags/us.png +2
A html/images/icons/flags/uy.png +2
A html/images/icons/flags/uz.png +2
A html/images/icons/flags/va.png +2
A html/images/icons/flags/vc.png +2
A html/images/icons/flags/ve.png +2
A html/images/icons/flags/vg.png +2
A html/images/icons/flags/vi.png +2
A html/images/icons/flags/vn.png +2
A html/images/icons/flags/vu.png +2
A html/images/icons/flags/wales.png +2
A html/images/icons/flags/wf.png +2
A html/images/icons/flags/ws.png +2
A html/images/icons/flags/ye.png +2
A html/images/icons/flags/yt.png +2
A html/images/icons/flags/za.png +2
A html/images/icons/flags/zm.png +2
A html/images/icons/flags/zw.png +2
M html/includes/print-menubar.php +5 -3
M html/index.php +1 -51
A html/pages/about.php +57
📈 549 added 📉 54 removed

💻 r1171

Tom Laermans 🦔 • 2010-06-14 14:15
fix bug in hardware string for dell laser
Files changed (1)
M includes/polling/device-dell-laser.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r1170

Tom Laermans 🦔 • 2010-06-14 13:41
hardware description fix for dell 5130cdn laser
Files changed (1)
M includes/polling/device-dell-laser.inc.php +3
📈 3 added 📉 0 removed

💻 r1169

Tom Laermans 🦔 • 2010-06-14 10:07
fix current detection on mge ups
Files changed (1)
M includes/discovery/current.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1168

Tom Laermans 🦔 • 2010-06-14 09:46
fix fanspeed precision for areca controllers
Files changed (1)
M includes/discovery/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1167

Tom Laermans 🦔 • 2010-06-13 19:59
oops, wrong filename ;)
Files changed (2)
A includes/polling/device-papouch-tme.php +5
D includes/polling/device-papouch.php -5
📈 5 added 📉 5 removed

💻 r1166

Tom Laermans 🦔 • 2010-06-13 19:55
Add TME hardware to info
Files changed (1)
A includes/polling/device-papouch.php +5
📈 5 added 📉 0 removed

💻 r1165

Tom Laermans 🦔 • 2010-06-13 19:54
add hardware type for mge ups
Files changed (1)
M includes/polling/device-mgeups.inc.php +1
📈 1 added 📉 0 removed

💻 r1164

Tom Laermans 🦔 • 2010-06-13 19:52
order areca harddisk temperatures correctly then
Files changed (1)
M includes/discovery/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1163

Adam Armstrong 🐸 • 2010-06-13 19:48
centre login box
Files changed (1)
M html/pages/logon.inc +4
📈 4 added 📉 0 removed

💻 r1162

Adam Armstrong 🐸 • 2010-06-13 18:27
prototype irc bot! :D :D :D :D :D :D
Files changed (2)
M includes/defaults.inc.php +6
A irc.php +69
📈 75 added 📉 0 removed

💻 r1161

Adam Armstrong 🐸 • 2010-06-13 14:39
some graph cleanups and minor improvements
Files changed (6)
M html/includes/graphs/device_ipSystemStats.inc.php +8 -8
M html/includes/graphs/mac_acc_total.inc.php +7 -3
M html/pages/device/hrdevice.inc.php +27
M html/pages/device/map.inc.php +1 -1
M html/pages/front/demo.php +3 -3
M includes/syslog.php +5 -2
📈 51 added 📉 17 removed

💻 r1160

Geert • 2010-06-12 23:46
- Reverted 'temperature' database change.
Files changed (2)
M database-update.sql +1
M poll-reachability.php +1 -1
📈 2 added 📉 1 removed

💻 r1159

Geert • 2010-06-12 21:14
- Fixed a href.
Files changed (1)
M html/pages/health.php +2 -2
📈 2 added 📉 2 removed

💻 r1158

Adam Armstrong 🐸 • 2010-06-12 20:14
fix a couple of graphs
Files changed (3)
M generate-iplist.php +4 -4
M html/includes/graphs/device_cpu_unix.inc.php +5 -4
M html/pages/device.php +1 -1
📈 10 added 📉 9 removed

💻 r1157

Adam Armstrong 🐸 • 2010-06-12 18:14
fix load graph (fixed per-os specific graphs for device-level graphs *only*)
Files changed (5)
M html/graph.php +1
M includes/polling/device-unix.inc.php +1 -1
M includes/polling/ports.inc.php +2 -1
M includes/polling/processors.inc.php +1 -1
M poll-device.php +1 -1
📈 6 added 📉 4 removed

💻 r1156

Adam Armstrong 🐸 • 2010-06-12 18:09
fix checking for $os_group without bothering to set it... :D :D :D :D
Files changed (1)
M html/pages/device.php +5 -1
📈 5 added 📉 1 removed

💻 r1155

Adam Armstrong 🐸 • 2010-06-12 17:24
add hardware & version detection for Thompson Speedtouch (snmp v1) clean up temperature graph (lighter range) make amp/volt/hz pages prettier (6px cell padding please)
Files changed (6)
M html/images/icons/memory.png ±0
M html/includes/graphs/temperature.inc.php +1 -1
M html/pages/health/current.inc.php +1 -1
M html/pages/health/frequencies.inc.php +1 -1
M html/pages/health/voltages.inc.php +1 -1
A includes/polling/device-speedtouch.inc.php +24
📈 28 added 📉 4 removed

💻 r1154

Adam Armstrong 🐸 • 2010-06-12 16:48
make displaying of per-device health page options menu closer to global. add overview icons (bulb)
Files changed (5)
A html/images/icons/greyscale/overview.png +1
A html/images/icons/overview.png +1
M html/includes/graphs/storage.inc.php +1
M html/includes/print-menubar.php +1 -2
M html/pages/device/health.inc.php +21 -9
📈 25 added 📉 11 removed

💻 r1153

Adam Armstrong 🐸 • 2010-06-12 16:08
prettier graphs for voltage/processor
Files changed (2)
M html/includes/graphs/processor.inc.php +6
M html/includes/graphs/voltage.inc.php +9 -1
📈 15 added 📉 1 removed

💻 r1152

Adam Armstrong 🐸 • 2010-06-12 15:56
voltages without thresholds will now be set +/- 5%. i expect this will cause a shitstorm amongst cheap hardware, but lets see how it goes. need some means of tuning these (it only sets if a limit isn't passed to the function, and there isn't already a limit in the database)
Files changed (1)
M includes/discovery/functions.inc.php +16 -3
📈 16 added 📉 3 removed

💻 r1151

Adam Armstrong 🐸 • 2010-06-12 15:18
newer icons, clean up style of some health pages
Files changed (6)
M discovery.php +1 -1
M html/images/icons/greyscale/storage.png ±0
M html/images/icons/storage.png ±0
M html/pages/health/processors.inc.php +2
M html/pages/health/storage.inc.php +1 -1
M html/pages/health/temperatures.inc.php +3 -1
📈 7 added 📉 3 removed

💻 r1150

Adam Armstrong 🐸 • 2010-06-12 15:17
switch to preg_split (split deprecated). ignore temps >1000 and == 0 for lmsensors
Files changed (3)
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/temperatures.inc.php +3 -1
M includes/snmp.inc.php +3 -3
📈 7 added 📉 5 removed

💻 r1149

Adam Armstrong 🐸 • 2010-06-12 14:18
more icon improvements (dynamic grey/colour icons on health menu, ALLES SEXYPANTS!)
Files changed (16)
M html/images/icons/graphs.png ±0
A html/images/icons/greyscale
A html/images/icons/greyscale/current.png +1
A html/images/icons/greyscale/fanspeeds.png +1
A html/images/icons/greyscale/frequencies.png +1
A html/images/icons/greyscale/graphs.png +1
A html/images/icons/greyscale/memory.png +1
A html/images/icons/greyscale/nographs.png +1
A html/images/icons/greyscale/power.png +1
A html/images/icons/greyscale/processors.png +1
A html/images/icons/greyscale/sensors.png +1
A html/images/icons/greyscale/storage.png +1
A html/images/icons/greyscale/temperatures.png +1
A html/images/icons/greyscale/voltages.png +1
M html/images/icons/nographs.png ±0
M html/pages/health.php +16 -6
📈 28 added 📉 6 removed

💻 r1148

Adam Armstrong 🐸 • 2010-06-12 13:39
some prettier icons on device overviews
Files changed (4)
M html/pages/device/overview/fanspeeds.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
📈 4 added 📉 4 removed

💻 r1147

Adam Armstrong 🐸 • 2010-06-12 13:37
add graphs/nographs option to global health pages
Files changed (8)
M html/pages/health/current.inc.php +29
M html/pages/health/fanspeeds.inc.php +30
M html/pages/health/frequencies.inc.php +28
M html/pages/health/memory.inc.php +3 -1
M html/pages/health/processors.inc.php +4
M html/pages/health/storage.inc.php +30
M html/pages/health/temperatures.inc.php +30
M html/pages/health/voltages.inc.php +31
📈 185 added 📉 1 removed

💻 r1146

Adam Armstrong 🐸 • 2010-06-12 13:24
better icons (moar!)
Files changed (6)
M html/images/icons/current.png ±0
M html/images/icons/frequencies.png ±0
M html/images/icons/memory.png ±0
M html/images/icons/processors.png ±0
M html/images/icons/voltages.png ±0
M html/includes/print-menubar.php +3 -2
📈 3 added 📉 2 removed

💻 r1145

Adam Armstrong 🐸 • 2010-06-12 12:07
add some new icons (better/works, bleh). add graphs/nographs display type to health.
Files changed (14)
M html/css/styles.css +4
D html/images/icons/cpuload.png -1
D html/images/icons/fans.png -1
A html/images/icons/fanspeeds.png +1
A html/images/icons/graphs.png +1
A html/images/icons/memory.png +1
D html/images/icons/mempool.png -1
A html/images/icons/nographs.png +1
A html/images/icons/processors.png +1
D html/images/icons/temperature.png -1
A html/images/icons/temperatures.png +1
M html/includes/functions.inc.php +1 -1
M html/includes/print-menubar.php +2 -2
M html/pages/health.php +20 -5
📈 29 added 📉 12 removed

💻 r1144

Tom Laermans 🦔 • 2010-06-11 20:41
support for sensors and hw info on areca sas controllers
Files changed (4)
M includes/discovery/fanspeeds.inc.php +24 -1
M includes/discovery/temperatures.inc.php +22 -3
M includes/discovery/voltages.inc.php +28 -5
M includes/polling/device-areca.inc.php +5
📈 79 added 📉 9 removed

💻 r1143

Tom Laermans 🦔 • 2010-06-10 22:40
only show graphs tab if there is a graph definition file
Files changed (1)
M html/pages/device.php +5 -1
📈 5 added 📉 1 removed

💻 r1142

Tom Laermans 🦔 • 2010-06-10 22:29
also unset serial variable upon new device
Files changed (1)
M poll-device.php +1 -1
📈 1 added 📉 1 removed

💻 r1141

Tom Laermans 🦔 • 2010-06-10 22:25
fix another typo in discovery
Files changed (1)
M discovery.php +1
📈 1 added 📉 0 removed

💻 r1140

Tom Laermans 🦔 • 2010-06-10 22:24
fix typo in discovery
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r1139

Tom Laermans 🦔 • 2010-06-10 20:19
add power type in device menu dropdown
Files changed (2)
A html/images/icons/power.png +1
M html/includes/print-menubar.php +1
📈 2 added 📉 0 removed

💻 r1138

Tom Laermans 🦔 • 2010-06-10 20:17
yeeha sql injection fixes
Files changed (1)
M html/pages/devices.php +8 -8
📈 8 added 📉 8 removed

💻 r1137

Tom Laermans 🦔 • 2010-06-10 20:13
refactored device types, added power type for APC and MGE stuff + some warning fixes
Files changed (3)
M discovery.php +29 -39
M html/includes/functions.inc.php +2 -2
M html/pages/device/edit.inc.php +22 -16
📈 53 added 📉 57 removed

💻 r1136

Tom Laermans 🦔 • 2010-06-10 19:51
fix event logs for limit alerts
Files changed (4)
M includes/polling/current.inc.php +2 -2
M includes/polling/frequencies.inc.php +2 -2
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/voltages.inc.php +2 -2
📈 7 added 📉 7 removed

💻 r1135

Tom Laermans 🦔 • 2010-06-10 19:49
Show serial number on device page
Files changed (1)
M html/includes/dev-overview-data.inc.php +8
📈 8 added 📉 0 removed

💻 r1134

Tom Laermans 🦔 • 2010-06-10 19:47
fixed <? into <?php - grmbl
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r1133

Tom Laermans 🦔 • 2010-06-10 19:46
add device serial number into database, for devices not having entity mib
Files changed (2)
M database-update.sql +1
M poll-device.php +6
📈 7 added 📉 0 removed

💻 r1132

Tom Laermans 🦔 • 2010-06-10 15:53
MGE UPS current support
Files changed (1)
M includes/discovery/current.inc.php +56 -3
📈 56 added 📉 3 removed

💻 r1131

Tom Laermans 🦔 • 2010-06-10 15:44
fix copypaste error screwing up frequencies on mge ups
Files changed (1)
M includes/discovery/frequencies.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1130

Tom Laermans 🦔 • 2010-06-10 15:42
mge icon is now transparent
Files changed (1)
M html/images/os/mgeups.png ±0
📈 0 added 📉 0 removed

💻 r1129

Tom Laermans 🦔 • 2010-06-10 14:52
revert 'rrdtool -' change for now
Files changed (1)
M html/graph.php +4 -3
📈 4 added 📉 3 removed

💻 r1128

Tom Laermans 🦔 • 2010-06-10 13:07
pretty up toner graph :>
Files changed (1)
M html/includes/graphs/device_toner.inc.php +5 -5
📈 5 added 📉 5 removed

💻 r1127

Tom Laermans 🦔 • 2010-06-09 20:20
current support for webinterface
Files changed (6)
A html/includes/graphs/current.inc.php +23
A html/includes/graphs/device_current.inc.php +56
M html/pages/device.php +2
M html/pages/device/health.inc.php +3
M html/pages/device/overview.inc.php +1
A html/pages/device/overview/current.inc.php +45
📈 130 added 📉 0 removed

💻 r1126

Tom Laermans 🦔 • 2010-06-09 20:09
current polling
Files changed (2)
A includes/polling/current.inc.php +56
M poll-device.php +1
📈 57 added 📉 0 removed

💻 r1125

Tom Laermans 🦔 • 2010-06-09 20:03
current support (STILL NEEDS AN ICON, YES), discovery only on APC devices at the moment
Files changed (10)
M database-update.sql +1
M discovery.php +1
A html/images/icons/current.png +1
M html/includes/print-menubar.php +1
M html/pages/health.php +2 -1
A html/pages/health/current.inc.php +63
A includes/discovery/current.inc.php +68
M includes/discovery/functions.inc.php +36
M includes/discovery/voltages.inc.php +1 -1
M includes/polling/device-apc.inc.php +6 -4
📈 180 added 📉 6 removed

💻 r1124

Tom Laermans 🦔 • 2010-06-09 20:00
fix uptime of hrSystemUptime is not available
Files changed (1)
M poll-device.php +2 -2
📈 2 added 📉 2 removed

💻 r1123

Tom Laermans 🦔 • 2010-06-09 19:26
add polling for mge ups software version
Files changed (1)
A includes/polling/device-mgeups.inc.php +5
📈 5 added 📉 0 removed

💻 r1122

Tom Laermans 🦔 • 2010-06-09 19:22
fix some warnings and a mistake from a previous commit on the processors health page
Files changed (2)
M html/index.php +3 -2
M html/pages/health/processors.inc.php +3 -3
📈 6 added 📉 5 removed

💻 r1121

Tom Laermans 🦔 • 2010-06-09 19:15
fix supermicro temperature discovery bug affected by recent schema change
Files changed (1)
M includes/discovery/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1120

Tom Laermans 🦔 • 2010-06-09 19:08
add temperature polling for harddisks connected to areca controllers
Files changed (3)
M includes/discovery/temperatures.inc.php +25 -4
A includes/polling/device-areca.inc.php +7
M includes/static-config.php +2
📈 34 added 📉 4 removed

💻 r1119

Tom Laermans 🦔 • 2010-06-09 18:56
fix updating already known temperatures on discovery, plus schema change which I forgot on one of the previous commits
Files changed (2)
M database-update.sql +1
M includes/discovery/functions.inc.php +1 -1
📈 2 added 📉 1 removed

💻 r1118

Tom Laermans 🦔 • 2010-06-09 18:41
also order health graphs by temperature index
Files changed (1)
M html/includes/graphs/device_temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1117

Tom Laermans 🦔 • 2010-06-09 18:31
also order by index on health temperature page, not sure if this is a great idea?
Files changed (1)
M html/pages/health/temperatures.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1116

Tom Laermans 🦔 • 2010-06-09 18:29
order temperature by index on device overview
Files changed (1)
M html/pages/device/overview/temperatures.inc.php +5 -6
📈 5 added 📉 6 removed

💻 r1115

Tom Laermans 🦔 • 2010-06-09 18:05
Properly format MAC addresses on change event
Files changed (1)
M includes/discovery/arp-table.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1114

Tom Laermans 🦔 • 2010-06-09 17:51
add discovery for os type for areca controllers (no specific monitoring atm)
Files changed (2)
A html/images/os/areca.png +1
A includes/osdiscovery/discover-areca.php +10
📈 11 added 📉 0 removed

💻 r1113

Tom Laermans 🦔 • 2010-06-09 17:39
more precision in the numbers under the voltage graph
Files changed (1)
M html/includes/graphs/voltage.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1112

Tom Laermans 🦔 • 2010-06-09 17:33
shorter fan name so it fits on the image
Files changed (1)
M html/includes/graphs/fanspeed.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1111

Tom Laermans 🦔 • 2010-06-09 17:31
clear out more tables when deleting a device
Files changed (1)
M includes/functions.php +5
📈 5 added 📉 0 removed

💻 r1110

Tom Laermans 🦔 • 2010-06-09 16:43
alphabetically order hosts on processor and memory health status pages instead of having them scattered around ungrouped
Files changed (2)
M html/pages/health/memory.inc.php +1 -1
M html/pages/health/processors.inc.php +20 -21
📈 21 added 📉 22 removed

💻 r1109

Tom Laermans 🦔 • 2010-06-09 10:23
backslash fix since new rrdtool usage
Files changed (1)
M html/includes/graphs/generic_duplex.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1108

Tom Laermans 🦔 • 2010-06-08 18:31
be more specific in regex ignore for traffic, so useful powerconnect 62xx interfaces dont get ignored
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1107

Tom Laermans 🦔 • 2010-06-08 18:22
pass arguments to rrdtool via stdin instead of commandline (experimental, please find regressions if any ;))
Files changed (3)
M html/graph.php +4 -2
M html/includes/graphs/generic_bits.inc.php +4 -4
M html/includes/graphs/generic_duplex.inc.php +3 -3
📈 11 added 📉 9 removed

💻 r1106

Tom Laermans 🦔 • 2010-06-08 15:37
use ifdescr on powerconnect
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r1105

Tom Laermans 🦔 • 2010-06-04 18:43
missing frequencies icon
Files changed (1)
A html/images/icons/frequencies.png +1
📈 1 added 📉 0 removed

💻 r1104

Tom Laermans 🦔 • 2010-06-04 18:42
apc mgmt card discovery
Files changed (1)
A includes/osdiscovery/discover-apc.php +9
📈 9 added 📉 0 removed

💻 r1103

Tom Laermans 🦔 • 2010-06-04 18:41
fix frequency discovery for mge pulsar
Files changed (1)
M includes/discovery/frequencies.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1102

Tom Laermans 🦔 • 2010-06-04 18:40
fix log messages
Files changed (2)
M includes/polling/frequencies.inc.php +2 -2
M includes/polling/voltages.inc.php +2 -2
📈 4 added 📉 4 removed

💻 r1101

Tom Laermans 🦔 • 2010-06-04 16:18
forgot another frequencies page, added basic apc mgmt card detection support
Files changed (3)
A html/images/os/apc.png +1
A html/pages/device/overview/frequencies.inc.php +45
A includes/polling/device-apc.inc.php +10
📈 56 added 📉 0 removed

💻 r1100

Tom Laermans 🦔 • 2010-06-04 14:35
frequency fixes for MGE UPS Galaxy
Files changed (1)
M includes/discovery/frequencies.inc.php +16 -4
📈 16 added 📉 4 removed

💻 r1099

Tom Laermans 🦔 • 2010-06-04 14:32
Attempt at fixing MGE UPS for Galaxy model
Files changed (3)
M html/includes/print-menubar.php +1 -1
M html/pages/device/overview.inc.php +1
M includes/discovery/voltages.inc.php +16 -4
📈 18 added 📉 5 removed

💻 r1098

Tom Laermans 🦔 • 2010-06-04 09:09
argh, clean up fucked up patches, add galaxy pw autodiscovery to mgeups
Files changed (4)
M includes/discovery/frequencies.inc.php -101
M includes/discovery/ups.inc.php -20
M includes/osdiscovery/discover-mgeups.php +1 -18
M includes/polling/frequencies.inc.php -55
📈 1 added 📉 194 removed

💻 r1097

Tom Laermans 🦔 • 2010-06-04 09:05
erm, forgot to add quite a bunch of files to the repo for the last few commits :/
Files changed (8)
A html/includes/graphs/device_frequencies.inc.php +56
A html/includes/graphs/frequency.inc.php +23
A html/pages/health/frequencies.inc.php +61
A includes/discovery/frequencies.inc.php +202
A includes/discovery/ups.inc.php +30
A includes/osdiscovery/discover-mgeups.php +27
A includes/polling/frequencies.inc.php +110
A mibs/mgeups.mib +7,584
📈 509 added 📉 0 removed

💻 r1096

Tom Laermans 🦔 • 2010-06-03 10:53
power frequencies in web interface, still needs an icon in the main menu
Files changed (4)
M html/includes/graphs/device_voltages.inc.php +1 -1
M html/includes/print-menubar.php +1
M html/pages/device/health.inc.php +3
M html/pages/health.php +2 -1
📈 7 added 📉 2 removed

💻 r1095

Tom Laermans 🦔 • 2010-06-03 10:23
more mge fixes, cleanups, and addition of frequency monitoring (no webinterface part yet)
Files changed (8)
M database-update.sql +1 -1
M discovery.php +1
M html/pages/device.php +3 -1
M html/pages/device/graphs/os-mgeups.inc.php +2 -2
M html/pages/device/graphs/os-papouch-tme.inc.php +2 -2
M includes/discovery/functions.inc.php +36
M includes/discovery/voltages.inc.php +2 -2
M poll-device.php +2 -1
📈 49 added 📉 9 removed

💻 r1094

Tom Laermans 🦔 • 2010-06-03 09:42
cleanups + more mge ups
Files changed (5)
A html/images/os/mgeups.png +1
M html/pages/device/graphs.inc.php -46
A html/pages/device/graphs/os-mgeups.inc.php +4
M includes/static-config.php +4 -1
M INSTALL +1 -1
📈 10 added 📉 48 removed

💻 r1093

Tom Laermans 🦔 • 2010-06-03 09:12
MGE UPS support, various fixes
Files changed (6)
M config.php.default +1 -1
M discovery.php +1
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/mempools-cemp.inc.php +2 -2
M includes/discovery/toner.inc.php +1 -1
M includes/discovery/voltages.inc.php +59
📈 65 added 📉 5 removed

💻 r1092

Tom Laermans 🦔 • 2010-06-02 13:41
allow adding devices which don't have snmp hostname in their stack
Files changed (1)
M addhost.php +1 -1
📈 1 added 📉 1 removed

💻 r1091

Adam Armstrong 🐸 • 2010-05-28 15:21
fix emailing of up/down hosts and add config option to allow unauth'd graphs
Files changed (3)
M html/graph.php +3 -1
M includes/defaults.inc.php +2
M poll-device.php +3
📈 8 added 📉 1 removed

💻 r1090

Adam Armstrong 🐸 • 2010-05-06 21:35
|<-- -->|
Files changed (1)
M INSTALL +1 -1
📈 1 added 📉 1 removed

💻 r1089

Adam Armstrong 🐸 • 2010-05-06 21:28
storage legend fix (lazy sid3windr!) add generic ucd processor discovery/poller
Files changed (7)
M html/includes/graphs/storage.inc.php +2 -2
D includes/discovery/cemp-mib.inc.php -47
D includes/discovery/cmp-mib.inc.php -40
A includes/discovery/processors-ucd-old.inc.php +20
M includes/discovery/processors.inc.php +4
A includes/polling/processors-ucd-old.inc.php +11
M includes/polling/processors.inc.php +9 -2
📈 46 added 📉 91 removed

💻 r1088

Adam Armstrong 🐸 • 2010-05-03 16:20
basics of customisable ifAlias parser. fixed "Processorss" to "Processors" in top menu
Files changed (6)
M config.php.default +3
M database-update.sql +2
M html/includes/print-menubar.php +1 -1
M html/pages/customers.php +1 -1
M html/pages/services.php +33 -3
M includes/polling/ports.inc.php +22
📈 62 added 📉 5 removed

💻 r1087

Adam Armstrong 🐸 • 2010-05-03 00:17
add mib and fix silly typo
Files changed (3)
M includes/discovery/mempools-cemp.inc.php +2 -2
M includes/discovery/mempools-cmp.inc.php +2 -1
A mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my +2,273
📈 4 added 📉 3 removed

💻 r1086

Adam Armstrong 🐸 • 2010-05-02 23:24
cleaup some graph drawing functions and interface text printing functions (much moar needed)
Files changed (6)
M html/includes/functions.inc.php +79 -13
M html/pages/device/overview/ports.inc.php +2 -2
M html/pages/front/demo.php +18 -8
M includes/functions.php -33
M includes/polling/bgpPeer.inc.php +1
M includes/static-config.php +8
📈 108 added 📉 56 removed

💻 r1085

Adam Armstrong 🐸 • 2010-05-02 20:32
cleanup some mac accounting stuff
Files changed (2)
M includes/discovery/fanspeeds.inc.php +4 -2
M includes/polling/cisco-mac-accounting.inc.php +20 -12
📈 24 added 📉 14 removed

💻 r1084 'ID'

Adam Armstrong 🐸 • 2010-05-02 19:47
remove some crap from graphs setup. fetch device array inside graph file, not in graph.php. mres() in graph.php. try to switch to generic $_GET['id'] for everything (peers and ports undone?)
Files changed (31)
M config.php.default +1 -1
M html/graph.php +8 -26
M html/includes/graphs/device_bits.inc.php +2 -6
M html/includes/graphs/device_cpu_powerconnect.inc.php +3 -1
M html/includes/graphs/device_cpu_procurve.inc.php +3 -1
M html/includes/graphs/device_cpu_unix.inc.php +3 -2
M html/includes/graphs/device_cpu.inc.php +4 -2
M html/includes/graphs/device_fanspeeds.inc.php +4 -4
M html/includes/graphs/device_hrprocesses.inc.php +3 -1
M html/includes/graphs/device_hrusers.inc.php +3 -1
M html/includes/graphs/device_icmp_informational.inc.php +3 -1
M html/includes/graphs/device_icmp.inc.php +3 -1
M html/includes/graphs/device_ip_fragmented.inc.php +2 -2
M html/includes/graphs/device_ip.inc.php +2 -1
M html/includes/graphs/device_ipSystemStats.inc.php +3 -2
M html/includes/graphs/device_load_unix.inc.php +2 -1
M html/includes/graphs/device_load_windows.inc.php +2 -1
M html/includes/graphs/device_load.inc.php +2 -1
M html/includes/graphs/device_memory_procurve.inc.php +2 -1
M html/includes/graphs/device_memory_unix.inc.php +2 -1
M html/includes/graphs/device_memory_windows.inc.php +2 -1
M html/includes/graphs/device_memory.inc.php +3 -2
M html/includes/graphs/device_processors.inc.php +3 -2
M html/includes/graphs/device_storage.inc.php +4 -2
M html/includes/graphs/device_tcp.inc.php +2 -1
M html/includes/graphs/device_temperatures.inc.php +3 -2
M html/includes/graphs/device_toner.inc.php +3 -2
M html/includes/graphs/device_udp.inc.php +2 -1
M html/includes/graphs/device_uptime.inc.php +4 -3
M html/includes/graphs/device_voltages.inc.php +3 -2
M includes/static-config.php +1 -1
📈 87 added 📉 76 removed

💻 r1083

Adam Armstrong 🐸 • 2010-04-29 16:10
fix ironware temperature precision (/2)
Files changed (1)
M includes/discovery/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1082

Adam Armstrong 🐸 • 2010-04-29 15:19
migrate temperature discovery to discover_temperature() function (and remove all those old generic duplicates! ack!) same rrd filenames are retained for now, perhaps we'll move to type-specific names in the future?
Files changed (2)
M includes/discovery/functions.inc.php +1
M includes/discovery/temperatures.inc.php +24 -110
📈 25 added 📉 110 removed

💻 r1081

Adam Armstrong 🐸 • 2010-04-29 00:44
remove parenthesis from safe filenames filter (parenthesis are certified unsafe by the WHO and should be eradicated where possible.) boob /\\ quake //\ ??? // ||_ _|| \\ __||_( `. ,' )_||___ |______\____X____/______;|
Files changed (2)
M html/includes/graphs/temperature.inc.php +1
M includes/common.php +2 -1
📈 3 added 📉 1 removed

💻 r1080

Adam Armstrong 🐸 • 2010-04-27 01:32
fix legend for trio bits graphtype
Files changed (1)
M html/includes/graphs/multi_bits_trio.inc.php +3
📈 3 added 📉 0 removed

💻 r1079

Adam Armstrong 🐸 • 2010-04-27 01:21
fix silly graphtype
Files changed (1)
M html/includes/graphs/multi_bits_duo.inc.php +10 -8
📈 10 added 📉 8 removed

💻 r1078

Adam Armstrong 🐸 • 2010-04-25 17:53
add ; to old db update script
Files changed (2)
M database-update-pre1000.sql +1 -1
M includes/services/telnet/check.inc +1 -1
📈 2 added 📉 2 removed

💻 r1077

Adam Armstrong 🐸 • 2010-04-24 23:53
count services as being down in the RRD when the host is down (for filthy SLA calculations?)
Files changed (2)
M check-services.php +6 -1
M html/includes/graphs/service.inc.php +2 -2
📈 8 added 📉 3 removed

💻 r1076

Adam Armstrong 🐸 • 2010-04-24 23:16
clean up device/interface removal code (it's still fucking foul, but meh)
Files changed (4)
M delhost.php +1 -1
M html/pages/delhost.php +2 -2
M html/pages/ports/deleted.inc.php +4 -4
M includes/functions.php +16 -8
📈 23 added 📉 15 removed

💻 r1075

Adam Armstrong 🐸 • 2010-04-24 22:58
add deleted ports to ports menu remove old popup failure
Files changed (2)
M html/includes/print-menubar.php +14
D html/includes/warn-deleted-ports.inc.php -5
📈 14 added 📉 5 removed

💻 r1074

Adam Armstrong 🐸 • 2010-04-24 22:43
add page to remove deleted ports (pour mon petit grenouille!) nn _.__-'@_ \/ _@'-__._ / '--) (--` \ / >__<<_/ o \_>>__< \ \\=x \=x \|/ x=/ x=//
Files changed (9)
M html/.htaccess +2
M html/includes/functions.inc.php +31
M html/index.php +1
A html/pages/ports
M html/pages/ports.php +3 -155
A html/pages/ports/default.inc.php +163
A html/pages/ports/deleted.inc.php +48
M includes/functions.php -30
M includes/rewrites.php +5
📈 253 added 📉 185 removed

💻 r1073

Adam Armstrong 🐸 • 2010-04-24 14:23
added permissions cache
Files changed (3)
M html/includes/functions.inc.php +13
M html/index.php +4 -1
M html/pages/locations.php +14 -14
📈 31 added 📉 15 removed

💻 r1072

Adam Armstrong 🐸 • 2010-04-23 22:05
remove silly image from overview (dank u geert :P)
Files changed (1)
M html/includes/dev-overview-data.inc.php +16 -16
📈 16 added 📉 16 removed

💻 r1071

Adam Armstrong 🐸 • 2010-04-23 15:33
bit cleaner junos atm vps (DIRTY LIKE COWS IN MUD)
Files changed (1)
M html/pages/device/port/junose-atm-vp.inc.php +8 -3
📈 8 added 📉 3 removed

💻 r1070

Adam Armstrong 🐸 • 2010-04-23 13:11
Juniper ATM VP graphing (basic, dirty) for thevoke
Files changed (6)
A html/includes/graphs/atmvp_bits.inc.php +22
A html/includes/graphs/atmvp_cells.inc.php +33
A html/includes/graphs/atmvp_errors.inc.php +34
A html/includes/graphs/atmvp_packets.inc.php +33
M html/pages/device/interface.inc.php +1 -1
M html/pages/device/port/junose-atm-vp.inc.php +13 -43
📈 136 added 📉 44 removed

💻 r1069

Adam Armstrong 🐸 • 2010-04-22 23:22
implement bad_if_regexp regular expression filter for port ifDescr (clean and allow for portName and ifName too?) (thanks thevoke!)
Files changed (1)
M includes/discovery/ports.inc.php +8
📈 8 added 📉 0 removed

💻 r1068

Adam Armstrong 🐸 • 2010-04-20 15:46
allow customisable filtering of interfaces from device_bits graph (also usable on theoretical device_pkts and device_errors)
Files changed (8)
M html/includes/graphs/device_bits.inc.php +26 -6
M html/includes/print-menubar.php +2 -2
M html/includes/print-syslog.inc +1 -1
M html/index.php +1 -1
M html/pages/front/demo.php +140 -56
M includes/common.php +13
M includes/defaults.inc.php +4 -1
M includes/functions.php -13
📈 187 added 📉 80 removed

💻 r1067

Tom Laermans 🦔 • 2010-04-17 19:35
fixed UPDATE queries in discovery for voltages,fans,toner
Files changed (1)
M includes/discovery/functions.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r1066

Tom Laermans 🦔 • 2010-04-17 17:09
remove speed from fan name
Files changed (1)
M includes/discovery/fanspeeds.inc.php +2
📈 2 added 📉 0 removed

💻 r1065

Adam Armstrong 🐸 • 2010-04-17 11:01
remove legend from aggregate graph in ports section in device overview
Files changed (1)
M html/pages/device/overview/ports.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r1064

Adam Armstrong 🐸 • 2010-04-16 15:38
add some complex graphtypes useful for fancy frontpage stuff (code sucks, though)
Files changed (2)
A html/includes/graphs/multi_bits_duo.inc.php +116
A html/includes/graphs/multi_bits_trio.inc.php +159
📈 275 added 📉 0 removed

💻 r1063

Adam Armstrong 🐸 • 2010-04-11 13:59
remove old storage tab. it is now all dead. BYE BYE STORAGE TAB.
Files changed (2)
M html/includes/print-menubar.php +1 -3
M html/index.php +1 -1
📈 2 added 📉 4 removed

💻 r1062

Adam Armstrong 🐸 • 2010-04-11 13:45
adding new /health/ pages, need cleaning up, need option to enable/disable graphs (right side 'toggle'?)
Files changed (18)
M html/includes/print-menubar.php +8 -4
M html/index.php +1 -1
M html/pages/device.php +6 -2
M html/pages/device/health/processors.inc.php +7 -2
M html/pages/device/overview/processors.inc.php +2
A html/pages/health
A html/pages/health.php +40
A html/pages/health/fanspeeds.inc.php +62
D html/pages/health/fanspeeds.php
A html/pages/health/memory.inc.php +77
A html/pages/health/processors.inc.php +78
A html/pages/health/storage.inc.php +81
A html/pages/health/temperatures.inc.php +65
D html/pages/health/temperatures.php
A html/pages/health/voltages.inc.php +62
D html/pages/health/voltages.php
D html/pages/sensors
D html/pages/sensors.php -35
📈 489 added 📉 44 removed

💻 r1061

Adam Armstrong 🐸 • 2010-04-11 11:25
print only eventlog entries we're authorised to view. (HOERAH)
Files changed (1)
M html/includes/print-syslog.inc +5
📈 5 added 📉 0 removed

💻 r1060

Adam Armstrong 🐸 • 2010-04-11 09:52
only print interface/device links if the user is allowed to see that device/interface. (TODO: graph security)
Files changed (1)
M includes/functions.php +12 -1
📈 12 added 📉 1 removed

💻 r1059

Tom Laermans 🦔 • 2010-04-11 08:39
remove branding warning (everything works without it as well)
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r1058

Tom Laermans 🦔 • 2010-04-08 22:47
newline fixes
Files changed (2)
M html/index.php -1
M poll-device.php +2 -2
📈 2 added 📉 3 removed

💻 r1057

Tom Laermans 🦔 • 2010-04-08 21:04
remove double-dee-doop
Files changed (1)
M discovery.php -5
📈 0 added 📉 5 removed

💻 r1056

Adam Armstrong 🐸 • 2010-04-08 18:26
AlliedTelesyn Support
Files changed (8)
M discovery.php +10
A html/images/os/allied.png +1
A html/pages/device/graphs/os-allied.inc.php +6
M html/pages/vrfs.php +2 -2
A includes/osdiscovery/discover-allied.php +11
A includes/polling/device-allied.inc.php +15
M includes/static-config.php +1 -1
M poll-device.php +2 -1
📈 48 added 📉 4 removed

💻 r1055

Tom Laermans 🦔 • 2010-04-02 10:31
remove warning for enable_nagios
Files changed (1)
M includes/static-config.php +1 -1
📈 1 added 📉 1 removed

💻 r1054

Tom Laermans 🦔 • 2010-04-01 11:31
moar sortings
Files changed (1)
M html/pages/device/overview/storage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1053

Tom Laermans 🦔 • 2010-04-01 10:57
err, wake up sid3windr :P fixed last commit
Files changed (1)
M html/pages/device/overview/processors.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r1052

Tom Laermans 🦔 • 2010-04-01 10:52
order processors by descr (patch by beens)
Files changed (1)
M html/pages/device/overview/processors.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1051

Geert • 2010-03-30 20:28
- s/Observer/ObserverNMS - Added Adam again ;)
Files changed (1)
M html/index.php +2 -2
📈 2 added 📉 2 removed

💻 r1050

Geert • 2010-03-27 22:20
- First step toward multi-tenancy (multi branding in 1 instance) - Created branding config. - Adjusted some defaults.
Files changed (3)
M config.php.default +37 -15
M html/index.php +28 -5
M includes/defaults.inc.php +1
📈 66 added 📉 20 removed

💻 r1049

Adam Armstrong 🐸 • 2010-03-27 15:28
add speedtouch image. :>
Files changed (1)
A html/images/os/speedtouch.png +1
📈 1 added 📉 0 removed

💻 r1048

Adam Armstrong 🐸 • 2010-03-26 18:34
apostrophe -> semicolon. merci grivat!
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1047

Adam Armstrong 🐸 • 2010-03-26 18:30
fix bug where mempool >2GB was broken. (i blame sid3windr for this, he was probably distracting me with talk of printers or something)
Files changed (3)
M database-update.sql +1 -1
M includes/discovery/functions.inc.php +3 -1
M includes/polling/mempools.inc.php +2 -1
📈 6 added 📉 3 removed

💻 r1046

Adam Armstrong 🐸 • 2010-03-23 15:39
OMNOMNOM. DEPRECATED SENSORS BEGONE. This line, and those below, will be ignored-- M html/pages/device.php
Files changed (1)
M html/pages/device.php +8 -8
📈 8 added 📉 8 removed

💻 r1045

Adam Armstrong 🐸 • 2010-03-23 15:34
add a tiny bit of debugging :>
Files changed (2)
M includes/discovery/temperatures.inc.php +8 -18
M includes/polling/bgpPeer.inc.php +7 -6
📈 15 added 📉 24 removed

💻 r1044

Adam Armstrong 🐸 • 2010-03-23 15:33
ANGRY BUNNY SAYS NO.
Files changed (1)
D html/pages/ifdown.php -63
📈 0 added 📉 63 removed

💻 r1043

Adam Armstrong 🐸 • 2010-03-23 14:35
larger mempool table entries
Files changed (2)
M database-update.sql +1
M includes/defaults.inc.php +1 -1
📈 2 added 📉 1 removed

💻 r1042

Tom Laermans 🦔 • 2010-03-23 11:49
more interface link fixes? don't know if they're needed - don't have anything with mac accounting
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1041

Tom Laermans 🦔 • 2010-03-23 10:55
fix graph links on ports page
Files changed (1)
M html/includes/print-interface.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r1040

Geert • 2010-03-22 22:13
- Removed hardcoded binaries. - Restricted nmap to level 10 - Replaced traceroute with mtr (report mode) - Also edited the Installation Wiki to include whois, mtr and nmap.
Files changed (2)
M html/netcmd.php +11 -4
M includes/defaults.inc.php +4
📈 15 added 📉 4 removed

💻 r1039

Geert • 2010-03-21 19:06
BUFIX: Syntax error.
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r1038

Geert • 2010-03-20 22:51
- Added support for CentOS.
Files changed (1)
M scripts/distro +6 -1
📈 6 added 📉 1 removed

💻 r1037

Tom Laermans 🦔 • 2010-03-18 14:13
doh
Files changed (1)
M includes/osdiscovery/discover-powerconnect.php +1 -1
📈 1 added 📉 1 removed

💻 r1036

Tom Laermans 🦔 • 2010-03-18 13:35
catch more powerconnect
Files changed (1)
M includes/osdiscovery/discover-powerconnect.php +4 -4
📈 4 added 📉 4 removed

💻 r1035

Tom Laermans 🦔 • 2010-03-18 13:30
POWERCONNECT YES
Files changed (1)
M includes/osdiscovery/discover-powerconnect.php +3 -3
📈 3 added 📉 3 removed

💻 r1034

Adam Armstrong 🐸 • 2010-03-18 02:23
temperature graph improvement (is it? bunny will know.)
Files changed (1)
M html/includes/graphs/temperature.inc.php +16 -8
📈 16 added 📉 8 removed

💻 r1033

Adam Armstrong 🐸 • 2010-03-17 15:26
showconfig level 7 or above only
Files changed (1)
M html/pages/device/showconfig.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1032

Adam Armstrong 🐸 • 2010-03-17 15:25
reduce services/locations viewing level to 5
Files changed (2)
M html/pages/locations.php +1 -1
M html/pages/services.php +1 -1
📈 2 added 📉 2 removed

💻 r1031

Adam Armstrong 🐸 • 2010-03-17 15:15
hide some sensitive stuff for users < level 7
Files changed (2)
M html/pages/device.php +2 -2
M html/pages/device/edit.inc.php +2 -2
📈 4 added 📉 4 removed

💻 r1030

Adam Armstrong 🐸 • 2010-03-16 17:00
fix mempool a bit
Files changed (1)
M includes/discovery/mempools-hrstorage.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r1029

Tom Laermans 🦔 • 2010-03-15 15:26
always go to new line for device location on device down box on frontpage
Files changed (1)
M html/pages/front/default.php +1 -1
📈 1 added 📉 1 removed

💻 r1028

Adam Armstrong 🐸 • 2010-03-14 15:21
add some files i never knew we needed
Files changed (2)
A html/pages/device/port/graphs.inc.php +30
A html/pages/device/port/junose-atm-vp.inc.php +64
📈 94 added 📉 0 removed

💻 r1027

Adam Armstrong 🐸 • 2010-03-14 14:38
fix mempool polling. move removal of storage cache array to poll-device.php. perhaps this needs further aggregated elsewhere ?
Files changed (4)
M includes/polling/mempools-hrstorage.inc.php +1 -1
M includes/polling/storage.inc.php +1 -1
M poll-device.php +2
M test-poll.php +2 -1
📈 6 added 📉 3 removed

💻 r1026

Adam Armstrong 🐸 • 2010-03-14 13:50
HOST-RESOURCES-MIB storage-based memory polling (COMMENTS PLEASE)
Files changed (5)
M html/includes/print-interface-graphs.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
A includes/discovery/mempools-hrstorage.inc.php +26
M includes/discovery/mempools.inc.php +1
A includes/polling/mempools-hrstorage.inc.php +18
📈 47 added 📉 2 removed

💻 r1025

Adam Armstrong 🐸 • 2010-03-14 01:39
fix
Files changed (1)
M includes/functions.php +1
📈 1 added 📉 0 removed

💻 r1024

Adam Armstrong 🐸 • 2010-03-14 01:38
improve some graphing stuff. sexypants.
Files changed (2)
M html/includes/print-interface-graphs.inc.php +6 -31
M html/pages/device/overview/ports.inc.php +28 -2
📈 34 added 📉 33 removed

💻 r1023

Tom Laermans 🦔 • 2010-03-13 19:39
restore correct fan speed notification logic
Files changed (1)
M includes/polling/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1022

Adam Armstrong 🐸 • 2010-03-13 16:52
fix fans to notify *BELOW* speed not above! :D
Files changed (2)
M includes/discovery/functions.inc.php +2 -4
M includes/polling/fanspeeds.inc.php +1 -1
📈 3 added 📉 5 removed

💻 r1021

Tom Laermans 🦔 • 2010-03-12 18:43
cosmetic fix ;)
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r1020

Tom Laermans 🦔 • 2010-03-12 18:42
fix hrsystemuptime polling?
Files changed (1)
M poll-device.php +3 -2
📈 3 added 📉 2 removed

💻 r1019

Tom Laermans 🦔 • 2010-03-12 18:28
fix heartbeat in rrd, oops
Files changed (1)
M includes/polling/toner.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r1018

Tom Laermans 🦔 • 2010-03-12 18:22
moar better colours for toners
Files changed (1)
M html/includes/graphs/device_toner.inc.php +6 -2
📈 6 added 📉 2 removed

💻 r1017

Adam Armstrong 🐸 • 2010-03-12 18:16
omnomnom cisco begone
Files changed (1)
D html/includes/graphs/device_memory_ios.inc.php -65
📈 0 added 📉 65 removed

💻 r1016

Tom Laermans 🦔 • 2010-03-12 18:13
toner graphing
Files changed (5)
A html/includes/graphs/device_toner.inc.php +55
M html/pages/device.php +1 -1
A html/pages/device/toner.inc.php +8
M includes/discovery/toner.inc.php +1
M includes/polling/toner.inc.php +1 -1
📈 66 added 📉 2 removed

💻 r1015

Tom Laermans 🦔 • 2010-03-12 17:46
change show_printers to enable_printers, add printer tab (still empty) to printer devices and fix syntax error
Files changed (5)
M config.php.default +1 -1
M html/includes/print-menubar.php +1 -1
M html/pages/device.php +9
M includes/discovery/toner.inc.php +2 -2
M poll-device.php +1 -1
📈 14 added 📉 5 removed

💻 r1014

Tom Laermans 🦔 • 2010-03-12 17:33
toner polling
Files changed (2)
A includes/polling/toner.inc.php +40
M poll-device.php +1
📈 41 added 📉 0 removed

💻 r1013

Adam Armstrong 🐸 • 2010-03-12 17:27
cleanup overview eventlog
Files changed (1)
M html/includes/print-event-short.inc +6 -6
📈 6 added 📉 6 removed

💻 r1012

Adam Armstrong 🐸 • 2010-03-12 17:18
some db cleanups and removal of debugging and cleanup of processor descriptions
Files changed (3)
M database-update.sql +5
M includes/discovery/functions.inc.php -1
M includes/discovery/mempools-cemp.inc.php +4
📈 9 added 📉 1 removed

💻 r1011

Adam Armstrong 🐸 • 2010-03-12 02:35
hrdevice processors cleanup (strip vendor id, strip (TM) and (R))
Files changed (1)
M includes/discovery/processors-hrdevice.inc.php +9
📈 9 added 📉 0 removed

💻 r1010

Adam Armstrong 🐸 • 2010-03-12 02:24
fix status setting for down also add new storage image :>
Files changed (3)
M html/images/icons/storage.png ±0
M includes/discovery/storage-hrstorage.inc.php +1
M poll-device.php +10 -10
📈 11 added 📉 10 removed

💻 r1009

Adam Armstrong 🐸 • 2010-03-11 21:58
more icons and fixing overview.
Files changed (17)
A html/images/icons/overview
A html/images/icons/overview/mempools.png +1
A html/images/icons/overview/processors.png +1
A html/images/icons/storage.png +1
M html/includes/functions.inc.php +25 -3
M html/includes/print-interface-graphs.inc.php +34 -16
M html/pages/device/interface.inc.php +12 -32
M html/pages/device/overview.inc.php +2 -2
D html/pages/device/overview/cemp.inc.php -41
D html/pages/device/overview/cmp.inc.php -38
M html/pages/device/overview/fanspeeds.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
M html/pages/device/overview/voltages.inc.php +1 -1
M includes/snmp.inc.php +1 -1
📈 83 added 📉 139 removed

💻 r1008

Adam Armstrong 🐸 • 2010-03-11 20:47
add more icons
Files changed (2)
M html/pages/device/overview/fanspeeds.inc.php +1 -1
M html/pages/device/overview/voltages.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r1007

Tom Laermans 🦔 • 2010-03-11 19:09
Dell Laser Toner discovery for EnterpriseNMS
Files changed (4)
M database-update.sql +1
M discovery.php +1 -2
M includes/discovery/functions.inc.php +234 -153
A includes/discovery/toner.inc.php +66
📈 302 added 📉 155 removed

💻 r1006

Tom Laermans 🦔 • 2010-03-11 18:18
ACTUALLY run the whole update script for <1000 instead of never
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r1005

Tom Laermans 🦔 • 2010-03-11 17:46
don't discover disabled devices
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r1004

Tom Laermans 🦔 • 2010-03-11 10:19
don't poll disabled devices
Files changed (1)
M poll-device.php +1 -1
📈 1 added 📉 1 removed

💻 r1003

Adam Armstrong 🐸 • 2010-03-11 03:38
add some nice new icons for overview. are they nice? i don't know. they're certainly nicer than a kick in the balls though, eh?
Files changed (5)
A html/images/icons/cpuload.png +1
A html/images/icons/mempool.png +1
M html/pages/device/overview/mempools.inc.php +3 -3
M html/pages/device/overview/processors.inc.php +8 -2
M html/pages/device/overview/temperatures.inc.php +1 -1
📈 14 added 📉 6 removed

💻 r1002

Adam Armstrong 🐸 • 2010-03-11 02:53
add CISCO-ENHANCED-MEMPOOL-MIB support to new mempool discovery/poller
Files changed (8)
M discovery.php +1 -1
M includes/discovery/functions.inc.php +8 -3
A includes/discovery/mempools-cemp.inc.php +22
M includes/discovery/mempools-cmp.inc.php +4 -1
M includes/discovery/mempools.inc.php +1
M includes/polling/device-ios.inc.php +3 -3
A includes/polling/mempools-cemp.inc.php +17
M includes/polling/mempools.inc.php +1 -1
📈 57 added 📉 9 removed

💻 r1001

Adam Armstrong 🐸 • 2010-03-10 14:56
reset sql auto update. add "pre-1000" script for revisions below 1000 (cut down excessive SQL churn).
Files changed (3)
A database-update-pre1000.sql +121
database-update.sql -121
M discovery.php +4
📈 125 added 📉 121 removed

💻 r1000

Tom Laermans 🦔 • 2010-03-07 22:22
cleanups code, YAY COMMIT 1000
Files changed (3)
M html/includes/authenticate.inc.php +1 -1
M html/includes/dev-overview-data.inc.php +56 -37
M html/pages/device/overview/ports.inc.php +14 -18
📈 71 added 📉 56 removed

💻 r999

Tom Laermans 🦔 • 2010-03-06 01:46
allow lack of trailing slash in rancid config directories
Files changed (2)
M html/pages/device.php +1
M html/pages/device/showconfig.inc.php +1
📈 2 added 📉 0 removed

💻 r998

Tom Laermans 🦔 • 2010-03-06 01:36
config.php.default tweaks
Files changed (1)
M config.php.default +2 -2
📈 2 added 📉 2 removed

💻 r997

Tom Laermans 🦔 • 2010-03-06 01:32
more warning cleanups
Files changed (2)
M html/pages/locations.php +1 -1
M html/pages/sensors.php +2 -2
📈 3 added 📉 3 removed

💻 r996

Tom Laermans 🦔 • 2010-03-06 01:26
warnings cleanup
Files changed (1)
M includes/functions.php +2 -2
📈 2 added 📉 2 removed

💻 r995

Tom Laermans 🦔 • 2010-03-06 01:24
REWRITE THIS ;)
Files changed (2)
D html/includes/warn-deleted-interfaces.inc.php -5
A html/includes/warn-deleted-ports.inc.php +5
📈 5 added 📉 5 removed

💻 r994

Tom Laermans 🦔 • 2010-03-06 01:22
more working less sucking
Files changed (4)
M html/includes/authenticate.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +7
M html/includes/authentication/ldap.inc.php +9 -1
M html/includes/authentication/mysql.inc.php +8 -1
📈 25 added 📉 3 removed

💻 r993

Tom Laermans 🦔 • 2010-03-06 01:19
can has working pages? NO CAN HAS :(
Files changed (4)
M html/includes/authenticate.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +1 -1
M html/includes/authentication/ldap.inc.php +1 -1
M html/includes/authentication/mysql.inc.php +1 -1
📈 4 added 📉 4 removed

💻 r992

Tom Laermans 🦔 • 2010-03-06 01:15
userlevel via authmodule
Files changed (4)
M html/includes/authenticate.inc.php +1 -5
M html/includes/authentication/http-auth.inc.php +7
M html/includes/authentication/ldap.inc.php +8 -1
M html/includes/authentication/mysql.inc.php +7
📈 23 added 📉 6 removed

💻 r991

Tom Laermans 🦔 • 2010-03-06 01:10
MOAR AUTHMODULE, with some parts left to do...
Files changed (8)
M adduser.php +28 -12
M html/includes/authentication/http-auth.inc.php +16
M html/includes/authentication/ldap.inc.php +18 -1
M html/includes/authentication/mysql.inc.php +17
M html/includes/error-no-perm.inc.php +1 -1
M html/includes/print-menubar.php +9 -4
M html/pages/adduser.php +43 -27
M html/pages/deluser.php +29 -20
📈 161 added 📉 65 removed

💻 r990

Tom Laermans 🦔 • 2010-03-06 00:00
change password option in the auth modules, not used in the webinterface yet
Files changed (3)
M html/includes/authentication/http-auth.inc.php +11
M html/includes/authentication/ldap.inc.php +10
M html/includes/authentication/mysql.inc.php +12
📈 33 added 📉 0 removed

💻 r989

Tom Laermans 🦔 • 2010-03-05 23:53
topnav logic change (level 10 only to see everything), code cleanup
Files changed (1)
M html/includes/topnav.inc +36 -38
📈 36 added 📉 38 removed

💻 r988

Tom Laermans 🦔 • 2010-03-05 23:50
fix sensor links on device overview
Files changed (3)
M html/pages/device/overview/fanspeeds.inc.php +1 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
M html/pages/device/overview/voltages.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r987

Adam Armstrong 🐸 • 2010-03-05 03:54
Juniper JunOSe temperatures (sponsored by redLED Industries Inc.)
Files changed (3)
M includes/discovery/functions.inc.php +24
A includes/discovery/temperatures-junose.inc.php +25
M includes/discovery/temperatures.inc.php +2
📈 51 added 📉 0 removed

💻 r986

Tom Laermans 🦔 • 2010-03-05 01:13
fix escaped eventlog that shouldn't be escaped
Files changed (1)
M includes/polling/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r985

Tom Laermans 🦔 • 2010-03-03 09:15
fix windows uptime
Files changed (2)
M includes/polling/hr-mib.inc.php +2 -8
M poll-device.php +1
📈 3 added 📉 8 removed

💻 r984

Tom Laermans 🦔 • 2010-03-02 17:57
find older hardware for powerconnect - works on 5224
Files changed (1)
M includes/polling/device-powerconnect.inc.php +5
📈 5 added 📉 0 removed

💻 r983

Tom Laermans 🦔 • 2010-03-01 08:39
poll hrSystemUptime instead of sysUptime (device uptime vs snmp agent uptime) if available
Files changed (1)
M poll-device.php +27 -10
📈 27 added 📉 10 removed

💻 r982

Tom Laermans 🦔 • 2010-03-01 08:24
fix uptime polling broken in r970
Files changed (1)
M poll-device.php +56 -54
📈 56 added 📉 54 removed

💻 r981

Adam Armstrong 🐸 • 2010-03-01 02:42
junos atm vp collection! konijntjetijd!
Files changed (2)
M includes/discovery/junose-atm-vp.inc.php +3 -1
A includes/polling/junose-atm-vp.inc.php +78
📈 81 added 📉 1 removed

💻 r980

Adam Armstrong 🐸 • 2010-03-01 02:21
db update
Files changed (4)
M database-update.sql +2 -1
M discovery.php +1 -2
M includes/discovery/functions.inc.php +3 -3
M includes/polling/device-junose.inc.php +3
📈 9 added 📉 6 removed

💻 r979

Adam Armstrong 🐸 • 2010-03-01 01:51
junose-atm-vp stuff
Files changed (6)
M config.php.default +1 -1
M database-update.sql +1
M discovery.php +1 -1
M includes/defaults.inc.php +1 -1
D includes/discovery/junose-atm-vc.inc.php -51
A includes/discovery/junose-atm-vp.inc.php +52
📈 56 added 📉 54 removed

💻 r978

Tom Laermans 🦔 • 2010-03-01 01:23
allow specifying LDAP version 2 or 3 in the config
Files changed (2)
M html/includes/authentication/ldap.inc.php +4
M includes/defaults.inc.php +3
📈 7 added 📉 0 removed

💻 r977

Adam Armstrong 🐸 • 2010-02-28 22:04
bit of restructuring and tiding. all hail bunny.
Files changed (19)
M config.php.default +1 -1
M discovery.php +15 -41
M includes/defaults.inc.php +3 -1
M includes/discovery/arp-table.inc.php -1
M includes/discovery/bgp-peers.inc.php -1
M includes/discovery/cisco-mac-accounting.inc.php +8 -1
M includes/discovery/cisco-pw.inc.php +2 -2
M includes/discovery/cisco-vlans.inc.php +4
M includes/discovery/cisco-vrf.inc.php +6 -1
M includes/discovery/functions.inc.php +16 -1
A includes/discovery/junose-atm-vc.inc.php +51
D includes/functions-poller.inc.php -289
M includes/functions.php +1
A includes/snmp.inc.php +289
M includes/static-config.php +2 -2
M poll-device.php -1
M poller.php -1
M test-discovery.php -1
M test-poll.php -1
📈 398 added 📉 345 removed

💻 r976

Tom Laermans 🦔 • 2010-02-28 20:43
discovery powerconnect
Files changed (1)
M includes/osdiscovery/discover-powerconnect.php +1
📈 1 added 📉 0 removed

💻 r975

Tom Laermans 🦔 • 2010-02-28 20:39
set device to network if os is ironware
Files changed (1)
M discovery.php +7 -3
📈 7 added 📉 3 removed

💻 r974

Tom Laermans 🦔 • 2010-02-28 14:06
remove print_r from etherlike graphs
Files changed (1)
M html/includes/graphs/port_etherlike.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r973

Tom Laermans 🦔 • 2010-02-28 13:04
auth modules! please test http-auth again, i haven't, but i think i got it right...
Files changed (7)
M html/includes/authenticate.inc.php +35 -65
A html/includes/authentication
A html/includes/authentication/http-auth.inc.php +27
A html/includes/authentication/ldap.inc.php +33
A html/includes/authentication/mysql.inc.php +16
M html/index.php +1 -1
M html/pages/logon.inc +2 -2
📈 114 added 📉 68 removed

💻 r972

Adam Armstrong 🐸 • 2010-02-28 02:20
Add HTTP-Auth (thanks Allen Parker <parker a isohunt o com>)
Files changed (6)
M config.php.default +2 -1
M html/includes/authenticate.inc.php +22 -10
M html/includes/graphs/device_storage.inc.php +2 -2
M html/includes/graphs/mempool.inc.php +10 -6
M html/includes/graphs/storage.inc.php +2 -2
M includes/static-config.php +4
📈 42 added 📉 21 removed

💻 r971

Tom Laermans 🦔 • 2010-02-28 02:17
move mount ignores to defaults config file, add option to ignore optical drives, and fix the entire ignore thing as 'someone' broke it after semi-rewriting the storage portion
Files changed (3)
M config.php.default -5
M includes/defaults.inc.php +3
M includes/discovery/storage-hrstorage.inc.php +9 -7
📈 12 added 📉 12 removed

💻 r970

Tom Laermans 🦔 • 2010-02-28 01:44
Put device rebooted event in the event log before other device events
Files changed (1)
M poll-device.php +23 -22
📈 23 added 📉 22 removed

💻 r969

Adam Armstrong 🐸 • 2010-02-28 01:26
hurray for the atm forum
Files changed (2)
D mibs/ATM-FORUM-SNMP-M4-MIB.mib -4,630
A mibs/junose/ATM-FORUM-SNMP-M4-MIB.mib +4,733
📈 0 added 📉 0 removed

💻 r968

Adam Armstrong 🐸 • 2010-02-28 01:22
Add ATM-FORUM-SNMP-M4 MIB. Required for JunOSe ATM MIBs
Files changed (1)
A mibs/ATM-FORUM-SNMP-M4-MIB.mib +4,733
📈 0 added 📉 0 removed

💻 r967

Tom Laermans 🦔 • 2010-02-27 14:45
clean up storage polling output
Files changed (1)
M includes/polling/storage-hrstorage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r966

Tom Laermans 🦔 • 2010-02-27 14:44
include defaults.php before config.php, not FROM config.php
Files changed (29)
M addhost.php +1
M adduser.php +1
M alerts.php +1
M check-errors.php +1
M check-services.php +1
M cleanup.php +1
M config.php.default -1
M delhost.php +1
M discovery.php +1
M generate-iplist.php +1
M html/ajax/list_interfaces.php +1
M html/billing-graph.php +1
M html/collectd-graph.php +1
M html/graph.php +1 -1
M html/index.php +1
M html/map.php +1
M html/netcmd.php +1
M html/percentage.php +1
M poll-billing.php +1
M poll-device.php +1
M poll-reachability.php +1
M poller.php +1
M renamehost.php +1
M scan-snmp.php +1
M snmptrap.php +1
M syslog.php +1
M test-discovery.php +1
M test-poll.php +1
M versioncheck.php +1
📈 28 added 📉 2 removed

💻 r965

Geert • 2010-02-26 15:30
- BUGFIX: Access privilege fix on the storage overview.
Files changed (1)
M html/pages/storage.php +1 -1
📈 1 added 📉 1 removed

💻 r964

Geert • 2010-02-26 14:35
- Storage config / defaults fixes.
Files changed (2)
M config.php.default -3
M includes/defaults.inc.php +1 -1
📈 1 added 📉 4 removed

💻 r963

Geert • 2010-02-26 14:25
Typo fix.
Files changed (1)
M html/pages/storage.php +1 -1
📈 1 added 📉 1 removed

💻 r962

Geert • 2010-02-26 14:02
- Additional Cisco hardware check.
Files changed (1)
M includes/functions.php +2
📈 2 added 📉 0 removed

💻 r961

Geert • 2010-02-26 13:49
- Let's hope it's fixed now :)
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r960

Geert • 2010-02-26 13:36
Regex fix in ignore_junos_os_drives
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r959

Geert • 2010-02-26 13:21
ignore_bsd_os_drives regex fix.
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r958

Geert • 2010-02-26 13:07
- Ignored some FreeBSD OS drives.
Files changed (3)
M html/pages/device/overview/storage.inc.php +8
M html/pages/storage.php +8
M includes/defaults.inc.php +1
📈 17 added 📉 0 removed

💻 r957

Geert • 2010-02-26 12:42
- Ignored some Juniper ERX storage partitions.
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r956

Adam Armstrong 🐸 • 2010-02-25 22:48
fix hrdevice cpu popup and link
Files changed (1)
M html/pages/device/hrdevice.inc.php +4 -3
📈 4 added 📉 3 removed

💻 r955

Geert • 2010-02-25 22:23
- BUGFIX: Renamed "Interfaces" to "Ports" in the top navigation menu. - FEATURE: In the menubar for "Ports" added support for ignored interfaces. - BUGFIX: Fixed the /ports/(down|admindown|errors|ignored)/ links.
Files changed (3)
M html/includes/print-menubar.php +4
M html/includes/topnav.inc +1 -1
M html/pages/ports.php +7 -4
📈 12 added 📉 5 removed

💻 r954

Geert • 2010-02-25 21:42
BUGFIX: The MAC address change detection code did not use the proper interface to compare against. So false MAC change alerts where being send when using VRRP or LACP/PortChannel interfaces.
Files changed (1)
M includes/discovery/arp-table.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r953

Adam Armstrong 🐸 • 2010-02-25 21:40
fix RRD format for storage RRDS. we need to look at these rrd formats, i think, some might SUCK.
Files changed (3)
M html/pages/device/health/storage.inc.php +3 -3
M includes/polling/storage.inc.php +2 -2
M includes/rrdtool.inc.php +1 -1
📈 6 added 📉 6 removed

💻 r952 'WARN'

Geert • 2010-02-25 20:40
- Send email alerts on interface flaps when $config['warn']['ifdown'] is true. - Added the setting timestamp_format: Description: The timestamp format to use in logs or emails. Default: d-m-Y H:i:s - Modified timestamp dates.
Files changed (8)
M check-services.php +2 -2
M includes/defaults.inc.php +10 -9
M includes/polling/fanspeeds.inc.php +1 -1
M includes/polling/hr-mib_storage.inc.php +1 -1
M includes/polling/ports.inc.php +14
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/voltages.inc.php +2 -2
M poll-reachability.php +2 -2
📈 33 added 📉 18 removed

💻 r951

Adam Armstrong 🐸 • 2010-02-25 01:52
syslog fix + device_fanspeeds graph for health main page
Files changed (3)
A html/includes/graphs/device_fanspeeds.inc.php +55
M includes/syslog.php +1 -1
M syslog.php +1
📈 57 added 📉 1 removed

💻 r950

Adam Armstrong 🐸 • 2010-02-25 01:47
add device_memory graph and fix single mempool graph
Files changed (2)
M html/includes/graphs/device_memory.inc.php +23
M html/includes/graphs/mempool.inc.php +8 -13
📈 31 added 📉 13 removed

💻 r949

Adam Armstrong 🐸 • 2010-02-25 01:30
junos mempools
Files changed (8)
M database-update.sql +2
M html/includes/print-interface.inc.php +9 -1
M includes/defaults.inc.php +4
A includes/discovery/mempools-junos.inc.php +30
M includes/discovery/mempools.inc.php +1
A includes/polling/mempools-junos.inc.php +20
M includes/polling/mempools.inc.php +3 -2
M includes/polling/storage-hrstorage.inc.php -2
📈 69 added 📉 5 removed

💻 r948

Adam Armstrong 🐸 • 2010-02-25 01:28
memory health page
Files changed (1)
A html/pages/device/health/memory.inc.php +73
📈 73 added 📉 0 removed

💻 r947

Adam Armstrong 🐸 • 2010-02-25 00:56
storage fixes, moving things from graphing page, ironware dynamic memory pool (static!)
Files changed (17)
A html/includes/graphs/device_processors.inc.php +36
M html/includes/graphs/device_storage.inc.php +1 -1
A html/includes/graphs/device_voltages.inc.php +55
M html/includes/graphs/storage.inc.php +1 -1
M html/pages/device/graphs/os-ios.inc.php +3 -3
M html/pages/device/graphs/os-ironware.inc.php +1 -1
M html/pages/device/graphs/os-junos.inc.php +2 -2
M html/pages/device/graphs/os-junose.inc.php +3 -2
M html/pages/device/graphs/os-unix.inc.php -1
M html/pages/device/graphs/os-windows.inc.php -2
D html/pages/device/graphs/temperatures.inc.php -7
M html/pages/device/health.inc.php +8 -5
A includes/discovery/mempools-ironware-dyn.inc.php +17
M includes/discovery/mempools.inc.php +1
A includes/polling/mempools-ironware-dyn.inc.php +10
M includes/polling/mempools.inc.php +1 -4
M includes/polling/storage.inc.php +1 -1
📈 140 added 📉 30 removed

💻 r946

Adam Armstrong 🐸 • 2010-02-24 21:44
fix etherlike graphing,more storage changes, create health aggregate page
Files changed (10)
D html/includes/graphs/device_hrstorage.inc.php -29
A html/includes/graphs/device_storage.inc.php +30
M html/includes/graphs/port_etherlike.inc.php +7 -6
D html/pages/device/graphs/hrstorage.inc.php -9
M html/pages/device/graphs/os-unix.inc.php -1
M html/pages/device/graphs/os-windows.inc.php -1
A html/pages/device/graphs/storage.inc.php +9
M html/pages/device/health.inc.php +16 -10
D html/pages/device/health/temp.inc.php -59
A html/pages/device/health/temperatures.inc.php +59
📈 121 added 📉 115 removed

💻 r945

Geert • 2010-02-24 18:24
- JunOS support for the storage rewrite.
Files changed (3)
M html/pages/device/overview/storage.inc.php +1
M html/pages/storage.php +1
M includes/defaults.inc.php +1 -1
📈 3 added 📉 1 removed

💻 r944

Adam Armstrong 🐸 • 2010-02-24 15:45
add semicolon :)
Files changed (1)
M database-update.sql +1 -1
📈 1 added 📉 1 removed

💻 r943

Adam Armstrong 🐸 • 2010-02-24 15:44
fix some storage mess.
Files changed (3)
M database-update.sql +1
M html/pages/device/overview/storage.inc.php +3 -4
M html/pages/storage.php +10 -13
📈 14 added 📉 17 removed

💻 r942

Adam Armstrong 🐸 • 2010-02-24 15:22
remove " from processor descriptions (need to standardize this later)
Files changed (1)
M includes/discovery/functions.inc.php +1
📈 1 added 📉 0 removed

💻 r941

Adam Armstrong 🐸 • 2010-02-24 15:20
move interfaces to ports :)
Files changed (3)
D html/pages/interfaces.php -159
A html/pages/ports.php +159
M html/pages/storage.php +1
📈 160 added 📉 159 removed

💻 r940

Adam Armstrong 🐸 • 2010-02-24 14:34
new storage overview module
Files changed (1)
A html/pages/device/overview/storage.inc.php +58
📈 58 added 📉 0 removed

💻 r939

Adam Armstrong 🐸 • 2010-02-24 14:14
add storage graph type (needs rewrite a bit, too long)
Files changed (1)
A html/includes/graphs/storage.inc.php +32
📈 32 added 📉 0 removed

💻 r938

Adam Armstrong 🐸 • 2010-02-24 14:11
storage poller redux
Files changed (2)
A includes/polling/storage-hrstorage.inc.php +20
A includes/polling/storage.inc.php +58
📈 78 added 📉 0 removed

💻 r937

Adam Armstrong 🐸 • 2010-02-24 13:46
continuation of storage changes, addition of rrdtool functions
Files changed (13)
M database-update.sql +3
M includes/discovery/functions.inc.php +23
M includes/discovery/mempools-cmp.inc.php +1 -1
A includes/discovery/storage-hrstorage.inc.php +34
M includes/discovery/storage.inc.php +16 -58
M includes/functions.php +3 -46
M includes/graphing/unix.php +6 -6
M includes/polling/hr-mib_storage.inc.php +17 -15
M includes/polling/hr-mib.inc.php -1
M includes/rewrites.php -2
A includes/rrdtool.inc.php +40
M includes/unix-graphing.php +3 -3
M poll-device.php +1
📈 147 added 📉 132 removed

💻 r936

Adam Armstrong 🐸 • 2010-02-24 02:16
replace old hrStorage poller with generic storage poller and hrStorage plugin *** OLD RRDFILES ARE USELESS NOW*** remove a load of old processor and storage stuff add more % bars to things
Files changed (18)
M html/graph.php +2 -2
D html/includes/graphs/cpmCPU.inc.php -26
M html/includes/graphs/device_hrstorage.inc.php +3 -3
D html/includes/graphs/hrProcessor.inc.php -28
D html/includes/graphs/hrstorage.inc.php -31
M html/pages/device.php +2 -2
M html/pages/device/graphs/hrstorage.inc.php +1 -1
M html/pages/device/health.inc.php +5 -9
D html/pages/device/health/cemp.inc.php -62
D html/pages/device/health/cmp.inc.php -55
D html/pages/device/health/hrprocessors.inc.php -52
M html/pages/device/health/processors.inc.php +21 -7
M html/pages/device/health/storage.inc.php +12 -12
M html/pages/device/overview.inc.php +2 -1
D html/pages/device/overview/hrProcessors.inc.php -33
D html/pages/device/overview/hrStorage.inc.php -58
D html/pages/device/storage.inc.php -85
M html/pages/storage.php +22 -17
📈 70 added 📉 484 removed

💻 r935

Adam Armstrong 🐸 • 2010-02-23 17:11
BUNNY! (\(\ ( - -) ((') (')
Files changed (2)
D html/images/os/m0n0wall.png -1
A html/images/os/monowall.png +1
📈 1 added 📉 1 removed

💻 r934

Adam Armstrong 🐸 • 2010-02-23 16:38
overview tab 2: the return. also config option to make it shoo.
Files changed (2)
M html/pages/device.php +8 -8
M includes/defaults.inc.php +4
📈 12 added 📉 8 removed

💻 r933

Adam Armstrong 🐸 • 2010-02-23 16:33
fix monowall to be in unix os group
Files changed (1)
M includes/static-config.php +2 -2
📈 2 added 📉 2 removed

💻 r932

Adam Armstrong 🐸 • 2010-02-22 01:06
database addition for generic mempools (don't remove old ones yet)
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r931

Adam Armstrong 🐸 • 2010-02-22 00:57
add generic memory pool poller and add old-cisco-memory-pool-mib support
Files changed (11)
M discovery.php +2
A html/includes/graphs/mempool.inc.php +32
M html/pages/device/overview.inc.php +3 -2
A html/pages/device/overview/mempools.inc.php +51
M includes/discovery/functions.inc.php +23
A includes/discovery/mempools-cmp.inc.php +21
A includes/discovery/mempools.inc.php +29
M includes/polling/device-ios.inc.php +6 -2
A includes/polling/mempools-cmp.inc.php +17
A includes/polling/mempools.inc.php +57
M poll-device.php +1
📈 242 added 📉 4 removed

💻 r930

Geert • 2010-02-21 21:05
- Device hardware rewrite addon (Ex "CISCO1841" to "Cisco 1841")
Files changed (1)
M includes/functions.php +2
📈 2 added 📉 0 removed

💻 r929

Geert • 2010-02-21 20:44
- Unknown Linux devices with -server in the kernel version are now identified as a server. (Tested on Ubuntu 9.10-server)
Files changed (1)
M discovery.php +4
📈 4 added 📉 0 removed

💻 r928

Adam Armstrong 🐸 • 2010-02-21 19:54
make service graph make a tiny bit more sense. because moar.
Files changed (2)
M html/includes/graphs/service.inc.php +9 -5
M html/includes/print-service.inc +6 -1
📈 15 added 📉 6 removed

💻 r927

Geert • 2010-02-21 19:51
- Missing ending ;
Files changed (1)
M database-update.sql +2 -2
📈 2 added 📉 2 removed

💻 r926

Adam Armstrong 🐸 • 2010-02-21 19:32
add service history RRD and graph
Files changed (19)
M check-services.php +15 -2
M database-update.sql +1
A html/includes/graphs/service.inc.php +30
M html/includes/graphs/temperature.inc.php +2 -2
M html/includes/print-menubar.php +1 -1
M html/includes/print-service.inc +4 -1
M html/includes/service-add.inc.php +1 -1
M html/includes/topnav.inc +4 -4
M html/pages/default-jt.php +1 -1
M html/pages/delsrv.php +1 -1
M html/pages/device.php +1 -1
M html/pages/device/overview.inc.php +5 -5
M html/pages/device/srv.inc.php +2 -2
M html/pages/front/default.php +1 -1
M html/pages/front/demo.php +1 -1
M html/pages/front/example2.php +1 -1
M html/pages/front/jt.php +1 -1
M html/pages/services.php +3 -3
M includes/functions.php +2 -2
📈 77 added 📉 30 removed

💻 r925 'HARDWARE'

Geert • 2010-02-21 17:02
- Added a utility function formatCiscoHardware() Params: - A reference to the $device array. - An optional (true) if you want the platform only (and not the part number) - In device overview place Hardware before Operating System (makes more sence) - Added virtual $device['hardware'] for Cisco platforms without an hardware tag (like Cisco 3750)
Files changed (4)
M html/includes/dev-overview-data.inc.php +8 -8
M html/includes/hostbox.inc +1 -1
M includes/defaults.inc.php +2
M includes/functions.php +21 -1
📈 32 added 📉 10 removed

💻 r924

Tom Laermans 🦔 • 2010-02-21 15:32
back to >
Files changed (1)
M includes/discovery/arp-table.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r923

Tom Laermans 🦔 • 2010-02-21 15:18
add single quotes in eventlog statement
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r922

Geert • 2010-02-21 14:58
- Added a setting to toggle the display of sysDescr on the device overview page. Setting: overview_show_sysDescr Default: true
Files changed (2)
M html/includes/dev-overview-data.inc.php +3 -1
M includes/defaults.inc.php +2
📈 5 added 📉 1 removed

💻 r921

Tom Laermans 🦔 • 2010-02-21 14:57
hm, fix to last commit, debug output would never fire
Files changed (1)
M includes/functions.php +4 -1
📈 4 added 📉 1 removed

💻 r920

Tom Laermans 🦔 • 2010-02-21 14:56
hide debug output from log_event()
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r919

Tom Laermans 🦔 • 2010-02-21 14:55
cleanup junos processor detection
Files changed (1)
M includes/discovery/processors-junos.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r918

Tom Laermans 🦔 • 2010-02-21 14:54
patch from jduggan to detect mac address changes
Files changed (1)
M includes/discovery/arp-table.inc.php +6
📈 6 added 📉 0 removed

💻 r917

Geert • 2010-02-21 14:46
- BUGFIX: Syntax error fix.
Files changed (1)
M includes/polling/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r916

Tom Laermans 🦔 • 2010-02-21 13:51
fix eventlog type column
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r915

Tom Laermans 🦔 • 2010-02-21 11:58
cleanups
Files changed (7)
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/discovery/cisco-vlans.inc.php +2 -2
M includes/discovery/processors-junos.inc.php +1 -1
M includes/discovery/q-bridge-mib.inc.php +3 -3
M includes/polling/interfaces.inc.php +1 -1
M includes/polling/ports.inc.php +1 -1
M includes/syslog.php +1 -1
📈 10 added 📉 10 removed

💻 r914

Tom Laermans 🦔 • 2010-02-21 10:30
temp_tenths is for oldies, remove cruft
Files changed (1)
M includes/polling/temperatures.inc.php +3 -7
📈 3 added 📉 7 removed

💻 r913

Adam Armstrong 🐸 • 2010-02-21 05:40
clean up some graphing for new juniper stuff
Files changed (4)
D html/includes/graphs/device_cpu_junos.inc.php -25
M html/includes/graphs/device_cpu.inc.php -1
M html/includes/graphs/generic_multi_line.inc.php +2 -2
M html/includes/graphs/processor.inc.php +3 -3
📈 5 added 📉 31 removed

💻 r912

Adam Armstrong 🐸 • 2010-02-21 05:17
cleanups
Files changed (3)
D html/includes/graphs/device_cpu_windows.inc.php -68
M includes/discovery/processors-hrdevice.inc.php +1 -1
M includes/discovery/processors-junos.inc.php +14 -13
📈 15 added 📉 82 removed

💻 r911

Adam Armstrong 🐸 • 2010-02-21 05:09
perhaps it would be best to actually include the junos polling script.
Files changed (1)
A includes/discovery/processors-junos.inc.php +29
📈 29 added 📉 0 removed

💻 r910

Adam Armstrong 🐸 • 2010-02-21 05:08
cpu polling support for Juniper JunOS. tested on m7i only
Files changed (4)
M includes/defaults.inc.php +3
M includes/discovery/processors.inc.php +1
M includes/functions-poller.inc.php +21
M test-discovery.php +2
📈 27 added 📉 0 removed

💻 r909

Adam Armstrong 🐸 • 2010-02-21 03:00
fix database update for syslogging
Files changed (1)
M database-update.sql +1 -1
📈 1 added 📉 1 removed

💻 r908

Adam Armstrong 🐸 • 2010-02-21 02:47
resize bars in overview to 20px high, looks better, less hassle.
Files changed (2)
M html/pages/device/overview/hrStorage.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r907

Adam Armstrong 🐸 • 2010-02-21 02:44
honestly, this really, truly fixes processor detection on IOS. probably.
Files changed (1)
M includes/discovery/functions.inc.php +5 -5
📈 5 added 📉 5 removed

💻 r906

Adam Armstrong 🐸 • 2010-02-21 02:29
final fix for processors. I believe it all works now.
Files changed (1)
M includes/discovery/processors-ios.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r905

Geert • 2010-02-21 02:27
- BUGFIX: temp_index was already defined as an integer. Use CHANGE instead of ADD.
Files changed (1)
M database-update.sql +1 -1
📈 1 added 📉 1 removed

💻 r904

Adam Armstrong 🐸 • 2010-02-21 02:26
another processor fix!
Files changed (1)
M includes/discovery/processors-ios.inc.php +1
📈 1 added 📉 0 removed

💻 r903

Adam Armstrong 🐸 • 2010-02-21 02:18
update processors code some more
Files changed (1)
M includes/discovery/functions.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r902

Adam Armstrong 🐸 • 2010-02-21 02:13
fix processors
Files changed (3)
M database-update.sql +1
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/processors-ios.inc.php +1 -1
📈 3 added 📉 2 removed

💻 r901

Geert • 2010-02-21 01:57
- Addon to r896.
Files changed (1)
M html/pages/device/overview/hrStorage.inc.php +12
📈 12 added 📉 0 removed

💻 r900

Adam Armstrong 🐸 • 2010-02-21 01:51
rewritten processors discovery to use function
Files changed (4)
M includes/discovery/processors-hrdevice.inc.php +1 -15
M includes/discovery/processors-ios.inc.php +1 -1
M includes/discovery/processors-ironware.inc.php +1 -14
M includes/discovery/processors-junose.inc.php +2 -14
📈 5 added 📉 44 removed

💻 r899

Adam Armstrong 🐸 • 2010-02-21 01:35
add a default catch-all IOS cpu poller using avgBusy5
Files changed (8)
M database-update.sql +1
M html/includes/functions.inc.php +2 -3
M html/pages/device/health/storage.inc.php +11 -7
M html/pages/device/storage.inc.php +7 -1
M html/pages/storage.php +12 -8
M includes/discovery/functions.inc.php +21
M includes/discovery/processors-ios.inc.php +7 -14
M poll-device.php +4 -1
📈 65 added 📉 34 removed

💻 r898

Geert • 2010-02-21 01:29
- BUGFIX: Ignored interfaces should not be in the alerts.
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r897

Geert • 2010-02-21 01:10
- Do not display "Services" in the top navigation when servies are disabled.
Files changed (1)
M html/includes/topnav.inc +2
📈 2 added 📉 0 removed

💻 r896

Geert • 2010-02-21 00:29
- Added default config item to filter JunOS system partitions from the GUI. Setting: ignore_junos_os_drives Default: /packages, /dev and /proc
Files changed (2)
M html/pages/storage.php +12 -1
M includes/defaults.inc.php +1
📈 13 added 📉 1 removed

💻 r895

Adam Armstrong 🐸 • 2010-02-20 20:33
fix juniper temperature detection temporarily before rewrite
Files changed (1)
M includes/discovery/temperatures.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r894

Adam Armstrong 🐸 • 2010-02-20 20:26
yes, i suck, i know :(
Files changed (1)
M database-update.sql +2 -2
📈 2 added 📉 2 removed

💻 r893

Adam Armstrong 🐸 • 2010-02-20 20:25
fix db update! :O
Files changed (1)
M database-update.sql +2 -2
📈 2 added 📉 2 removed

💻 r892

Adam Armstrong 🐸 • 2010-02-20 17:49
fixes to map.php to display hosts not in database (found with discovery protocols)
Files changed (1)
M html/map.php +15 -3
📈 15 added 📉 3 removed

💻 r891

Adam Armstrong 🐸 • 2010-02-20 17:37
rename some gui include files
Files changed (23)
M html/ajax/list_interfaces.php +1 -1
M html/billing-graph.php +1 -1
M html/collectd-graph.php +1 -1
M html/graph.php +1 -1
D html/includes/add-srv.inc -16
D html/includes/authenticate.inc -91
A html/includes/authenticate.inc.php +91
D html/includes/del-srv.inc -15
A html/includes/device-edit.inc.php +28
D html/includes/device-header.inc -21
A html/includes/device-header.inc.php +21
D html/includes/edit-host.inc -28
A html/includes/service-add.inc.php +16
A html/includes/service-delete.inc.php +15
M html/index.php +1 -1
M html/map.php +1 -1
M html/netcmd.php +1 -1
M html/pages/addsrv.php +1 -1
M html/pages/delsrv.php +1 -1
M html/pages/device.php +1 -1
M html/pages/device/edit.inc.php +1 -1
M html/pages/vrf.php +1 -1
M html/percentage.php +1 -1
📈 184 added 📉 184 removed

💻 r890

Adam Armstrong 🐸 • 2010-02-20 17:29
rename discovery include scripts and update discovery.php
Files changed (37)
M discovery.php +19 -25
A includes/discovery/arp-table.inc.php +63
D includes/discovery/arp-table.php -63
A includes/discovery/bgp-peers.inc.php +145
D includes/discovery/bgp-peers.php -145
A includes/discovery/cemp-mib.inc.php +47
D includes/discovery/cemp-mib.php -47
A includes/discovery/cisco-mac-accounting.inc.php +47
D includes/discovery/cisco-mac-accounting.php -47
A includes/discovery/cisco-processors.inc.php +65
D includes/discovery/cisco-processors.php -65
A includes/discovery/cisco-pw.inc.php +67
D includes/discovery/cisco-pw.php -67
A includes/discovery/cisco-vlans.inc.php +59
D includes/discovery/cisco-vlans.php -59
A includes/discovery/cisco-vrf.inc.php +82
D includes/discovery/cisco-vrf.php -82
A includes/discovery/cmp-mib.inc.php +40
D includes/discovery/cmp-mib.php -40
A includes/discovery/fanspeeds.inc.php +98
D includes/discovery/fanspeeds.php -98
D includes/discovery/interfaces.php -77
A includes/discovery/ipv4-addresses.inc.php +55
D includes/discovery/ipv4-addresses.php -55
A includes/discovery/ipv6-addresses.inc.php +69
D includes/discovery/ipv6-addresses.php -69
A includes/discovery/ports.inc.php +77
A includes/discovery/q-bridge-mib.inc.php +58
D includes/discovery/q-bridge-mib.php -58
A includes/discovery/storage.inc.php +71
D includes/discovery/storage.php -71
A includes/discovery/temperatures-adva.inc.php +85
D includes/discovery/temperatures-adva.php -85
A includes/discovery/temperatures.inc.php +341
D includes/discovery/temperatures.php -341
A includes/discovery/voltages.inc.php +100
D includes/discovery/voltages.php -100
📈 1,588 added 📉 1,594 removed

💻 r889

Adam Armstrong 🐸 • 2010-02-20 17:22
change interfaces table to ports (to match GUI conventions)
Files changed (80)
M addhost.php +1 -1
M check-errors.php +2 -2
M cleanup.php +11 -11
M contrib/generate-dnstext.php +1 -1
M contrib/generate-vegadns.php +1 -1
M database-update.sql +2
M discovery.php +1 -1
M html/ajax/list_interfaces.php +2 -2
M html/includes/graphs/customer_bits.inc.php +2 -2
M html/includes/graphs/device_bits.inc.php +2 -2
M html/includes/graphs/mac_acc_bits.inc.php +1 -1
M html/includes/graphs/mac_acc_pkts.inc.php +1 -1
M html/includes/graphs/mac_acc_total.inc.php +2 -2
M html/includes/graphs/multi_bits_separate.inc.php +5 -5
M html/includes/graphs/multi_bits.inc.php +4 -4
M html/includes/graphs/pagp_bits.inc.php +3 -3
M html/includes/graphs/port_bits.inc.php +1 -1
M html/includes/graphs/port_errors.inc.php +1 -1
M html/includes/graphs/port_etherlike.inc.php +2 -2
M html/includes/graphs/port_nupkts.inc.php +1 -1
M html/includes/graphs/port_upkts.inc.php +1 -1
M html/includes/print-event-short.inc +1 -1
M html/includes/print-interface.inc.php +7 -7
M html/includes/print-menubar.php +9 -9
M html/includes/print-vlan.inc +1 -1
M html/includes/print-vrf.inc +1 -1
M html/includes/topnav.inc +18 -18
M html/index.php +1 -1
M html/map.php +5 -5
M html/pages/bgp.php +1 -1
M html/pages/customers.php +1 -1
M html/pages/default-jt.php +16 -16
M html/pages/device.php +2 -2
M html/pages/device/arp.inc.php +2 -2
M html/pages/device/bgp.inc.php +3 -3
M html/pages/device/entphysical.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/interface.inc.php +2 -2
M html/pages/device/overview.inc.php +5 -5
M html/pages/device/overview/ports.inc.php +7 -7
M html/pages/device/port/arp.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +2 -2
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/device/ports.inc.php +2 -2
M html/pages/edituser.php +4 -4
M html/pages/front/default.php +2 -2
M html/pages/front/demo.php +1 -1
M html/pages/front/example2.php +16 -16
M html/pages/front/jt.php +36 -36
M html/pages/ifdown.php +1 -1
M html/pages/iftype.php +3 -3
M html/pages/interfaces.php +5 -5
M html/pages/ipv4.php +1 -1
M html/pages/ipv6.php +1 -1
M html/pages/pseudowires.php +2 -2
M html/pages/purgeports.php +3 -3
M html/pages/vrf.php +2 -2
M html/pages/vrfs.php +2 -2
M includes/common.php +4 -4
M includes/discovery/arp-table.php +2 -2
M includes/discovery/cisco-mac-accounting.php +1 -1
M includes/discovery/cisco-pw.php +3 -3
M includes/discovery/cisco-vrf.php +9 -9
M includes/discovery/discovery-protocols.inc.php +7 -7
M includes/discovery/interfaces.php +13 -13
M includes/discovery/ipv4-addresses.php +3 -3
M includes/discovery/ipv6-addresses.php +1 -1
M includes/functions.php +7 -7
M includes/graphing.php +12 -12
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/cisco-poe.inc.php +1 -1
M includes/polling/interfaces.inc.php +3 -3
M includes/polling/ports.inc.php +3 -3
M includes/snmptrap/linkDown.inc.php +2 -2
M includes/snmptrap/linkUp.inc.php +3 -3
M includes/syslog.php +1 -1
M map.php +3 -3
M poll-billing.php +1 -1
M snmptrap.php +1 -1
M versioncheck.php +2 -2
📈 299 added 📉 297 removed

💻 r888

Adam Armstrong 🐸 • 2010-02-20 15:09
move cpd-ldp to discovery-protocols
Files changed (4)
M discovery.php +2 -2
D includes/discovery/cdp-lldp.inc.php -110
A includes/discovery/discovery-protocols.inc.php +110
M syslog.php -1
📈 112 added 📉 113 removed

💻 r887

Tom Laermans 🦔 • 2010-02-20 01:56
clean up discovery output for cdp/fdp/lldp
Files changed (1)
M includes/discovery/cdp-lldp.inc.php +1 -4
📈 1 added 📉 4 removed

💻 r886

Adam Armstrong 🐸 • 2010-02-19 23:57
clear $array at the start of each device. ignore fake cpus from net-snmpd. syslog additions.
Files changed (6)
M discovery.php +1 -5
M includes/discovery/processors-hrdevice.inc.php +1 -1
M includes/polling/ucd-mib.inc.php +1 -1
M includes/syslog.php +2 -10
M poll-device.php +1 -1
M syslog.php -11
📈 6 added 📉 29 removed

💻 r885

Adam Armstrong 🐸 • 2010-02-19 01:40
migrate from reprocessing syslog from sql to native sql injector. changes dateime to timestamp in database. will break existing syslog dates! ** BEWARE **
Files changed (12)
M database-update.sql +2
M html/includes/print-syslog.inc -6
M html/pages/default-jt.php +1 -1
M html/pages/device/syslog.inc.php +2 -2
M html/pages/front/default.php +1 -1
M html/pages/front/demo.php +2 -2
M html/pages/front/example2.php +1 -1
M html/pages/front/jt.php +1 -1
M html/pages/syslog.php +4 -4
M includes/syslog.php +3 -7
D process-syslog.php -41
A syslog.php +30
📈 47 added 📉 66 removed

💻 r884

Adam Armstrong 🐸 • 2010-02-18 20:03
adva temperatures (unworking on current DB schema)
Files changed (2)
A includes/discovery/temperatures-adva.php +85
M includes/static-config.php +4
📈 89 added 📉 0 removed

💻 r883

Adam Armstrong 🐸 • 2010-02-18 10:44
add solaris, opensolaris and generic OS images
Files changed (3)
A html/images/os/generic.png +2
A html/images/os/opensolaris.png +2
A html/images/os/solaris.png +2
📈 6 added 📉 0 removed

💻 r882

Adam Armstrong 🐸 • 2010-02-17 18:54
add generic device, hackeryfix hr-mib memory
Files changed (6)
M includes/discovery/cdp-lldp.inc.php +9 -7
M includes/functions.php +1 -1
D includes/polling/hr-mib_processor.inc.php -42
M includes/polling/hr-mib.inc.php -1
M includes/polling/ucd-mib.inc.php +1 -2
M includes/static-config.php +1
📈 12 added 📉 53 removed

💻 r881

Adam Armstrong 🐸 • 2010-02-17 18:12
add solaris/opensolaris basic detection (no real support yet)
Files changed (3)
A includes/osdiscovery/discover-solaris.php +13
M includes/polling/device-unix.inc.php +3 -1
M includes/static-config.php +3
📈 19 added 📉 1 removed

💻 r880

Adam Armstrong 🐸 • 2010-02-17 11:02
adding SNMP trap handling capability (yes it is horrible horrible right now!)
Files changed (7)
M database-update.sql +1
M includes/functions.php +8
A includes/snmptrap
A includes/snmptrap/linkDown.inc.php +20
A includes/snmptrap/linkUp.inc.php +22
M includes/static-config.php -1
A snmptrap.php +31
📈 82 added 📉 1 removed

💻 r879

Tom Laermans 🦔 • 2010-02-17 10:08
apparently the divisor isn't always correct on supermicro...
Files changed (1)
M includes/discovery/fanspeeds.php +2 -1
📈 2 added 📉 1 removed

💻 r878

Adam Armstrong 🐸 • 2010-02-16 23:53
wrong adama is wrong!
Files changed (1)
M INSTALL -2
📈 0 added 📉 2 removed

💻 r877

Adam Armstrong 🐸 • 2010-02-16 23:45
add note about fan/voltage for LMSensors
Files changed (1)
M INSTALL +3 -1
📈 3 added 📉 1 removed

💻 r876

Adam Armstrong 🐸 • 2010-02-16 23:14
fix junos (change to snmp_get function) and fix poller detection and setting of up/down
Files changed (2)
M includes/polling/device-junos.inc.php +2 -2
M poll-device.php +19 -23
📈 21 added 📉 25 removed

💻 r875

Adam Armstrong 🐸 • 2010-02-16 23:12
fix cbgp table afi/safi to varchar 16 (allow multicast, which is longer than 8 chars!)
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r874

Adam Armstrong 🐸 • 2010-02-16 20:45
multiple directories for rancid configs (use array instead of text variable)
Files changed (4)
M html/pages/device.php +9 -1
M html/pages/device/overview/temperatures.inc.php +1 -1
M html/pages/device/showconfig.inc.php +11 -5
M includes/discovery/temperatures.php +3 -1
📈 24 added 📉 8 removed

💻 r873

Tom Laermans 🦔 • 2010-02-16 02:08
whoops, swapped min&max
Files changed (3)
M includes/discovery/fanspeeds.php +1
M includes/discovery/voltages.php +2 -2
M includes/polling/voltages.inc.php +2 -2
📈 5 added 📉 4 removed

💻 r872

Tom Laermans 🦔 • 2010-02-16 01:45
fix voltage precisions
Files changed (1)
M includes/discovery/voltages.php +3 -4
📈 3 added 📉 4 removed

💻 r871

Tom Laermans 🦔 • 2010-02-16 01:42
fix voltage limits
Files changed (2)
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/voltages.php +8 -8
📈 9 added 📉 9 removed

💻 r870

Adam Armstrong 🐸 • 2010-02-16 01:23
fixed bug with not unsetting deleted status for ports
Files changed (2)
M html/pages/device/ports.inc.php +1 -1
M includes/discovery/interfaces.php -4
📈 1 added 📉 5 removed

💻 r869

Adam Armstrong 🐸 • 2010-02-16 01:02
fix processors table
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r868

Tom Laermans 🦔 • 2010-02-16 01:00
DIE DIEDIEDIEDIE DIE DIE DIE DIE DIE DIEDIEDIE DIE DIE DIE DIE FUCKING DIE
Files changed (1)
M includes/discovery/processors-hrdevice.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r867

Tom Laermans 🦔 • 2010-02-16 00:52
cleanups + remove space in astext
Files changed (1)
M includes/functions.php +6 -8
📈 6 added 📉 8 removed

💻 r866

Tom Laermans 🦔 • 2010-02-16 00:44
attempt to fix css progress bar text alignment but no great success
Files changed (1)
M html/includes/functions.inc.php +10 -5
📈 10 added 📉 5 removed

💻 r865

Adam Armstrong 🐸 • 2010-02-16 00:38
add line to "lowercase" os types on discovery (fix for old versions)
Files changed (3)
M discovery.php +5
M includes/defaults.inc.php +3
M includes/discovery/processors.inc.php +1 -1
📈 9 added 📉 1 removed

💻 r864

Tom Laermans 🦔 • 2010-02-16 00:08
fix bgp page alert colour
Files changed (1)
M html/pages/bgp.php +3 -1
📈 3 added 📉 1 removed

💻 r863

Adam Armstrong 🐸 • 2010-02-15 23:57
add two new icons for pps in/out
Files changed (2)
A html/images/icons/arrow_pps_in.png +1
A html/images/icons/arrow_pps_out.png +1
📈 2 added 📉 0 removed

💻 r862

Adam Armstrong 🐸 • 2010-02-15 23:56
cdp/lldp rewrite and addition of brocade FDP discovery. now records neighbours even if it doesn't monitor that neighbour
Files changed (12)
M cleanup.php +5 -5
M database-update.sql +4
M html/includes/print-interface.inc.php +1 -1
M html/map.php +12 -12
M html/pages/device.php +1 -1
M html/pages/purgeports.php +2 -2
M includes/discovery/cdp-lldp.inc.php +63 -79
M includes/discovery/functions.inc.php +27
M includes/functions-poller.inc.php +2 -2
M includes/functions.php +4 -4
M map.php +6 -6
M test-discovery.php +2
📈 129 added 📉 112 removed

💻 r861

Tom Laermans 🦔 • 2010-02-15 23:41
don't send notify mail if we couldn't get the uptime
Files changed (1)
M includes/polling/bgpPeer.inc.php +18 -15
📈 18 added 📉 15 removed

💻 r860

Adam Armstrong 🐸 • 2010-02-15 21:02
adding ironware linecard cpu polling
Files changed (5)
M database-update.sql +11 -10
A includes/discovery/processors-ironware.inc.php +59
M includes/discovery/processors.inc.php +1
M includes/functions-poller.inc.php +16
M includes/polling/processors.inc.php +1 -2
📈 88 added 📉 12 removed

💻 r859

Adam Armstrong 🐸 • 2010-02-15 18:19
fix typo in safename (now matches (, was missing a \!
Files changed (1)
M includes/common.php +1 -1
📈 1 added 📉 1 removed

💻 r858

Tom Laermans 🦔 • 2010-02-15 14:47
more adama general failures fixup
Files changed (3)
M includes/discovery/fanspeeds.php +1 -1
M includes/discovery/functions.inc.php +1 -1
M includes/polling/bgpPeer.inc.php +2 -1
📈 4 added 📉 3 removed

💻 r857

Tom Laermans 🦔 • 2010-02-15 14:42
dupe mib
Files changed (1)
D mibs/junos/BGP4-V2-MIB-JUNIPER.mib -4,179
📈 0 added 📉 0 removed

💻 r856

Tom Laermans 🦔 • 2010-02-15 14:36
move bgp4 junos mib to the apparent new location it should be in
Files changed (2)
D mibs/BGP4-V2-MIB-JUNIPER.mib -4,179
A mibs/junos/BGP4-V2-MIB-JUNIPER.mib +4,226
📈 0 added 📉 0 removed

💻 r855

Adam Armstrong 🐸 • 2010-02-15 06:51
update changelog a bit
Files changed (1)
M CHANGELOG +4
📈 4 added 📉 0 removed

💻 r854

Adam Armstrong 🐸 • 2010-02-15 05:23
drop HC counters from tcp in/out segs. shout if we need it :P
Files changed (1)
M includes/polling/device-netstats.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r853

Adam Armstrong 🐸 • 2010-02-15 05:07
further cleanups to voltage discovery code. removing erroneous CR, removing old unix processors tab from health page
Files changed (5)
M database-update.sql +1
M html/pages/device/health.inc.php +1 -4
M includes/discovery/functions.inc.php +30 -4
M includes/discovery/processors-ios.inc.php -2
M includes/discovery/voltages.php +42 -63
📈 74 added 📉 73 removed

💻 r852

Adam Armstrong 🐸 • 2010-02-15 03:05
remove cr between cdp&lldp, fix arp table, fix hr-device to poll les data.
Files changed (5)
M includes/discovery/arp-table.php +1 -1
M includes/discovery/cdp-lldp.inc.php -2
M includes/discovery/hr-device.inc.php +8 -4
D mibs/junos/.index -75
D mibs/junose/.index -164
📈 9 added 📉 7 removed

💻 r851

Adam Armstrong 🐸 • 2010-02-15 02:41
updates
Files changed (3)
M includes/discovery/fanspeeds.php +2 -2
M mibs/junos/.index +59 -59
M mibs/junose/.index +143 -143
📈 2 added 📉 2 removed

💻 r850

Adam Armstrong 🐸 • 2010-02-15 02:37
fix
Files changed (1)
M includes/discovery/processors-hrdevice.inc.php +2 -4
📈 2 added 📉 4 removed

💻 r849

Tom Laermans 🦔 • 2010-02-15 02:36
fan fix???
Files changed (2)
M includes/discovery/fanspeeds.php +8 -8
M mibs/junose/.index +143 -143
📈 8 added 📉 8 removed

💻 r848

Adam Armstrong 🐸 • 2010-02-15 02:31
fix to fans
Files changed (1)
M includes/discovery/fanspeeds.php +2 -2
📈 2 added 📉 2 removed

💻 r847

Adam Armstrong 🐸 • 2010-02-15 02:24
again fix?
Files changed (1)
M includes/discovery/fanspeeds.php +2 -1
📈 2 added 📉 1 removed

💻 r846

Adam Armstrong 🐸 • 2010-02-15 02:19
fix supermicro?
Files changed (1)
M includes/discovery/fanspeeds.php +1 -1
📈 1 added 📉 1 removed

💻 r845

Tom Laermans 🦔 • 2010-02-15 02:09
debug print go
Files changed (1)
M includes/discovery/storage.php +1 -1
📈 1 added 📉 1 removed

💻 r844

Adam Armstrong 🐸 • 2010-02-15 02:09
more db changes :)
Files changed (1)
M database-update.sql +2
📈 2 added 📉 0 removed

💻 r843

Adam Armstrong 🐸 • 2010-02-15 02:06
add table to database
Files changed (2)
M database-update.sql +1
M mibs/junose/.index +143 -143
📈 1 added 📉 0 removed

💻 r842

Tom Laermans 🦔 • 2010-02-15 01:59
fix fan discovery
Files changed (3)
M includes/discovery/fanspeeds.php +1 -1
M mibs/junos/.index +59 -59
M mibs/junose/.index +143 -143
📈 1 added 📉 1 removed

💻 r841

Adam Armstrong 🐸 • 2010-02-15 01:53
more fixes to discovery
Files changed (4)
M database-update.sql +2 -1
M discovery.php +1
M includes/defaults.inc.php +5 -2
M includes/polling/fanspeeds.inc.php +1 -1
📈 9 added 📉 4 removed

💻 r840

Adam Armstrong 🐸 • 2010-02-15 01:26
rewrite of some discovery stuff
Files changed (3)
M includes/discovery/fanspeeds.php +38 -64
A includes/discovery/functions.inc.php +27
M includes/discovery/voltages.php +8 -9
📈 73 added 📉 73 removed

💻 r839

Adam Armstrong 🐸 • 2010-02-14 15:27
fix storage graph to 0-100%
Files changed (1)
M html/includes/graphs/hrstorage.inc.php +1
📈 1 added 📉 0 removed

💻 r838

Adam Armstrong 🐸 • 2010-02-14 15:21
remove juniper mibs from default, need to include mibs/junos/ for those
Files changed (76)
D juniErxSystem.mi2 -1,954
D mibs/mib-jnx-analyzer.txt -389
D mibs/mib-jnx-atm-cos.txt -662
D mibs/mib-jnx-atm.txt -989
D mibs/mib-jnx-bfd-exp.txt -824
D mibs/mib-jnx-bfd.txt -149
D mibs/mib-jnx-bgpmib2.txt -4,179
D mibs/mib-jnx-cfgmgmt.txt -281
D mibs/mib-jnx-chas-defines.txt -1,953
D mibs/mib-jnx-chassis-alarm.txt -173
D mibs/mib-jnx-chassis-fwdd.txt -76
D mibs/mib-jnx-chassis.txt -1,830
D mibs/mib-jnx-coll.txt -869
D mibs/mib-jnx-cos.txt -2,318
D mibs/mib-jnx-dcu.txt -202
D mibs/mib-jnx-dfc.txt -833
D mibs/mib-jnx-event.txt -120
D mibs/mib-jnx-ex-mac-notification.txt -257
D mibs/mib-jnx-ex-smi.txt -21
D mibs/mib-jnx-exp.txt -90
D mibs/mib-jnx-firewall.txt -235
D mibs/mib-jnx-hostresources.txt -73
D mibs/mib-jnx-if-extensions.txt -536
D mibs/mib-jnx-ipforward.txt -72
D mibs/mib-jnx-ipsec-flow-mon.txt -1,084
D mibs/mib-jnx-ipsec-monitor-asp.txt -1,071
D mibs/mib-jnx-ipv4.txt -115
D mibs/mib-jnx-ipv6.txt -930
D mibs/mib-jnx-js-auth.txt -187
D mibs/mib-jnx-js-cert.txt -176
D mibs/mib-jnx-js-dns.txt -89
D mibs/mib-jnx-js-idp.txt -194
D mibs/mib-jnx-js-if-ext.txt -359
D mibs/mib-jnx-js-ipsec-vpn.txt -162
D mibs/mib-jnx-js-nat.txt -309
D mibs/mib-jnx-js-policy.txt -396
D mibs/mib-jnx-js-screening.txt -1,085
D mibs/mib-jnx-js-smi.txt -29
D mibs/mib-jnx-js-spu-monitoring.txt -168
D mibs/mib-jnx-js-utm-av.txt -232
D mibs/mib-jnx-jsrpd.txt -115
D mibs/mib-jnx-l2ald.txt -172
D mibs/mib-jnx-l2cp-features.txt -204
D mibs/mib-jnx-l2tp.txt -1,665
D mibs/mib-jnx-ldp.txt -321
D mibs/mib-jnx-mac.txt -134
D mibs/mib-jnx-mimstp.txt -2,374
D mibs/mib-jnx-mpls-ldp.txt -2,115
D mibs/mib-jnx-mpls.txt -981
D mibs/mib-jnx-ospfv3mib.txt -3,160
D mibs/mib-jnx-otn.txt -994
D mibs/mib-jnx-pae-extension.txt -314
D mibs/mib-jnx-pfe.txt -382
D mibs/mib-jnx-ping.txt -1,424
D mibs/mib-jnx-pmon.txt -430
D mibs/mib-jnx-pwtdm.txt -1,382
D mibs/mib-jnx-rmon.txt -158
D mibs/mib-jnx-rpf.txt -100
D mibs/mib-jnx-rpm.txt -708
D mibs/mib-jnx-rps.txt -308
D mibs/mib-jnx-rsvp.txt -206
D mibs/mib-jnx-rtm.txt -1,037
D mibs/mib-jnx-scu.txt -125
D mibs/mib-jnx-secure-access-port.txt -387
D mibs/mib-jnx-sipcommon.txt -659
D mibs/mib-jnx-smi.txt -155
D mibs/mib-jnx-sonet.txt -190
D mibs/mib-jnx-sonetaps.txt -1,692
D mibs/mib-jnx-sp.txt -449
D mibs/mib-jnx-syslog.txt -263
D mibs/mib-jnx-traceroute.txt -137
D mibs/mib-jnx-user-aaa.txt -219
D mibs/mib-jnx-util.txt -290
D mibs/mib-jnx-virtualchassis.txt -244
D mibs/mib-jnx-vlan.txt -595
D mibs/mib-jnx-vpn.txt -1,034
📈 0 added 📉 1,954 removed

💻 r837

Adam Armstrong 🐸 • 2010-02-14 01:36
[ not ( !
Files changed (2)
M html/pages/eventlog.php +1 -1
M html/pages/syslog.php +1 -1
📈 2 added 📉 2 removed

💻 r836

Adam Armstrong 🐸 • 2010-02-14 01:35
added emergency "kill all entries" syslog/eventlog for level 10+ users
Files changed (2)
M html/pages/eventlog.php +2
M html/pages/syslog.php +2
📈 4 added 📉 0 removed

💻 r835

Adam Armstrong 🐸 • 2010-02-14 01:13
remember to add includes/discovery/processors-hrdevice.inc.php ! :>
Files changed (1)
A includes/discovery/processors-hrdevice.inc.php +56
📈 56 added 📉 0 removed

💻 r834

Adam Armstrong 🐸 • 2010-02-14 01:12
remove absolute paths from menubar (thanks Eimann)
Files changed (1)
M html/includes/print-menubar.php +2 -2
📈 2 added 📉 2 removed

💻 r833

Adam Armstrong 🐸 • 2010-02-13 23:59
db update
Files changed (1)
M database-update.sql +1
📈 1 added 📉 0 removed

💻 r832

Adam Armstrong 🐸 • 2010-02-13 23:55
much much much much much much prettier percentage bars and some moving around of overview page.
Files changed (9)
M html/includes/functions.inc.php +9
M html/pages/device/health.inc.php -3
D html/pages/device/health/cpm.inc.php -52
M html/pages/device/overview.inc.php +2 -3
M html/pages/device/overview/hrStorage.inc.php +19 -12
M html/pages/device/overview/processors.inc.php +15 -8
M includes/discovery/processors.inc.php +1
M includes/discovery/storage.php +4 -1
M includes/polling/hr-mib.inc.php +1 -1
📈 51 added 📉 80 removed

💻 r831

Adam Armstrong 🐸 • 2010-02-13 21:45
adding more junose and foundry/brocade. adding new mibs. unifying processor polling
Files changed (296)
M database-update.sql +1
M discovery.php +5 -2
D html/includes/graphs/device_cpu_ios.inc.php -41
M html/includes/graphs/device_cpu.inc.php +33
A html/includes/graphs/processor.inc.php +28
M html/pages/device.php +2 -1
A html/pages/device/graphs/os-ironware.inc.php +10
A html/pages/device/graphs/os-junose.inc.php +6
M html/pages/device/health.inc.php +3 -1
A html/pages/device/health/processors.inc.php +52
M html/pages/device/overview.inc.php +30 -30
D html/pages/device/overview/cpmCPU.inc.php -27
M html/pages/device/overview/ports.inc.php +1 -1
A html/pages/device/overview/processors.inc.php +38
M html/pages/device/overview/temperatures.inc.php +1 -1
M includes/discovery/bgp-peers.php +1 -1
M includes/discovery/interfaces.php +1 -1
A includes/discovery/processors-ios.inc.php +61
A includes/discovery/processors-junose.inc.php +40
A includes/discovery/processors.inc.php +30
M includes/discovery/temperatures.php +4 -4
M includes/functions-poller.inc.php +47 -24
A includes/osdiscovery/discover-ironware.php +8
M includes/polling/device-ios.inc.php +1 -1
A includes/polling/device-ironware.inc.php +14
M includes/polling/device-junos.inc.php +5 -5
A includes/polling/device-junose.inc.php +31
A includes/polling/processors.inc.php +36
M includes/rewrites.php +21
M includes/static-config.php +2 -1
A mibs/FOUNDRY-CAR-MIB.mib +265
A mibs/FOUNDRY-SN-AGENT-MIB.mib +4,003
A mibs/FOUNDRY-SN-APPLETALK-MIB.mib +765
A mibs/FOUNDRY-SN-BGP4-GROUP-MIB.mib +3,089
A mibs/FOUNDRY-SN-IGMP-MIB.mib +129
A mibs/FOUNDRY-SN-IP-ACL-MIB.mib +476
A mibs/FOUNDRY-SN-IP-MIB.mib +5,406
A mibs/FOUNDRY-SN-IP-VRRP-MIB.mib +1,144
A mibs/FOUNDRY-SN-IPX-MIB.mib +1,329
A mibs/foundry-sn-mac-authentication.mib +234
A mibs/foundry-sn-mac-vlan.mib +285
A mibs/foundry-sn-mrp.mib +325
A mibs/FOUNDRY-SN-OSPF-GROUP-MIB.mib +3,409
A mibs/FOUNDRY-SN-POS-GROUP-MIB.mib +533
A mibs/FOUNDRY-SN-ROOT-MIB.mib +770
A mibs/FOUNDRY-SN-ROUTER-TRAP-MIB.mib +439
A mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib +4,617
A mibs/FOUNDRY-SN-SWITCH-GROUP-MIB.mib +8,063
A mibs/FOUNDRY-SN-TRAP-MIB.mib +1,326
A mibs/FOUNDRY-SN-VSRP-MIB.mib +628
A mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib +497
A mibs/FOUNDRY-VLAN-CAR-MIB.mib +256
A mibs/junos
A mibs/junos/.index +75
A mibs/junos/mib-jnx-analyzer.txt +393
A mibs/junos/mib-jnx-atm-cos.txt +670
A mibs/junos/mib-jnx-atm.txt +989
A mibs/junos/mib-jnx-bfd-exp.txt +853
A mibs/junos/mib-jnx-bfd.txt +149
A mibs/junos/mib-jnx-bgpmib2.txt +4,226
A mibs/junos/mib-jnx-cfgmgmt.txt +308
A mibs/junos/mib-jnx-chas-defines.txt +2,106
A mibs/junos/mib-jnx-chassis-alarm.txt +185
A mibs/junos/mib-jnx-chassis-fwdd.txt +87
A mibs/junos/mib-jnx-chassis.txt +1,885
A mibs/junos/mib-jnx-coll.txt +892
A mibs/junos/mib-jnx-cos.txt +2,326
A mibs/junos/mib-jnx-dcu.txt +210
A mibs/junos/mib-jnx-dfc.txt +840
A mibs/junos/mib-jnx-event.txt +134
A mibs/junos/mib-jnx-ex-mac-notification.txt +272
A mibs/junos/mib-jnx-ex-smi.txt +44
A mibs/junos/mib-jnx-exp.txt +101
A mibs/junos/mib-jnx-firewall.txt +243
A mibs/junos/mib-jnx-hostresources.txt +81
A mibs/junos/mib-jnx-if-extensions.txt +550
A mibs/junos/mib-jnx-ipforward.txt +83
A mibs/junos/mib-jnx-ipsec-flow-mon.txt +1,092
A mibs/junos/mib-jnx-ipsec-monitor-asp.txt +1,071
A mibs/junos/mib-jnx-ipv4.txt +130
A mibs/junos/mib-jnx-ipv6.txt +948
A mibs/junos/mib-jnx-js-auth.txt +195
A mibs/junos/mib-jnx-js-cert.txt +184
A mibs/junos/mib-jnx-js-dns.txt +97
A mibs/junos/mib-jnx-js-idp.txt +202
A mibs/junos/mib-jnx-js-if-ext.txt +367
A mibs/junos/mib-jnx-js-ipsec-vpn.txt +171
A mibs/junos/mib-jnx-js-nat.txt +317
A mibs/junos/mib-jnx-js-policy.txt +404
A mibs/junos/mib-jnx-js-screening.txt +1,099
A mibs/junos/mib-jnx-js-smi.txt +55
A mibs/junos/mib-jnx-js-spu-monitoring.txt +176
A mibs/junos/mib-jnx-js-utm-av.txt +243
A mibs/junos/mib-jnx-jsrpd.txt +123
A mibs/junos/mib-jnx-l2ald.txt +184
A mibs/junos/mib-jnx-l2cp-features.txt +204
A mibs/junos/mib-jnx-l2tp.txt +1,665
A mibs/junos/mib-jnx-ldp.txt +338
A mibs/junos/mib-jnx-mac.txt +150
A mibs/junos/mib-jnx-mimstp.txt +2,392
A mibs/junos/mib-jnx-mpls-ldp.txt +2,195
A mibs/junos/mib-jnx-mpls.txt +999
A mibs/junos/mib-jnx-ospfv3mib.txt +3,178
A mibs/junos/mib-jnx-otn.txt +1,019
A mibs/junos/mib-jnx-pae-extension.txt +324
A mibs/junos/mib-jnx-pfe.txt +390
A mibs/junos/mib-jnx-ping.txt +1,447
A mibs/junos/mib-jnx-pmon.txt +453
A mibs/junos/mib-jnx-pwtdm.txt +1,401
A mibs/junos/mib-jnx-rmon.txt +178
A mibs/junos/mib-jnx-rpf.txt +108
A mibs/junos/mib-jnx-rpm.txt +734
A mibs/junos/mib-jnx-rps.txt +331
A mibs/junos/mib-jnx-rsvp.txt +215
A mibs/junos/mib-jnx-rtm.txt +1,058
A mibs/junos/mib-jnx-scu.txt +133
A mibs/junos/mib-jnx-secure-access-port.txt +393
A mibs/junos/mib-jnx-sipcommon.txt +669
A mibs/junos/mib-jnx-smi.txt +191
A mibs/junos/mib-jnx-sonet.txt +204
A mibs/junos/mib-jnx-sonetaps.txt +1,737
A mibs/junos/mib-jnx-sp.txt +469
A mibs/junos/mib-jnx-syslog.txt +278
A mibs/junos/mib-jnx-traceroute.txt +145
A mibs/junos/mib-jnx-user-aaa.txt +227
A mibs/junos/mib-jnx-util.txt +316
A mibs/junos/mib-jnx-virtualchassis.txt +258
A mibs/junos/mib-jnx-vlan.txt +621
A mibs/junos/mib-jnx-vpn.txt +1,077
A mibs/junose
A mibs/junose/.index +164
A mibs/junose/draft-ietf-atommib-sonetaps-mib-05-juni.mi2 +1,412
A mibs/junose/draft-ietf-idmr-dvmrp-mib-11-juni.mi2 +759
A mibs/junose/draft-ietf-idr-bgp4-mibv2-03-jnx.mi2 +4,229
A mibs/junose/ENTITY-MIB.my +1,466
A mibs/junose/jnxExperiment.mi2 +60
A mibs/junose/jnxSmi.mi2 +82
A mibs/junose/juniAaa.mi2 +5,571
A mibs/junose/juniAcctng.mi2 +1,051
A mibs/junose/juniAddrPool.mi2 +843
A mibs/junose/juniAtm.mi2 +6,362
A mibs/junose/juniAtmProfile.mi2 +851
A mibs/junose/juniAutoconf.mi2 +328
A mibs/junose/juniBgp.mi2 +10,217
A mibs/junose/juniBridge.mi2 +285
A mibs/junose/juniBridgeEthernet.mi2 +310
A mibs/junose/juniBridgingMgr.mi2 +484
A mibs/junose/juniCli.mi2 +293
A mibs/junose/juniCops.mi2 +462
A mibs/junose/juniDhcp.mi2 +3,556
A mibs/junose/juniDhcpv6.mi2 +379
A mibs/junose/juniDismanEvent.mi2 +151
A mibs/junose/juniDns.mi2 +418
A mibs/junose/juniDosProtection.mi2 +1,123
A mibs/junose/juniDosProtectionPlat.mi2 +1,066
A mibs/junose/juniDs1.mi2 +772
A mibs/junose/juniDs3.mi2 +802
A mibs/junose/juniDvmrp.mi2 +717
A mibs/junose/juniErxRegistry.mi2 +1,141
A mibs/junose/juniErxSystem.mi2 +2,031
A mibs/junose/juniEs2Registry.mi2 +417
A mibs/junose/juniEthernet.mi2 +1,087
A mibs/junose/juniExperiment.mi2 +110
A mibs/junose/juniFileXfer.mi2 +375
A mibs/junose/juniFr.mi2 +1,790
A mibs/junose/juniFt1.mi2 +305
A mibs/junose/juniHdlc.mi2 +478
A mibs/junose/juniHost.mi2 +186
A mibs/junose/juniHttp.mi2 +330
A mibs/junose/juniHttpProfile.mi2 +171
A mibs/junose/juniIf.mi2 +440
A mibs/junose/juniIgmp.mi2 +727
A mibs/junose/juniIke.mi2 +926
A mibs/junose/juniIp.mi2 +3,362
A mibs/junose/juniIpPolicy.mi2 +1,992
A mibs/junose/juniIpProfile.mi2 +673
A mibs/junose/juniIpsecTunnel.mi2 +1,168
A mibs/junose/juniIpTunnel.mi2 +319
A mibs/junose/juniIpv6Profile.mi2 +474
A mibs/junose/juniIsIs.mi2 +3,077
A mibs/junose/juniL2tp.mi2 +3,680
A mibs/junose/juniL2tpDialout.mi2 +2,099
A mibs/junose/juniLicense.mi2 +104
A mibs/junose/juniLog.mi2 +681
A mibs/junose/juniMibs.mi2 +867
A mibs/junose/juniMRouter.mi2 +607
A mibs/junose/juniOspf.mi2 +1,303
A mibs/junose/juniPacketMirror.mi2 +553
A mibs/junose/juniPim.mi2 +1,745
A mibs/junose/juniPolicy.mi2 +4,921
A mibs/junose/juniPpp.mi2 +4,277
A mibs/junose/juniPppoe.mi2 +2,004
A mibs/junose/juniPppoeProfile.mi2 +532
A mibs/junose/juniPppProfile.mi2 +884
A mibs/junose/juniProducts.mi2 +174
A mibs/junose/juniProfile.mi2 +611
A mibs/junose/juniQos.mi2 +2,823
A mibs/junose/juniRadClient.mi2 +7,547
A mibs/junose/juniRadDiscon.mi2 +331
A mibs/junose/juniRadProxy.mi2 +283
A mibs/junose/juniRadRequest.mi2 +400
A mibs/junose/juniRedundancy.mi2 +570
A mibs/junose/juniRegistry.mi2 +157
A mibs/junose/juniRouter.mi2 +1,083
A mibs/junose/juniSlep.mi2 +342
A mibs/junose/juniSmi.mi2 +208
A mibs/junose/juniSnmp.mi2 +1,642
A mibs/junose/juniSonet.mi2 +1,110
A mibs/junose/juniSscClient.mi2 +755
A mibs/junose/juniSubscriber.mi2 +276
A mibs/junose/juniSystem.mi2 +3,622
A mibs/junose/juniSystemClock.mi2 +1,677
A mibs/junose/juniTc.mi2 +387
A mibs/junose/juniTcsClient.mi2 +481
A mibs/junose/juniTSM.mi2 +367
A mibs/junose/juniV35.mi2 +239
A mibs/junose/mib-802.3ad.txt +1,435
A mibs/junose/mib-bgpmib.txt +715
A mibs/junose/mib-diffServDscp-tc.txt +64
A mibs/junose/mib-eso-consortium.txt +183
A mibs/junose/mib-IANA-GMPLS-TC-MIB.txt +330
A mibs/junose/mib-IANA-RTPROTO-MIB.txt +95
A mibs/junose/mib-IANAifType-MIB.txt +314
A mibs/junose/mib-ieee8021pae.txt +1,919
A mibs/junose/mib-igmpmib.txt +511
A mibs/junose/mib-ilmim.txt +1,257
A mibs/junose/mib-isismib.txt +3,458
A mibs/junose/mib-l3vpnmib.txt +1,706
A mibs/junose/mib-lldp.txt +2,046
A mibs/junose/mib-mroutemib.txt +951
A mibs/junose/mib-msdpmib.txt +1,079
A mibs/junose/mib-ospf2mib.txt +3,002
A mibs/junose/mib-ospf2trap.txt +488
A mibs/junose/mib-pimmib.txt +909
A mibs/junose/mib-rfc1513.txt +2,327
A mibs/junose/mib-rfc1747.txt +2,761
A mibs/junose/mib-rfc1907.txt +765
A mibs/junose/mib-rfc2011a.txt +721
A mibs/junose/mib-rfc2012a.txt +333
A mibs/junose/mib-rfc2013a.txt +149
A mibs/junose/mib-rfc2024a.txt +3,585
A mibs/junose/mib-rfc2115a.txt +1,049
A mibs/junose/mib-rfc2213.txt +795
A mibs/junose/mib-rfc2287a.txt +1,553
A mibs/junose/mib-rfc2465.txt +1,452
A mibs/junose/mib-rfc2465tc.txt +67
A mibs/junose/mib-rfc2493.txt +166
A mibs/junose/mib-rfc2495a.txt +2,108
A mibs/junose/mib-rfc2514.txt +714
A mibs/junose/mib-rfc2515a.txt +3,023
A mibs/junose/mib-rfc2571.txt +496
A mibs/junose/mib-rfc2572.txt +140
A mibs/junose/mib-rfc2574.txt +899
A mibs/junose/mib-rfc2575.txt +818
A mibs/junose/mib-rfc2576.txt +427
A mibs/junose/mib-rfc2662.txt +4,382
A mibs/junose/mib-rfc2662tc.txt +115
A mibs/junose/mib-rfc2665a.txt +1,144
A mibs/junose/mib-rfc2787a.txt +814
A mibs/junose/mib-rfc2790a.txt +1,542
A mibs/junose/mib-rfc2790type.txt +387
A mibs/junose/mib-rfc2819a.txt +3,984
A mibs/junose/mib-rfc2851.txt +308
A mibs/junose/mib-rfc2856a.txt +117
A mibs/junose/mib-rfc2863a.txt +1,830
A mibs/junose/mib-rfc2922.txt +824
A mibs/junose/mib-rfc2925a.txt +1,141
A mibs/junose/mib-rfc2925b.txt +1,316
A mibs/junose/mib-rfc2932.txt +876
A mibs/junose/mib-rfc3020.txt +884
A mibs/junose/mib-rfc3289.txt +3,494
A mibs/junose/mib-rfc3413.txt +293
A mibs/junose/mib-rfc3413notify.txt +587
A mibs/junose/mib-rfc3413target.txt +647
A mibs/junose/mib-rfc3417.txt +190
A mibs/junose/mib-rfc3419.txt +435
A mibs/junose/mib-rfc3591.txt +6,261
A mibs/junose/mib-rfc3592.txt +2,360
A mibs/junose/mib-rfc3621.txt +626
A mibs/junose/mib-rfc3811.txt +633
A mibs/junose/mib-rfc3812.txt +2,482
A mibs/junose/mib-rfc3813.txt +2,189
A mibs/junose/mib-rfc3896.txt +1,794
A mibs/junose/mib-rfc4188.txt +1,466
A mibs/junose/mib-rfc4318.txt +307
A mibs/junose/mib-rfc4363a.txt +1,152
A mibs/junose/mib-rfc4363b.txt +2,348
A mibs/junose/mib-rfc4502.txt +6,019
A mibs/junose/mib-rfc4801.txt +168
A mibs/junose/mib-rfc4802.txt +1,777
A mibs/junose/mib-rfc4803.txt +548
A mibs/junose/mib-rtmib.txt +428
A mibs/junose/mib-SNMPv2-SMI.txt +344
A mibs/junose/mib-SNMPv2-TC.txt +772
A mibs/junose/mib-vpntcmib.txt +47
M poll-device.php +1
📈 513 added 📉 141 removed

💻 r830

Adam Armstrong 🐸 • 2010-02-13 07:40
add new IronWare (Brocade/Foundry) OS type. rename temp/fan/voltage_host to device_id
Files changed (30)
M database-update.sql +5
M discovery.php +1 -1
A html/images/os/ironware.png +1
M html/includes/dev-overview-data.inc.php +3 -1
M html/includes/graphs/device_temperatures.inc.php +1 -1
M html/includes/graphs/fanspeed.inc.php +1 -1
M html/includes/graphs/temperature.inc.php +1 -1
M html/includes/graphs/voltage.inc.php +1 -1
M html/includes/print-interface.inc.php +5 -5
M html/pages/device.php +1 -1
M html/pages/device/graphs/temperatures.inc.php +1 -1
M html/pages/device/health.inc.php +3 -3
M html/pages/device/health/fanspeeds.inc.php +1 -1
M html/pages/device/health/temp.inc.php +1 -1
M html/pages/device/health/voltages.inc.php +1 -1
M html/pages/device/overview/fanspeeds.inc.php +3 -3
M html/pages/device/overview/temperatures.inc.php +3 -3
M html/pages/device/overview/voltages.inc.php +3 -3
M html/pages/sensors/fanspeeds.php +2 -2
M html/pages/sensors/temperatures.php +2 -2
M html/pages/sensors/voltages.php +2 -2
M includes/discovery/fanspeeds.php +8 -8
M includes/discovery/temperatures.php +71 -27
M includes/discovery/voltages.php +8 -8
M includes/functions.php +2 -2
M includes/polling/fanspeeds.inc.php +1 -1
M includes/polling/temperatures.inc.php +1 -1
M includes/polling/voltages.inc.php +1 -1
M includes/rewrites.php +439
M includes/static-config.php +1
📈 574 added 📉 82 removed

💻 r829

Tom Laermans 🦔 • 2010-02-12 16:58
voltages and fanspeeds on device overview
Files changed (4)
M html/pages/device/overview.inc.php +2
A html/pages/device/overview/fanspeeds.inc.php +45
M html/pages/device/overview/temperatures.inc.php +3 -2
A html/pages/device/overview/voltages.inc.php +45
📈 95 added 📉 2 removed

💻 r828

Tom Laermans 🦔 • 2010-02-12 00:01
fanspeeds and voltages on health tab
Files changed (3)
M html/pages/device/health.inc.php +6
A html/pages/device/health/fanspeeds.inc.php +59
A html/pages/device/health/voltages.inc.php +59
📈 124 added 📉 0 removed

💻 r827

Adam Armstrong 🐸 • 2010-02-11 23:37
sid3windrfailunfailed
Files changed (1)
M html/includes/print-menubar.php +2 -2
📈 2 added 📉 2 removed

💻 r826

Tom Laermans 🦔 • 2010-02-11 22:22
try IE fix?
Files changed (1)
M html/includes/print-menubar.php +3 -2
📈 3 added 📉 2 removed

💻 r825

Tom Laermans 🦔 • 2010-02-11 21:56
align fanspeed legenda
Files changed (1)
M html/includes/graphs/fanspeed.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r824

Tom Laermans 🦔 • 2010-02-11 19:29
fix graph colours for volt and fan, optimize code
Files changed (3)
M html/includes/graphs/fanspeed.inc.php +1 -5
M html/includes/graphs/temperature.inc.php +1 -2
M html/includes/graphs/voltage.inc.php +1 -5
📈 3 added 📉 12 removed

💻 r823

Tom Laermans 🦔 • 2010-02-11 19:24
enlarge gray area around logon form
Files changed (1)
M html/pages/logon.inc +1 -1
📈 1 added 📉 1 removed

💻 r822

Tom Laermans 🦔 • 2010-02-11 18:29
fix fanspeed max
Files changed (1)
M includes/polling/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r821

Tom Laermans 🦔 • 2010-02-11 14:46
correct units on fan and voltage graphs
Files changed (2)
M html/includes/graphs/fanspeed.inc.php +2 -2
M html/includes/graphs/voltage.inc.php +2 -2
📈 4 added 📉 4 removed

💻 r820

Tom Laermans 🦔 • 2010-02-11 11:51
whoops, create table must be one line, doh
Files changed (1)
M database-update.sql +2 -22
📈 2 added 📉 22 removed

💻 r819

Tom Laermans 🦔 • 2010-02-11 11:47
err, speeds, not peeds
Files changed (1)
M html/pages/sensors.php +1 -1
📈 1 added 📉 1 removed

💻 r818

Tom Laermans 🦔 • 2010-02-11 11:46
fix temp discovery if no temps in database
Files changed (1)
M includes/discovery/temperatures.php +15 -13
📈 15 added 📉 13 removed

💻 r817

Tom Laermans 🦔 • 2010-02-11 11:45
fix voltages discovery if no voltages in database
Files changed (1)
M includes/discovery/voltages.php +15 -13
📈 15 added 📉 13 removed

💻 r816

Tom Laermans 🦔 • 2010-02-11 11:44
fix fanspeeds if no fans in database
Files changed (1)
M includes/discovery/fanspeeds.php +16 -15
📈 16 added 📉 15 removed

💻 r815

Tom Laermans 🦔 • 2010-02-11 09:23
link menu bar to sensors directly
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r814

Tom Laermans 🦔 • 2010-02-11 09:22
fixie of link in optionbar
Files changed (1)
M html/pages/sensors.php +1 -1
📈 1 added 📉 1 removed

💻 r813

Tom Laermans 🦔 • 2010-02-11 09:21
voltage and fanspeeds now on webpage, graphs for fans are broken for now
Files changed (6)
A html/includes/graphs/fanspeed.inc.php +27
A html/includes/graphs/voltage.inc.php +27
M html/includes/print-menubar.php +1 -1
M html/pages/sensors.php +1 -1
A html/pages/sensors/fanspeeds.php +62
A html/pages/sensors/voltages.php +62
📈 180 added 📉 2 removed

💻 r812

Adam Armstrong 🐸 • 2010-02-11 04:35
make services work again. uses nagios plugins.
Files changed (12)
M includes/defaults.inc.php +2
M includes/services/dns/check.inc +1 -1
M includes/services/ftp/check.inc +1 -1
M includes/services/http/check.inc +1 -1
M includes/services/imap/check.inc +1 -1
M includes/services/mysql/check.inc +1 -3
M includes/services/pop/check.inc +1 -1
M includes/services/simap/check.inc +1 -1
M includes/services/smtp/check.inc +1 -1
M includes/services/spop/check.inc +1 -1
M includes/services/ssh/check.inc +1 -1
M includes/services/telnet/check.inc +2 -3
📈 14 added 📉 15 removed

💻 r811

Adam Armstrong 🐸 • 2010-02-11 01:48
menu option bar thingeroo to sensors page (keep the style!) :)
Files changed (1)
M html/pages/sensors.php +21 -1
📈 21 added 📉 1 removed

💻 r810

Adam Armstrong 🐸 • 2010-02-11 01:37
new icons for sensors
Files changed (7)
A html/images/icons
A html/images/icons/fans.png +1
A html/images/icons/sensors.png +1
A html/images/icons/temperature.png +1
A html/images/icons/voltages.png +1
M html/includes/print-menubar.php +4 -4
M includes/defaults.inc.php +72
📈 80 added 📉 4 removed

💻 r809

Tom Laermans 🦔 • 2010-02-10 15:57
cleanups
Files changed (3)
M includes/polling/fanspeeds.inc.php -1
M includes/polling/temperatures.inc.php -1
M includes/polling/voltages.inc.php -2
📈 0 added 📉 4 removed

💻 r808

Tom Laermans 🦔 • 2010-02-10 15:53
oops, broke voltage descriptions
Files changed (1)
M includes/discovery/voltages.php +1 -1
📈 1 added 📉 1 removed

💻 r807

Tom Laermans 🦔 • 2010-02-10 15:32
move divider for voltages into discovery
Files changed (3)
M database-update.sql +3
M includes/discovery/voltages.php +5 -5
M includes/polling/voltages.inc.php +1 -2
📈 9 added 📉 7 removed

💻 r806

Tom Laermans 🦔 • 2010-02-10 15:29
fix screenos type discovery
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r805

Tom Laermans 🦔 • 2010-02-10 14:41
fix broken include
Files changed (1)
M config.php.default +2 -2
📈 2 added 📉 2 removed

💻 r804

Tom Laermans 🦔 • 2010-02-10 12:03
voltage polling complete
Files changed (4)
M includes/polling/fanspeeds.inc.php +4 -3
M includes/polling/temperatures.inc.php +9 -7
A includes/polling/voltages.inc.php +59
M poll-device.php +1
📈 73 added 📉 10 removed

💻 r803

Tom Laermans 🦔 • 2010-02-10 11:51
correct limit logic for fans
Files changed (1)
M includes/polling/fanspeeds.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r802

Tom Laermans 🦔 • 2010-02-10 11:42
fan speed polling
Files changed (2)
A includes/polling/fanspeeds.inc.php +43
M poll-device.php +1
📈 44 added 📉 0 removed

💻 r801

Tom Laermans 🦔 • 2010-02-10 11:20
discovery complete for voltage and fanspeed on supermicro
Files changed (4)
M database-update.sql +1
M includes/discovery/fanspeeds.php +23 -17
M includes/discovery/temperatures.php +23 -17
M includes/discovery/voltages.php +23 -15
📈 70 added 📉 49 removed

💻 r800

Tom Laermans 🦔 • 2010-02-09 23:19
basic discovery only of voltages and fanspeeds, on supermicro superodoctor boxes only for now
Files changed (4)
M database-update.sql +22
M discovery.php +3 -1
A includes/discovery/fanspeeds.php +114
A includes/discovery/voltages.php +113
📈 252 added 📉 1 removed

💻 r799

Tom Laermans 🦔 • 2010-02-09 16:37
minor check-errors grammar patch ;)
Files changed (1)
M check-errors.php +1 -1
📈 1 added 📉 1 removed

💻 r798

Tom Laermans 🦔 • 2010-02-09 16:36
clean up temperatures a bit, replace it by sensors in the menu bar, add fans and voltages though not working yet
Files changed (5)
M html/includes/print-menubar.php +12 -1
A html/pages/sensors
A html/pages/sensors.php +15
A html/pages/sensors/temperatures.php +65
D html/pages/temperatures.php -68
📈 92 added 📉 69 removed

💻 r797

Adam Armstrong 🐸 • 2010-02-09 14:11
remove broken juniper mib (J mibs suck, C implementation sucks.)
Files changed (3)
M includes/discovery/cisco-vrf.php +2
M includes/functions.php +1
D mibs/mib-l3vpnmib.txt -1,681
📈 3 added 📉 0 removed

💻 r796

Adam Armstrong 🐸 • 2010-02-08 18:56
start cleanup of overlib into functions. create defaults.inc.php for new settings (why not before? because i suck. duh.)
Files changed (3)
M config.php.default +3 -9
A includes/defaults.inc.php +7
M includes/functions.php +22 -12
📈 32 added 📉 21 removed

💻 r795

Adam Armstrong 🐸 • 2010-02-08 18:15
port/macaccounting: add host/interface links if mac accouning entry refers to device in database
Files changed (1)
M html/pages/device/port/macaccounting.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r794

Adam Armstrong 🐸 • 2010-02-08 18:07
large graph type fix for interface mini graphs. fix mac accounting. add nifty warning background. cleanup graphing popups.
Files changed (6)
M config.php.default +2 -3
M html/images/warning-background.png ±0
M html/includes/hostbox.inc +2 -2
M html/includes/print-interface.inc.php +3 -3
M html/pages/bgp.php +5 -5
M html/pages/device/bgp.inc.php +4 -4
📈 16 added 📉 17 removed

💻 r793

Adam Armstrong 🐸 • 2010-02-08 16:48
add nice warning image to background of broken bgp sessions
Files changed (2)
A html/images/warning-background.png +1
M html/pages/device/bgp.inc.php +3 -3
📈 4 added 📉 3 removed

💻 r792

Adam Armstrong 🐸 • 2010-02-08 16:21
fixing mac accounting for bgp peers
Files changed (1)
M html/pages/device/bgp.inc.php +49 -57
📈 49 added 📉 57 removed

💻 r791

Adam Armstrong 🐸 • 2010-02-08 16:07
remove relative width for input boxes
Files changed (1)
M html/css/styles.css -1
📈 0 added 📉 0 removed

💻 r790 'SNMPWALK'

Adam Armstrong 🐸 • 2010-02-08 03:36
new snmp_walk function with basic logging. increments $runtime_stats['snmpwalk'] for stats. should do timekeeping for debug?
Files changed (2)
M includes/discovery/interfaces.php +2 -12
M includes/functions-poller.inc.php +18
📈 20 added 📉 12 removed

💻 r789

Tom Laermans 🦔 • 2010-02-08 00:45
drop temp- requirement, this is just to fool snmpd
Files changed (1)
M includes/discovery/temperatures.php +21 -24
📈 21 added 📉 24 removed

💻 r788

Tom Laermans 🦔 • 2010-02-08 00:43
coding style on temp discovery
Files changed (1)
M includes/discovery/temperatures.php +205 -152
📈 205 added 📉 152 removed

💻 r787

Adam Armstrong 🐸 • 2010-02-08 00:36
fixing graphing code and graphing page
Files changed (19)
M html/includes/print-device-graph.php +9
M html/pages/device/graphs.inc.php +6
M html/pages/device/graphs/cpu.inc.php +3 -5
M html/pages/device/graphs/hrprocesses.inc.php +3 -3
M html/pages/device/graphs/hrstorage.inc.php +3 -3
M html/pages/device/graphs/hrusers.inc.php +3 -3
M html/pages/device/graphs/laload.inc.php +3 -6
M html/pages/device/graphs/memory.inc.php +3 -3
M html/pages/device/graphs/netstats.inc.php +26 -21
M html/pages/device/graphs/os-bcm96348.inc.php +13 -11
M html/pages/device/graphs/os-fortigate.inc.php +6 -4
M html/pages/device/graphs/os-papouch-tme.inc.php +1 -2
M html/pages/device/graphs/os-powerconnect.inc.php +3 -11
M html/pages/device/graphs/os-procurve.inc.php +5 -9
M html/pages/device/graphs/os-screenos.inc.php +6 -3
M html/pages/device/graphs/os-snom.inc.php +1 -1
M html/pages/device/graphs/os-windows.inc.php -5
M html/pages/device/graphs/temperatures.inc.php +1 -1
M html/pages/device/graphs/uptime.inc.php +1 -1
📈 96 added 📉 92 removed

💻 r786

Tom Laermans 🦔 • 2010-02-08 00:31
update junos temp descs if needed
Files changed (1)
M includes/discovery/temperatures.php +4
📈 4 added 📉 0 removed

💻 r785

Tom Laermans 🦔 • 2010-02-08 00:23
make sensor names a bit smaller
Files changed (1)
M html/pages/device/overview/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r784

Adam Armstrong 🐸 • 2010-02-08 00:05
fix alternating row colours for collectd
Files changed (2)
M html/css/styles.css +4
M html/pages/device/collectd.inc.php +12 -2
📈 12 added 📉 2 removed

💻 r783

Tom Laermans 🦔 • 2010-02-08 00:03
fix temperature code, makes junos m7i temps work in graphs tab too
Files changed (2)
M html/includes/graphs/device_temperatures.inc.php +31 -9
M html/includes/graphs/temperature.inc.php +1 -1
📈 32 added 📉 10 removed

💻 r782

Tom Laermans 🦔 • 2010-02-07 23:55
css fixes
Files changed (2)
M html/css/styles.css +1 -2
M html/pages/devices.php +1 -1
📈 1 added 📉 1 removed

💻 r781

Tom Laermans 🦔 • 2010-02-07 23:50
default to transparant rrds
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r780

Tom Laermans 🦔 • 2010-02-07 22:39
use rrdtool_update() everywhere instead of single rrdtool update lines, remove some dead code, and a bunch of coding style cleanups..
Files changed (4)
M includes/functions.php +137 -97
M includes/polling/cisco-mac-accounting.inc.php -1
M includes/polling/device-catos.inc.php +1 -1
M includes/polling/temperatures.inc.php +1 -4
📈 139 added 📉 103 removed

💻 r779

Tom Laermans 🦔 • 2010-02-07 22:26
less forks, more spoons...
Files changed (1)
M html/graph.php +1 -1
📈 1 added 📉 1 removed

💻 r778

Adam Armstrong 🐸 • 2010-02-07 14:17
fixing lits of bits of html removing borders, adding submit class to buttons
Files changed (18)
M html/css/styles.css +2 -1
M html/pages/addhost.php +1 -1
M html/pages/bills.php +1 -1
M html/pages/delhost.php +1 -1
M html/pages/device/ciscosensors.inc.php +4 -21
M html/pages/device/health.inc.php +1 -14
M html/pages/device/syslog.inc.php +1 -1
M html/pages/device/vlans.inc.php +6 -21
M html/pages/devices.php +1 -1
M html/pages/interfaces.php +1 -1
M html/pages/inventory.php +1 -1
M html/pages/ipv4.php +4 -21
M html/pages/ipv6.php +4 -19
M html/pages/logon.inc +2 -2
M html/pages/preferences.php +1 -1
M html/pages/syslog.php +1 -1
M includes/discovery/temperatures.php +1
M process-syslog.php -5
📈 31 added 📉 112 removed

💻 r777

Adam Armstrong 🐸 • 2010-02-06 23:36
small fixes. hrDevice collection fixed.
Files changed (3)
M includes/discovery/hr-device.inc.php +2 -1
M includes/polling/bgpPeer.inc.php +4 -4
M includes/syslog.php +3 -3
📈 9 added 📉 8 removed

💻 r776

Tom Laermans 🦔 • 2010-02-06 22:21
whoops, remove debug print
Files changed (1)
M html/pages/devices.php -2
📈 0 added 📉 2 removed

💻 r775

Tom Laermans 🦔 • 2010-02-06 22:20
2 bugfixes to devices page
Files changed (1)
M html/pages/devices.php +8 -6
📈 8 added 📉 6 removed

💻 r774

Tom Laermans 🦔 • 2010-02-06 22:14
clean up devices php/html code and small bugfix
Files changed (1)
M html/pages/devices.php +100 -101
📈 100 added 📉 101 removed

💻 r773

Tom Laermans 🦔 • 2010-02-06 21:49
copy junos.png to junose.png
Files changed (1)
A html/images/os/junose.png +1
📈 1 added 📉 0 removed

💻 r772

Adam Armstrong 🐸 • 2010-02-06 00:51
prettyifying some things, fixing yellow border on vrf page boxes
Files changed (6)
M html/css/styles.css +20
A html/images/submitbg.png +1
A html/images/textbg.png +1
M html/pages/device/vrfs.inc.php +3 -18
M html/pages/devices.php +1 -1
M html/pages/vrfs.php +2 -19
📈 8 added 📉 38 removed

💻 r771

Tom Laermans 🦔 • 2010-02-05 23:53
fixed display of cpu usage on junos - rm your rrd/*/junos-cpu.rrd if it doesnt work..
Files changed (2)
A html/includes/graphs/device_cpu_junos.inc.php +25
M includes/polling/device-junos.inc.php +16 -15
📈 41 added 📉 15 removed

💻 r770

Tom Laermans 🦔 • 2010-02-05 23:20
one less fork if no cpu usage could be read on junos (i.e. olive)
Files changed (1)
M includes/polling/device-junos.inc.php +8 -4
📈 8 added 📉 4 removed

💻 r769

Tom Laermans 🦔 • 2010-02-05 23:16
use mysql_real_escape_string
Files changed (3)
M includes/discovery/bgp-peers.php +1 -1
M includes/discovery/cisco-vlans.php +2 -2
M includes/discovery/q-bridge-mib.php +2 -2
📈 5 added 📉 5 removed

💻 r768

Tom Laermans 🦔 • 2010-02-05 23:11
one less fork per graph on a page, yay
Files changed (1)
M html/graph.php +2 -2
📈 2 added 📉 2 removed

💻 r767

Tom Laermans 🦔 • 2010-02-05 22:16
add units to temperature health page
Files changed (1)
M html/pages/device/health/temp.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r766

Tom Laermans 🦔 • 2010-02-05 22:14
small layout cleanup in temperature graph
Files changed (1)
M html/includes/graphs/temperature.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r765

Tom Laermans 🦔 • 2010-02-05 22:10
correctly escape : for temperatures so FPC temperature works on junos + add safename() function to strip unwanted characters from filenames - should not break anything existing afaik
Files changed (46)
M html/includes/graphs/bgp_updates.inc.php +1 -1
M html/includes/graphs/cbgp_prefixes.inc.php +1 -1
M html/includes/graphs/cempMemPool.inc.php +1 -1
M html/includes/graphs/cisco_entity_sensor.inc.php +1 -1
M html/includes/graphs/cmpMemPool.inc.php +1 -1
M html/includes/graphs/cpmCPU.inc.php +1 -1
M html/includes/graphs/customer_bits.inc.php +2 -2
M html/includes/graphs/device_bits.inc.php +2 -2
M html/includes/graphs/device_cpu_ios.inc.php +1 -1
M html/includes/graphs/device_cpu_unix.inc.php +1 -1
M html/includes/graphs/device_cpu_windows.inc.php +1 -1
M html/includes/graphs/device_hrstorage.inc.php +1 -1
M html/includes/graphs/device_memory_ios.inc.php +2 -2
M html/includes/graphs/device_temperatures.inc.php +1 -1
M html/includes/graphs/hrProcessor.inc.php +1 -1
M html/includes/graphs/hrstorage.inc.php +1 -1
M html/includes/graphs/mac_acc_bits.inc.php +2 -2
M html/includes/graphs/mac_acc_pkts.inc.php +2 -2
M html/includes/graphs/mac_acc_total.inc.php +1 -1
M html/includes/graphs/multi_bits_separate.inc.php +1 -1
M html/includes/graphs/multi_bits.inc.php +2 -2
M html/includes/graphs/pagp_bits.inc.php +2 -2
M html/includes/graphs/port_bits.inc.php +2 -2
M html/includes/graphs/port_errors.inc.php +2 -2
M html/includes/graphs/port_etherlike.inc.php +2 -2
M html/includes/graphs/port_nupkts.inc.php +2 -2
M html/includes/graphs/port_upkts.inc.php +2 -2
M html/includes/graphs/temperature.inc.php +3 -5
M html/includes/print-interface.inc.php +1 -1
M includes/common.php +4
M includes/polling/apachestats.inc.php +1 -1
M includes/polling/bgpPeer.inc.php +2 -2
M includes/polling/cisco-enhanced-mempool.inc.php +1 -1
M includes/polling/cisco-entity-sensors.inc.php +1 -1
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/cisco-mempool.inc.php +1 -1
M includes/polling/cisco-poe.inc.php +1 -1
M includes/polling/cisco-processors.inc.php +1 -1
M includes/polling/device-netstats.inc.php +1 -1
M includes/polling/hr-mib_processor.inc.php +1 -1
M includes/polling/hr-mib_storage.inc.php +2 -2
M includes/polling/interfaces.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +1 -1
M includes/polling/port-etherlike.inc.php +1 -1
M includes/polling/ports.inc.php +1 -1
M includes/polling/temperatures.inc.php +2 -3
📈 66 added 📉 65 removed

💻 r764

Tom Laermans 🦔 • 2010-02-05 21:03
start of support for JunOSe
Files changed (4)
M discovery.php +4
A includes/osdiscovery/discover-junose.php +11
A juniErxSystem.mi2 +2,031
A mibs/juniErxSystem.mi2 +2,031
📈 2,046 added 📉 0 removed

💻 r763

Tom Laermans 🦔 • 2010-02-05 17:38
allow as0 as local asn, to work around an apparent problem in junos 8.2R4.5
Files changed (1)
M includes/discovery/bgp-peers.php +2 -2
📈 2 added 📉 2 removed

💻 r762

Adam Armstrong 🐸 • 2010-02-04 16:42
fix missing } in debugging. bugs in the debugging code, hurray!
Files changed (1)
M includes/discovery/bgp-peers.php +1 -1
📈 1 added 📉 1 removed

💻 r761

Adam Armstrong 🐸 • 2010-02-04 16:33
even more debugging
Files changed (1)
M includes/discovery/bgp-peers.php +5 -2
📈 5 added 📉 2 removed

💻 r760

Adam Armstrong 🐸 • 2010-02-04 16:30
more debugging
Files changed (1)
M includes/discovery/bgp-peers.php +3 -1
📈 3 added 📉 1 removed

💻 r759

Adam Armstrong 🐸 • 2010-02-04 16:23
add a debugging line
Files changed (1)
M includes/discovery/bgp-peers.php +1
📈 1 added 📉 0 removed

💻 r758

Tom Laermans 🦔 • 2010-02-03 12:00
fix descriptions for lmsensors with space in them
Files changed (1)
M includes/discovery/temperatures.php +1 -1
📈 1 added 📉 1 removed

💻 r757

Adam Armstrong 🐸 • 2010-02-02 19:24
fix some rewriting of interfaces. fix some other small things.
Files changed (7)
M html/includes/print-interface.inc.php +3 -3
M html/pages/device/port/macaccounting.inc.php +2 -2
M includes/graphing.php +3 -3
M includes/polling/interfaces.inc.php +1 -1
M includes/polling/ports.inc.php +4 -3
M includes/rewrites.php +11 -3
M includes/static-config.php +3
📈 27 added 📉 15 removed

💻 r756

Tom Laermans 🦔 • 2010-02-02 15:02
add printers os group
Files changed (1)
M includes/static-config.php +2
📈 2 added 📉 0 removed

💻 r755

Tom Laermans 🦔 • 2010-01-31 17:49
also in the subject line
Files changed (1)
M includes/polling/bgpPeer.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r754

Tom Laermans 🦔 • 2010-01-31 17:48
include astext on bgp notifications
Files changed (1)
M includes/polling/bgpPeer.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r753

Tom Laermans 🦔 • 2010-01-31 17:30
code cleanups
Files changed (5)
M check-services.php +1 -1
M cleanup.php +1 -1
M html/pages/delsrv.php +1 -1
M html/pages/device/showconfig.inc.php +2 -3
M map.php +5 -5
📈 10 added 📉 11 removed

💻 r752

Tom Laermans 🦔 • 2010-01-31 17:03
allow ignoring comments in rancid showconfig
Files changed (2)
M config.php.default +2
M html/pages/device/showconfig.inc.php +10 -1
📈 12 added 📉 1 removed

💻 r751

Tom Laermans 🦔 • 2010-01-31 13:49
poll quagga on all unices, load device list into memory first
Files changed (1)
M discovery.php +5 -1
📈 5 added 📉 1 removed

💻 r750

Tom Laermans 🦔 • 2010-01-30 21:48
fix rancid config tab
Files changed (1)
M html/pages/device.php +11 -11
📈 11 added 📉 11 removed

💻 r749

Tom Laermans 🦔 • 2010-01-30 16:40
one shellexec down, 200 to go..
Files changed (1)
M includes/polling/hr-mib_storage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r748

Tom Laermans 🦔 • 2010-01-30 12:48
improve junos mountpoint strings
Files changed (1)
M includes/discovery/storage.php +1 -1
📈 1 added 📉 1 removed

💻 r747

Tom Laermans 🦔 • 2010-01-30 12:39
fix alignment/html typo on storage page
Files changed (1)
M html/pages/storage.php +1 -1
📈 1 added 📉 1 removed

💻 r746

Tom Laermans 🦔 • 2010-01-30 11:25
add storage warning percentage in database even though we can't configure it from anywhere yet
Files changed (2)
M database-update.sql +1 -1
M includes/polling/hr-mib_storage.inc.php +5 -5
📈 6 added 📉 6 removed

💻 r745

Tom Laermans 🦔 • 2010-01-30 00:43
fix dell laser printer portnames
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r744

Adam Armstrong 🐸 • 2010-01-29 21:12
set ignore as default for loopback/removeable and network mounts
Files changed (1)
M config.php.default +2 -2
📈 2 added 📉 2 removed

💻 r743

Adam Armstrong 🐸 • 2010-01-29 21:10
speedups to syslog page, caching of device_id
Files changed (6)
M html/includes/print-syslog.inc +5 -2
M html/pages/front/default.php +4 -1
M html/pages/front/demo.php +2 -2
M html/pages/syslog.php +4 -1
M includes/functions.php +11
M includes/syslog.php +14 -8
📈 40 added 📉 14 removed

💻 r742

Tom Laermans 🦔 • 2010-01-29 17:09
Also discover bgp on Linux boxes, this works with quagga's smux snmp plugin using bgp4-mib
Files changed (2)
M discovery.php +6
M includes/discovery/bgp-peers.php +1 -1
📈 7 added 📉 1 removed

💻 r741

Tom Laermans 🦔 • 2010-01-28 19:18
also allow ignoring network mounts
Files changed (2)
M config.php.default +1
M includes/discovery/storage.php +1
📈 2 added 📉 0 removed

💻 r740

Tom Laermans 🦔 • 2010-01-28 19:10
allow ignoring of removable disks - this includes loopmounts on linux at least, so we get rid of all those pesky 100% storages
Files changed (2)
M config.php.default +1
M includes/discovery/storage.php +1
📈 2 added 📉 0 removed

💻 r739

Tom Laermans 🦔 • 2010-01-28 17:47
remove windows line endings
Files changed (1)
M html/includes/print-menubar.php ±0
📈 0 added 📉 0 removed

💻 r738

Tom Laermans 🦔 • 2010-01-28 17:46
optional printers type in devices menu
Files changed (4)
M config.php.default +1
M discovery.php +5
M html/includes/print-menubar.php +8
M html/pages/device/edit.inc.php +2
📈 16 added 📉 0 removed

💻 r737

Tom Laermans 🦔 • 2010-01-28 17:42
nicer uptime display for 1 day
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r736

Tom Laermans 🦔 • 2010-01-28 17:27
basic dell laserprinter support
Files changed (5)
M DEVELOPING +2
A html/images/os/dell-laser.png +1
A includes/osdiscovery/discover-dell-laser.php +10
A includes/polling/device-dell-laser.inc.php +8
M includes/static-config.php +1
📈 22 added 📉 0 removed

💻 r735

Tom Laermans 🦔 • 2010-01-28 09:57
fix windows uptime
Files changed (1)
M includes/polling/hr-mib.inc.php +2
📈 2 added 📉 0 removed

💻 r734

Adam Armstrong 🐸 • 2010-01-28 03:01
fix crappy code for 32-bit systems
Files changed (2)
M includes/polling/device-netstats.inc.php +11 -4
M includes/polling/ports.inc.php +1 -1
📈 12 added 📉 5 removed

💻 r733

Adam Armstrong 🐸 • 2010-01-27 21:54
make sure to unset $peerhost if no match, else will match previous entry in the table (durr)
Files changed (1)
M html/pages/device/bgp.inc.php +6 -5
📈 6 added 📉 5 removed

💻 r732

Adam Armstrong 🐸 • 2010-01-27 21:51
fix some errors displaying peer hostname and link on /device/*/bgp/ page. split ipv4/ipv6 sql into 2 queries.
Files changed (1)
M html/pages/device/bgp.inc.php +23 -4
📈 23 added 📉 4 removed

💻 r731

Tom Laermans 🦔 • 2010-01-26 17:12
fix up dropdowns on interfaces page as well
Files changed (1)
M html/pages/interfaces.php +12 -6
📈 12 added 📉 6 removed

💻 r730

Tom Laermans 🦔 • 2010-01-26 15:41
update eventlog on temperature over threshold
Files changed (1)
M includes/polling/temperatures.inc.php +1
📈 1 added 📉 0 removed

💻 r729

Tom Laermans 🦔 • 2010-01-26 11:47
allow addhost to use default community and snmp version
Files changed (1)
M addhost.php +5 -2
📈 5 added 📉 2 removed

💻 r728

Tom Laermans 🦔 • 2010-01-26 11:33
try 5 times to get a valid temperature, Papouch TME sometimes returns 999.9 - refactor temp polling code a little bit
Files changed (1)
M includes/polling/temperatures.inc.php +14 -10
📈 14 added 📉 10 removed

💻 r727

Tom Laermans 🦔 • 2010-01-25 23:42
make sure selection of dropdown boxes on devices page is not empty
Files changed (1)
M html/pages/devices.php +52 -33
📈 52 added 📉 33 removed

💻 r726

Tom Laermans 🦔 • 2010-01-25 23:34
set version for Windows XP
Files changed (1)
M includes/polling/device-windows.inc.php +1
📈 1 added 📉 0 removed

💻 r725

Tom Laermans 🦔 • 2010-01-25 22:45
enable hiding of services on menu bar if wanted
Files changed (2)
M config.php.default +1
M html/includes/print-menubar.php +7
📈 8 added 📉 0 removed

💻 r724

Tom Laermans 🦔 • 2010-01-25 21:07
alert flag on temperature page in case of over liit
Files changed (1)
M html/pages/temperatures.php +19 -16
📈 19 added 📉 16 removed

💻 r723

Tom Laermans 🦔 • 2010-01-25 17:32
upon discovery, insert correct temps for devices with precision <> 1
Files changed (1)
M includes/discovery/temperatures.php +2 -2
📈 2 added 📉 2 removed

💻 r722

Tom Laermans 🦔 • 2010-01-25 17:27
Temperature improvements: - Allow default limit to be set in configuration - Insert temperature upon discovery already into database (except observer-style .. yet) - On Supermicro temperatures, select high limit via snmp as well
Files changed (3)
M config.php.default +4
M includes/discovery/temperatures.php +14 -12
M includes/polling/temperatures.inc.php +1 -1
📈 19 added 📉 13 removed

💻 r721

Adam Armstrong 🐸 • 2010-01-19 22:57
test
Files changed (1)
M README +1 -1
📈 1 added 📉 1 removed

💻 r720

Adam Armstrong 🐸 • 2010-01-19 22:52
test
Files changed (1)
M README +1 -1
📈 1 added 📉 1 removed

💻 r719

Adam Armstrong 🐸 • 2010-01-19 22:51
test
Files changed (1)
M README +1 -1
📈 1 added 📉 1 removed

💻 r718

Adam Armstrong 🐸 • 2010-01-19 22:43
nonsense change for test
Files changed (1)
M README +1 -1
📈 1 added 📉 1 removed

💻 r717

Adam Armstrong 🐸 • 2010-01-19 22:39
another nonsense commit
Files changed (1)
M CHANGELOG +1 -1
📈 1 added 📉 1 removed

💻 r716

Adam Armstrong 🐸 • 2010-01-19 22:37
nonsense commit =)
Files changed (1)
M CHANGELOG +1 -1
📈 1 added 📉 1 removed

💻 r715

Adam Armstrong 🐸 • 2010-01-19 22:32
three part version number.
Files changed (1)
M CHANGELOG +1 -1
📈 1 added 📉 1 removed

💻 r714

Adam Armstrong 🐸 • 2010-01-19 22:31
mention twitter and svn page
Files changed (1)
M CHANGELOG +3
📈 3 added 📉 0 removed

💻 r713

Adam Armstrong 🐸 • 2010-01-19 22:13
remove a line
Files changed (1)
M README -4
📈 0 added 📉 4 removed

💻 r712

Adam Armstrong 🐸 • 2010-01-19 02:23
fix HC counters decision code, ignore if zero. (thanks Petr Hromadko!)
Files changed (2)
M html/pages/devices.php -1
M includes/polling/ports.inc.php +1 -1
📈 1 added 📉 2 removed

💻 r711

Tom Laermans 🦔 • 2010-01-17 21:30
global map page almost there ;)
Files changed (1)
M html/map.php +13 -6
📈 13 added 📉 6 removed

💻 r710

Tom Laermans 🦔 • 2010-01-17 00:42
fix svn db reloading
Files changed (1)
M discovery.php +1 -1
📈 1 added 📉 1 removed

💻 r709

Tom Laermans 🦔 • 2010-01-17 00:35
supermicro temp monitor install docs
Files changed (1)
M INSTALL +7
📈 7 added 📉 0 removed

💻 r708

Tom Laermans 🦔 • 2010-01-17 00:33
some installation notes added
Files changed (1)
M INSTALL +35
📈 35 added 📉 0 removed

💻 r707

Tom Laermans 🦔 • 2010-01-17 00:05
more fixes
Files changed (4)
M html/map.php +1 -1
M includes/discovery/cdp-lldp.inc.php +3 -3
M includes/discovery/hr-device.inc.php +1 -1
M includes/discovery/q-bridge-mib.php +1 -1
📈 6 added 📉 6 removed

💻 r706

Tom Laermans 🦔 • 2010-01-16 23:58
fix snmp cache value functions
Files changed (1)
M includes/functions-poller.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r705

Tom Laermans 🦔 • 2010-01-16 23:56
more warning cleanups
Files changed (5)
M discovery.php +10 -3
M includes/discovery/cdp-lldp.inc.php +4 -4
M includes/discovery/entity-physical.inc.php +2 -2
M includes/discovery/interfaces.php +3 -3
M includes/discovery/storage.php +2 -2
📈 21 added 📉 14 removed

💻 r704

Tom Laermans 🦔 • 2010-01-16 23:37
warning fixes + bug fix resulting from these stricter checks in juniper v6 discovery
Files changed (3)
M includes/discovery/bgp-peers.php +3 -3
M includes/discovery/cdp-lldp.inc.php +1 -1
M includes/discovery/hr-device.inc.php +1 -1
📈 5 added 📉 5 removed

💻 r703

Tom Laermans 🦔 • 2010-01-16 23:29
more warning fixes
Files changed (1)
M html/includes/print-menubar.php +3 -3
📈 3 added 📉 3 removed

💻 r702

Tom Laermans 🦔 • 2010-01-16 23:25
fix dbschema table
Files changed (1)
M database-update.sql +2 -1
📈 2 added 📉 1 removed

💻 r701

Tom Laermans 🦔 • 2010-01-16 23:16
rewrote shorthost function, made some php warnings go away (when using 'use strict' equivalent ;)
Files changed (6)
M html/includes/print-event.inc +2 -2
M html/index.php +2 -2
M html/pages/front/default.php +1 -1
M includes/collectd/config.php +3 -3
M includes/functions.php +12 -18
M includes/rewrites.php +1 -1
📈 21 added 📉 27 removed

💻 r700

Tom Laermans 🦔 • 2010-01-16 22:57
ldap access filtering by group
Files changed (2)
M config.php.default +3 -2
M html/includes/authenticate.inc +14 -4
📈 17 added 📉 6 removed

💻 r699

Tom Laermans 🦔 • 2010-01-16 21:53
only run database schema update when running svn and actually have something to update
Files changed (2)
M database-update.sql +1
M discovery.php +21 -2
📈 22 added 📉 2 removed

💻 r698

Tom Laermans 🦔 • 2010-01-16 01:12
bye yellow border on interfaces page
Files changed (1)
M html/pages/interfaces.php +2 -19
📈 2 added 📉 19 removed

💻 r697

Tom Laermans 🦔 • 2010-01-16 00:44
added space in bgp notification mail subject
Files changed (1)
M includes/polling/bgpPeer.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r696

Tom Laermans 🦔 • 2010-01-16 00:20
lm-sensors support + precision in temperature poller instead of tenths
Files changed (3)
M database-update.sql +3 -1
M includes/discovery/temperatures.php +37 -4
M includes/polling/temperatures.inc.php +4
📈 44 added 📉 5 removed

💻 r695

Tom Laermans 🦔 • 2010-01-15 22:20
default configured frontpage to default.php
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r694

Tom Laermans 🦔 • 2010-01-15 22:18
ignore peers not yet polled
Files changed (1)
M html/pages/front/default.php +2 -2
📈 2 added 📉 2 removed

💻 r693

Tom Laermans 🦔 • 2010-01-15 22:04
some docs updates
Files changed (3)
M CHANGELOG +10 -2
A DEVELOPING +18
M README +1 -1
📈 29 added 📉 3 removed

💻 r692

Tom Laermans 🦔 • 2010-01-15 11:48
add uptime graph for papouch tme
Files changed (1)
A html/pages/device/graphs/os-papouch-tme.inc.php +5
📈 5 added 📉 0 removed

💻 r691

Tom Laermans 🦔 • 2010-01-15 11:43
update TME description
Files changed (1)
M includes/discovery/temperatures.php +6 -1
📈 6 added 📉 1 removed

💻 r690

Tom Laermans 🦔 • 2010-01-15 10:38
woops, fill out temp oid for TME, temp graphing now supported, yay
Files changed (1)
M includes/discovery/temperatures.php +1
📈 1 added 📉 0 removed

💻 r689

Tom Laermans 🦔 • 2010-01-15 10:33
fix Papouch TME tenths + linux sensor support
Files changed (1)
M includes/discovery/temperatures.php +4 -4
📈 4 added 📉 4 removed

💻 r688

Tom Laermans 🦔 • 2010-01-14 17:18
remove module use from tme
Files changed (2)
M includes/discovery/temperatures.php +2 -2
M includes/polling/temperatures.inc.php -3
📈 2 added 📉 5 removed

💻 r687

Tom Laermans 🦔 • 2010-01-14 17:17
die papouch, with your broken MIB
Files changed (1)
D mibs/TMESNMP2.mib -70
📈 0 added 📉 0 removed

💻 r686

Tom Laermans 🦔 • 2010-01-14 17:17
die papouch, with your broken MIB
Files changed (1)
D mibs/Papouch-SMI.mib -54
📈 0 added 📉 0 removed

💻 r685

Tom Laermans 🦔 • 2010-01-14 17:16
fix junos temperatures + add papouch tme
Files changed (1)
M includes/discovery/temperatures.php +19 -2
📈 19 added 📉 2 removed

💻 r684

Tom Laermans 🦔 • 2010-01-14 17:02
Papouch TME MIBs
Files changed (2)
A mibs/Papouch-SMI.mib +61
A mibs/TMESNMP2.mib +77
📈 0 added 📉 0 removed

💻 r683

Tom Laermans 🦔 • 2010-01-14 16:56
use snmpwalk instead of bulkwalk on v1 devices, in arp table
Files changed (1)
M includes/discovery/arp-table.php +1 -1
📈 1 added 📉 1 removed

💻 r682

Tom Laermans 🦔 • 2010-01-14 16:55
allow dash in OS name
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r681

Tom Laermans 🦔 • 2010-01-14 16:23
Papouch TME (Ethernet Thermometer) OS discovery support
Files changed (1)
A includes/osdiscovery/discover-papouch-tme.php +10
📈 10 added 📉 0 removed

💻 r680

Tom Laermans 🦔 • 2010-01-14 00:07
arp page html fixies
Files changed (1)
M html/pages/device/port/arp.inc.php +8 -8
📈 8 added 📉 8 removed

💻 r679

Tom Laermans 🦔 • 2010-01-13 23:56
yellow borders be gone
Files changed (1)
M html/pages/device/interface.inc.php +3 -21
📈 3 added 📉 21 removed

💻 r678

Tom Laermans 🦔 • 2010-01-13 23:40
move arp table polling out of cisco mac accounting file, this works on other devices as well - tested on linux/net-snmp and junos
Files changed (3)
M discovery.php +2
A includes/discovery/arp-table.php +63
M includes/discovery/cisco-mac-accounting.php -61
📈 65 added 📉 61 removed

💻 r677

Tom Laermans 🦔 • 2010-01-13 15:54
notify() test + indent cleanup + html cleanup
Files changed (2)
M includes/functions.php +45 -36
M poll-device.php +1 -2
📈 46 added 📉 38 removed

💻 r676

Adam Armstrong 🐸 • 2010-01-13 12:05
fixes
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r675

Tom Laermans 🦔 • 2010-01-13 00:44
html fixies in top bar
Files changed (1)
M html/includes/print-menubar.php +43 -50
📈 43 added 📉 50 removed

💻 r674

Tom Laermans 🦔 • 2010-01-13 00:23
permissions for /bgp
Files changed (1)
M html/pages/bgp.php +48 -42
📈 48 added 📉 42 removed

💻 r673

Adam Armstrong 🐸 • 2010-01-12 16:48
stupid junifail
Files changed (1)
D mibs/mib-rfc2851.txt -308
📈 0 added 📉 0 removed

💻 r672

Adam Armstrong 🐸 • 2010-01-12 16:34
die
Files changed (1)
D mibs/IP-MIB.txt
📈 0 added 📉 0 removed

💻 r671

Tom Laermans 🦔 • 2010-01-12 16:27
mail/eventlog on bgp up/down/flap
Files changed (1)
M includes/polling/bgpPeer.inc.php +21 -1
📈 21 added 📉 1 removed

💻 r670

Tom Laermans 🦔 • 2010-01-12 16:23
fix semicolon in cisco-processors
Files changed (1)
M includes/discovery/cisco-processors.php +1 -1
📈 1 added 📉 1 removed

💻 r669

Tom Laermans 🦔 • 2010-01-11 18:17
fix database update script
Files changed (1)
M database-update.sql +4 -3
📈 4 added 📉 3 removed

💻 r668

Tom Laermans 🦔 • 2010-01-11 17:59
show svn revision in footer, when checked out from svn
Files changed (1)
M html/index.php +8 -1
📈 8 added 📉 1 removed

💻 r667

Adam Armstrong 🐸 • 2010-01-11 11:18
fix cron scripts a bit
Files changed (2)
M scripts/cron-hourly.sh +2 -5
M scripts/cron.sh +4 -8
📈 6 added 📉 13 removed

💻 r666

Tom Laermans 🦔 • 2010-01-11 00:59
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1, bulkwalk doesnt work
Files changed (6)
A html/images/os/cat1900.png +2
M includes/discovery/interfaces.php +1 -1
M includes/functions-poller.inc.php +7 -7
A includes/osdiscovery/discover-cat1900.php +10
A includes/polling/device-cat1900.inc.php +8
M includes/polling/interfaces.inc.php +1 -1
📈 29 added 📉 9 removed

💻 r665

Tom Laermans 🦔 • 2010-01-10 20:20
html fixes on locations page
Files changed (2)
M html/includes/topnav.inc -1
M html/pages/locations.php +11 -14
📈 11 added 📉 15 removed

💻 r664

Tom Laermans 🦔 • 2010-01-10 19:13
add svn ignore settings
📈 0 added 📉 0 removed

💻 r663

Tom Laermans 🦔 • 2010-01-10 19:11
juniper bgp mib
Files changed (1)
A mibs/BGP4-V2-MIB-JUNIPER.mib +4,226
📈 0 added 📉 0 removed

💻 r662

Tom Laermans 🦔 • 2010-01-10 19:10
forgotten dell mib
Files changed (1)
A mibs/apollo.txt +6,844
📈 0 added 📉 0 removed

💻 r661

Tom Laermans 🦔 • 2010-01-10 19:09
forgot to commit this a while back, CPU graph for powerconnect devices
Files changed (1)
A html/includes/graphs/device_cpu_powerconnect.inc.php +25
📈 25 added 📉 0 removed

💻 r660

Tom Laermans 🦔 • 2010-01-10 18:50
working favicon in default config
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r659

Tom Laermans 🦔 • 2010-01-10 18:47
html fix
Files changed (1)
M html/index.php +37 -39
📈 37 added 📉 39 removed

💻 r658

Tom Laermans 🦔 • 2010-01-10 18:19
html fixes
Files changed (5)
M html/css/styles.css +1 -2
M html/includes/topnav.inc +36 -34
M html/index.php +2 -2
M html/pages/front/default.php +1 -1
M includes/functions.php +8 -8
📈 47 added 📉 45 removed

💻 r657

Tom Laermans 🦔 • 2010-01-10 16:03
ignore physical entity inventory if the hardware doesn't say what they are - HI DELL
Files changed (1)
M includes/discovery/entity-physical.inc.php +39 -37
📈 39 added 📉 37 removed

💻 r656

Tom Laermans 🦔 • 2010-01-10 15:52
further align the top up/down/ignored overview
Files changed (1)
M html/includes/topnav.inc +18 -13
📈 18 added 📉 13 removed

💻 r655

Tom Laermans 🦔 • 2010-01-10 14:55
add table headers to bgp page
Files changed (1)
M html/pages/bgp.php +3 -1
📈 3 added 📉 1 removed

💻 r654

Tom Laermans 🦔 • 2010-01-10 14:48
cache astext to reduce number of dns queries
Files changed (1)
M includes/functions.php +12 -4
📈 12 added 📉 4 removed

💻 r653

Tom Laermans 🦔 • 2010-01-10 12:41
but no red on the alerts page, since they'd all be red
Files changed (1)
M html/pages/bgp.php +1 -1
📈 1 added 📉 1 removed

💻 r652

Tom Laermans 🦔 • 2010-01-10 12:40
make broken bgp sessions red (again?) on the global bgp page
Files changed (1)
M html/pages/bgp.php +1 -1
📈 1 added 📉 1 removed

💻 r651

Tom Laermans 🦔 • 2010-01-09 23:28
fixed bgp consolidation code
Files changed (2)
M includes/discovery/bgp-peers.php +41 -36
M includes/polling/bgpPeer.inc.php +1 -1
📈 42 added 📉 37 removed

💻 r650

Tom Laermans 🦔 • 2010-01-09 23:21
now recognizes devices by v6 ip on the device bgp table page as well + code cleanups
Files changed (1)
M html/pages/device/bgp.inc.php +8 -5
📈 8 added 📉 5 removed

💻 r649

Tom Laermans 🦔 • 2010-01-09 22:34
refactored bgp discovery
Files changed (1)
M includes/discovery/bgp-peers.php +83 -77
📈 83 added 📉 77 removed

💻 r648

Tom Laermans 🦔 • 2010-01-09 22:17
more rewritten links
Files changed (1)
M html/includes/print-menubar.php +3 -3
📈 3 added 📉 3 removed

💻 r647

Tom Laermans 🦔 • 2010-01-09 21:47
some html fixes
Files changed (2)
M html/index.php +4 -4
M html/pages/logon.inc +10 -8
📈 14 added 📉 12 removed

💻 r646

Tom Laermans 🦔 • 2010-01-09 21:34
update peer AS on discovery for already known peers
Files changed (1)
M includes/discovery/bgp-peers.php +2 -2
📈 2 added 📉 2 removed

💻 r645

Adam Armstrong 🐸 • 2010-01-09 19:22
fix
Files changed (1)
M includes/discovery/cisco-processors.php +16 -1
📈 16 added 📉 1 removed

💻 r644

Adam Armstrong 🐸 • 2010-01-09 19:06
small updates fix uptime display
Files changed (2)
M database-update.sql +1 -1
M html/pages/devices.php +1 -1
📈 2 added 📉 2 removed

💻 r643

Tom Laermans 🦔 • 2010-01-09 18:42
show uptime, not (yet?) using the attribs part for uptime...
Files changed (1)
M html/pages/devices.php +1 -1
📈 1 added 📉 1 removed

💻 r642

Tom Laermans 🦔 • 2010-01-09 18:36
only single lines between a host and its interfaces
Files changed (1)
M html/map.php +10 -2
📈 10 added 📉 2 removed

💻 r641

Tom Laermans 🦔 • 2010-01-09 18:28
authentication check on the map file now
Files changed (1)
M html/map.php +54 -47
📈 54 added 📉 47 removed

💻 r640

Tom Laermans 🦔 • 2010-01-09 18:23
some experimental map code to show all map data we have on one image.. does not alter current behaviour for existing single device tree maps
Files changed (1)
M html/map.php +71 -63
📈 71 added 📉 63 removed

💻 r639

Tom Laermans 🦔 • 2010-01-09 17:37
allow editing of community on device tab, fix yellow border on bgp page
Files changed (3)
M html/includes/edit-host.inc +5 -1
M html/pages/device/bgp.inc.php +3 -17
M html/pages/device/edit.inc.php +18 -11
📈 26 added 📉 29 removed

💻 r638

Adam Armstrong 🐸 • 2010-01-09 17:21
removing yellow edges
Files changed (3)
M html/pages/bills.php +4 -26
M html/pages/inventory.php +4 -21
M html/pages/syslog.php +5 -18
📈 13 added 📉 65 removed

💻 r637

Tom Laermans 🦔 • 2010-01-09 17:06
allow for custom ASN textual descriptions
Files changed (2)
M config.php.default +4
M includes/functions.php +12 -3
📈 16 added 📉 3 removed

💻 r636

Tom Laermans 🦔 • 2010-01-09 16:58
fix astext for ipv4 bgp peers, oops.
Files changed (1)
M includes/discovery/bgp-peers.php +1 -1
📈 1 added 📉 1 removed

💻 r635

Tom Laermans 🦔 • 2010-01-09 12:46
remove yellow shade around logon window
Files changed (2)
M html/includes/functions.inc.php +2 -2
M html/pages/logon.inc +4 -17
📈 6 added 📉 19 removed

💻 r634

Adam Armstrong 🐸 • 2010-01-09 02:13
fix to syslog page
Files changed (1)
M html/pages/device/syslog.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r633

Adam Armstrong 🐸 • 2010-01-09 02:10
updates
Files changed (2)
M html/pages/device/collectd.inc.php +2 -20
M html/pages/device/syslog.inc.php +9 -21
📈 11 added 📉 41 removed

💻 r632

Tom Laermans 🦔 • 2010-01-09 02:10
fix yellow border around devices selector as well
Files changed (2)
M html/includes/functions.inc.php +2 -2
M html/pages/devices.php +3 -19
📈 5 added 📉 21 removed

💻 r631

Tom Laermans 🦔 • 2010-01-09 02:05
fix yellow border in device health page
Files changed (1)
M html/pages/device/health.inc.php +22 -27
📈 22 added 📉 27 removed

💻 r630

Adam Armstrong 🐸 • 2010-01-09 01:46
fix broken button
Files changed (1)
M html/pages/device.php +1 -1
📈 1 added 📉 1 removed

💻 r629

Tom Laermans 🦔 • 2010-01-09 01:05
fix collectd default config
Files changed (1)
M config.php.default +1 -1
📈 1 added 📉 1 removed

💻 r628

Tom Laermans 🦔 • 2010-01-09 00:50
fix newlines in 2 polling files
Files changed (2)
M includes/polling/hr-mib_storage.inc.php +1 -1
M includes/polling/temperatures.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r627

Tom Laermans 🦔 • 2010-01-09 00:42
more html fixes - yes, Adam, I'm anal like that ;-)
Files changed (2)
M html/pages/device.php +76 -98
M includes/functions.php +4 -4
📈 80 added 📉 102 removed

💻 r626

Tom Laermans 🦔 • 2010-01-09 00:17
html cleanups
Files changed (21)
M html/includes/error-no-perm.inc.php +4 -4
M html/includes/topnav.inc +25 -30
M html/index.php +3 -3
M html/pages/bills.php +4 -4
M html/pages/default-jt.php +8 -8
M html/pages/device/bgp.inc.php +4 -4
M html/pages/device/ciscosensors.inc.php +4 -4
M html/pages/device/collectd.inc.php +4 -4
M html/pages/device/health.inc.php +4 -4
M html/pages/device/interface.inc.php +4 -4
M html/pages/device/syslog.inc.php +4 -4
M html/pages/device/vlans.inc.php +4 -4
M html/pages/device/vrfs.inc.php +4 -4
M html/pages/devices.php +4 -4
M html/pages/front/default.php +4 -4
M html/pages/interfaces.php +4 -4
M html/pages/inventory.php +4 -4
M html/pages/ipv6.php +4 -4
M html/pages/logon.inc +4 -4
M html/pages/syslog.php +4 -4
M html/pages/vrfs.php +4 -4
📈 108 added 📉 113 removed

💻 r625

Tom Laermans 🦔 • 2010-01-08 23:47
some code and html cleanups
Files changed (4)
M html/includes/hostbox.inc +14 -14
M html/includes/print-menubar.php +82 -86
M html/index.php +14 -13
M includes/functions.php +4 -1
📈 114 added 📉 114 removed

💻 r624

Tom Laermans 🦔 • 2010-01-08 23:09
fixed the interface display in event log, plus some html fixes
Files changed (4)
M html/includes/print-event.inc +10 -15
M html/pages/device/events.inc.php +3 -3
M html/pages/eventlog.php +2 -2
M includes/common.php +6
📈 21 added 📉 20 removed

💻 r623

Tom Laermans 🦔 • 2010-01-08 22:50
fix ifnamedescr in short event log (hopefully)
Files changed (1)
M html/includes/print-event-short.inc +1 -1
📈 1 added 📉 1 removed

💻 r622

Tom Laermans 🦔 • 2010-01-08 00:01
fixup graph code and html
Files changed (1)
M html/pages/device/graphs.inc.php +41 -118
📈 41 added 📉 118 removed

💻 r621

Tom Laermans 🦔 • 2010-01-08 00:00
really fixed v6 bgp on juniper now, yay
Files changed (4)
M html/includes/print-menubar.php +1 -1
M html/pages/bgp.php +1 -1
M html/pages/device/bgp.inc.php +1 -1
M includes/polling/bgpPeer.inc.php +5 -2
📈 8 added 📉 5 removed

💻 r620

Tom Laermans 🦔 • 2010-01-07 23:26
oops, fixed ipv62snmp()
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r619

Tom Laermans 🦔 • 2010-01-07 21:27
correct count, variable i was used in other places, skewing the counter at the end
Files changed (1)
M poll-device.php +3 -3
📈 3 added 📉 3 removed

💻 r618

Tom Laermans 🦔 • 2010-01-07 20:28
err, right
Files changed (6)
M html/pages/device/graphs/os-bcm96348.inc.php +2
M html/pages/device/graphs/os-fortigate.inc.php +2
M html/pages/device/graphs/os-powerconnect.inc.php +2
M html/pages/device/graphs/os-procurve.inc.php +2
M html/pages/device/graphs/os-screenos.inc.php +2
M html/pages/device/graphs/os-snom.inc.php +2
📈 12 added 📉 0 removed

💻 r617

Tom Laermans 🦔 • 2010-01-07 20:27
move graphs code into separate files per OS
Files changed (6)
A html/pages/device/graphs/os-bcm96348.inc.php +12
A html/pages/device/graphs/os-fortigate.inc.php +9
A html/pages/device/graphs/os-powerconnect.inc.php +11
A html/pages/device/graphs/os-procurve.inc.php +9
A html/pages/device/graphs/os-screenos.inc.php +11
A html/pages/device/graphs/os-snom.inc.php +2
📈 54 added 📉 0 removed

💻 r616

Tom Laermans 🦔 • 2010-01-07 19:13
fix junos graphs tab
Files changed (1)
M html/pages/device/graphs/os-junos.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r615

Adam Armstrong 🐸 • 2010-01-07 18:27
added hrdevice browser page (initial)
Files changed (2)
M html/pages/device.php +8 -2
A html/pages/device/hrdevice.inc.php +37
📈 45 added 📉 2 removed

💻 r614

Tom Laermans 🦔 • 2010-01-07 18:19
remove debug print in eventlog()
Files changed (1)
M includes/functions.php -1
📈 0 added 📉 1 removed

💻 r613

Tom Laermans 🦔 • 2010-01-07 17:56
ipv6 sessions (at least on juniper) now also can go into alert
Files changed (1)
M html/pages/bgp.php +1 -1
📈 1 added 📉 1 removed

💻 r612

Tom Laermans 🦔 • 2010-01-07 17:48
Ignore failed temperature readings, though they will probably still be inserted as 0 degrees
Files changed (1)
M includes/polling/temperatures.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r611

Adam Armstrong 🐸 • 2010-01-07 16:58
fix
Files changed (1)
M includes/functions-poller.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r610

Tom Laermans 🦔 • 2010-01-07 16:52
fix map
Files changed (1)
M html/map.php +2 -6
📈 2 added 📉 6 removed

💻 r609

Tom Laermans 🦔 • 2010-01-07 16:50
minor code cleanup, change queries to eventlog table to eventlog() function
Files changed (6)
M includes/discovery/os.inc.php +1 -1
M includes/functions.php +9 -1
M includes/polling/interfaces.inc.php +5 -5
M includes/polling/ports.inc.php +3 -13
M poll-device.php +25 -25
M poll-reachability.php +1 -1
📈 44 added 📉 46 removed

💻 r608

Adam Armstrong 🐸 • 2010-01-07 16:46
Files changed (3)
M discovery.php +4 -2
M html/map.php +6 -2
M includes/functions-poller.inc.php +2 -1
📈 12 added 📉 5 removed

💻 r607

Tom Laermans 🦔 • 2010-01-07 11:43
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r606

Tom Laermans 🦔 • 2010-01-07 00:15
woops, broke host 'up' a few commits back...
Files changed (1)
M poll-device.php +1 -1
📈 1 added 📉 1 removed

💻 r605

Tom Laermans 🦔 • 2010-01-06 09:46
smaller ipv6 addresses on overview page
Files changed (1)
M html/pages/front/default.php +1 -1
📈 1 added 📉 1 removed

💻 r604

Tom Laermans 🦔 • 2010-01-06 09:39
tooltip with full text over asn in bgp session on frontpage
Files changed (1)
M html/pages/front/default.php +1 -1
📈 1 added 📉 1 removed

💻 r603

Tom Laermans 🦔 • 2010-01-06 08:54
frontpage overview now also using ifnamedescr()
Files changed (1)
M html/pages/front/default.php +2 -1
📈 2 added 📉 1 removed

💻 r602

Tom Laermans 🦔 • 2010-01-06 00:32
use ifNameDescr in map, so powerconnect has useful interface names, remove powerconnect from ifdescr whitelist
Files changed (3)
M html/map.php +10 -13
M includes/rewrites.php +2 -2
M includes/static-config.php -1
📈 12 added 📉 16 removed

💻 r601

Tom Laermans 🦔 • 2010-01-05 22:23
ehh, i broke polling a bit, i think i fixed it now?
Files changed (1)
M poll-device.php +10 -9
📈 10 added 📉 9 removed

💻 r600

Tom Laermans 🦔 • 2010-01-05 21:54
really fix up/down issue
Files changed (1)
M poll-device.php +8 -12
📈 8 added 📉 12 removed

💻 r599

Tom Laermans 🦔 • 2010-01-05 20:42
Device status changes now are processed correctly, and report down in the eventlog as well
Files changed (1)
M poll-device.php +1
📈 1 added 📉 0 removed

💻 r598

Tom Laermans 🦔 • 2010-01-05 20:10
better lldp/cdp discovery output
Files changed (1)
M includes/discovery/cdp-lldp.inc.php +2 -35
📈 2 added 📉 35 removed

💻 r597

Tom Laermans 🦔 • 2010-01-05 20:09
tiny bit less confusing link discovery output
Files changed (1)
M includes/discovery/cdp-lldp.inc.php +2
📈 2 added 📉 0 removed

💻 r596

Tom Laermans 🦔 • 2010-01-05 20:06
avoid error on ldap bind when session has expired
Files changed (1)
M html/includes/authenticate.inc +22 -19
📈 22 added 📉 19 removed

💻 r595

Tom Laermans 🦔 • 2010-01-05 18:40
LLDP support! Only tested on Procurve 2626 and Powerconnect 5324 but seems to work.
Files changed (4)
M discovery.php +2 -1
A includes/discovery/cdp-lldp.inc.php +160
D includes/discovery/cisco-cdp.inc.php -98
M includes/functions-poller.inc.php +21 -2
📈 183 added 📉 101 removed

💻 r594

Tom Laermans 🦔 • 2010-01-05 10:46
replace recently committed duration() by already existing format_uptime()
Files changed (2)
M includes/functions.php -22
M poll-device.php +1 -1
📈 1 added 📉 23 removed

💻 r593

Adam Armstrong 🐸 • 2010-01-05 10:38
fix for cdp where hostname != sysname
Files changed (1)
M includes/discovery/cisco-cdp.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r592

Adam Armstrong 🐸 • 2010-01-04 16:39
powerconnect cpu :>
Files changed (6)
M html/pages/device/graphs.inc.php +15
M includes/polling/device-powerconnect.inc.php +23
A mibs/RADLAN-MIB.txt +6,844
A mibs/rfc1442v.smi +43
A mibs/rfc1451.mi1 +130
A mibs/rlmng.mib +169
📈 38 added 📉 0 removed

💻 r591

Adam Armstrong 🐸 • 2010-01-04 00:35
remove old stupid nagios crap
Files changed (1)
D scripts/services
📈 0 added 📉 0 removed

💻 r590

Adam Armstrong 🐸 • 2010-01-04 00:25
vlan fixes (sid3windr)
Files changed (2)
M includes/discovery/cisco-vlans.php +5 -3
M includes/discovery/q-bridge-mib.php +7 -6
📈 12 added 📉 9 removed

💻 r589

Adam Armstrong 🐸 • 2010-01-03 22:13
add Q-BRIDGE-MIB support
Files changed (2)
M discovery.php +3 -2
A includes/discovery/q-bridge-mib.php +57
📈 60 added 📉 2 removed

💻 r588

Adam Armstrong 🐸 • 2010-01-03 20:13
sid3windr updates!
Files changed (8)
M database-update.sql +2
M html/pages/ipv4.php +9 -9
M html/pages/logon.inc +41 -40
M html/pages/temperatures.php +10 -3
M includes/discovery/bgp-peers.php +2 -2
M includes/discovery/storage.php +1 -1
M includes/functions.php +11
M includes/polling/device-unix.inc.php +3 -1
📈 79 added 📉 56 removed

💻 r587

Adam Armstrong 🐸 • 2010-01-03 09:45
sid3windr fixes!
Files changed (3)
M includes/functions.php +23 -2
M includes/polling/hr-mib_processor.inc.php +1 -1
M poll-device.php +2 -1
📈 26 added 📉 4 removed

💻 r586

Adam Armstrong 🐸 • 2010-01-02 17:47
fix
Files changed (1)
M html/includes/authenticate.inc +2 -4
📈 2 added 📉 4 removed

💻 r585

Adam Armstrong 🐸 • 2010-01-02 17:12
sid3windr fixes
Files changed (2)
M includes/discovery/ipv6-addresses.php +1 -1
M includes/functions.php +2 -3
📈 3 added 📉 4 removed

💻 r584

Adam Armstrong 🐸 • 2010-01-01 14:14
fixes
Files changed (2)
M includes/discovery/ipv6-addresses.php -34
M includes/functions.php +36
📈 36 added 📉 34 removed

💻 r583

Adam Armstrong 🐸 • 2010-01-01 14:09
ipv6-mib support
Files changed (4)
M includes/discovery/bgp-peers.php +3 -6
M includes/discovery/ipv6-addresses.php +55 -31
M includes/functions.php +17
M includes/polling/bgpPeer.inc.php +1 -5
📈 76 added 📉 42 removed

💻 r582

Adam Armstrong 🐸 • 2010-01-01 14:08
update to 2010. versioning now <major>.<year>.<month>.<minor revision>
Files changed (2)
M html/index.php +1 -1
M includes/static-config.php +1 -1
📈 2 added 📉 2 removed

💻 r581

Adam Armstrong 🐸 • 2010-01-01 07:33
updates to temperature display on overview
Files changed (2)
M html/includes/graphs/temperature.inc.php -1
M html/pages/device/overview/temperatures.inc.php +13 -5
📈 13 added 📉 6 removed