Rolling Release

1,191
commits
+55,631
lines added
−43,996
lines removed

Stable Releases

0
releases
0
lines added
0
lines removed

Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.

Development activity in 2010

Filtered lines added and removed, with commit count by month.

December 2010

💻 r1771

Tom Laermans 🦔
code and formatting cleanups/small fixes
Files changed (8) +143 / -118
Changed files with action and line counts
Mincludes/discovery/cisco-mac-accounting.inc.php+3 / -7
Mincludes/discovery/cisco-pw.inc.php+29 / -19
Mincludes/discovery/cisco-vlans.inc.php+3 / -2
Mincludes/discovery/cisco-vrf.inc.php+67 / -49
Mincludes/discovery/services.inc.php+2 / -2
Mincludes/discovery/toner.inc.php+1 / -2
Mincludes/discovery/ucd-diskio.inc.php+36 / -36
Mincludes/functions.php+2 / -1
+143 added −118 removed filtered activity

💻 r1770

Tom Laermans 🦔
fix discovery of IPMI for indexes
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/ipmi.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r1769

Tom Laermans 🦔
remove warning
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/snmp.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1768

Tom Laermans 🦔
make ipmitool path configurable
Files changed (4) +4 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/discovery/ipmi.inc.php+1 / -1
Mincludes/functions.php+1 / -0
Mincludes/polling/ipmi.inc.php+1 / -1
+4 added −2 removed filtered activity

💻 r1767

Tom Laermans 🦔
correct humidity graphs after DS name change
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/sensor/humidity.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1766

Tom Laermans 🦔
Add webinterface support for IPMI poller
Files changed (8) +96 / -11
Changed files with action and line counts
Ahtml/images/icons/greyscale/ipmi.png+1 / -0
Ahtml/images/icons/ipmi.png+1 / -0
Ahtml/includes/device-ipmi-edit.inc.php+16 / -0
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/pages/device/edit.inc.php+3 / -2
Ahtml/pages/device/edit/ipmi.inc.php+59 / -0
Mincludes/discovery/ipmi.inc.php+3 / -2
Mincludes/functions.php+11 / -5
+94 added −11 removed filtered activity

💻 r1765

Tom Laermans 🦔
Show unit on IPMI poll, minor fix to CHANGELOG
Files changed (2) +6 / -4
Changed files with action and line counts
MCHANGELOG+1 / -1
Mincludes/polling/ipmi.inc.php+5 / -3
+6 added −4 removed filtered activity

💻 r1764

Tom Laermans 🦔
rename fanspeed rrds to work like the other sensors
Files changed (2) +8 / -5
Changed files with action and line counts
Mhtml/includes/graphs/sensor/fanspeed.inc.php+1 / -1
Mincludes/polling/fanspeeds.inc.php+7 / -4
+8 added −5 removed filtered activity

💻 r1763

Tom Laermans 🦔
add image for engenius access points
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/engenius.png+1 / -0
0 added 0 removed filtered activity

💻 r1762

Tom Laermans 🦔
add engenius discovery and polling, missing image
Files changed (6) +10,443 / -0
Changed files with action and line counts
Aincludes/discovery/os/engenius.inc.php+10 / -0
Aincludes/polling/os/engenius.inc.php+37 / -0
Amibs/ENGENIUS-CLIENT-MIB+204 / -0
Amibs/ENGENIUS-MESH-MIB+7,400 / -0
Amibs/ENGENIUS-PRIVATE-MIB+1,460 / -0
Amibs/ENGENIUS-STATUS-MIB+1,332 / -0
+47 added 0 removed filtered activity

💻 r1761

Tom Laermans 🦔
allow negative values in ipmi sensor files, for negative volts and temperatures
Files changed (1) +14 / -6
Changed files with action and line counts
Mincludes/polling/ipmi.inc.php+14 / -6
+14 added −6 removed filtered activity

💻 r1760

Tom Laermans 🦔
commit sensor fix script that should have gone along with the previous ones
Files changed (1) +84 / -0
Changed files with action and line counts
Afix-sensor-rrd.php+84 / -0
+84 added 0 removed filtered activity

💻 r1759

Tom Laermans 🦔
remove old and not very well working snmpd ipmi addin
Files changed (1) +0 / -180
Changed files with action and line counts
Dscripts/snmpd-ipmi.pl+0 / -180
0 added −180 removed filtered activity

💻 r1758

Tom Laermans 🦔
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) +293 / -182
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+10 / -6
Mhtml/includes/dev-overview-data.inc.php+2 / -20
Mhtml/includes/graphs/sensor/current.inc.php+5 / -5
Mhtml/includes/graphs/sensor/fanspeed.inc.php+5 / -5
Mhtml/includes/graphs/sensor/frequency.inc.php+5 / -5
Mhtml/includes/graphs/sensor/humidity.inc.php+14 / -14
Mhtml/includes/graphs/sensor/temperature.inc.php+17 / -17
Mhtml/includes/graphs/sensor/voltage.inc.php+10 / -10
Mhtml/pages/device.inc.php+1 / -0
Mincludes/discovery/entity-sensor.inc.php+0 / -3
Mincludes/discovery/functions.inc.php+29 / -23
Aincludes/discovery/ipmi.inc.php+31 / -0
Mincludes/discovery/sensors.inc.php+1 / -0
Mincludes/functions.php+14 / -1
Mincludes/polling/current.inc.php+2 / -2
Mincludes/polling/fanspeeds.inc.php+7 / -5
Mincludes/polling/frequencies.inc.php+3 / -3
Mincludes/polling/humidity.inc.php+3 / -6
Aincludes/polling/ipmi.inc.php+52 / -0
Mincludes/polling/temperatures.inc.php+5 / -4
Mincludes/polling/voltages.inc.php+4 / -4
Mincludes/snmp.inc.php+58 / -47
Mincludes/static-config.php+11 / -0
Mpoller.php+3 / -2
+292 added −182 removed filtered activity

💻 r1757

Adam Armstrong 🐸
add comment for snmp internal :>
Files changed (2) +3 / -2
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mhtml/pages/bill/edit.inc.php+2 / -2
+3 added −2 removed filtered activity

💻 r1756

Tom Laermans 🦔
set sensor type for ipoman outlet current
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/current/ipoman.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1755

Tom Laermans 🦔
small fixes
Files changed (3) +93 / -82
Changed files with action and line counts
Mhtml/includes/print-menubar.php+35 / -32
Mincludes/discovery/ipv4-addresses.inc.php+55 / -47
Mincludes/discovery/temperatures/dell.inc.php+3 / -3
+93 added −82 removed filtered activity

💻 r1754

Tom Laermans 🦔
fix graphs after r1750, sigh
Files changed (2) +5 / -8
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+5 / -5
Mhtml/includes/graphs/sensor/auth.inc.php+0 / -3
+5 added −8 removed filtered activity

💻 r1753

Tom Laermans 🦔
small cidr check optimization
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r1752

Tom Laermans 🦔
remove default warning limit variables from defaults as they are no longer used
Files changed (1) +0 / -8
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -8
0 added −8 removed filtered activity

💻 r1751

Tom Laermans 🦔
move ldap example settings to defaults.inc.php
Files changed (2) +5 / -7
Changed files with action and line counts
Mconfig.php.default+0 / -7
Mincludes/defaults.inc.php+5 / -0
+5 added −7 removed filtered activity

💻 r1750

Tom Laermans 🦔
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) +77 / -48
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+76 / -48
Mincludes/defaults.inc.php+1 / -0
+77 added −48 removed filtered activity

💻 r1749

Tom Laermans 🦔
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) +112 / -259
Changed files with action and line counts
Mhtml/css/styles.css+6 / -0
Mhtml/pages/device/overview.inc.php+6 / -6
Dhtml/pages/device/overview/current.inc.php+0 / -40
Dhtml/pages/device/overview/fanspeeds.inc.php+0 / -40
Dhtml/pages/device/overview/frequencies.inc.php+0 / -42
Ahtml/pages/device/overview/generic non-text+0 / -0
Ahtml/pages/device/overview/generic/sensor.inc.php+40 / -0
Dhtml/pages/device/overview/humidity.inc.php+0 / -47
Ahtml/pages/device/overview/sensors non-text+0 / -0
Ahtml/pages/device/overview/sensors/current.inc.php+10 / -0
Ahtml/pages/device/overview/sensors/fanspeeds.inc.php+10 / -0
Ahtml/pages/device/overview/sensors/frequencies.inc.php+10 / -0
Ahtml/pages/device/overview/sensors/humidity.inc.php+10 / -0
Ahtml/pages/device/overview/sensors/temperatures.inc.php+10 / -0
Ahtml/pages/device/overview/sensors/voltages.inc.php+10 / -0
Dhtml/pages/device/overview/temperatures.inc.php+0 / -44
Dhtml/pages/device/overview/voltages.inc.php+0 / -40
+106 added −259 removed filtered activity

💻 r1748

Tom Laermans 🦔
fix typo on iftype page for transit/peering/etc
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/iftype.inc.php+1 / -1
+1 added −1 removed filtered activity

November 2010

💻 r1747

Tom Laermans 🦔
reset valid_afi_safi per peer, to not show error graphs on bgp sessions not supporting this prefix type
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r1746

Tom Laermans 🦔
fix graph shown when clicking device overview network traffic graph
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1745

Adam Armstrong 🐸
add 95th to multi_bits graphs
Files changed (1) +12 / -3
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_bits.inc.php+12 / -3
+12 added −3 removed filtered activity

💻 r1744

Tom Laermans 🦔
fix errors in description of ipoman currents
Files changed (3) +19 / -19
Changed files with action and line counts
Mincludes/discovery/current/ipoman.inc.php+7 / -7
Mincludes/discovery/frequencies/ipoman.inc.php+6 / -6
Mincludes/discovery/voltages/ipoman.inc.php+6 / -6
+19 added −19 removed filtered activity

💻 r1743

Tom Laermans 🦔
parsing of ipv6 afi on junos bgp poll/discovery
Files changed (2) +8 / -2
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+4 / -1
Mincludes/polling/bgp-peers.inc.php+4 / -1
+8 added −2 removed filtered activity

💻 r1742

Tom Laermans 🦔
no longer show broken graphs when there are none to be shown, indentation fixes
Files changed (2) +166 / -134
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+119 / -93
Mhtml/pages/iftype.inc.php+47 / -41
+166 added −134 removed filtered activity

💻 r1741

Tom Laermans 🦔
add % to processor usage graph
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/processor/usage.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1740

Tom Laermans 🦔
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) +29 / -30
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -3
Dhtml/includes/graphs/bgp/cbgp_prefixes.inc.php+0 / -22
Ahtml/includes/graphs/bgp/prefixes.inc.php+22 / -0
Mhtml/pages/bgp.inc.php+1 / -1
Mhtml/pages/device/bgp.inc.php+4 / -4
+29 added −30 removed filtered activity

💻 r1739

Tom Laermans 🦔
fix logfile() for newline, thanks Klaver
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r1738

Tom Laermans 🦔
fix unsetting of cache in the wrong place on discovery of bgp peers on junos, whoops
Files changed (9) +197 / -182
Changed files with action and line counts
Mhtml/pages/health/current.inc.php+30 / -29
Mhtml/pages/health/fanspeeds.inc.php+29 / -28
Mhtml/pages/health/frequencies.inc.php+26 / -25
Mhtml/pages/health/humidity.inc.php+32 / -31
Mhtml/pages/health/temperatures.inc.php+32 / -31
Mhtml/pages/health/voltages.inc.php+29 / -28
Mincludes/discovery/bgp-peers.inc.php+5 / -5
Mincludes/polling/fanspeeds.inc.php+13 / -4
Mincludes/polling/temperatures.inc.php+1 / -1
+197 added −182 removed filtered activity

💻 r1737

Tom Laermans 🦔
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) +24 / -15
Changed files with action and line counts
Mincludes/snmp.inc.php+24 / -15
+24 added −15 removed filtered activity

💻 r1736

Tom Laermans 🦔
replace ugly shell echo by logfile()
Files changed (3) +13 / -4
Changed files with action and line counts
Mdiscovery.php+1 / -2
Mincludes/functions.php+10 / -1
Mpoller.php+2 / -1
+13 added −4 removed filtered activity

💻 r1735

Tom Laermans 🦔
Add JunOS prefix count graphing to BGP sessions
Files changed (2) +170 / -65
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+82 / -22
Mincludes/polling/bgp-peers.inc.php+88 / -43
+170 added −65 removed filtered activity

💻 r1734

Tom Laermans 🦔
clean up MAC change reporting, graph error size
Files changed (3) +13 / -6
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
Mincludes/discovery/arp-table.inc.php+10 / -5
Mincludes/polling/cisco-mac-accounting.inc.php+2 / -0
+13 added −6 removed filtered activity

💻 r1733

Tom Laermans 🦔
unbroke adduser.php
Files changed (1) +1 / -1
Changed files with action and line counts
Madduser.php+1 / -1
+1 added −1 removed filtered activity

💻 r1732

Adam Armstrong 🐸
disable ipv4/ipv6 interface indicator for now
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/header.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1731

Tom Laermans 🦔
Made sensor descriptions clickable on device health pages to go directly to the selected sensor graph
Files changed (6) +6 / -6
Changed files with action and line counts
Mhtml/pages/health/current.inc.php+1 / -1
Mhtml/pages/health/fanspeeds.inc.php+1 / -1
Mhtml/pages/health/frequencies.inc.php+1 / -1
Mhtml/pages/health/humidity.inc.php+1 / -1
Mhtml/pages/health/temperatures.inc.php+1 / -1
Mhtml/pages/health/voltages.inc.php+1 / -1
+6 added −6 removed filtered activity

💻 r1730

Tom Laermans 🦔
Correct current limits on iPoMan
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/current/ipoman.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1729

Tom Laermans 🦔
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) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1728

Tom Laermans 🦔
Minor fixes, some cleanups, and standardising on echo("x") instead of echo "x"
Files changed (63) +199 / -283

Showing the first 30 paths; 33 more are omitted from this static page.

Changed files with action and line counts
Madduser.php+2 / -2
Mdelhost.php+1 / -1
Mdiscovery.php+3 / -2
Mfix-port-rrd.php+3 / -3
Mhtml/ajax_listports.php+14 / -13
Mhtml/includes/authenticate.inc.php+4 / -8
Mhtml/includes/authentication/ldap.inc.php+1 / -1
Mhtml/includes/functions.inc.php+3 / -3
Mhtml/includes/ifbox.inc+2 / -2
Mhtml/includes/print-menubar.php+4 / -4
Mhtml/includes/topnav.inc+18 / -18
Mhtml/index.php+8 / -10
Mhtml/map.php+2 / -2
Mhtml/pages/alerts.inc.php+3 / -1
Mhtml/pages/bgp.inc.php+1 / -2
Mhtml/pages/bill/edit.inc.php+3 / -3
Mhtml/pages/delhost.inc.php+2 / -4
Mhtml/pages/device/edit/device.inc.php+4 / -4
Mhtml/pages/device/edit/ports.inc.php+10 / -10
Mhtml/pages/device/interface.inc.php+2 / -2
Mhtml/pages/device/showconfig.inc.php+1 / -2
Mhtml/pages/logon.inc.php+1 / -1
Mincludes/discovery/arp-table.inc.php+1 / -1
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/discovery/current/apc.inc.php+2 / -2
Mincludes/discovery/current/gamatronicups.inc.php+28 / -29
Mincludes/discovery/current/ipoman.inc.php+2 / -2
Mincludes/discovery/current/mgeups.inc.php+2 / -2
Mincludes/discovery/current/rfc1628.inc.php+4 / -4
Mincludes/discovery/current/xups.inc.php+3 / -3
+199 added −283 removed filtered activity

💻 r1727

Tom Laermans 🦔
OSX Server Distro detection by Shil (http://www.observium.org/forum/index.php/topic,79.0.html)
Files changed (1) +4 / -0
Changed files with action and line counts
Mscripts/distro+4 / -0
+4 added 0 removed filtered activity

💻 r1726

Tom Laermans 🦔
Add support for Ingrasys iPoMan 1201 + minor fixes
Files changed (16) +4,813 / -6
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+4 / -0
Mhtml/map.php+1 / -1
Mhtml/pages/device/overview/current.inc.php+1 / -1
Mhtml/pages/device/overview/humidity.inc.php+2 / -2
Mhtml/pages/device/overview/voltages.inc.php+1 / -1
Mhtml/pages/health/humidity.inc.php+1 / -1
Aincludes/discovery/current/ipoman.inc.php+61 / -0
Mincludes/discovery/entity-sensor.inc.php+2 / -0
Aincludes/discovery/frequencies/ipoman.inc.php+44 / -0
Aincludes/discovery/humidity/ipoman.inc.php+29 / -0
Aincludes/discovery/os/ipoman.inc.php+8 / -0
Aincludes/discovery/temperatures/ipoman.inc.php+29 / -0
Aincludes/discovery/voltages/ipoman.inc.php+44 / -0
Aincludes/polling/os/ipoman.inc.php+10 / -0
Mincludes/static-config.php+6 / -0
Amibs/IPOMANII-MIB+4,570 / -0
+243 added −6 removed filtered activity

October 2010

💻 r1725

Adam Armstrong 🐸
MySQL Application poller (thanks to Ove)
Files changed (25) +1,104 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/mysql_command_counters.inc.php+69 / -0
Ahtml/includes/graphs/application/mysql_connections.inc.php+51 / -0
Ahtml/includes/graphs/application/mysql_files_tables.inc.php+39 / -0
Ahtml/includes/graphs/application/mysql_innodb_buffer_pool.inc.php+39 / -0
Ahtml/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php+37 / -0
Ahtml/includes/graphs/application/mysql_innodb_insert_buffer.inc.php+32 / -0
Ahtml/includes/graphs/application/mysql_innodb_io.inc.php+38 / -0
Ahtml/includes/graphs/application/mysql_innodb_io_pending.inc.php+55 / -0
Ahtml/includes/graphs/application/mysql_innodb_log.inc.php+32 / -0
Ahtml/includes/graphs/application/mysql_innodb_row_operations.inc.php+44 / -0
Ahtml/includes/graphs/application/mysql_innodb_semaphores.inc.php+31 / -0
Ahtml/includes/graphs/application/mysql_innodb_transactions.inc.php+21 / -0
Ahtml/includes/graphs/application/mysql_myisam_indexes.inc.php+38 / -0
Ahtml/includes/graphs/application/mysql_network_traffic.inc.php+29 / -0
Ahtml/includes/graphs/application/mysql_query_cache.inc.php+46 / -0
Ahtml/includes/graphs/application/mysql_query_cache_memory.inc.php+29 / -0
Ahtml/includes/graphs/application/mysql_select_types.inc.php+53 / -0
Ahtml/includes/graphs/application/mysql_slow_queries.inc.php+23 / -0
Ahtml/includes/graphs/application/mysql_sorts.inc.php+38 / -0
Ahtml/includes/graphs/application/mysql_table_locks.inc.php+30 / -0
Ahtml/includes/graphs/application/mysql_temporary_objects.inc.php+36 / -0
Mhtml/includes/graphs/generic_bits.inc.php+3 / -0
Ahtml/pages/device/apps/mysql.inc.php+46 / -0
Aincludes/polling/applications/mysql.inc.php+114 / -0
Ascripts/mysql-stats+131 / -0
+1,104 added 0 removed filtered activity

💻 r1724

Adam Armstrong 🐸
fix auth for processor graphs
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/processor/auth.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1723

Adam Armstrong 🐸
hamsterlogin is go
Files changed (2) +3 / -4
Changed files with action and line counts
Ahtml/images/login-hamster.png+1 / -0
Mhtml/pages/logon.inc.php+2 / -4
+2 added −4 removed filtered activity

💻 r1722

Adam Armstrong 🐸
Add NGINX application type, graphing connections. Thanks to Ove
Files changed (7) +163 / -0
Changed files with action and line counts
Ahtml/images/icons/greyscale/nginx.png+1 / -0
Ahtml/images/icons/nginx.png+1 / -0
Ahtml/includes/graphs/application/nginx_connections.inc.php+38 / -0
Ahtml/includes/graphs/application/nginx_req.inc.php+22 / -0
Ahtml/pages/device/apps/nginx.inc.php+27 / -0
Aincludes/polling/applications/nginx.inc.php+37 / -0
Ascripts/nginx-stats+37 / -0
+161 added 0 removed filtered activity

💻 r1721

Adam Armstrong 🐸
remove apachestats (historical)
Files changed (1) +0 / -31
Changed files with action and line counts
Dincludes/polling/apachestats.inc.php+0 / -31
0 added −31 removed filtered activity

💻 r1720

Adam Armstrong 🐸
disable snmp timeout/retries as defaults
Files changed (2) +89 / -60
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -3
Mincludes/snmp.inc.php+86 / -57
+89 added −60 removed filtered activity

💻 r1719

Adam Armstrong 🐸
blah
Files changed (1) +2 / -3
Changed files with action and line counts
Mhtml/pages/bill/edit.inc.php+2 / -3
+2 added −3 removed filtered activity

💻 r1718

Adam Armstrong 🐸
fixed some broken links on health/[processors|memory]/ pages (thanks tbac)
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/health/memory.inc.php+1 / -1
Mhtml/pages/health/processors.inc.php+1 / -1
+2 added −2 removed filtered activity

September 2010

💻 r1717

Adam Armstrong 🐸
improved devices page
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/includes/hostbox.inc+1 / -1
Mhtml/pages/devices.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1716

Adam Armstrong 🐸
show ports/sensors on the device list page. add option to use php-snmp functions for snmp_get()s
Files changed (11) +228 / -137
Changed files with action and line counts
Mconfig.php.default+3 / -0
Mdatabase-update.sql+2 / -1
Mdiscovery.php+5 / -5
Mhtml/includes/device-edit.inc.php+4 / -1
Mhtml/includes/graphs/common.inc.php+2 / -0
Mhtml/includes/hostbox.inc+11 / -0
Mhtml/pages/bill.inc.php+14 / -2
Mhtml/pages/device/edit/device.inc.php+11 / -0
Mincludes/defaults.inc.php+2 / -1
Mincludes/polling/ports.inc.php+7 / -1
Mincludes/snmp.inc.php+167 / -126
+226 added −136 removed filtered activity

💻 r1715

Adam Armstrong 🐸
stuff
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1714

Adam Armstrong 🐸
fix to include_dir to work on older versions of php (thanks Mark Loveley of Griffin)
Files changed (1) +5 / -1
Changed files with action and line counts
Mincludes/functions.php+5 / -1
+5 added −1 removed filtered activity

💻 r1713

Adam Armstrong 🐸
enable deletion of bill
Files changed (2) +63 / -0
Changed files with action and line counts
Ahtml/pages/bill/actions.inc.php+40 / -0
Ahtml/pages/bill/delete.inc.php+23 / -0
+63 added 0 removed filtered activity

💻 r1712

Adam Armstrong 🐸
enable editing of bills once created
Files changed (3) +122 / -66
Changed files with action and line counts
Mhtml/pages/bill.inc.php+5 / -3
Ahtml/pages/bill/edit.inc.php+117 / -0
Dhtml/pages/bill/edit.php+0 / -63
+122 added −66 removed filtered activity

💻 r1711

Adam Armstrong 🐸
fix cust graphs
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1710

Adam Armstrong 🐸
show number of deleted ports in menu
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
+1 added −1 removed filtered activity

💻 r1709

Adam Armstrong 🐸
add exp
Files changed (1) +2 / -1
Changed files with action and line counts
Mconfig.php.default+2 / -1
+2 added −1 removed filtered activity

💻 r1708

Adam Armstrong 🐸
remove base_url as default
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r1707

Adam Armstrong 🐸
set all unix-like stuff to server, and remove old linux handling (quicker than you, failwindr :)
Files changed (2) +9 / -5
Changed files with action and line counts
Mdiscovery.php+0 / -5
Mincludes/static-config.php+9 / -0
+9 added −5 removed filtered activity

💻 r1706

Adam Armstrong 🐸
openindiana logo
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/openindiana.png+1 / -0
0 added 0 removed filtered activity

💻 r1705

Adam Armstrong 🐸
openindiana support
Files changed (2) +7 / -0
Changed files with action and line counts
Mincludes/discovery/os/solaris.inc.php+3 / -0
Mincludes/static-config.php+4 / -0
+7 added 0 removed filtered activity

💻 r1704

Adam Armstrong 🐸
oh, set to 1s rather than 1000s :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1703

Adam Armstrong 🐸
re-enable snmp timeout code, set to 5 tries of 1000ms
Files changed (3) +15 / -13
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
Mincludes/defaults.inc.php+2 / -2
Mincludes/snmp.inc.php+11 / -11
+13 added −13 removed filtered activity

💻 r1702

Adam Armstrong 🐸
ok maybe it is not very unix-like
Files changed (1) +2 / -4
Changed files with action and line counts
Mincludes/static-config.php+2 / -4
+2 added −4 removed filtered activity

💻 r1701

Adam Armstrong 🐸
detect adva by sysObjectID, use UNIX os_group, display traffic graph
Files changed (2) +12 / -0
Changed files with action and line counts
Aincludes/discovery/os/adva.inc.php+9 / -0
Mincludes/static-config.php+3 / -0
+12 added 0 removed filtered activity

💻 r1700

Adam Armstrong 🐸
fix net-snmp arguments order (breaks non-linux platforms)
Files changed (1) +22 / -22
Changed files with action and line counts
Mincludes/snmp.inc.php+22 / -22
+22 added −22 removed filtered activity

💻 r1699

Adam Armstrong 🐸
ginger patch
Files changed (26) +26 / -26
Changed files with action and line counts
Maddhost.php+1 / -1
Madduser.php+1 / -1
Malerts.php+1 / -1
Mcheck-errors.php+1 / -1
Mcheck-services.php+1 / -1
Mcleanup.php+1 / -1
Mcontrib/generate-dnstext.php+1 / -1
Mcontrib/generate-vegadns.php+1 / -1
Mdelhost.php+1 / -1
Mdiscovery.php+1 / -1
Mgenerate-iplist.php+1 / -1
Mgenerate-map.sh+1 / -1
Mirc.php+1 / -1
Mmap.php+1 / -1
Mpoll-billing.php+1 / -1
Mpoll-device.php+1 / -1
Mpoll-reachability.php+1 / -1
Mpoller.php+1 / -1
Mrenamehost.php+1 / -1
Mscan-snmp.php+1 / -1
Mscripts/update-sql.php+1 / -1
Msnmptrap.php+1 / -1
Msyslog.php+1 / -1
Mtest-discovery.php+1 / -1
Mtest-poll.php+1 / -1
Mversioncheck.php+1 / -1
+26 added −26 removed filtered activity

💻 r1698

Adam Armstrong 🐸
remove the old version checker code (we are svn, and do not use it)
Files changed (2) +28 / -24
Changed files with action and line counts
Mhtml/includes/header-small.inc.php+14 / -12
Mhtml/includes/header.inc.php+14 / -12
+28 added −24 removed filtered activity

💻 r1697

Adam Armstrong 🐸
allow manual ignore of ports
Files changed (6) +105 / -0
Changed files with action and line counts
Ahtml/images/icons/greyscale/port.png+1 / -0
Ahtml/images/icons/greyscale/ports.png+1 / -0
Ahtml/images/icons/ports.png+2 / -0
Ahtml/includes/port-edit.inc.php+49 / -0
Mhtml/pages/device/edit.inc.php+1 / -0
Ahtml/pages/device/edit/ports.inc.php+51 / -0
+101 added 0 removed filtered activity

💻 r1696

Adam Armstrong 🐸
fix for JT frontpage (port -> id)
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/front/jt.php+3 / -3
+3 added −3 removed filtered activity

💻 r1695

Adam Armstrong 🐸
MRES
Files changed (2) +5 / -5
Changed files with action and line counts
Mhtml/includes/graphs/multiport/bits_duo.inc.php+2 / -2
Mhtml/includes/graphs/multiport/bits_trio.inc.php+3 / -3
+5 added −5 removed filtered activity

💻 r1694

Adam Armstrong 🐸
fix bits_trio graphtype
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/multiport/bits_trio.inc.php+3 / -3
+3 added −3 removed filtered activity

August 2010

💻 r1693

Adam Armstrong 🐸
add sanos detection (it is just nxos, so we treat it as if it's IOS for discovery purposes)
Files changed (4) +23 / -3
Changed files with action and line counts
Mhtml/includes/graphs/bill/bits.inc.php+0 / -2
Aincludes/discovery/os/sanos.inc.php+10 / -0
Mincludes/functions.php+1 / -1
Mincludes/static-config.php+12 / -0
+23 added −3 removed filtered activity

💻 r1692

Adam Armstrong 🐸
improved (and fixed) multiport_bits_separate
Files changed (1) +19 / -68
Changed files with action and line counts
Mhtml/includes/graphs/multiport/bits_separate.inc.php+19 / -68
+19 added −68 removed filtered activity

💻 r1691

Adam Armstrong 🐸
fix unauthenticated graphs via $config['allow_unauth_graphs']
Files changed (15) +17 / -39
Changed files with action and line counts
Mhtml/includes/graphs/application/auth.inc.php+1 / -1
Mhtml/includes/graphs/atmvp/auth.inc.php+1 / -1
Mhtml/includes/graphs/bgp/auth.inc.php+1 / -1
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+1 / -1
Mhtml/includes/graphs/diskio/auth.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+3 / -25
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/multiport/auth.inc.php+1 / -1
Mhtml/includes/graphs/port/auth.inc.php+1 / -1
Mhtml/includes/graphs/processor/auth.inc.php+1 / -1
Mhtml/includes/graphs/sensor/auth.inc.php+1 / -1
Mhtml/includes/graphs/service/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
+17 added −39 removed filtered activity

💻 r1690

Adam Armstrong 🐸
fix fuckup (doh)
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/ucd_load.inc.php+2 / -0
Mincludes/static-config.php+1 / -1
+3 added −1 removed filtered activity

💻 r1689

Adam Armstrong 🐸
solve some php warnings
Files changed (3) +14 / -7
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -1
Mincludes/functions.php+1 / -1
Mincludes/static-config.php+10 / -5
+14 added −7 removed filtered activity

💻 r1688

Adam Armstrong 🐸
disable warnings/errors if not debugging
Files changed (3) +36 / -6
Changed files with action and line counts
Mdiscovery.php+16 / -5
Mhtml/index.php+6 / -0
Mpoller.php+14 / -1
+36 added −6 removed filtered activity

💻 r1687

Adam Armstrong 🐸
remove leading slash
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1686

Adam Armstrong 🐸
remove duplicate servers entry
Files changed (1) +0 / -5
Changed files with action and line counts
Mincludes/static-config.php+0 / -5
0 added −5 removed filtered activity

💻 r1685

Adam Armstrong 🐸
unflatten map when flat map is ugly (>10 links?)
Files changed (1) +10 / -2
Changed files with action and line counts
Mhtml/map.php+10 / -2
+10 added −2 removed filtered activity

💻 r1684

Adam Armstrong 🐸
add leading slash to path postpend
Files changed (1) +1 / -1
Changed files with action and line counts
Mcheck-services.php+1 / -1
+1 added −1 removed filtered activity

💻 r1683

Adam Armstrong 🐸
fix auth for atmvp graphs
Files changed (5) +24 / -56
Changed files with action and line counts
Ahtml/includes/graphs/atmvp/auth.inc.php+24 / -0
Mhtml/includes/graphs/atmvp/bits.inc.php+0 / -14
Mhtml/includes/graphs/atmvp/cells.inc.php+0 / -14
Mhtml/includes/graphs/atmvp/errors.inc.php+0 / -14
Mhtml/includes/graphs/atmvp/packets.inc.php+0 / -14
+24 added −56 removed filtered activity

💻 r1682

Adam Armstrong 🐸
fix services bugs (thanks to neitsabes71)
Files changed (2) +2 / -2
Changed files with action and line counts
Mcheck-services.php+1 / -1
Mhtml/includes/graphs/service/auth.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1681

Tom Laermans 🦔
fix about page sensor totals
Files changed (1) +0 / -7
Changed files with action and line counts
Mhtml/pages/about.inc.php+0 / -7
0 added −7 removed filtered activity

💻 r1680

Adam Armstrong 🐸
fix bits_trio (this should be a specific type for its purpose, i think)
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/includes/graphs/multiport/bits_trio.inc.php+1 / -1
Mincludes/discovery/ports.inc.php+3 / -3
+4 added −4 removed filtered activity

💻 r1679

Adam Armstrong 🐸
fix some things :>
Files changed (3) +22 / -24
Changed files with action and line counts
Mhtml/includes/graphs/multiport/bits_duo.inc.php+10 / -12
Mhtml/includes/graphs/multiport/bits_trio.inc.php+6 / -6
Mhtml/pages/front/jt.php+6 / -6
+22 added −24 removed filtered activity

💻 r1678

Adam Armstrong 🐸
cleaner fortigate hardware
Files changed (2) +1 / -3
Changed files with action and line counts
Mincludes/polling/os/fortigate.inc.php+0 / -2
Mincludes/rewrites.php+1 / -1
+1 added −3 removed filtered activity

💻 r1677

Adam Armstrong 🐸
show volt/current/freq graphs for powerware on overlib
Files changed (1) +6 / -0
Changed files with action and line counts
Mincludes/static-config.php+6 / -0
+6 added 0 removed filtered activity

💻 r1676

Adam Armstrong 🐸
fortigate hardware from sysObjectID
Files changed (4) +157 / -77
Changed files with action and line counts
Mincludes/polling/os/extremeware.inc.php+0 / -1
Mincludes/polling/os/fortigate.inc.php+12 / -6
Mincludes/rewrites.php+144 / -70
Mpoller.php+1 / -0
+157 added −77 removed filtered activity

💻 r1675

Tom Laermans 🦔
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) +31 / -18
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/includes/graphs/device/mempools.inc.php+5 / -4
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mincludes/discovery/entity-sensor.inc.php+1 / -1
Mincludes/discovery/fanspeeds/supermicro.inc.php+2 / -2
Mincludes/discovery/functions.inc.php+5 / -5
Mincludes/discovery/temperatures/supermicro.inc.php+1 / -1
Mincludes/discovery/voltages/supermicro.inc.php+1 / -1
Mincludes/snmp.inc.php+14 / -2
+31 added −18 removed filtered activity

💻 r1674

Adam Armstrong 🐸
fix billing graph since RRD name change. make default frontpage prettier (i think)
Files changed (2) +12 / -28
Changed files with action and line counts
Mhtml/includes/graphs/bill/bits.inc.php+2 / -2
Mhtml/pages/front/default.php+10 / -26
+12 added −28 removed filtered activity

💻 r1673

Adam Armstrong 🐸
fix customer and iftype graphs since port rrd filename changes
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/customer/bits.inc.php+2 / -2
Mhtml/pages/iftype.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r1672

Adam Armstrong 🐸
fix polling and displaying of etherlike statistics
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/port/graphs.inc.php+1 / -1
Mincludes/polling/port-etherlike.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1671

Adam Armstrong 🐸
fixes
Files changed (2) +2 / -1
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r1670

Adam Armstrong 🐸
try to clean up NXOS incorrectly reported sensors
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/discovery/cisco-entity-sensor.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r1669

Adam Armstrong 🐸
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) +262 / -159

Showing the first 30 paths; 24 more are omitted from this static page.

Changed files with action and line counts
Mdiscovery.php+1 / -7
Mhtml/includes/graphs/graph.inc.php+1 / -1
Mhtml/includes/graphs/sensor/current.inc.php+4 / -0
Mhtml/includes/graphs/sensor/fanspeed.inc.php+3 / -0
Mhtml/includes/graphs/sensor/frequency.inc.php+3 / -0
Mhtml/includes/graphs/sensor/humidity.inc.php+3 / -0
Mhtml/includes/graphs/sensor/temperature.inc.php+2 / -4
Mhtml/includes/graphs/sensor/voltage.inc.php+3 / -0
Mhtml/pages/device/health/sensors.inc.php+3 / -3
Mincludes/discovery/cisco-entity-sensor.inc.php+78 / -10
Mincludes/discovery/discovery-protocols.inc.php+0 / -4
Mincludes/discovery/entity-physical.inc.php+13 / -29
Mincludes/discovery/entity-sensor.inc.php+28 / -5
Mincludes/discovery/functions.inc.php+26 / -6
Mincludes/discovery/hr-device.inc.php+2 / -2
Mincludes/discovery/junose-atm-vp.inc.php+2 / -2
Mincludes/discovery/mempools/cemp.inc.php+2 / -2
Mincludes/discovery/mempools/cmp.inc.php+1 / -1
Mincludes/discovery/mempools/hp-procurve.inc.php+1 / -1
Mincludes/discovery/mempools/hrstorage.inc.php+1 / -1
Mincludes/discovery/mempools/junos.inc.php+2 / -2
Mincludes/discovery/processors/hrdevice.inc.php+1 / -1
Mincludes/discovery/processors/ios.inc.php+1 / -1
Mincludes/discovery/processors/ironware.inc.php+1 / -1
Mincludes/discovery/processors/junos.inc.php+2 / -2
Mincludes/discovery/processors/junose.inc.php+1 / -1
Mincludes/discovery/storage-hrstorage.inc.php+1 / -1
Mincludes/discovery/temperatures/cisco-envmon.inc.php+2 / -1
Mincludes/discovery/temperatures/ftos-c-series.inc.php+2 / -2
Mincludes/discovery/temperatures/ftos-e-series.inc.php+2 / -2
+262 added −159 removed filtered activity

💻 r1668

Adam Armstrong 🐸
high/low range
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/includes/graphs/sensor/temperature.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1667

Adam Armstrong 🐸
genericise device health pages
Files changed (7) +62 / -212
Changed files with action and line counts
Mhtml/pages/device/health/current.inc.php+4 / -32
Mhtml/pages/device/health/fanspeeds.inc.php+4 / -36
Mhtml/pages/device/health/frequencies.inc.php+4 / -35
Mhtml/pages/device/health/humidity.inc.php+4 / -36
Ahtml/pages/device/health/sensors.inc.php+38 / -0
Mhtml/pages/device/health/temperatures.inc.php+4 / -36
Mhtml/pages/device/health/voltages.inc.php+4 / -37
+62 added −212 removed filtered activity

💻 r1666

Adam Armstrong 🐸
autoset thresholds for sensors which don't have them
Files changed (10) +98 / -44
Changed files with action and line counts
Mhtml/includes/graphs/sensor/temperature.inc.php+5 / -5
Mhtml/includes/graphs/sensor/voltage.inc.php+2 / -2
Mhtml/pages/device/health/temperatures.inc.php+6 / -5
Mhtml/pages/device/overview/current.inc.php+0 / -5
Mhtml/pages/device/overview/fanspeeds.inc.php+0 / -5
Mhtml/pages/device/overview/frequencies.inc.php+0 / -5
Mhtml/pages/device/overview/temperatures.inc.php+4 / -7
Mhtml/pages/device/overview/voltages.inc.php+0 / -5
Mincludes/discovery/functions.inc.php+78 / -5
Mincludes/discovery/temperatures/ironware.inc.php+3 / -0
+98 added −44 removed filtered activity

💻 r1665

Adam Armstrong 🐸
fixes
Files changed (2) +26 / -11
Changed files with action and line counts
Mincludes/polling/os/screenos.inc.php+8 / -4
Mincludes/static-config.php+18 / -7
+26 added −11 removed filtered activity

💻 r1664

Adam Armstrong 🐸
generic_duplex graphtype improvements
Files changed (1) +14 / -5
Changed files with action and line counts
Mhtml/includes/graphs/generic_duplex.inc.php+14 / -5
+14 added −5 removed filtered activity

💻 r1663

Adam Armstrong 🐸
move diskio to bytes instead of bits
Files changed (3) +99 / -1
Changed files with action and line counts
Ahtml/includes/graphs/device/screenos_sessions.inc.php+35 / -0
Mhtml/includes/graphs/diskio/bits.inc.php+1 / -1
Ahtml/includes/graphs/generic_bytes.inc.php+63 / -0
+99 added −1 removed filtered activity

💻 r1662

Adam Armstrong 🐸
os discovery debug forced (for now) and extra fortigate detection
Files changed (2) +6 / -3
Changed files with action and line counts
Mincludes/discovery/os/fortigate.inc.php+2 / -1
Mincludes/functions.php+4 / -2
+6 added −3 removed filtered activity

💻 r1661

Adam Armstrong 🐸
improve fortigate detection
Files changed (1) +3 / -4
Changed files with action and line counts
Mincludes/discovery/os/fortigate.inc.php+3 / -4
+3 added −4 removed filtered activity

💻 r1660

Adam Armstrong 🐸
Add traffic graphs to more network OSes
Files changed (1) +88 / -1
Changed files with action and line counts
Mincludes/static-config.php+88 / -1
+88 added −1 removed filtered activity

💻 r1659

Adam Armstrong 🐸
fiddle with nonunicast ports graph (bit broken atm)
Files changed (2) +17 / -8
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/includes/graphs/port/nupkts.inc.php+16 / -7
+17 added −8 removed filtered activity

💻 r1658

Tom Laermans 🦔
Add precision to current graph, sexify fix-port-rrd.php, fix papouch tme precision and lm-sensors description fixing
Files changed (6) +14 / -11
Changed files with action and line counts
Mfix-port-rrd.php+5 / -3
Mhtml/includes/graphs/sensor/current.inc.php+5 / -4
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -2
Mincludes/discovery/entity-sensor.inc.php+1 / -1
Mincludes/discovery/temperatures/lm-sensors.inc.php+1 / -0
Mincludes/discovery/temperatures/papouch-tme.inc.php+1 / -1
+14 added −11 removed filtered activity

💻 r1657

Adam Armstrong 🐸
hack to force separated non-unicast for the time being
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/port/nupkts.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1656

Adam Armstrong 🐸
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) +299 / -73
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+6 / -0
Afix-port-rrd.php+206 / -0
Mhtml/includes/graphs/device/bits.inc.php+2 / -2
Mhtml/includes/graphs/multiport/bits.inc.php+2 / -2
Mhtml/includes/graphs/multiport/bits_duo.inc.php+4 / -4
Mhtml/includes/graphs/multiport/bits_separate.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_trio.inc.php+8 / -8
Mhtml/includes/graphs/port/auth.inc.php+3 / -0
Mhtml/includes/graphs/port/bits.inc.php+0 / -2
Mhtml/includes/graphs/port/errors.inc.php+22 / -14
Mhtml/includes/graphs/port/etherlike.inc.php+1 / -1
Mhtml/includes/graphs/port/nupkts.inc.php+1 / -2
Mhtml/includes/graphs/port/pagp_bits.inc.php+2 / -2
Mhtml/includes/graphs/port/upkts.inc.php+0 / -2
Mhtml/includes/print-interface.inc.php+2 / -2
Mhtml/pages/device/port/graphs.inc.php+1 / -1
Mincludes/polling/port-etherlike.inc.php+10 / -5
Mincludes/polling/ports.inc.php+27 / -25
+298 added −73 removed filtered activity

💻 r1655

Adam Armstrong 🐸
fix service graphs, add CISCO-PRODUCT-MIB
Files changed (8) +1,169 / -41
Changed files with action and line counts
Ahtml/includes/graphs/service non-text+0 / -0
Dhtml/includes/graphs/service.inc.php+0 / -34
Ahtml/includes/graphs/service/auth.inc.php+20 / -0
Ahtml/includes/graphs/service/availability.inc.php+26 / -0
Mhtml/includes/print-service.inc+2 / -2
Mhtml/pages/services.inc.php+1 / -1
Amibs/CISCO-PRODUCTS-MIB+1,120 / -0
Mpoller.php+0 / -4
+49 added −41 removed filtered activity

💻 r1654

Adam Armstrong 🐸
add some checking to adding/removing permissions for users
Files changed (1) +28 / -16
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+28 / -16
+28 added −16 removed filtered activity

💻 r1653

Adam Armstrong 🐸
smarter catos version/hardware fetcher. put software release year into $features
Files changed (2) +12 / -5
Changed files with action and line counts
Mincludes/polling/os/catos.inc.php+6 / -5
Mpoller.php+6 / -0
+12 added −5 removed filtered activity

💻 r1652

Adam Armstrong 🐸
fix uptime graph
Files changed (3) +3 / -6
Changed files with action and line counts
Mhtml/includes/graphs/device/uptime.inc.php+0 / -4
Mhtml/index.php+2 / -1
Mpoller.php+1 / -1
+3 added −6 removed filtered activity

💻 r1651

Adam Armstrong 🐸
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) +4 / -4
Changed files with action and line counts
Mincludes/discovery/mempools/cemp.inc.php+1 / -1
Mincludes/discovery/processors/ios.inc.php+1 / -1
Mincludes/rewrites.php+1 / -1
Mirc.php+1 / -1
+4 added −4 removed filtered activity

💻 r1650

Adam Armstrong 🐸
flatten map (it was like that for a reason :P) and list all ports deleted when deleting an interface
Files changed (2) +6 / -4
Changed files with action and line counts
Mhtml/map.php+3 / -2
Mincludes/functions.php+3 / -2
+6 added −4 removed filtered activity

💻 r1649

Adam Armstrong 🐸
poller output cleanups (i think we should start to put some colour in here, to make it all sexypants)
Files changed (5) +13 / -13
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+4 / -4
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/polling/processors.inc.php+1 / -1
Mincludes/polling/storage.inc.php+4 / -4
Mpoller.php+3 / -3
+13 added −13 removed filtered activity

💻 r1648

Adam Armstrong 🐸
VRF tracking fix to database tables
Files changed (1) +2 / -1
Changed files with action and line counts
Mdatabase-update.sql+2 / -1
0 added 0 removed filtered activity

💻 r1647

Adam Armstrong 🐸
rename HP SN MIBs file
Files changed (2) +37,204 / -36,503
Changed files with action and line counts
Amibs/HP-SN-MIBS+37,204 / -0
Dmibs/h2r07604c+0 / -36,503
0 added 0 removed filtered activity

💻 r1646

Adam Armstrong 🐸
increase mempool_index size to accomodate larger indexes
Files changed (11) +62 / -51
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/includes/functions.inc.php+0 / -18
Mhtml/includes/graphs/device/cras_sessions.inc.php+2 / -0
Mincludes/cisco-entities.php+0 / -1
Mincludes/discovery/cisco-entity-sensor.inc.php+10 / -2
Mincludes/polling/os/allied.inc.php+5 / -5
Mincludes/polling/os/ftos.inc.php+3 / -3
Mincludes/polling/os/procurve.inc.php+1 / -1
Mincludes/polling/os/radlan.inc.php+2 / -2
Mincludes/rewrites.php+22 / -0
Mpoller.php+16 / -19
+61 added −51 removed filtered activity

💻 r1645

Adam Armstrong 🐸
clean up more mib names (remove .txt, .mib, .my)
Files changed (549) +433,899 / -420,660

Showing the first 30 paths; 519 more are omitted from this static page.

Changed files with action and line counts
Amibs/220AQV1C0-private+75 / -0
Dmibs/220AQV1C0-private.mib+0 / -75
Amibs/ADSL-LINE-EXT-MIB+1,221 / -0
Dmibs/ADSL-LINE-EXT-MIB.mib+0 / -1,216
Amibs/ADSL-LINE-MIB+4,382 / -0
Dmibs/ADSL-LINE-MIB.mib+0 / -4,382
Amibs/ADSL-TC-MIB+113 / -0
Dmibs/ADSL-TC-MIB.mib+0 / -113
Amibs/AGENTX-MIB+527 / -0
Dmibs/AGENTX-MIB.txt+0 / -527
Amibs/AIRPORT-BASESTATION-3-MIB+420 / -0
Dmibs/AIRPORT-BASESTATION-3-MIB.txt+0 / -403
Amibs/ALTIGA-ADDRESS-STATS-MIB+497 / -0
Dmibs/ALTIGA-ADDRESS-STATS-MIB.my+0 / -479
Amibs/ALTIGA-BMGT-STATS-MIB+237 / -0
Dmibs/ALTIGA-BMGT-STATS-MIB.my+0 / -224
Amibs/ALTIGA-CAP+265 / -0
Dmibs/ALTIGA-CAP.my+0 / -253
Amibs/ALTIGA-CERT-STATS-MIB+260 / -0
Dmibs/ALTIGA-CERT-STATS-MIB.my+0 / -248
Amibs/ALTIGA-DHCP-SERVER-STATS-MIB+240 / -0
Dmibs/ALTIGA-DHCP-SERVER-STATS-MIB.my+0 / -227
Amibs/ALTIGA-DHCP-STATS-MIB+381 / -0
Dmibs/ALTIGA-DHCP-STATS-MIB.my+0 / -368
Amibs/ALTIGA-DNS-STATS-MIB+135 / -0
Dmibs/ALTIGA-DNS-STATS-MIB.my+0 / -123
Amibs/ALTIGA-EVENT-STATS-MIB+177 / -0
Dmibs/ALTIGA-EVENT-STATS-MIB.my+0 / -165
Amibs/ALTIGA-FILTER-STATS-MIB+294 / -0
Dmibs/ALTIGA-FILTER-STATS-MIB.my+0 / -282
0 added 0 removed filtered activity

💻 r1644

Adam Armstrong 🐸
prettier cras sessions (separate clientless from tunnels)
Files changed (1) +19 / -19
Changed files with action and line counts
Mhtml/includes/graphs/device/cras_sessions.inc.php+19 / -19
+19 added −19 removed filtered activity

💻 r1643

Tom Laermans 🦔
revert quote in asa os detection
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/asa.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1642

Adam Armstrong 🐸
fix auth for multiport (hacky)
Files changed (1) +6 / -1
Changed files with action and line counts
Mhtml/includes/graphs/multiport/auth.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r1641

Tom Laermans 🦔
fix supermicro fan discovery
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/fanspeeds/supermicro.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1640

Adam Armstrong 🐸
duh
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/includes/graphs/port/nupkts.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r1639

Adam Armstrong 🐸
remove old debug from packets graph (oopsiepops)
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/port/nupkts.inc.php+2 / -0
Mhtml/includes/graphs/port/upkts.inc.php+1 / -1
+3 added −1 removed filtered activity

💻 r1638

Tom Laermans 🦔
also run CDP discovery on non-IOS hosts
Files changed (1) +35 / -25
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+35 / -25
+35 added −25 removed filtered activity

💻 r1637

Tom Laermans 🦔
fix asa detection (wtf Cisco?) - fix by Bill Fenner
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/asa.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1636

Tom Laermans 🦔
fix trimming quotes from areca controller sensors, fix health/frequencies page to use new table
Files changed (6) +33 / -35
Changed files with action and line counts
Mhtml/pages/health/frequencies.inc.php+26 / -26
Mhtml/pages/health/voltages.inc.php+1 / -1
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -2
Mincludes/discovery/entity-sensor.inc.php+2 / -3
Mincludes/discovery/fanspeeds/areca.inc.php+2 / -2
Mincludes/discovery/voltages/areca.inc.php+1 / -1
+33 added −35 removed filtered activity

💻 r1635

Tom Laermans 🦔
fix: use entPhysicalDescr if entPhysicalName is empty
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -1
Mincludes/discovery/entity-sensor.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1634

Adam Armstrong 🐸
can auth via _GET
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+5 / -6
+5 added −6 removed filtered activity

💻 r1633

Tom Laermans 🦔
reworking poe polling a bit, but still unpolished or even unfinished
Files changed (6) +55 / -70
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Dincludes/polling/cisco-poe.inc.php+0 / -63
Mincludes/polling/port-adsl.inc.php+2 / -2
Mincludes/polling/port-etherlike.inc.php+2 / -2
Aincludes/polling/port-poe.inc.php+44 / -0
Mincludes/polling/ports.inc.php+6 / -3
+55 added −70 removed filtered activity

💻 r1632

Adam Armstrong 🐸
better fix
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1631

Adam Armstrong 🐸
fix device overlib with odd chars
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1630

Adam Armstrong 🐸
ok not all graphs, but a few more (atleast cpu, mem and bits for device overlibs)
Files changed (4) +27 / -22
Changed files with action and line counts
Mhtml/includes/graphs/device/mempools.inc.php+11 / -8
Mhtml/includes/graphs/generic_multi_bits.inc.php+13 / -10
Mhtml/includes/graphs/graph.inc.php+2 / -3
Mhtml/includes/graphs/port/upkts.inc.php+1 / -1
+27 added −22 removed filtered activity

💻 r1629

Adam Armstrong 🐸
hack to make *all* graphs draw, even if missing rrd
Files changed (4) +23 / -21
Changed files with action and line counts
Mhtml/includes/graphs/device/mempools.inc.php+19 / -18
Mhtml/includes/graphs/device/processors.inc.php+1 / -3
Mhtml/includes/graphs/generic_multi_bits.inc.php+2 / -0
Mhtml/includes/graphs/graph.inc.php+1 / -0
+23 added −21 removed filtered activity

💻 r1628

Adam Armstrong 🐸
minus debug :>
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1627

Adam Armstrong 🐸
improved graph errors
Files changed (1) +25 / -5
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+25 / -5
+25 added −5 removed filtered activity

💻 r1626

Tom Laermans 🦔
clean up unused function, remove baseurl (yay relative urls)
Files changed (2) +4 / -23
Changed files with action and line counts
Mhtml/pages/bill.inc.php+4 / -4
Mincludes/functions.php+0 / -19
+4 added −23 removed filtered activity

💻 r1625

Adam Armstrong 🐸
fix graphs
Files changed (2) +3 / -2
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+2 / -1
+3 added −2 removed filtered activity

💻 r1624

Adam Armstrong 🐸
rename merge generateiflink && generate_if_link to generate_port_link, rename generatedevicelink to generate_device_link
Files changed (56) +115 / -124

Showing the first 30 paths; 26 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/device-header.inc.php+1 / -1
Mhtml/includes/functions.inc.php+4 / -13
Mhtml/includes/graphs/application/auth.inc.php+1 / -1
Mhtml/includes/graphs/bgp/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+1 / -1
Mhtml/includes/graphs/diskio/auth.inc.php+1 / -1
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/multiport/auth.inc.php+2 / -2
Mhtml/includes/graphs/port/auth.inc.php+2 / -2
Mhtml/includes/graphs/processor/auth.inc.php+1 / -1
Mhtml/includes/graphs/sensor/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
Mhtml/includes/hostbox.inc+1 / -1
Mhtml/includes/print-event-short.inc+1 / -1
Mhtml/includes/print-event.inc+2 / -2
Mhtml/includes/print-interface-adsl.inc.php+8 / -8
Mhtml/includes/print-interface.inc.php+10 / -10
Mhtml/includes/print-service.inc+1 / -1
Mhtml/includes/print-syslog.inc+1 / -1
Mhtml/includes/print-vlan.inc+1 / -1
Mhtml/includes/print-vrf.inc+1 / -1
Mhtml/pages/bgp.inc.php+2 / -2
Mhtml/pages/bill.inc.php+1 / -1
Mhtml/pages/bill/edit.php+1 / -1
Mhtml/pages/customers.inc.php+2 / -2
Mhtml/pages/device/arp.inc.php+3 / -3
Mhtml/pages/device/bgp.inc.php+1 / -1
Mhtml/pages/device/entphysical.inc.php+1 / -1
Mhtml/pages/device/hrdevice.inc.php+1 / -1
+115 added −124 removed filtered activity

💻 r1623

Tom Laermans 🦔
restore graph error width FOR GREAT JUSTICE (someone fix the scale part for me plx)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1622

Adam Armstrong 🐸
catos changes
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/polling/os/catos.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r1621

Tom Laermans 🦔
make graph error box the requested size
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1620

Tom Laermans 🦔
fix free storage space
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/health/storage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1619

Adam Armstrong 🐸
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) +3,422 / -41
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
Mincludes/polling/os/catos.inc.php+0 / -38
Amibs/CISCO-CEF-MIB+2,965 / -0
Amibs/CISCO-CEF-TC+453 / -0
Mpoller.php+3 / -2
+4 added −41 removed filtered activity

💻 r1618

Tom Laermans 🦔
eh, really fix map
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/map.php+1 / -1
+1 added −1 removed filtered activity

💻 r1617

Tom Laermans 🦔
fix map
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/map.php+1 / -0
+1 added 0 removed filtered activity

💻 r1616

Adam Armstrong 🐸
fix mac accounting total graph
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/port/mac_acc_total.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1615

Adam Armstrong 🐸
more fixes to mac accounting
Files changed (1) +11 / -11
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+11 / -11
+11 added −11 removed filtered activity

💻 r1614

Adam Armstrong 🐸
fix some mac accounting stuff
Files changed (1) +13 / -13
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+13 / -13
+13 added −13 removed filtered activity

💻 r1613

Tom Laermans 🦔
fix broken graphs with disabled short tags
Files changed (9) +33 / -34
Changed files with action and line counts
Mhtml/includes/graphs/application/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+23 / -24
Mhtml/includes/graphs/mempool/auth.inc.php+3 / -3
Mhtml/includes/graphs/multiport/auth.inc.php+1 / -1
Mhtml/includes/graphs/port/auth.inc.php+1 / -1
Mhtml/includes/graphs/processor/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
+33 added −34 removed filtered activity

💻 r1612

Adam Armstrong 🐸
fix demo template
Files changed (1) +19 / -19
Changed files with action and line counts
Mhtml/pages/front/demo.php+19 / -19
+19 added −19 removed filtered activity

💻 r1611

Tom Laermans 🦔
fix wifi clients graph more
Files changed (3) +31 / -31
Changed files with action and line counts
Dhtml/includes/graphs/device/aironet_wifi_clients.inc.php+0 / -29
Ahtml/includes/graphs/device/wifi_clients.inc.php+29 / -0
Mincludes/polling/wifi.inc.php+2 / -2
+31 added −31 removed filtered activity

💻 r1610

Tom Laermans 🦔
fix wifi polling for airport devices
Files changed (3) +82 / -77
Changed files with action and line counts
Dincludes/polling/aironet_wifi_clients.inc.php+0 / -76
Aincludes/polling/wifi.inc.php+81 / -0
Mpoller.php+1 / -1
+82 added −77 removed filtered activity

💻 r1609

Tom Laermans 🦔
rename polling bgpPeer.inc.php file to the same name as discovery bgp-peers.inc.php
Files changed (4) +191 / -191
Changed files with action and line counts
Aincludes/polling/bgp-peers.inc.php+189 / -0
Dincludes/polling/bgpPeer.inc.php+0 / -189
Mincludes/polling/ups.inc.php+1 / -1
Mpoller.php+1 / -1
+191 added −191 removed filtered activity

💻 r1608

Adam Armstrong 🐸
improved cipsec graphs
Files changed (4) +23 / -15
Changed files with action and line counts
Mhtml/includes/graphs/device/cipsec_flow_bits.inc.php+0 / -1
Mhtml/includes/graphs/device/cipsec_flow_pkts.inc.php+1 / -1
Mhtml/includes/graphs/device/cipsec_flow_tunnels.inc.php+15 / -8
Mhtml/includes/graphs/graph.inc.php+7 / -5
+23 added −15 removed filtered activity

💻 r1607

Adam Armstrong 🐸
improve error output from grapher
Files changed (1) +22 / -14
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+22 / -14
+22 added −14 removed filtered activity

💻 r1606

Adam Armstrong 🐸
storage graphtype auth
Files changed (1) +20 / -0
Changed files with action and line counts
Ahtml/includes/graphs/storage/auth.inc.php+20 / -0
+20 added 0 removed filtered activity

💻 r1605

Adam Armstrong 🐸
fixes to billing
Files changed (2) +12 / -8
Changed files with action and line counts
Mhtml/ajax_listports.php+2 / -1
Mhtml/pages/bill.inc.php+10 / -7
+12 added −8 removed filtered activity

💻 r1604

Adam Armstrong 🐸
fix new billing graph, fix interface links
Files changed (3) +6 / -4
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -0
Mhtml/includes/graphs/bill/auth.inc.php+2 / -3
Mhtml/includes/graphs/graph.inc.php+3 / -1
+6 added −4 removed filtered activity

💻 r1603

Adam Armstrong 🐸
more improvments to collectd
Files changed (4) +26 / -20
Changed files with action and line counts
Mhtml/collectd-graph.php+8 / -2
Mhtml/includes/collectd/functions.php+9 / -9
Mhtml/includes/graphs/common.inc.php+1 / -1
Mhtml/pages/device/collectd.inc.php+8 / -8
+26 added −20 removed filtered activity

💻 r1602

Adam Armstrong 🐸
collectd improvements
Files changed (1) +16 / -4
Changed files with action and line counts
Mhtml/includes/collectd/functions.php+16 / -4
+16 added −4 removed filtered activity

💻 r1601

Adam Armstrong 🐸
add rrdcached support to collectd
Files changed (4) +20 / -19
Changed files with action and line counts
Mhtml/collectd-graph.php+1 / -0
Mhtml/includes/collectd/config.php+1 / -1
Mhtml/includes/collectd/definitions.php+14 / -14
Mhtml/includes/collectd/functions.php+4 / -4
+20 added −19 removed filtered activity

💻 r1600

Adam Armstrong 🐸
fix BGP graphs
Files changed (4) +33 / -16
Changed files with action and line counts
Ahtml/includes/graphs/bgp/auth.inc.php+21 / -0
Mhtml/includes/graphs/bgp/cbgp_prefixes.inc.php+1 / -3
Mhtml/includes/graphs/bgp/updates.inc.php+1 / -3
Mhtml/pages/device/bgp.inc.php+10 / -10
+33 added −16 removed filtered activity

💻 r1599

Adam Armstrong 🐸
graphing system updates
Files changed (46) +363 / -245

Showing the first 30 paths; 16 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/functions.inc.php+29 / -6
Mhtml/includes/graphs/application/apache_bytes.inc.php+1 / -6
Mhtml/includes/graphs/application/apache_cpu.inc.php+1 / -6
Mhtml/includes/graphs/application/apache_hits.inc.php+1 / -6
Mhtml/includes/graphs/application/apache_scoreboard.inc.php+1 / -6
Ahtml/includes/graphs/application/auth.inc.php+12 / -0
Ahtml/includes/graphs/customer/auth.inc.php+11 / -0
Mhtml/includes/graphs/device/auth.inc.php+4 / -5
Ahtml/includes/graphs/diskio/auth.inc.php+24 / -0
Mhtml/includes/graphs/diskio/bits.inc.php+0 / -9
Mhtml/includes/graphs/graph.inc.php+30 / -23
Ahtml/includes/graphs/mempool/auth.inc.php+19 / -0
Mhtml/includes/graphs/mempool/usage.inc.php+15 / -19
Mhtml/includes/graphs/port/auth.inc.php+2 / -5
Ahtml/includes/graphs/processor/auth.inc.php+16 / -0
Mhtml/includes/graphs/processor/usage.inc.php+15 / -19
Mhtml/includes/graphs/sensor/auth.inc.php+18 / -3
Mhtml/includes/graphs/sensor/current.inc.php+4 / -8
Ahtml/includes/graphs/sensor/fanspeed.inc.php+18 / -0
Mhtml/includes/graphs/sensor/frequency.inc.php+4 / -8
Mhtml/includes/graphs/sensor/humidity.inc.php+4 / -10
Mhtml/includes/graphs/sensor/temperature.inc.php+3 / -4
Mhtml/includes/graphs/sensor/voltage.inc.php+2 / -3
Mhtml/includes/graphs/storage/usage.inc.php+4 / -6
Mhtml/includes/print-interface-adsl.inc.php+6 / -6
Mhtml/includes/print-interface.inc.php+19 / -17
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/includes/print-syslog.inc+1 / -1
Mhtml/pages/device.inc.php+17 / -17
Mhtml/pages/device/bgp.inc.php+8 / -8
+363 added −245 removed filtered activity

💻 r1598

Adam Armstrong 🐸
fix collectd graph
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/collectd-graph.php+1 / -0
+1 added 0 removed filtered activity

💻 r1597

Adam Armstrong 🐸
add apache application graph page, update generic multi bits
Files changed (2) +39 / -3
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+5 / -3
Ahtml/pages/device/apps/apache.inc.php+34 / -0
+39 added −3 removed filtered activity

💻 r1596

Adam Armstrong 🐸
fix permissions on device_port_* graphs (woo, we now have some graph security!) and fix some bugs with graph naming
Files changed (15) +33 / -136
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/graphs/port/adsl_attainable.inc.php+1 / -13
Mhtml/includes/graphs/port/adsl_attenuation.inc.php+1 / -12
Mhtml/includes/graphs/port/adsl_power.inc.php+1 / -12
Mhtml/includes/graphs/port/adsl_snr.inc.php+1 / -12
Mhtml/includes/graphs/port/adsl_speed.inc.php+1 / -12
Mhtml/includes/graphs/port/auth.inc.php+7 / -5
Mhtml/includes/graphs/port/bits.inc.php+1 / -12
Mhtml/includes/graphs/port/errors.inc.php+1 / -12
Mhtml/includes/graphs/port/etherlike.inc.php+4 / -9
Mhtml/includes/graphs/port/nupkts.inc.php+6 / -15
Mhtml/includes/graphs/port/pagp_bits.inc.php+1 / -3
Mhtml/includes/graphs/port/upkts.inc.php+1 / -12
Mhtml/includes/print-interface.inc.php+3 / -3
Mhtml/pages/device/ports.inc.php+2 / -2
+33 added −136 removed filtered activity

July 2010

💻 r1595

Tom Laermans 🦔
add delta electronics logo
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/delta.png+1 / -0
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1594

Tom Laermans 🦔
fixes to mge ups discovery to also work on their proxy agent, also get the serial number now
Files changed (8) +36 / -15
Changed files with action and line counts
Mincludes/discovery/current/mgeups.inc.php+2 / -2
Mincludes/discovery/frequencies/mgeups.inc.php+2 / -2
Mincludes/discovery/os/mgeups.inc.php+3 / -3
Mincludes/discovery/os/xerox.inc.php+1 / -0
Mincludes/discovery/voltages/mgeups.inc.php+4 / -4
Mincludes/polling/os/mgeups.inc.php+10 / -3
Mincludes/polling/ups.inc.php+13 / -0
Mincludes/static-config.php+1 / -1
+36 added −15 removed filtered activity

💻 r1593

Adam Armstrong 🐸
fix junos ATM VC polling and display for tehvookje
Files changed (5) +25 / -3
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/includes/graphs/atmvp/bits.inc.php+22 / -0
Mhtml/pages/device/port/junose-atm-vp.inc.php+1 / -1
Mincludes/polling/junose-atm-vp.inc.php+0 / -1
Mpoller.php+1 / -0
+25 added −3 removed filtered activity

💻 r1592

Adam Armstrong 🐸
billing system fixes (make moar sexypants)
Files changed (9) +313 / -196
Changed files with action and line counts
Mhtml/billing-graph.php+8 / -7
Mhtml/includes/authenticate.inc.php+2 / -0
Mhtml/includes/functions.inc.php+19 / -1
Ahtml/includes/graphs/bill non-text+0 / -0
Ahtml/includes/graphs/bill/auth.inc.php+17 / -0
Ahtml/includes/graphs/bill/bits.inc.php+28 / -0
Mhtml/index.php+0 / -4
Mhtml/pages/bill.inc.php+224 / -181
Mhtml/pages/bills.inc.php+15 / -3
+313 added −196 removed filtered activity

💻 r1591

Tom Laermans 🦔
fix XUPS-MIB currents
Files changed (2) +5 / -2
Changed files with action and line counts
Mincludes/discovery/current/xups.inc.php+2 / -2
Mincludes/polling/ups.inc.php+3 / -0
+5 added −2 removed filtered activity

💻 r1590

Tom Laermans 🦔
Completed XUPS-MIB support, complete with Eaton logo
Files changed (7) +163 / -24
Changed files with action and line counts
Ahtml/images/os/eaton.png+1 / -0
Aincludes/discovery/current/xups.inc.php+60 / -0
Aincludes/discovery/frequencies/xups.inc.php+44 / -0
Mincludes/discovery/voltages/xups.inc.php+18 / -2
Mincludes/polling/frequencies.inc.php+18 / -20
Aincludes/polling/ups.inc.php+21 / -0
Mincludes/static-config.php+1 / -2
+162 added −24 removed filtered activity

💻 r1589

Tom Laermans 🦔
split frequencies and current into separate files
Files changed (11) +402 / -372
Changed files with action and line counts
Aincludes/discovery/current non-text+0 / -0
Mincludes/discovery/current.inc.php+2 / -223
Aincludes/discovery/current/apc.inc.php+67 / -0
Aincludes/discovery/current/gamatronicups.inc.php+38 / -0
Aincludes/discovery/current/mgeups.inc.php+59 / -0
Aincludes/discovery/current/rfc1628.inc.php+74 / -0
Aincludes/discovery/frequencies non-text+0 / -0
Mincludes/discovery/frequencies.inc.php+2 / -149
Aincludes/discovery/frequencies/apc.inc.php+72 / -0
Aincludes/discovery/frequencies/mgeups.inc.php+48 / -0
Aincludes/discovery/frequencies/rfc1628.inc.php+40 / -0
+402 added −372 removed filtered activity

💻 r1588

Tom Laermans 🦔
powerware device data polling + voltage discovery
Files changed (4) +74 / -14
Changed files with action and line counts
Mdiscovery.php+0 / -1
Dincludes/discovery/ups.inc.php+0 / -13
Aincludes/discovery/voltages/xups.inc.php+63 / -0
Aincludes/polling/os/powerware.inc.php+11 / -0
+74 added −14 removed filtered activity

💻 r1587

Adam Armstrong 🐸
fix bgp stuff (tell it never to show units, must have appeared in new BGP mib :>)
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1586

Adam Armstrong 🐸
fixes to things, use *only* junos and junose mibdir for those things
Files changed (14) +55 / -33
Changed files with action and line counts
Mhtml/includes/graphs/device/ucd_io.inc.php+2 / -0
Mhtml/includes/graphs/device/ucd_swap_io.inc.php+2 / -0
Mhtml/includes/graphs/generic_bits.inc.php+26 / -8
Mhtml/includes/graphs/generic_simplex.inc.php+3 / -3
Mincludes/discovery/bgp-peers.inc.php+1 / -1
Mincludes/discovery/junose-atm-vp.inc.php+1 / -1
Mincludes/discovery/mempools/junos.inc.php+3 / -3
Mincludes/discovery/processors/junose.inc.php+1 / -1
Mincludes/discovery/temperatures/junos.inc.php+1 / -1
Mincludes/discovery/temperatures/junose.inc.php+1 / -1
Mincludes/polling/bgpPeer.inc.php+2 / -2
Mincludes/polling/junose-atm-vp.inc.php+8 / -8
Mincludes/polling/mempools/junos.inc.php+2 / -2
Mincludes/polling/os/junose.inc.php+2 / -2
+55 added −33 removed filtered activity

💻 r1585

Tom Laermans 🦔
Add XUPS-MIB, basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes
Files changed (16) +2,761 / -306
Changed files with action and line counts
MDEVELOPING+2 / -2
Mincludes/discovery/os/dlinkap.inc.php+1 / -0
Aincludes/discovery/os/powerware.inc.php+9 / -0
Mincludes/discovery/temperatures.inc.php+1 / -1
Aincludes/discovery/temperatures/xups.inc.php+32 / -0
Aincludes/discovery/voltages non-text+0 / -0
Mincludes/discovery/voltages.inc.php+2 / -303
Aincludes/discovery/voltages/apc.inc.php+73 / -0
Aincludes/discovery/voltages/areca.inc.php+30 / -0
Aincludes/discovery/voltages/gamatronicups.inc.php+34 / -0
Aincludes/discovery/voltages/linux.inc.php+27 / -0
Aincludes/discovery/voltages/mgeups.inc.php+48 / -0
Aincludes/discovery/voltages/rfc1628.inc.php+74 / -0
Aincludes/discovery/voltages/supermicro.inc.php+45 / -0
Mincludes/static-config.php+4 / -0
Amibs/XUPS-MIB+2,379 / -0
+382 added −306 removed filtered activity

💻 r1584

Adam Armstrong 🐸
more UCD graphing for unix (swap i/o, i/o, interrupts and context switches)
Files changed (4) +67 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/ucd_contexts.inc.php+21 / -0
Ahtml/includes/graphs/device/ucd_interrupts.inc.php+22 / -0
Ahtml/includes/graphs/device/ucd_io.inc.php+12 / -0
Ahtml/includes/graphs/device/ucd_swap_io.inc.php+12 / -0
+67 added 0 removed filtered activity

💻 r1583

Adam Armstrong 🐸
OMNOMNOM ZYXEL NONSENSE BEGONE
Files changed (1) +0 / -141
Changed files with action and line counts
Dmibs/zyxel.mib+0 / -141
0 added 0 removed filtered activity

💻 r1582

Adam Armstrong 🐸
fully compiling mibs for JunOS (MPLS-VPN-MIB incompatible) and JunOSe (BGP4-MIB incompatible)
Files changed (476) +201,062 / -110,113

Showing the first 30 paths; 446 more are omitted from this static page.

Changed files with action and line counts
Mmibs/JUNIPER-SMI+7 / -1
Amibs/junos/ENTITY-MIB.my+1,466 / -0
Amibs/junos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt+121 / -0
Amibs/junos/mib-802.3ad.txt+1,435 / -0
Amibs/junos/mib-IANA-GMPLS-TC-MIB.txt+330 / -0
Amibs/junos/mib-IANA-RTPROTO-MIB.txt+95 / -0
Amibs/junos/mib-IANAifType-MIB.txt+314 / -0
Amibs/junos/mib-SNMPv2-SMI.txt+344 / -0
Amibs/junos/mib-SNMPv2-TC.txt+772 / -0
Amibs/junos/mib-bgpmib.txt+715 / -0
Amibs/junos/mib-diffServDscp-tc.txt+64 / -0
Amibs/junos/mib-eso-consortium.txt+183 / -0
Amibs/junos/mib-ieee8021pae.txt+1,919 / -0
Amibs/junos/mib-igmpmib.txt+511 / -0
Amibs/junos/mib-ilmim.txt+1,257 / -0
Amibs/junos/mib-isismib.txt+3,458 / -0
Mmibs/junos/mib-jnx-analyzer.txt non-text+0 / -0
Mmibs/junos/mib-jnx-atm-cos.txt non-text+0 / -0
Mmibs/junos/mib-jnx-atm.txt non-text+0 / -0
Mmibs/junos/mib-jnx-bfd-exp.txt non-text+0 / -0
Mmibs/junos/mib-jnx-bfd.txt non-text+0 / -0
Mmibs/junos/mib-jnx-bgpmib2.txt non-text+0 / -0
Mmibs/junos/mib-jnx-cfgmgmt.txt non-text+0 / -0
Mmibs/junos/mib-jnx-chas-defines.txt+368 / -3
Mmibs/junos/mib-jnx-chassis-alarm.txt non-text+0 / -0
Mmibs/junos/mib-jnx-chassis-fwdd.txt non-text+0 / -0
Mmibs/junos/mib-jnx-chassis.txt+2 / -1
Mmibs/junos/mib-jnx-coll.txt non-text+0 / -0
Mmibs/junos/mib-jnx-cos.txt+136 / -44
Mmibs/junos/mib-jnx-dcu.txt non-text+0 / -0
0 added 0 removed filtered activity

💻 r1581

Tom Laermans 🦔
err, subversion nicely cleared out UPS-MIB, sigh
Files changed (1) +1,913 / -0
Changed files with action and line counts
Mmibs/UPS-MIB+1,913 / -0
0 added 0 removed filtered activity

💻 r1580

Tom Laermans 🦔
more MIB works
Files changed (7) +5 / -3,787
Changed files with action and line counts
Mincludes/polling/os/jwos.inc.php+4 / -4
Dmibs/RFC1628A.MIB+0 / -1
Amibs/UPS-MIB+1 / -0
Dmibs/jwos non-text+0 / -0
Dmibs/jwos/JUNIPER-WX-MIB.my+0 / -2,511
Dmibs/jwos/jnx-wx.mib.txt+0 / -1,116
Dmibs/jwos/mib-jnx-smi.txt+0 / -155
+4 added −4 removed filtered activity

💻 r1579

Adam Armstrong 🐸
add more mibs
Files changed (9) +3,366 / -30
Changed files with action and line counts
Amibs/220AQV1C0-private.mib+75 / -0
Amibs/ATM-FORUM-TC-MIB+188 / -0
Amibs/CTRON-ENTITY-STATE-MIB+342 / -0
Amibs/CTRON-ENTITY-STATE-TC-MIB+178 / -0
Amibs/DNS-RESOLVER-MIB+1,201 / -0
Amibs/SNMPv2-SMI-v1+43 / -0
Amibs/ZYXEL-MIB+312 / -0
Amibs/ZYXEL-ZYWALL-MIB+1,027 / -0
Dmibs/rfc1442v.smi+0 / -30
0 added 0 removed filtered activity

💻 r1578

Adam Armstrong 🐸
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) +11,041 / -10,877
Changed files with action and line counts
Dmibs/DNS-RESOLVER-MIB.mib+0 / -1,199
Amibs/DNS-SERVER-MIB+1,082 / -0
Dmibs/DNS-SERVER-MIB.mib+0 / -1,068
Amibs/ZYXEL-AESCOMMON-MIB+558 / -0
Amibs/ZYXEL-AS-ATM-MIB+317 / -0
Amibs/ZYXEL-AS-MIB+1,049 / -0
Amibs/ZYXEL-IESCOMMON-MIB+2,569 / -0
Amibs/ZYXEL-SAM1216+5,466 / -0
Mmibs/jnx-wx.mib.txt+0 / -1
Dmibs/zyxel-AESCommon.mib+0 / -530
Dmibs/zyxel-AS-ATM.mib+0 / -293
Dmibs/zyxel-AS.mib+0 / -960
Dmibs/zyxel-IESCommon.mib+0 / -2,453
Dmibs/zyxel-SAM1216.mib+0 / -4,373
0 added 0 removed filtered activity

💻 r1577

Adam Armstrong 🐸
move more mibs to route (hp and allied telesis/syn)
Files changed (270) +244,096 / -144,818

Showing the first 30 paths; 240 more are omitted from this static page.

Changed files with action and line counts
Amibs/ALLIEDTELESYN-MIB+6,044 / -0
Amibs/ANIROOT-MIB+57 / -0
Amibs/AT-BOARDS-MIB+319 / -0
Amibs/AT-BRI-MIB+232 / -0
Amibs/AT-CAPABILITIES+264 / -0
Amibs/AT-DHCP-MIB+280 / -0
Amibs/AT-DNS-CLIENT-MIB+194 / -0
Amibs/AT-DS3-MIB+147 / -0
Amibs/AT-ENVMON-MIB+626 / -0
Amibs/AT-ENVMONv2-MIB+936 / -0
Amibs/AT-EPSR-MIB+221 / -0
Amibs/AT-EPSRv2-MIB+252 / -0
Amibs/AT-ETH-MIB+124 / -0
Amibs/AT-FILE-MIB+157 / -0
Amibs/AT-FILEv2-MIB+662 / -0
Amibs/AT-FIREWALL-MIB+138 / -0
Amibs/AT-FLASH-MIB+167 / -0
Amibs/AT-INSTALL-MIB+448 / -0
Amibs/AT-INTERFACES-MIB+496 / -0
Amibs/AT-IP-MIB+209 / -0
Amibs/AT-ISDN-MIB+1,286 / -0
Amibs/AT-LB-MIB+650 / -0
Amibs/AT-LICENSE-MIB+459 / -0
Amibs/AT-LOADER-MIB+183 / -0
Amibs/AT-LOG-MIB+217 / -0
Amibs/AT-LOOPPROTECT-MIB+120 / -0
Amibs/AT-MIBVERSION-MIB+60 / -0
Amibs/AT-NTP-MIB+518 / -0
Amibs/AT-PAE-MIB+1,178 / -0
Amibs/AT-PIM-MIB+112 / -0
0 added 0 removed filtered activity

💻 r1576

Adam Armstrong 🐸
move nortel mibs to root
Files changed (141) +150,184 / -142,534

Showing the first 30 paths; 111 more are omitted from this static page.

Changed files with action and line counts
Amibs/AAC-MIB+312 / -0
Amibs/ALTEON-CHEETAH-BWM-MIB+1,749 / -0
Amibs/ALTEON-CHEETAH-LAYER4-MIB+15,155 / -0
Amibs/ALTEON-CHEETAH-LAYER7-MIB+1,316 / -0
Amibs/ALTEON-CHEETAH-NETWORK-MIB+10,191 / -0
Amibs/ALTEON-CHEETAH-SWITCH-MIB+11,581 / -0
Amibs/ALTEON-CS-PHYSICAL-MIB+3,398 / -0
Amibs/ALTEON-ROOT-MIB+314 / -0
Amibs/ALTEON-TIGON-SWITCH-MIB+1,809 / -0
Amibs/ALTEON-TS-NETWORK-MIB+4,642 / -0
Amibs/ALTEON-TS-PHYSICAL-MIB+2,310 / -0
Amibs/BAY-STACK-ADAC-MIB+447 / -0
Amibs/BAY-STACK-ARP-INSPECTION-MIB+125 / -0
Amibs/BAY-STACK-DHCP-SNOOPING-MIB+236 / -0
Amibs/BAY-STACK-EAPOL-EXTENSION-MIB+868 / -0
Amibs/BAY-STACK-ECMP-MIB+100 / -0
Amibs/BAY-STACK-ERROR-MESSAGE-MIB+86 / -0
Amibs/BAY-STACK-LACP-EXT-MIB+122 / -0
Amibs/BAY-STACK-MIB+65 / -0
Amibs/BAY-STACK-MULTICAST-FLOODING-MIB+101 / -0
Amibs/BAY-STACK-OSPF-EXT-MIB+475 / -0
Amibs/BAY-STACK-PETH-EXT-MIB+351 / -0
Amibs/BAY-STACK-RADIUS-MIB+144 / -0
Amibs/BAY-STACK-SOURCE-GUARD-MIB+188 / -0
Amibs/BAY-STACK-STATS-MIB+134 / -0
Amibs/BAY-STACK-VRRP-EXT-MIB+278 / -0
Amibs/BN-IF-EXTENSIONS-MIB+229 / -0
Amibs/BN-LOG-MESSAGE-MIB+495 / -0
Amibs/CENTILLION-CONFIG-MIB+1,558 / -0
Amibs/CENTILLION-DOT3-EXTENSIONS-MIB+133 / -0
0 added 0 removed filtered activity

💻 r1575

Adam Armstrong 🐸
move more mibs to root mibdir and rename
Files changed (296) +153,175 / -149,073

Showing the first 30 paths; 266 more are omitted from this static page.

Changed files with action and line counts
Amibs/ACCOUNTING-CONTROL-MIB+771 / -0
Amibs/CHASSIS-MIB+709 / -0
Amibs/COMMUNITY-MIB+130 / -0
Amibs/CT-BROADCAST-MIB+169 / -0
Amibs/CT-CMMPHYS-MIB+1,176 / -0
Amibs/CT-CONTAINER-MIB+647 / -0
Amibs/CT-ELS10-MIB+3,504 / -0
Amibs/CT-FASTPATH-DHCPSERVER-MIB+1,015 / -0
Amibs/CT-FASTPATH-PROTECTED-PORT-MIB+132 / -0
Amibs/CT-FLASH-MIB+361 / -0
Amibs/CT-FPS-SERVICES-MIB+73 / -0
Amibs/CT-HSIMPHYS-MIB+343 / -0
Amibs/CT-PIC-MIB+876 / -0
Amibs/CT-PRIORITY-CLASSIFY-MIB+288 / -0
Amibs/CTATM-CONFIG-MIB+1,688 / -0
Amibs/CTELS100-NG-MIB+846 / -0
Amibs/CTFPS-MIB+621 / -0
Amibs/CTFRAMER-CONFIG-MIB+202 / -0
Amibs/CTIF-EXT-MIB+984 / -0
Amibs/CTINB-MIB+492 / -0
Amibs/CTINB2-MIB+212 / -0
Amibs/CTRMONXT-MIB+477 / -0
Amibs/CTRON-ALIAS-MIB+1,014 / -0
Amibs/CTRON-AP3000-MIB+4,261 / -0
Amibs/CTRON-APPN-MIB+3,213 / -0
Amibs/CTRON-AppleTalk-ROUTER-MIB+3,339 / -0
Amibs/CTRON-BDG-MIB+1,677 / -0
Amibs/CTRON-BRIDGE-MIB+2,023 / -0
Amibs/CTRON-BUS-MIB+129 / -0
Amibs/CTRON-CDP-MIB+468 / -0
0 added 0 removed filtered activity

💻 r1574

Adam Armstrong 🐸
replace MX mibs
Files changed (3) +0 / -0
Changed files with action and line counts
Mmibs/jwos/JUNIPER-WX-MIB.my non-text+0 / -0
Mmibs/jwos/jnx-wx.mib.txt non-text+0 / -0
Mmibs/jwos/mib-jnx-smi.txt non-text+0 / -0
0 added 0 removed filtered activity

💻 r1573

Adam Armstrong 🐸
move more mibs to root (looks like only Juniper have broken enough mibs to need their own tree)
Files changed (49) +30,195 / -29,684

Showing the first 30 paths; 19 more are omitted from this static page.

Changed files with action and line counts
Amibs/AP80-PRIVATE-MIB+3,846 / -0
Amibs/ARISTA-PRODUCTS-MIB+45 / -0
Amibs/ARISTA-SMI-MIB+47 / -0
Amibs/ARUBA-MGMT-MIB+156 / -0
Amibs/ARUBA-MIB+210 / -0
Amibs/ARUBA-TC+631 / -0
Amibs/ASANTE-AH1012-MIB+2,087 / -0
Amibs/ASANTE-SWITCH-MIB+2,846 / -0
Amibs/WLSR-AP-MIB+3,509 / -0
Amibs/WLSX-AUTH-MIB+397 / -0
Amibs/WLSX-CTS-MIB+147 / -0
Amibs/WLSX-ESI-MIB+173 / -0
Amibs/WLSX-IFEXT-MIB+682 / -0
Amibs/WLSX-MESH-MIB+193 / -0
Amibs/WLSX-MOBILITY-MIB+769 / -0
Amibs/WLSX-MON-MIB+2,753 / -0
Amibs/WLSX-SNR-MIB+399 / -0
Amibs/WLSX-SWITCH-MIB+2,270 / -0
Amibs/WLSX-SYSTEMEXT-MIB+1,064 / -0
Amibs/WLSX-TRAP-MIB+2,659 / -0
Amibs/WLSX-USER-MIB+537 / -0
Amibs/WLSX-VOICE-MIB+902 / -0
Amibs/WLSX-WLAN-MIB+3,873 / -0
Dmibs/arista non-text+0 / -0
Dmibs/arista/ARISTA-PRODUCTS-MIB.txt+0 / -40
Dmibs/arista/ARISTA-SMI-MIB.txt+0 / -45
Dmibs/aruba non-text+0 / -0
Dmibs/aruba/a80sb_mb_private.mib+0 / -3,693
Dmibs/aruba/aruba-ap.my+0 / -3,473
Dmibs/aruba/aruba-auth.my+0 / -393
0 added 0 removed filtered activity

💻 r1572

Adam Armstrong 🐸
move Cyclades mibs to mib root
Files changed (15) +1,768 / -1,754
Changed files with action and line counts
Amibs/CYCLADES-ACS-ADM-MIB+45 / -0
Amibs/CYCLADES-ACS-CONF-MIB+876 / -0
Amibs/CYCLADES-ACS-INFO-MIB+194 / -0
Amibs/CYCLADES-ACS-MIB+37 / -0
Amibs/CYCLADES-ACS-PM-MIB+302 / -0
Amibs/CYCLADES-ACS-SYS-MIB+303 / -0
Amibs/CYCLADES-MIB+11 / -0
Dmibs/cyclades non-text+0 / -0
Dmibs/cyclades/CYCLADES-ACS-ADM-MIB.mib+0 / -45
Dmibs/cyclades/CYCLADES-ACS-CONF-MIB.mib+0 / -869
Dmibs/cyclades/CYCLADES-ACS-INFO-MIB.mib+0 / -194
Dmibs/cyclades/CYCLADES-ACS-MIB.mib+0 / -31
Dmibs/cyclades/CYCLADES-ACS-PM-MIB.mib+0 / -302
Dmibs/cyclades/CYCLADES-ACS-SYS-MIB.mib+0 / -303
Dmibs/cyclades/CYCLADES-MIB.mib+0 / -10
0 added 0 removed filtered activity

💻 r1571

Adam Armstrong 🐸
remove duplicate radlan and rename RADLAN-MIB
Files changed (3) +6,844 / -6,529
Changed files with action and line counts
Amibs/RADLAN-MIB+6,844 / -0
Dmibs/RADLAN-MIB.txt+0 / -6,370
Dmibs/RADLAN-rndMng.mib+0 / -159
0 added 0 removed filtered activity

💻 r1570

Adam Armstrong 🐸
move RADLAN mibs to mib root
Files changed (65) +19,137 / -25,437

Showing the first 30 paths; 35 more are omitted from this static page.

Changed files with action and line counts
Amibs/RADLAN-AAA+2,284 / -0
Amibs/RADLAN-BaudRate-MIB+74 / -0
Amibs/RADLAN-COPY-MIB+566 / -0
Amibs/RADLAN-DNSCL-MIB+225 / -0
Amibs/RADLAN-File+206 / -0
Amibs/RADLAN-HWENVIROMENT+204 / -0
Amibs/RADLAN-IP+863 / -0
Amibs/RADLAN-LLDP-MIB+49 / -0
Amibs/RADLAN-LOCALIZATION-MIB+76 / -0
Amibs/RADLAN-MAC-BASE-PRIO+252 / -0
Amibs/RADLAN-MNGINF-MIB+184 / -0
Amibs/RADLAN-PHY-MIB+222 / -0
Amibs/RADLAN-Physicaldescription-MIB+1,104 / -0
Amibs/RADLAN-QOS-CLI-MIB+2,927 / -0
Amibs/RADLAN-QOS-SERV+1,328 / -0
Amibs/RADLAN-RMON+328 / -0
Amibs/RADLAN-SENSORENTMIB+87 / -0
Amibs/RADLAN-SNMP-MIB+136 / -0
Amibs/RADLAN-SNMPv2+518 / -0
Amibs/RADLAN-SSH-MIB+589 / -0
Amibs/RADLAN-SSL+380 / -0
Amibs/RADLAN-STACK-MIB+102 / -0
Amibs/RADLAN-SYSLOG-MIB+410 / -0
Amibs/RADLAN-TIMESYNCHRONIZATION-MIB+883 / -0
Amibs/RADLAN-Tuning+1,588 / -0
Amibs/RADLAN-UDP+118 / -0
Amibs/RADLAN-rlInterfaces+1,010 / -0
Amibs/RADLAN-rlLcli-MIB+217 / -0
Amibs/RADLAN-rndApplications+1,070 / -0
Amibs/RADLAN-rndMng+169 / -0
0 added 0 removed filtered activity

💻 r1569

Adam Armstrong 🐸
move Enterasys mibs to mib root
Files changed (113) +45,678 / -41,743

Showing the first 30 paths; 83 more are omitted from this static page.

Changed files with action and line counts
Amibs/ENTERASYS-8021X-EXTENSIONS-MIB+1,428 / -0
Amibs/ENTERASYS-8021X-REKEYING-MIB+308 / -0
Amibs/ENTERASYS-AAA-POLICY-MIB+205 / -0
Amibs/ENTERASYS-ACTIVATION-MIB+430 / -0
Amibs/ENTERASYS-CLASS-OF-SERVICE-MIB+2,960 / -0
Amibs/ENTERASYS-CONFIGURATION-CHANGE-MIB+259 / -0
Amibs/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB+730 / -0
Amibs/ENTERASYS-CONVERGENCE-END-POINT-MIB+1,104 / -0
Amibs/ENTERASYS-DIAGNOSTIC-MESSAGE-MIB+332 / -0
Amibs/ENTERASYS-ENCR-8021X-CONFIG-MIB+801 / -0
Amibs/ENTERASYS-ENCR-8021X-REKEYING-MIB+503 / -0
Amibs/ENTERASYS-ESWITCH-MIB+624 / -0
Amibs/ENTERASYS-FIREWALL-MIB+2,941 / -0
Amibs/ENTERASYS-FLOW-LIMITING-MIB+1,157 / -0
Amibs/ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB+251 / -0
Amibs/ENTERASYS-IEEE802DOT11EXT-MIB+713 / -0
Amibs/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB+1,076 / -0
Amibs/ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB+168 / -0
Amibs/ENTERASYS-IF-MIB-EXT-MIB+273 / -0
Amibs/ENTERASYS-IMAGE-VALIDATION-MIB+235 / -0
Amibs/ENTERASYS-JUMBO-ETHERNET-FRAME-MIB+226 / -0
Amibs/ENTERASYS-LICENSE-KEY-MIB+414 / -0
Amibs/ENTERASYS-LICENSE-KEY-OIDS-MIB+174 / -0
Amibs/ENTERASYS-LINK-FLAP-MIB+593 / -0
Amibs/ENTERASYS-MAC-AUTHENTICATION-MIB+587 / -0
Amibs/ENTERASYS-MAC-LOCKING-MIB+653 / -0
Amibs/ENTERASYS-MAU-MIB-EXT-MIB+269 / -0
Amibs/ENTERASYS-MGMT-AUTH-NOTIFICATION-MIB+287 / -0
Amibs/ENTERASYS-MIB-NAMES+131 / -0
Amibs/ENTERASYS-MIB-ORG+397 / -0
0 added 0 removed filtered activity

💻 r1568

Adam Armstrong 🐸
move tranzeo mibs
Files changed (13) +21,678 / -18,468
Changed files with action and line counts
Amibs/ENROUTE-245-MIB.txt+5,894 / -0
Amibs/ENROUTE-POWERPC-244-MIB.txt+5,894 / -0
Amibs/GAMATRONIC-MIB+8,393 / -0
Dmibs/GamaMib.mib+0 / -8,261
Amibs/LAG-MIB+1,225 / -0
Amibs/RADLAN-rndMng.mib+169 / -0
Amibs/TRANZEO-MIB+103 / -0
Dmibs/rlmng.mib+0 / -159
Dmibs/tranzeo non-text+0 / -0
Dmibs/tranzeo/ENROUTE-245-MIB.txt+0 / -4,389
Dmibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt+0 / -4,389
Dmibs/tranzeo/tranzeo.MIB+0 / -84
Dmibs/trunk.mib+0 / -1,186
0 added 0 removed filtered activity

💻 r1567

Adam Armstrong 🐸
move force10 mibs to root mibdir, as they behave with existing mibs
Files changed (31) +15,832 / -15,621

Showing the first 30 paths; 1 more are omitted from this static page.

Changed files with action and line counts
Amibs/F10-C-SERIES-CHASSIS-MIB+1,399 / -0
Amibs/F10-CHASSIS-MIB+2,560 / -0
Amibs/F10-FIB-MIB+262 / -0
Amibs/F10-IF-EXTENSION-MIB+507 / -0
Amibs/F10-LINK-AGGREGATION-MIB+589 / -0
Amibs/F10-PRODUCTS-MIB+179 / -0
Amibs/F10-S-SERIES-CHASSIS-MIB+1,450 / -0
Amibs/FORCE10-BGP4-V2-MIB+4,116 / -0
Amibs/FORCE10-COPY-CONFIG-MIB+489 / -0
Amibs/FORCE10-MONITORING-MIB+1,656 / -0
Amibs/FORCE10-MSTP-MIB+973 / -0
Amibs/FORCE10-SMI+92 / -0
Amibs/FORCE10-SYSTEM-COMPONENT-MIB+581 / -0
Amibs/FORCE10-TC+567 / -0
Amibs/FORCE10-TRAP-EVENT-MIB+412 / -0
Dmibs/ftos non-text+0 / -0
Dmibs/ftos/f10-bgp4-v2.mib+0 / -4,103
Dmibs/ftos/f10-chassis.mib+0 / -2,560
Dmibs/ftos/f10-copy-config.mib+0 / -439
Dmibs/ftos/f10-cs-chassis.mib+0 / -1,399
Dmibs/ftos/f10-fib.mib+0 / -229
Dmibs/ftos/f10-if-extension.mib+0 / -507
Dmibs/ftos/f10-linkagg.mib+0 / -589
Dmibs/ftos/f10-mon.mib+0 / -1,595
Dmibs/ftos/f10-mstp.mib+0 / -972
Dmibs/ftos/f10-products.mib+0 / -167
Dmibs/ftos/f10-smi.mib+0 / -92
Dmibs/ftos/f10-ss-chassis.mib+0 / -1,450
Dmibs/ftos/f10-system-component.mib+0 / -567
Dmibs/ftos/f10-tc.mib+0 / -556
0 added 0 removed filtered activity

💻 r1566

Adam Armstrong 🐸
clean up mibs directory, delete duplicates keeping the most recent versions
Files changed (127) +70,247 / -124,179

Showing the first 30 paths; 97 more are omitted from this static page.

Changed files with action and line counts
Amibs/ADSL-LINE-MIB.mib+4,382 / -0
Dmibs/ADSL-LINE-MIB.my+0 / -3,945
Amibs/ATM-FORUM-MIB.mib+1,257 / -0
Amibs/ATM-MIB.mib+3,023 / -0
Amibs/ATM-TC-MIB.mib+714 / -0
Dmibs/BGP4-MIB-rfc4273.txt+0 / -1,230
Amibs/BGP4-MIB.mib+1,271 / -0
Amibs/BRIDGE-MIB.mib+1,466 / -0
Dmibs/BRIDGE-MIB.txt+0 / -988
Amibs/DISMAN-PING-MIB.mib+1,141 / -0
Amibs/DISMAN-TRACEROUTE-MIB.mib+1,316 / -0
Amibs/DLSW-MIB.mib+3,585 / -0
Amibs/DNS-RESOLVER-MIB.mib+1,199 / -0
Amibs/DNS-SERVER-MIB.mib+1,087 / -0
Amibs/DRAFT-MSDP-MIB.mib+1,079 / -0
Amibs/DS1-MIB.mib+2,108 / -0
Amibs/DS3-MIB.mib+1,794 / -0
Amibs/Dell-Vendor-MIB.mib+458 / -0
Dmibs/Dell_vendor.mib+0 / -427
Amibs/DeltaUPS-MIB.mib+1,666 / -0
Amibs/ESO-CONSORTIUM-MIB.mib+183 / -0
Amibs/FR-MFR-MIB.mib+884 / -0
Amibs/GMPLS-LSR-STD-MIB.mib+548 / -0
Amibs/GMPLS-TC-STD-MIB.mib+168 / -0
Amibs/GMPLS-TE-STD-MIB.mib+1,777 / -0
Amibs/IANA-GMPLS-TC-MIB.mib+330 / -0
Amibs/IEEE8021-PAE-MIB.mib+1,919 / -0
Amibs/IGMP-STD-MIB.mib+511 / -0
Amibs/IPMROUTE-MIB.mib+951 / -0
Amibs/IPMROUTE-STD-MIB.mib+876 / -0
0 added 0 removed filtered activity

💻 r1565

Adam Armstrong 🐸
more improvements to graphing system, fix aironet_wifi_clients graph
Files changed (8) +115 / -107
Changed files with action and line counts
Ahtml/images/icons/greyscale/wireless.png+2 / -0
Ahtml/images/icons/wireless.png+2 / -0
Ahtml/includes/graphs/device/aironet_wifi_clients.inc.php+29 / -0
Dhtml/includes/graphs/device/wificlients.inc.php+0 / -29
Aincludes/polling/aironet_wifi_clients.inc.php+76 / -0
Dincludes/polling/wireless.inc.php+0 / -76
Mincludes/static-config.php+5 / -1
Mpoller.php+1 / -1
+111 added −107 removed filtered activity

💻 r1564

Adam Armstrong 🐸
second attempt at device graphs setup
Files changed (3) +155 / -42
Changed files with action and line counts
Ahtml/images/icons/greyscale/firewall.png+1 / -0
Mhtml/pages/device/graphs.inc.php+40 / -24
Mincludes/static-config.php+114 / -18
+154 added −42 removed filtered activity

💻 r1563

Tom Laermans 🦔
forgot to add deltaups polling file
Files changed (1) +13 / -0
Changed files with action and line counts
Aincludes/polling/os/deltaups.inc.php+13 / -0
+13 added 0 removed filtered activity

💻 r1562

Tom Laermans 🦔
Delta UPS support, also by generalising rfc1628 support; recognize some more hardware
Files changed (14) +1,745 / -2,800
Changed files with action and line counts
Mincludes/discovery/current.inc.php+6 / -6
Mincludes/discovery/frequencies.inc.php+6 / -6
Mincludes/discovery/ipv4-addresses.inc.php+2 / -0
Aincludes/discovery/os/deltaups.inc.php+8 / -0
Mincludes/discovery/os/jetdirect.inc.php+1 / -0
Mincludes/discovery/os/wxgoos.inc.php+2 / -0
Dincludes/discovery/temperatures/netmanplus.inc.php+0 / -27
Aincludes/discovery/temperatures/rfc1628.inc.php+27 / -0
Mincludes/discovery/voltages.inc.php+23 / -23
Mincludes/polling/os/ios.inc.php+0 / -1
Mincludes/static-config.php+4 / -0
Dmibs/GMACI.mib+0 / -1,786
Mmibs/RFC1628A.MIB+0 / -951
Amibs/upsv4.mib+1,666 / -0
+79 added −63 removed filtered activity

💻 r1561

Adam Armstrong 🐸
some cipsec_flow graphing (requires db still, which will be moved to array)
Files changed (3) +48 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/cipsec_flow_bits.inc.php+11 / -0
Ahtml/includes/graphs/device/cipsec_flow_pkts.inc.php+21 / -0
Ahtml/includes/graphs/device/cipsec_flow_tunnels.inc.php+16 / -0
+48 added 0 removed filtered activity

💻 r1560

Adam Armstrong 🐸
add CISCO-IPSEC-FLOW-MONITOR-MIB global statistics collection (graphing to follow)
Files changed (2) +128 / -0
Changed files with action and line counts
Aincludes/polling/cisco-ipsec-flow-monitor.inc.php+127 / -0
Mpoller.php+1 / -0
+128 added 0 removed filtered activity

💻 r1559

Adam Armstrong 🐸
fix webvpn counting
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/cisco-remote-access-monitor.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1558

Adam Armstrong 🐸
graph for cras_sessions
Files changed (2) +50 / -2
Changed files with action and line counts
Ahtml/includes/graphs/device/cras_sessions.inc.php+48 / -0
Mincludes/polling/cisco-remote-access-monitor.inc.php+2 / -2
+50 added −2 removed filtered activity

💻 r1557

Adam Armstrong 🐸
fixes to cras_sessions poller
Files changed (2) +12 / -10
Changed files with action and line counts
Mincludes/polling/cisco-remote-access-monitor.inc.php+11 / -9
Mincludes/polling/os/ios.inc.php+1 / -1
+12 added −10 removed filtered activity

💻 r1556

Adam Armstrong 🐸
database updates
Files changed (1) +1 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
0 added 0 removed filtered activity

💻 r1555

Adam Armstrong 🐸
CISCO-REMOTE-ACCESS-MONITOR-MIB polling (no graphign yet)
Files changed (4) +94 / -7
Changed files with action and line counts
Mhtml/includes/graphs/sensor/temperature.inc.php+3 / -5
Mincludes/polling/altiga-ssl.inc.php+1 / -1
Aincludes/polling/cisco-remote-access-monitor.inc.php+87 / -0
Mpoller.php+3 / -1
+94 added −7 removed filtered activity

💻 r1554

Tom Laermans 🦔
move device types config to static-config.php
Files changed (2) +40 / -38
Changed files with action and line counts
Mhtml/includes/print-menubar.php+0 / -38
Mincludes/static-config.php+40 / -0
+40 added −38 removed filtered activity

💻 r1553

Tom Laermans 🦔
dynamically build device type menu from array
Files changed (2) +43 / -8
Changed files with action and line counts
Ahtml/images/icons/printer.png+1 / -0
Mhtml/includes/print-menubar.php+42 / -8
+42 added −8 removed filtered activity

💻 r1552

Tom Laermans 🦔
juggle some icons around
Files changed (6) +6 / -3
Changed files with action and line counts
Ahtml/images/icons/firewall.png+1 / -0
Mhtml/images/icons/greyscale/network.png+0 / -2
Ahtml/images/icons/greyscale/wifi.png+2 / -0
Mhtml/images/icons/network.png+0 / -1
Ahtml/images/icons/server.png+1 / -0
Ahtml/images/icons/wifi.png+2 / -0
0 added 0 removed filtered activity

💻 r1551

Adam Armstrong 🐸
better icons (marginally, admittedly.)
Files changed (3) +0 / -0
Changed files with action and line counts
Mhtml/images/icons/greyscale/current.png non-text+0 / -0
Mhtml/images/icons/greyscale/frequencies.png non-text+0 / -0
Mhtml/images/icons/greyscale/voltages.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r1550

Tom Laermans 🦔
finalize move to sensors table for frequencies
Files changed (11) +37 / -41
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/includes/graphs/device/frequencies.inc.php+9 / -9
Mhtml/includes/graphs/sensor/frequency.inc.php+4 / -4
Mhtml/pages/device/health.inc.php+1 / -1
Mhtml/pages/device/health/frequencies.inc.php+1 / -1
Mhtml/pages/device/overview/current.inc.php+0 / -1
Mhtml/pages/device/overview/fanspeeds.inc.php+0 / -1
Mhtml/pages/device/overview/frequencies.inc.php+21 / -21
Mhtml/pages/device/overview/humidity.inc.php+0 / -1
Mhtml/pages/device/overview/temperatures.inc.php+0 / -1
Mhtml/pages/device/overview/voltages.inc.php+0 / -1
+36 added −41 removed filtered activity

💻 r1549

Tom Laermans 🦔
fix addhost that got borked a few commits back
Files changed (1) +2 / -1
Changed files with action and line counts
Maddhost.php+2 / -1
+2 added −1 removed filtered activity

💻 r1548

Adam Armstrong 🐸
fixes to sensor detection (next comes more filtering)
Files changed (2) +5 / -1
Changed files with action and line counts
Mincludes/discovery/cisco-entity-sensor.inc.php+3 / -0
Mincludes/discovery/entity-sensor.inc.php+2 / -1
+5 added −1 removed filtered activity

💻 r1547

Tom Laermans 🦔
fix lldp discovery code, small fix, addhost fix
Files changed (4) +16 / -12
Changed files with action and line counts
Maddhost.php+3 / -2
Mhtml/map.php+9 / -8
Mincludes/discovery/current.inc.php+2 / -0
Mincludes/discovery/discovery-protocols.inc.php+2 / -2
+16 added −12 removed filtered activity

💻 r1546

Adam Armstrong 🐸
fix
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/discovery/entity-sensor.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r1545

Adam Armstrong 🐸
fix rest of fdb graph
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device/fdb_count.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1544

Adam Armstrong 🐸
some updates to fdb_count graph and entity-sensor discovery (ignore temp > 200C, and use Name instead of Descr if available)
Files changed (2) +13 / -9
Changed files with action and line counts
Mhtml/includes/graphs/device/fdb_count.inc.php+4 / -5
Mincludes/discovery/entity-sensor.inc.php+9 / -4
+13 added −9 removed filtered activity

💻 r1543

Adam Armstrong 🐸
add HP Procurve FDB count graph
Files changed (5) +42 / -38
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+2 / -0
Ahtml/includes/graphs/device/fdb_count.inc.php+18 / -0
Mincludes/polling/os/procurve.inc.php+20 / -36
Mpoller.php+1 / -1
+41 added −37 removed filtered activity

💻 r1542

Adam Armstrong 🐸
junos processor detection change
Files changed (2) +3 / -1
Changed files with action and line counts
Mincludes/discovery/processors/junos.inc.php+1 / -1
Mincludes/polling/os/procurve.inc.php+2 / -0
+3 added −1 removed filtered activity

💻 r1541

Adam Armstrong 🐸
increment index... :)
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/static-config.php+4 / -4
+4 added −4 removed filtered activity

💻 r1540

Adam Armstrong 🐸
add memory to procurve overlib
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/static-config.php+3 / -0
+3 added 0 removed filtered activity

💻 r1539

Adam Armstrong 🐸
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) +89 / -1
Changed files with action and line counts
Aincludes/discovery/mempools/hp-procurve.inc.php+40 / -0
Aincludes/polling/mempools/hpGlobal.inc.php+24 / -0
Aincludes/polling/mempools/hpLocal.inc.php+23 / -0
Mincludes/static-config.php+2 / -1
+89 added −1 removed filtered activity

💻 r1538

Tom Laermans 🦔
fix broken papouch discovery
Files changed (2) +1 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -1
Mincludes/discovery/temperatures/papouch-tme.inc.php+1 / -1
+1 added −2 removed filtered activity

💻 r1537

Adam Armstrong 🐸
fix horrible bug returning incorrect start times for graphs in the billing pages
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/pages/bill.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r1536

Adam Armstrong 🐸
small fixes
Files changed (3) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/storage/usage.inc.php+1 / -1
Mhtml/pages/device/health/storage.inc.php+1 / -2
Mincludes/polling/applications/apache.inc.php+1 / -0
+3 added −3 removed filtered activity

💻 r1535

Adam Armstrong 🐸
sensors auth file for graphs (no real auth yet)
Files changed (2) +10 / -0
Changed files with action and line counts
Ahtml/includes/graphs/sensor/auth.inc.php+8 / -0
Mincludes/discovery/cisco-entity-sensor.inc.php+2 / -0
+10 added 0 removed filtered activity

💻 r1534

Adam Armstrong 🐸
more fixes for new sensor setup. more to come no doubt. also started making graphs which can 'widen'
Files changed (8) +76 / -63
Changed files with action and line counts
Mhtml/includes/graphs/device/temperatures.inc.php+4 / -3
Mhtml/includes/graphs/device/voltages.inc.php+14 / -11
Mhtml/includes/graphs/sensor/temperature.inc.php+2 / -1
Mhtml/includes/graphs/sensor/voltage.inc.php+13 / -16
Mhtml/pages/device/health/temperatures.inc.php+6 / -6
Mhtml/pages/device/health/voltages.inc.php+6 / -5
Mincludes/discovery/cisco-entity-sensor.inc.php+11 / -4
Mincludes/polling/voltages.inc.php+20 / -17
+76 added −63 removed filtered activity

💻 r1533

Adam Armstrong 🐸
fixes to new sensors setup
Files changed (29) +388 / -250
Changed files with action and line counts
Mhtml/includes/graphs/device/temperatures.inc.php+2 / -2
Mhtml/includes/graphs/sensor/temperature.inc.php+7 / -8
Ahtml/pages/device/graphs/netstats_icmp_info.inc.php+9 / -0
Ahtml/pages/device/graphs/netstats_icmp_stat.inc.php+9 / -0
Ahtml/pages/device/graphs/netstats_ip.inc.php+13 / -0
Ahtml/pages/device/graphs/netstats_snmp.inc.php+13 / -0
Ahtml/pages/device/graphs/netstats_tcp.inc.php+9 / -0
Ahtml/pages/device/graphs/netstats_udp.inc.php+9 / -0
Mhtml/pages/device/health/frequencies.inc.php+7 / -7
Dhtml/pages/device/health/memory.inc.php+0 / -60
Ahtml/pages/device/health/mempools.inc.php+60 / -0
Mhtml/pages/device/health/temperatures.inc.php+1 / -0
Aincludes/discovery/cisco-entity-sensor.inc.php+64 / -0
Aincludes/discovery/entity-sensor.inc.php+66 / -0
Mincludes/discovery/functions.inc.php+1 / -1
Aincludes/discovery/processors/procurve.inc.php+28 / -0
Aincludes/discovery/sensors.inc.php+19 / -0
Dincludes/discovery/temperatures/cisco-entity-sensor.inc.php+0 / -42
Dincludes/discovery/temperatures/entity-sensor.inc.php+0 / -45
Mincludes/discovery/voltages.inc.php+17 / -17
Mincludes/polling/current.inc.php+0 / -1
Mincludes/polling/fanspeeds.inc.php+0 / -1
Mincludes/polling/frequencies.inc.php+22 / -22
Mincludes/polling/humidity.inc.php+0 / -1
Aincludes/polling/os/arista_eos.inc.php+7 / -0
Mincludes/polling/temperatures.inc.php+19 / -8
Mincludes/polling/voltages.inc.php+4 / -4
Mincludes/rewrites.php+0 / -30
Mtest-discovery.php+2 / -1
+388 added −250 removed filtered activity

💻 r1532

Tom Laermans 🦔
oops, that should have gone along, obviously
Files changed (1) +42 / -0
Changed files with action and line counts
Adatabase-update-pre1435.sql+42 / -0
0 added 0 removed filtered activity

💻 r1531

Tom Laermans 🦔
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) +7 / -44
Changed files with action and line counts
Mdatabase-update.sql+0 / -42
Mdiscovery.php+7 / -2
+7 added −2 removed filtered activity

💻 r1530

Adam Armstrong 🐸
sensor eventlog cleanup (don't put current value, it's too much info)
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r1529

Adam Armstrong 🐸
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) +314 / -617

Showing the first 30 paths; 15 more are omitted from this static page.

Changed files with action and line counts
Mdatabase-update.sql+4 / -3
Mdiscovery.php+7 / -6
Mincludes/discovery/current.inc.php+17 / -41
Mincludes/discovery/fanspeeds.inc.php+3 / -21
Mincludes/discovery/fanspeeds/areca.inc.php+2 / -4
Mincludes/discovery/fanspeeds/lmsensors.inc.php+3 / -5
Mincludes/discovery/fanspeeds/supermicro.inc.php+6 / -8
Mincludes/discovery/frequencies.inc.php+21 / -44
Mincludes/discovery/functions.inc.php+30 / -209
Mincludes/discovery/humidity.inc.php+3 / -20
Mincludes/discovery/humidity/akcp.inc.php+11 / -11
Mincludes/discovery/mempools/cemp.inc.php+2 / -0
Mincludes/discovery/mempools/cmp.inc.php+2 / -0
Mincludes/discovery/mempools/hrstorage.inc.php+2 / -0
Mincludes/discovery/mempools/ironware-dyn.inc.php+2 / -0
Mincludes/discovery/mempools/junos.inc.php+2 / -0
Mincludes/discovery/mempools/screenos.inc.php+2 / -0
Mincludes/discovery/temperatures.inc.php+3 / -20
Mincludes/discovery/temperatures/adva.inc.php+28 / -28
Mincludes/discovery/temperatures/akcp.inc.php+15 / -15
Mincludes/discovery/temperatures/apc.inc.php+3 / -3
Mincludes/discovery/temperatures/areca.inc.php+9 / -9
Mincludes/discovery/temperatures/cisco-entity-sensor.inc.php+5 / -6
Mincludes/discovery/temperatures/cisco-envmon.inc.php+6 / -6
Mincludes/discovery/temperatures/dell.inc.php+4 / -3
Mincludes/discovery/temperatures/entity-sensor.inc.php+7 / -5
Mincludes/discovery/temperatures/ftos-c-series.inc.php+3 / -7
Mincludes/discovery/temperatures/ftos-e-series.inc.php+3 / -5
Mincludes/discovery/temperatures/ftos-s-series.inc.php+3 / -5
Mincludes/discovery/temperatures/ironware.inc.php+6 / -6
+310 added −614 removed filtered activity

💻 r1528

Tom Laermans 🦔
remove mib index files from svn
Files changed (3) +0 / -90
Changed files with action and line counts
Dmibs/alliedtelesis/.index+0 / -54
Dmibs/jwos/.index+0 / -3
Dmibs/radlan/.index+0 / -33
0 added 0 removed filtered activity

💻 r1527

Tom Laermans 🦔
JWOS polling device information
Files changed (1) +18 / -0
Changed files with action and line counts
Aincludes/polling/os/jwos.inc.php+18 / -0
+18 added 0 removed filtered activity

💻 r1526

Tom Laermans 🦔
Add Juniper JWOS and WXOS MIBs
Files changed (5) +3,914 / -0
Changed files with action and line counts
Amibs/jwos non-text+0 / -0
Amibs/jwos/.index+3 / -0
Amibs/jwos/JUNIPER-WX-MIB.my+2,550 / -0
Amibs/jwos/jnx-wx.mib.txt+1,170 / -0
Amibs/jwos/mib-jnx-smi.txt+191 / -0
0 added 0 removed filtered activity

💻 r1525

Tom Laermans 🦔
ohai huawei and their sysDescr juggling
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/discovery/os/vrp.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1524

Tom Laermans 🦔
oops, failfix
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/jwos.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1523

Tom Laermans 🦔
Detect Juniper WXOS/JWOS + minor MIB path fix
Files changed (3) +17 / -2
Changed files with action and line counts
Aincludes/discovery/os/jwos.inc.php+10 / -0
Mincludes/polling/bgpPeer.inc.php+2 / -2
Mincludes/static-config.php+5 / -0
+17 added −2 removed filtered activity

💻 r1522

Adam Armstrong 🐸
remove unneeded RADLAN-MIB in mibs root
Files changed (1) +0 / -6,370
Changed files with action and line counts
Dmibs/apollo.txt+0 / -6,370
0 added 0 removed filtered activity

💻 r1521

Adam Armstrong 🐸
cleaned up some mibs, moved mempools discovery to include_dir()
Files changed (11) +27,940 / -3,273
Changed files with action and line counts
Mincludes/discovery/mempools.inc.php+8 / -6
Amibs/BGP4-MIB-rfc4273.txt+1,271 / -0
Dmibs/BGP4-MIB.my+0 / -822
Dmibs/BGP4-MIB.txt+0 / -929
Dmibs/IANAifType-MIB.txt+0 / -487
Amibs/IPV6-MLD-MIB.my+427 / -0
Amibs/NETWORK-APPLIANCE-MIB.my+24,180 / -0
Amibs/SNMP-REPEATER-MIB.my+1,319 / -0
Amibs/TUNNEL-MIB.my+735 / -0
Dmibs/mib-IANAifType-MIB.txt+0 / -314
Dmibs/mib-bgpmib.txt+0 / -715
+8 added −6 removed filtered activity

💻 r1520

Adam Armstrong 🐸
more temp graph improvements
Files changed (2) +9 / -9
Changed files with action and line counts
Mhtml/includes/graphs/device/temperatures.inc.php+4 / -4
Mhtml/includes/graphs/sensor/temperature.inc.php+5 / -5
+9 added −9 removed filtered activity

💻 r1519

Adam Armstrong 🐸
fix temperatures graphs (reported by monrad)
Files changed (2) +3 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device/temperatures.inc.php+1 / -1
Mhtml/includes/graphs/sensor/temperature.inc.php+2 / -1
+3 added −2 removed filtered activity

💻 r1518

Adam Armstrong 🐸
move mempools pollers into their own directory (includes/discovery/mempools/)
Files changed (14) +154 / -154
Changed files with action and line counts
Aincludes/discovery/mempools non-text+0 / -0
Dincludes/discovery/mempools-cemp.inc.php+0 / -26
Dincludes/discovery/mempools-cmp.inc.php+0 / -23
Dincludes/discovery/mempools-hrstorage.inc.php+0 / -32
Dincludes/discovery/mempools-ironware-dyn.inc.php+0 / -17
Dincludes/discovery/mempools-junos.inc.php+0 / -30
Dincludes/discovery/mempools-screenos.inc.php+0 / -20
Mincludes/discovery/mempools.inc.php+6 / -6
Aincludes/discovery/mempools/cemp.inc.php+26 / -0
Aincludes/discovery/mempools/cmp.inc.php+23 / -0
Aincludes/discovery/mempools/hrstorage.inc.php+32 / -0
Aincludes/discovery/mempools/ironware-dyn.inc.php+17 / -0
Aincludes/discovery/mempools/junos.inc.php+30 / -0
Aincludes/discovery/mempools/screenos.inc.php+20 / -0
+154 added −154 removed filtered activity

💻 r1517

Adam Armstrong 🐸
disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/static-config.php+4 / -0
+4 added 0 removed filtered activity

💻 r1516

Adam Armstrong 🐸
fix nxos icon, move ios -> cisco and catos -> cisco-old
Files changed (5) +11 / -6
Changed files with action and line counts
Dhtml/images/os/catos.png+0 / -1
Ahtml/images/os/cisco-old.png+1 / -0
Ahtml/images/os/cisco.png+1 / -0
Dhtml/images/os/ios.png+0 / -1
Mincludes/static-config.php+9 / -4
+9 added −4 removed filtered activity

💻 r1515

Adam Armstrong 🐸
fix services delete function
Files changed (1) +8 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/services.inc.php+8 / -1
+8 added −1 removed filtered activity

💻 r1514

Tom Laermans 🦔
better versions for APC AOS
Files changed (1) +19 / -9
Changed files with action and line counts
Mincludes/polling/os/apc.inc.php+19 / -9
+19 added −9 removed filtered activity

💻 r1513

Adam Armstrong 🐸
traffic graph only for procurve
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/static-config.php+3 / -0
+3 added 0 removed filtered activity

💻 r1512

Adam Armstrong 🐸
remove some more leading slashes
Files changed (4) +6 / -8
Changed files with action and line counts
Mhtml/pages/device/health/diskio.inc.php+1 / -1
Mhtml/pages/device/health/memory.inc.php+2 / -4
Mhtml/pages/device/health/processors.inc.php+2 / -2
Mhtml/pages/device/health/storage.inc.php+1 / -1
+6 added −8 removed filtered activity

💻 r1511

Adam Armstrong 🐸
remove some leading slashes from supposedly relative URLs :> (reported by Eimann)
Files changed (8) +8 / -8
Changed files with action and line counts
Mhtml/pages/device/overview/current.inc.php+1 / -1
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/overview/frequencies.inc.php+1 / -1
Mhtml/pages/device/overview/humidity.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
Mhtml/pages/device/overview/voltages.inc.php+1 / -1
+8 added −8 removed filtered activity

💻 r1510

Adam Armstrong 🐸
force warnings off by ini_set (fuck you debian/ubuntu, spittings warnings everywhere as default is *not* cool.)
Files changed (1) +7 / -1
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+7 / -1
+7 added −1 removed filtered activity

💻 r1509

Tom Laermans 🦔
hide snmp stderr if not in debug mode, though some errors are still sneaking out somewhere
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/snmp.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r1508

Adam Armstrong 🐸
netstats greyscale icon
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/icons/greyscale/netstats.png+1 / -0
0 added 0 removed filtered activity

💻 r1507

Adam Armstrong 🐸
syslog handling update
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/syslog.php+1 / -1
+1 added −1 removed filtered activity

💻 r1506

Adam Armstrong 🐸
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 (94) +1,130 / -1,201

Showing the first 30 paths; 64 more are omitted from this static page.

Changed files with action and line counts
Mdatabase-update.sql+5 / -0
Ahtml/images/icons/greyscale/mempools.png+1 / -0
Ahtml/images/icons/mempools.png+1 / -0
Ahtml/images/icons/netstats.png+1 / -0
Mhtml/includes/graphs/device/auth.inc.php+0 / -2
Dhtml/includes/graphs/device/cpu.inc.php+0 / -38
Dhtml/includes/graphs/device/cpu_powerconnect.inc.php+0 / -28
Dhtml/includes/graphs/device/cpu_procurve.inc.php+0 / -28
Dhtml/includes/graphs/device/cpu_unix.inc.php+0 / -71
Ahtml/includes/graphs/device/hr_processes.inc.php+20 / -0
Ahtml/includes/graphs/device/hr_users.inc.php+22 / -0
Dhtml/includes/graphs/device/hrprocesses.inc.php+0 / -20
Dhtml/includes/graphs/device/hrusers.inc.php+0 / -22
Dhtml/includes/graphs/device/icmp.inc.php+0 / -51
Dhtml/includes/graphs/device/icmp_informational.inc.php+0 / -69
Dhtml/includes/graphs/device/ip.inc.php+0 / -45
Dhtml/includes/graphs/device/ipSystemStats_v4.inc.php+0 / -53
Dhtml/includes/graphs/device/ipSystemStats_v6.inc.php+0 / -53
Dhtml/includes/graphs/device/ipSystemStats_v6_frag.inc.php+0 / -64
Dhtml/includes/graphs/device/ip_fragmented.inc.php+0 / -66
Ahtml/includes/graphs/device/ipsystemstats_ipv4.inc.php+53 / -0
Ahtml/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php+64 / -0
Ahtml/includes/graphs/device/ipsystemstats_ipv6.inc.php+53 / -0
Ahtml/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php+64 / -0
Dhtml/includes/graphs/device/laload.inc.php+0 / -31
Dhtml/includes/graphs/device/memory.inc.php+0 / -28
Dhtml/includes/graphs/device/memory_procurve.inc.php+0 / -35
Dhtml/includes/graphs/device/memory_unix.inc.php+0 / -65
Ahtml/includes/graphs/device/mempools.inc.php+28 / -0
Ahtml/includes/graphs/device/netstat_icmp.inc.php+51 / -0
+1,122 added −1,201 removed filtered activity

💻 r1505

Adam Armstrong 🐸
fixes to lldp discovery (use dot1dBasePortIfIndex if exists) reported by Bill Fenner from Arista.
Files changed (1) +17 / -6
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+17 / -6
+17 added −6 removed filtered activity

💻 r1504

Adam Armstrong 🐸
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) +21 / -9
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+3 / -5
Mincludes/polling/ports.inc.php+18 / -4
+21 added −9 removed filtered activity

💻 r1503

Adam Armstrong 🐸
Overwrite ifSpeed with ifHighSpeed * 1M if ifSpeed > 1G. Thanks to Bill Fenner from Arista for the nudge :)
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/polling/ports.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1502

Tom Laermans 🦔
some fixes, and cleanups, also bits per second not bytes ;)
Files changed (7) +10 / -11
Changed files with action and line counts
Mhtml/includes/graphs/generic_bits.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_duo.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_trio.inc.php+1 / -1
Mincludes/polling/os/screenos.inc.php+3 / -4
Mincludes/port-descr-parser.inc.php+2 / -2
Mirc.php+1 / -1
+10 added −11 removed filtered activity

💻 r1501

Adam Armstrong 🐸
split netstats pollers into protocols. update $graphs array for each one successfully polled
Files changed (12) +309 / -132
Changed files with action and line counts
Mincludes/polling/hr-mib.inc.php+30 / -9
Dincludes/polling/hr-mib_storage.inc.php+0 / -46
Mincludes/polling/ipSystemStats.inc.php+5 / -0
Mincludes/polling/mempools.inc.php+0 / -1
Aincludes/polling/netstats-icmp.inc.php+53 / -0
Aincludes/polling/netstats-ip.inc.php+53 / -0
Aincludes/polling/netstats-snmp.inc.php+48 / -0
Aincludes/polling/netstats-tcp.inc.php+55 / -0
Aincludes/polling/netstats-udp.inc.php+46 / -0
Mincludes/polling/netstats.inc.php+7 / -76
Mincludes/polling/storage.inc.php+4 / -0
Mincludes/polling/wireless.inc.php+8 / -0
+309 added −132 removed filtered activity

💻 r1500

Tom Laermans 🦔
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) +2 / -2
Changed files with action and line counts
Mincludes/functions.php+2 / -2
+2 added −2 removed filtered activity

💻 r1499

Tom Laermans 🦔
kilobits, not kelvinbits, sigh
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/functions.php+2 / -2
+2 added −2 removed filtered activity

💻 r1498

Tom Laermans 🦔
respect enable_bgp more on website and on discovery, also detect more huawei vrp
Files changed (4) +19 / -10
Changed files with action and line counts
Mhtml/includes/print-menubar.php+5 / -2
Mhtml/pages/front/default.php+10 / -8
Mincludes/discovery/bgp-peers.inc.php+3 / -0
Mincludes/discovery/os/vrp.inc.php+1 / -0
+19 added −10 removed filtered activity

💻 r1497

Adam Armstrong 🐸
fix port poller for devices which run out of oids :)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/snmp.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r1496

Adam Armstrong 🐸
small fixes to billing editing (use correct variables and the like, doh)
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/bills.inc.php+1 / -1
Mhtml/pages/edituser.inc.php+2 / -2
+3 added −3 removed filtered activity

💻 r1495

Adam Armstrong 🐸
fix etherlike graph for monrad, make HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.
Files changed (4) +11 / -15
Changed files with action and line counts
Mhtml/includes/graphs/port/etherlike.inc.php+1 / -1
Mincludes/defaults.inc.php+2 / -7
Mincludes/discovery/mempools-hrstorage.inc.php+2 / -1
Mincludes/discovery/processors/hrdevice.inc.php+6 / -6
+11 added −15 removed filtered activity

💻 r1494

Adam Armstrong 🐸
use device_bits graphtype only for thomson speedtouch overlib
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/static-config.php+3 / -0
+3 added 0 removed filtered activity

💻 r1493

Adam Armstrong 🐸
fix JT front page
Files changed (1) +18 / -18
Changed files with action and line counts
Mhtml/pages/front/jt.php+18 / -18
+18 added −18 removed filtered activity

💻 r1492

Adam Armstrong 🐸
add arista
Files changed (3) +17 / -0
Changed files with action and line counts
Ahtml/images/os/arista.png+1 / -0
Aincludes/discovery/os/arista-eos.inc.php+10 / -0
Mincludes/static-config.php+6 / -0
+16 added 0 removed filtered activity

💻 r1491

Adam Armstrong 🐸
detect intel itanium :)
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r1490

Adam Armstrong 🐸
autogenerate $config['base_url'] (why didn't we do this all along?)
Files changed (2) +2 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mincludes/defaults.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r1489

Adam Armstrong 🐸
set log_file if it's unset :>
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/static-config.php+5 / -0
+5 added 0 removed filtered activity

💻 r1488

Adam Armstrong 🐸
remove debugging :)
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r1487

Adam Armstrong 🐸
fix to hrdevice inventory page (print processor graph in new location)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/hrdevice.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1486

Adam Armstrong 🐸
fix front page. fix port poller and port descr parser a little.
Files changed (5) +27 / -27
Changed files with action and line counts
Mhtml/pages/front/jt.php+18 / -18
Mincludes/defaults.inc.php+0 / -1
Mincludes/polling/ports.inc.php+6 / -8
Mincludes/port-descr-parser.inc.php+2 / -0
Mpoll-reachability.php+1 / -0
+27 added −27 removed filtered activity

💻 r1485

Adam Armstrong 🐸
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) +415 / -399
Changed files with action and line counts
Mhtml/includes/graphs/customer/bits.inc.php+1 / -1
Dhtml/includes/graphs/multi_bits.inc.php+0 / -28
Dhtml/includes/graphs/multi_bits_duo.inc.php+0 / -118
Dhtml/includes/graphs/multi_bits_separate.inc.php+0 / -76
Dhtml/includes/graphs/multi_bits_trio.inc.php+0 / -162
Ahtml/includes/graphs/multiport non-text+0 / -0
Ahtml/includes/graphs/multiport/auth.inc.php+16 / -0
Ahtml/includes/graphs/multiport/bits.inc.php+25 / -0
Ahtml/includes/graphs/multiport/bits_duo.inc.php+118 / -0
Ahtml/includes/graphs/multiport/bits_separate.inc.php+76 / -0
Ahtml/includes/graphs/multiport/bits_trio.inc.php+162 / -0
Mhtml/includes/print-interface.inc.php+2 / -0
Mhtml/pages/customers.inc.php+6 / -6
Mhtml/pages/device/interface.inc.php+1 / -1
Mhtml/pages/device/ports.inc.php+3 / -3
Mhtml/pages/iftype.inc.php+5 / -4
+415 added −399 removed filtered activity

💻 r1484

Tom Laermans 🦔
detection of itwatchdogs.com geese family - now for the fun of discovering the sensors...
Files changed (3) +18 / -1
Changed files with action and line counts
Ahtml/images/os/wxgoos.png+1 / -0
Aincludes/discovery/os/wxgoos.inc.php+11 / -0
Mincludes/static-config.php+6 / -1
+17 added −1 removed filtered activity

💻 r1483

Tom Laermans 🦔
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) +107 / -20
Changed files with action and line counts
Mhtml/pages/devices.inc.php+19 / -17
Mincludes/discovery/os/mgeups.inc.php+1 / -1
Aincludes/polling/os/brother.inc.php+45 / -0
Mincludes/polling/os/jetdirect.inc.php+6 / -1
Aincludes/polling/os/konica.inc.php+13 / -0
Aincludes/polling/os/okilan.inc.php+10 / -0
Aincludes/polling/os/ricoh.inc.php+12 / -0
Mincludes/static-config.php+1 / -1
+107 added −20 removed filtered activity

💻 r1482

Tom Laermans 🦔
add oki logo
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/oki.png+1 / -0
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1481

Tom Laermans 🦔
ricoh definition seems to have disappeared
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/static-config.php+8 / -0
+8 added 0 removed filtered activity

💻 r1480

Tom Laermans 🦔
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
Files changed (10) +112 / -12
Changed files with action and line counts
Mincludes/discovery/os/mgeups.inc.php+1 / -1
Aincludes/discovery/os/okilan.inc.php+9 / -0
Aincludes/discovery/os/packetshaper.inc.php+9 / -0
Mincludes/polling/os/dell-laser.inc.php+14 / -8
Aincludes/polling/os/jetdirect.inc.php+26 / -0
Aincludes/polling/os/kyocera.inc.php+14 / -0
Mincludes/polling/os/minkelsrms.inc.php+1 / -1
Mincludes/polling/os/routeros.inc.php+1 / -1
Aincludes/polling/os/xerox.inc.php+25 / -0
Mincludes/static-config.php+12 / -1
+112 added −12 removed filtered activity

💻 r1479

Adam Armstrong 🐸
fixed ios fix :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os/ios.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1478

Adam Armstrong 🐸
oops no
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os/ios.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1477

Adam Armstrong 🐸
minor improvement to cisco version detection
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/polling/os/ios.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r1476

Adam Armstrong 🐸
add application/apache graph types
Files changed (5) +159 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application non-text+0 / -0
Ahtml/includes/graphs/application/apache_bytes.inc.php+30 / -0
Ahtml/includes/graphs/application/apache_cpu.inc.php+30 / -0
Ahtml/includes/graphs/application/apache_hits.inc.php+30 / -0
Ahtml/includes/graphs/application/apache_scoreboard.inc.php+69 / -0
+159 added 0 removed filtered activity

💻 r1475

Adam Armstrong 🐸
remove unneeded <br /> from uptime graph
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/pages/device/graphs/system/uptime.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r1474

Adam Armstrong 🐸
fixes to last update, and a missing file
Files changed (3) +33 / -1
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Ahtml/includes/print-quadgraphs.inc.php+22 / -0
Mincludes/defaults.inc.php+8 / -1
+30 added −1 removed filtered activity

💻 r1473

Adam Armstrong 🐸
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) +268 / -317
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
Ahtml/includes/graphs/device/auth.inc.php+11 / -0
Mhtml/includes/graphs/graph.inc.php+10 / -10
Ahtml/includes/graphs/port/auth.inc.php+12 / -0
Mhtml/includes/print-device-graph.php+8 / -40
Mhtml/includes/print-interface-graphs.inc.php+4 / -16
Mhtml/pages/device/health/current.inc.php+5 / -27
Mhtml/pages/device/health/diskio.inc.php+2 / -19
Mhtml/pages/device/health/fanspeeds.inc.php+3 / -21
Mhtml/pages/device/health/frequencies.inc.php+3 / -21
Mhtml/pages/device/health/humidity.inc.php+3 / -21
Mhtml/pages/device/health/memory.inc.php+7 / -20
Mhtml/pages/device/health/processors.inc.php+31 / -48
Mhtml/pages/device/health/storage.inc.php+3 / -21
Mhtml/pages/device/health/temperatures.inc.php+3 / -22
Mhtml/pages/device/health/voltages.inc.php+3 / -21
Mhtml/pages/device/overview/ports.inc.php+5 / -2
Ahtml/pages/graphs.inc.php+119 / -0
Mincludes/discovery/mempools-hrstorage.inc.php+2 / -0
Mincludes/functions.php+13 / -0
Mincludes/static-config.php+19 / -6
+268 added −317 removed filtered activity

💻 r1472

Adam Armstrong 🐸
fix storage discovery
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/discovery/storage-hrstorage.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r1471

Adam Armstrong 🐸
updated graph definitions (don't fuck with .svn!)
Files changed (49) +50 / -50

Showing the first 30 paths; 19 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/graphs/atmvp/cells.inc.php+1 / -1
Mhtml/includes/graphs/atmvp/errors.inc.php+1 / -1
Mhtml/includes/graphs/atmvp/packets.inc.php+1 / -1
Mhtml/includes/graphs/bgp/cbgp_prefixes.inc.php+2 / -2
Mhtml/includes/graphs/bgp/updates.inc.php+1 / -1
Mhtml/includes/graphs/device/current.inc.php+1 / -1
Mhtml/includes/graphs/device/fanspeeds.inc.php+1 / -1
Mhtml/includes/graphs/device/frequencies.inc.php+1 / -1
Mhtml/includes/graphs/device/hrprocesses.inc.php+1 / -1
Mhtml/includes/graphs/device/hrusers.inc.php+1 / -1
Mhtml/includes/graphs/device/humidity.inc.php+1 / -1
Mhtml/includes/graphs/device/icmp.inc.php+1 / -1
Mhtml/includes/graphs/device/ip.inc.php+1 / -1
Mhtml/includes/graphs/device/ipSystemStats.inc.php+1 / -1
Mhtml/includes/graphs/device/ipSystemStats_v4.inc.php+1 / -1
Mhtml/includes/graphs/device/ipSystemStats_v6.inc.php+1 / -1
Mhtml/includes/graphs/device/ipSystemStats_v6_frag.inc.php+1 / -1
Mhtml/includes/graphs/device/ip_fragmented.inc.php+1 / -1
Mhtml/includes/graphs/device/laload.inc.php+1 / -1
Mhtml/includes/graphs/device/memory.inc.php+1 / -1
Mhtml/includes/graphs/device/memory_procurve.inc.php+1 / -1
Mhtml/includes/graphs/device/memory_unix.inc.php+1 / -1
Mhtml/includes/graphs/device/snmp_packets.inc.php+1 / -1
Mhtml/includes/graphs/device/snmp_statistics.inc.php+1 / -1
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mhtml/includes/graphs/device/tcp.inc.php+1 / -1
Mhtml/includes/graphs/device/temperatures.inc.php+1 / -1
Mhtml/includes/graphs/device/toner.inc.php+1 / -1
Mhtml/includes/graphs/device/udp.inc.php+1 / -1
Mhtml/includes/graphs/device/uptime.inc.php+1 / -1
+50 added −50 removed filtered activity

💻 r1470

Adam Armstrong 🐸
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) +3,079 / -3,051

Showing the first 30 paths; 172 more are omitted from this static page.

Changed files with action and line counts
Mhtml/.htaccess+2 / -0
Mhtml/graph.php+1 / -81
Mhtml/includes/functions.inc.php+9 / -4
Mhtml/includes/graphs/XXX_device_memory_windows.inc.php+1 / -1
Ahtml/includes/graphs/altiga_ssl_sessions.inc.php+33 / -0
Ahtml/includes/graphs/atmvp non-text+0 / -0
Ahtml/includes/graphs/atmvp/bits.inc.php non-text+0 / -0
Ahtml/includes/graphs/atmvp/cells.inc.php+33 / -0
Ahtml/includes/graphs/atmvp/errors.inc.php+34 / -0
Ahtml/includes/graphs/atmvp/packets.inc.php+33 / -0
Dhtml/includes/graphs/atmvp_bits.inc.php+0 / -22
Dhtml/includes/graphs/atmvp_cells.inc.php+0 / -33
Dhtml/includes/graphs/atmvp_errors.inc.php+0 / -34
Dhtml/includes/graphs/atmvp_packets.inc.php+0 / -33
Ahtml/includes/graphs/bgp non-text+0 / -0
Ahtml/includes/graphs/bgp/cbgp_prefixes.inc.php+24 / -0
Ahtml/includes/graphs/bgp/updates.inc.php+26 / -0
Dhtml/includes/graphs/bgp_updates.inc.php+0 / -26
Dhtml/includes/graphs/cbgp_prefixes.inc.php+0 / -24
Dhtml/includes/graphs/cempMemPool.inc.php+0 / -35
Mhtml/includes/graphs/cisco_entity_sensor.inc.php+1 / -1
Dhtml/includes/graphs/cmpMemPool.inc.php+0 / -30
Dhtml/includes/graphs/current.inc.php+0 / -22
Ahtml/includes/graphs/customer non-text+0 / -0
Ahtml/includes/graphs/customer/bits.inc.php+22 / -0
Dhtml/includes/graphs/customer_bits.inc.php+0 / -22
Ahtml/includes/graphs/device non-text+0 / -0
Ahtml/includes/graphs/device/bits.inc.php+41 / -0
Ahtml/includes/graphs/device/cpu.inc.php+38 / -0
Ahtml/includes/graphs/device/cpu_powerconnect.inc.php+28 / -0
+3,079 added −3,051 removed filtered activity

💻 r1469

Adam Armstrong 🐸
improve ADSL stats collection
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/polling/port-adsl.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r1468

Adam Armstrong 🐸
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) +2 / -1
Changed files with action and line counts
Mincludes/polling/port-etherlike.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r1467

Adam Armstrong 🐸
Move mempool polling scripts into their own directory. add Juniper ScreenOS CPU/Memory hardcoded discovery/poller
Files changed (17) +141 / -135
Changed files with action and line counts
Aincludes/discovery/mempools-screenos.inc.php+20 / -0
Mincludes/discovery/mempools.inc.php+1 / -0
Aincludes/discovery/processors/screenos.inc.php+20 / -0
Aincludes/polling/mempools non-text+0 / -0
Dincludes/polling/mempools-cemp.inc.php+0 / -17
Dincludes/polling/mempools-cmp.inc.php+0 / -17
Dincludes/polling/mempools-hrstorage.inc.php+0 / -18
Dincludes/polling/mempools-ironware-dyn.inc.php+0 / -12
Dincludes/polling/mempools-junos.inc.php+0 / -23
Mincludes/polling/mempools.inc.php+1 / -1
Aincludes/polling/mempools/cemp.inc.php+17 / -0
Aincludes/polling/mempools/cmp.inc.php+17 / -0
Aincludes/polling/mempools/hrstorage.inc.php+18 / -0
Aincludes/polling/mempools/ironware-dyn.inc.php+12 / -0
Aincludes/polling/mempools/junos.inc.php+23 / -0
Aincludes/polling/mempools/screenos.inc.php+11 / -0
Mincludes/polling/os/screenos.inc.php+1 / -47
+141 added −135 removed filtered activity

💻 r1466

Adam Armstrong 🐸
add tranzeo detection (no cpu, no ram, very basic mibs)
Files changed (3) +25 / -0
Changed files with action and line counts
Ahtml/images/os/tranzeo.png+1 / -0
Aincludes/discovery/os/tranzeo.inc.php+8 / -0
Aincludes/polling/os/tranzeo.inc.php+16 / -0
+24 added 0 removed filtered activity

💻 r1465

Adam Armstrong 🐸
improving windows support
Files changed (7) +11,953 / -51
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+14 / -3
Mincludes/polling/ucd-mib.inc.php+0 / -5
Mincludes/static-config.php+48 / -43
Amibs/tranzeo non-text+0 / -0
Amibs/tranzeo/ENROUTE-245-MIB.txt+5,894 / -0
Amibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt+5,894 / -0
Amibs/tranzeo/tranzeo.MIB+103 / -0
+62 added −51 removed filtered activity

💻 r1464

Adam Armstrong 🐸
restructure $device['os'], improve device overlib a bit (is it?)
Files changed (2) +329 / -245
Changed files with action and line counts
Mhtml/includes/functions.inc.php+13 / -10
Mincludes/static-config.php+316 / -235
+329 added −245 removed filtered activity

💻 r1463

Adam Armstrong 🐸
lots of cleanups to various things
Files changed (11) +99 / -132
Changed files with action and line counts
Mincludes/common.php+1 / -1
Mincludes/discovery/processors-ucd-old.inc.php+2 / -2
Mincludes/discovery/processors/hrdevice.inc.php+5 / -0
Mincludes/discovery/processors/ios.inc.php+2 / -2
Mincludes/polling/netstats.inc.php+4 / -1
Mincludes/polling/os/ios.inc.php+31 / -86
Mincludes/polling/port-adsl.inc.php+2 / -2
Mincludes/polling/port-etherlike.inc.php+2 / -2
Mincludes/polling/ports.inc.php+42 / -33
Mincludes/polling/processors-ucd-old.inc.php+3 / -3
Mpoller.php+5 / -0
+99 added −132 removed filtered activity

💻 r1462

Adam Armstrong 🐸
add os type/version/features and hardware to device tooltips (maybe make a function to build this text later)
Files changed (1) +9 / -0
Changed files with action and line counts
Mhtml/includes/functions.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r1461

Adam Armstrong 🐸
Add temperature detection for Force10 E/C/S-Series
Files changed (3) +112 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/ftos-c-series.inc.php+38 / -0
Aincludes/discovery/temperatures/ftos-e-series.inc.php+38 / -0
Aincludes/discovery/temperatures/ftos-s-series.inc.php+36 / -0
+112 added 0 removed filtered activity

💻 r1460

Adam Armstrong 🐸
correctly find FTOS versions on all three types of Force10 switch (E-series may not be perfect...)
Files changed (2) +34 / -45
Changed files with action and line counts
Mincludes/polling/os/ftos.inc.php+32 / -43
Mincludes/rewrites.php+2 / -2
+34 added −45 removed filtered activity

💻 r1459

Adam Armstrong 🐸
ftos hardware detection :)
Files changed (1) +65 / -0
Changed files with action and line counts
Aincludes/polling/os/ftos.inc.php+65 / -0
+65 added 0 removed filtered activity

💻 r1458

Adam Armstrong 🐸
add some mibs, update snmp functions
Files changed (59) +13,440 / -176

Showing the first 30 paths; 29 more are omitted from this static page.

Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+3 / -3
Mincludes/discovery/entity-physical.inc.php+1 / -2
Mincludes/discovery/hr-device.inc.php+29 / -21
Mincludes/discovery/mempools-cmp.inc.php+1 / -3
Mincludes/discovery/mempools-hrstorage.inc.php+1 / -1
Mincludes/discovery/processors/hrdevice.inc.php+2 / -2
Mincludes/discovery/processors/ios.inc.php+11 / -5
Aincludes/discovery/processors/radlan.inc.php+26 / -0
Mincludes/discovery/q-bridge-mib.inc.php+2 / -7
Mincludes/discovery/storage-hrstorage.inc.php+1 / -1
Mincludes/discovery/ucd-diskio.inc.php+1 / -1
Aincludes/polling/altiga-ssl.inc.php+49 / -0
Mincludes/polling/cisco-mac-accounting.inc.php+1 / -1
Mincludes/polling/ipSystemStats.inc.php+1 / -1
Mincludes/polling/mempools-hrstorage.inc.php+1 / -1
Mincludes/polling/netstats.inc.php+2 / -2
Mincludes/polling/os/powerconnect.inc.php+0 / -23
Mincludes/polling/os/radlan.inc.php+0 / -25
Mincludes/polling/ports.inc.php+28 / -28
Mincludes/polling/storage-hrstorage.inc.php+1 / -1
Mincludes/polling/ucd-diskio.inc.php+1 / -1
Mincludes/polling/ucd-mib.inc.php+1 / -1
Mincludes/rewrites.php+27 / -0
Mincludes/rrdtool.inc.php+2 / -2
Mincludes/snmp.inc.php+20 / -43
Mincludes/static-config.php+5 / -1
Amibs/ALTIGA-ADDRESS-STATS-MIB.my+497 / -0
Amibs/ALTIGA-BMGT-STATS-MIB.my+237 / -0
Amibs/ALTIGA-CAP.my+265 / -0
Amibs/ALTIGA-CERT-STATS-MIB.my+260 / -0
+218 added −176 removed filtered activity

💻 r1457

Tom Laermans 🦔
move wireless stats to system tab, minor fixes
Files changed (3) +11 / -11
Changed files with action and line counts
Dhtml/pages/device/graphs/network/wireless.inc.php+0 / -9
Ahtml/pages/device/graphs/system/wireless.inc.php+9 / -0
Mincludes/polling/ports.inc.php+2 / -2
+11 added −11 removed filtered activity

💻 r1456

Adam Armstrong 🐸
no rrdcached for create !
Files changed (2) +9 / -3
Changed files with action and line counts
Mincludes/polling/ucd-diskio.inc.php+0 / -1
Mincludes/rrdtool.inc.php+9 / -2
+9 added −3 removed filtered activity

💻 r1455

Adam Armstrong 🐸
improving ipSystemStats v4/v6 stats, clean up some variables in defaults.inc.php
Files changed (9) +257 / -26
Changed files with action and line counts
Mhtml/includes/graphs/device_ipSystemStats.inc.php+8 / -10
Ahtml/includes/graphs/device_ipSystemStats_v4.inc.php+53 / -0
Ahtml/includes/graphs/device_ipSystemStats_v6.inc.php+53 / -0
Ahtml/includes/graphs/device_ipSystemStats_v6_frag.inc.php+64 / -0
Mhtml/pages/device/graphs/network/netstats.inc.php+14 / -2
Mincludes/defaults.inc.php+7 / -6
Mincludes/polling/ipSystemStats.inc.php+53 / -7
Mincludes/polling/netstats.inc.php+4 / -0
Mincludes/polling/ports.inc.php+1 / -1
+257 added −26 removed filtered activity

💻 r1454

Adam Armstrong 🐸
improve netstats poller
Files changed (1) +23 / -27
Changed files with action and line counts
Mincludes/polling/netstats.inc.php+23 / -27
+23 added −27 removed filtered activity

💻 r1453

Adam Armstrong 🐸
sexytime updated UCD-MIB collector, and some moving around of graphing code
Files changed (6) +159 / -137
Changed files with action and line counts
Ahtml/includes/graphs/device_laload.inc.php+31 / -0
Dhtml/includes/graphs/device_load.inc.php+0 / -30
Dhtml/includes/graphs/device_load_unix.inc.php+0 / -31
Dhtml/includes/graphs/device_load_windows.inc.php+0 / -30
Mhtml/pages/device/graphs/system/laload.inc.php+3 / -1
Mincludes/polling/ucd-mib.inc.php+125 / -45
+159 added −137 removed filtered activity

💻 r1452

Tom Laermans 🦔
add Huawei MIB though not used/useful by itself, add VRP version and hardware detection
Files changed (2) +392 / -0
Changed files with action and line counts
Aincludes/polling/os/vrp.inc.php+8 / -0
Amibs/HUAWEI-MIB.mib+384 / -0
+8 added 0 removed filtered activity

💻 r1451

Tom Laermans 🦔
detect more speedtouch, basic detection of huawei vrp os
Files changed (5) +20 / -3
Changed files with action and line counts
Ahtml/images/os/huawei.png+1 / -0
Mincludes/discovery/os/ios.inc.php+3 / -2
Mincludes/discovery/os/speedtouch.inc.php+1 / -1
Aincludes/discovery/os/vrp.inc.php+10 / -0
Mincludes/static-config.php+5 / -0
+19 added −3 removed filtered activity

💻 r1450

Tom Laermans 🦔
more polling fixes
Files changed (3) +3 / -3
Changed files with action and line counts
Mincludes/polling/os/allied.inc.php+1 / -1
Mincludes/polling/os/extremeware.inc.php+1 / -1
Mincludes/polling/os/routeros.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r1449

Adam Armstrong 🐸
fix paths on includes (8 hour graph gap :[ )
Files changed (5) +9 / -9
Changed files with action and line counts
Mincludes/polling/os/junos.inc.php+1 / -1
Mincludes/polling/os/junose.inc.php+2 / -2
Mincludes/polling/os/redback.inc.php+2 / -2
Mincludes/polling/os/unix.inc.php+2 / -2
Mincludes/polling/os/windows.inc.php+2 / -2
+9 added −9 removed filtered activity

💻 r1448

Adam Armstrong 🐸
move license level to features
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os/routeros.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1447

Adam Armstrong 🐸
recognise mikrotic ram/cpu in HOST-RESOURCES-MIB
Files changed (4) +1,134 / -8
Changed files with action and line counts
Mincludes/discovery/mempools-hrstorage.inc.php+1 / -0
Mincludes/discovery/processors/hrdevice.inc.php+9 / -8
Amibs/mikrotik non-text+0 / -0
Amibs/mikrotik/Mikrotik.mib+1,124 / -0
+10 added −8 removed filtered activity

💻 r1446

Adam Armstrong 🐸
display total traffic for mikrotik until cpu/memory graphing
Files changed (2) +4 / -1
Changed files with action and line counts
Maddhost.php+1 / -1
Mincludes/static-config.php+3 / -0
+4 added −1 removed filtered activity

💻 r1445

Adam Armstrong 🐸
force10 image
Files changed (2) +2 / -1
Changed files with action and line counts
Ahtml/images/os/force10.png+1 / -0
Mincludes/static-config.php+1 / -1
+1 added −1 removed filtered activity

💻 r1444

Adam Armstrong 🐸
fix screenos detection and add re-add graph for sessions
Files changed (4) +48 / -6
Changed files with action and line counts
Ahtml/includes/graphs/screenos_sessions.inc.php+34 / -0
Ahtml/pages/device/graphs/system/screenos.inc.php+9 / -0
Mincludes/discovery/os/screenos.inc.php+2 / -2
Mincludes/polling/os/screenos.inc.php+3 / -4
+48 added −6 removed filtered activity

💻 r1443

Adam Armstrong 🐸
Files changed (87) +22,842 / -8

Showing the first 30 paths; 57 more are omitted from this static page.

Changed files with action and line counts
MDEVELOPING+2 / -5
Aincludes/discovery/os non-text+0 / -0
Aincludes/discovery/os/3com.inc.php+10 / -0
Aincludes/discovery/os/airport.inc.php+11 / -0
Aincludes/discovery/os/akcp.inc.php+10 / -0
Aincludes/discovery/os/allied.inc.php+12 / -0
Aincludes/discovery/os/apc.inc.php+11 / -0
Aincludes/discovery/os/areca.inc.php+10 / -0
Aincludes/discovery/os/asa.inc.php+8 / -0
Aincludes/discovery/os/axiscam.inc.php+9 / -0
Aincludes/discovery/os/axisdocserver.inc.php+9 / -0
Aincludes/discovery/os/bcm963.inc.php+10 / -0
Aincludes/discovery/os/brother.inc.php+9 / -0
Aincludes/discovery/os/cat1900.inc.php+10 / -0
Aincludes/discovery/os/catos.inc.php+10 / -0
Aincludes/discovery/os/dell-laser.inc.php+11 / -0
Aincludes/discovery/os/dlink.inc.php+12 / -0
Aincludes/discovery/os/dlinkap.inc.php+10 / -0
Aincludes/discovery/os/drac.inc.php+9 / -0
Aincludes/discovery/os/extremeware.inc.php+12 / -0
Aincludes/discovery/os/fortigate.inc.php+11 / -0
Aincludes/discovery/os/freebsd.inc.php+9 / -0
Aincludes/discovery/os/ftos.inc.php+10 / -0
Aincludes/discovery/os/gamatronicups.inc.php+12 / -0
Aincludes/discovery/os/ies.inc.php+10 / -0
Aincludes/discovery/os/ios.inc.php+14 / -0
Aincludes/discovery/os/ironware.inc.php+8 / -0
Aincludes/discovery/os/jetdirect.inc.php+10 / -0
Aincludes/discovery/os/junos.inc.php+10 / -0
Aincludes/discovery/os/junose.inc.php+10 / -0
+569 added −7 removed filtered activity

💻 r1442

Adam Armstrong 🐸
add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
Files changed (82) +16,884 / -986

Showing the first 30 paths; 52 more are omitted from this static page.

Changed files with action and line counts
Aincludes/osdiscovery/ftos.inc.php+10 / -0
Dincludes/polling/device-airport.inc.php+0 / -5
Dincludes/polling/device-akcp.inc.php+0 / -6
Dincludes/polling/device-allied.inc.php+0 / -52
Dincludes/polling/device-apc.inc.php+0 / -69
Dincludes/polling/device-areca.inc.php+0 / -18
Dincludes/polling/device-cat1900.inc.php+0 / -8
Dincludes/polling/device-catos.inc.php+0 / -55
Dincludes/polling/device-dell-laser.inc.php+0 / -14
Dincludes/polling/device-drac.inc.php+0 / -7
Dincludes/polling/device-fortigate.inc.php+0 / -47
Dincludes/polling/device-ies.inc.php+0 / -8
Dincludes/polling/device-ios.inc.php+0 / -107
Dincludes/polling/device-ironware.inc.php+0 / -15
Dincludes/polling/device-junos.inc.php+0 / -51
Dincludes/polling/device-junose.inc.php+0 / -34
Dincludes/polling/device-mgeups.inc.php+0 / -6
Dincludes/polling/device-minkelsrms.inc.php+0 / -7
Dincludes/polling/device-netmanplus.inc.php+0 / -5
Dincludes/polling/device-netstats.inc.php+0 / -79
Dincludes/polling/device-powerconnect.inc.php+0 / -38
Dincludes/polling/device-powervault.inc.php+0 / -5
Dincludes/polling/device-procurve.inc.php+0 / -54
Dincludes/polling/device-radlan.inc.php+0 / -43
Dincludes/polling/device-redback.inc.php+0 / -6
Dincludes/polling/device-routeros.inc.php+0 / -6
Dincludes/polling/device-screenos.inc.php+0 / -82
Dincludes/polling/device-snom.inc.php+0 / -51
Dincludes/polling/device-speedtouch.inc.php+0 / -24
Dincludes/polling/device-unix.inc.php+0 / -52
+1,052 added −986 removed filtered activity

💻 r1441

Adam Armstrong 🐸
only collect ADSL stats if we have a port type 'adsl'
Files changed (2) +6 / -2
Changed files with action and line counts
Mincludes/polling/port-adsl.inc.php+1 / -1
Mincludes/polling/ports.inc.php+5 / -1
+6 added −2 removed filtered activity

💻 r1440

Adam Armstrong 🐸
$config['log_file'] = USE IT.
Files changed (5) +8 / -5
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mdiscovery.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/polling/ports.inc.php+4 / -1
Mpoller.php+1 / -1
+8 added −5 removed filtered activity

💻 r1439

Tom Laermans 🦔
don't do ifname on konica printers/copiers
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/static-config.php+0 / -1
0 added −1 removed filtered activity

💻 r1438

Adam Armstrong 🐸
fix bill editing link
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bills.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1437

Adam Armstrong 🐸
fix some spacings for mac accounting pages
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+5 / -6
+5 added −6 removed filtered activity

💻 r1436

Adam Armstrong 🐸
Release 0.10.7.1
Files changed (2) +575 / -258
Changed files with action and line counts
MCHANGELOG+4 / -0
Mdatabase-schema.sql+571 / -258
+4 added 0 removed filtered activity

💻 r1435

Adam Armstrong 🐸
record discover/poll speeds, prettier "not permitted" page, and readd "base_url" to config
Files changed (8) +126 / -70
Changed files with action and line counts
Mconfig.php.default+3 / -0
Mdatabase-update.sql+3 / -0
Mdiscovery.php+29 / -12
Dhtml/includes/error-no-perm-dev.inc.php+0 / -1
Mhtml/includes/error-no-perm.inc.php+9 / -21
Mincludes/functions.php+11 / -0
Mincludes/polling/port-adsl.inc.php+40 / -12
Mpoller.php+31 / -24
+123 added −70 removed filtered activity

💻 r1434

Tom Laermans 🦔
make ricoh image transparent
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/images/os/ricoh.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r1433

Adam Armstrong 🐸
some prettier access denied pages, and updated about
Files changed (3) +5 / -18
Changed files with action and line counts
Mhtml/pages/about.inc.php+3 / -16
Mhtml/pages/device.inc.php+1 / -1
Mhtml/pages/settings.inc.php+1 / -1
+5 added −18 removed filtered activity

💻 r1432

Adam Armstrong 🐸
and another one... (why do i always forget?)
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r1431

Adam Armstrong 🐸
remove an errant debugging statement
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/pages/device.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r1430

Adam Armstrong 🐸
some hacky changes to device.php to display port
Files changed (4) +61 / -66
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -0
Mhtml/includes/print-interface-adsl.inc.php+7 / -7
Mhtml/index.php+2 / -2
Mhtml/pages/device.inc.php+51 / -57
+61 added −66 removed filtered activity

💻 r1429

Tom Laermans 🦔
default to black graph for first toner when not recognized as CMYK value
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device_toner.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1428

Tom Laermans 🦔
broaden konica minolta detection
Files changed (2) +2 / -1
Changed files with action and line counts
Mincludes/osdiscovery/konica.inc.php+1 / -1
Mincludes/polling/device-ironware.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r1427

Tom Laermans 🦔
rename os discovery files
Files changed (115) +556 / -556

Showing the first 30 paths; 85 more are omitted from this static page.

Changed files with action and line counts
Mincludes/functions.php+1 / -1
Aincludes/osdiscovery/3com.inc.php+10 / -0
Aincludes/osdiscovery/airport.inc.php+11 / -0
Aincludes/osdiscovery/akcp.inc.php+10 / -0
Aincludes/osdiscovery/allied.inc.php+12 / -0
Aincludes/osdiscovery/apc.inc.php+11 / -0
Aincludes/osdiscovery/areca.inc.php+10 / -0
Aincludes/osdiscovery/asa.inc.php+8 / -0
Aincludes/osdiscovery/axiscam.inc.php+9 / -0
Aincludes/osdiscovery/axisdocserver.inc.php+9 / -0
Aincludes/osdiscovery/bcm963.inc.php+10 / -0
Aincludes/osdiscovery/brother.inc.php+9 / -0
Aincludes/osdiscovery/cat1900.inc.php+10 / -0
Aincludes/osdiscovery/catos.inc.php+10 / -0
Aincludes/osdiscovery/dell-laser.inc.php+11 / -0
Dincludes/osdiscovery/discover-3com.php+0 / -10
Dincludes/osdiscovery/discover-airport.php+0 / -11
Dincludes/osdiscovery/discover-akcp.php+0 / -10
Dincludes/osdiscovery/discover-allied.php+0 / -12
Dincludes/osdiscovery/discover-apc.php+0 / -11
Dincludes/osdiscovery/discover-areca.php+0 / -10
Dincludes/osdiscovery/discover-asa.php+0 / -8
Dincludes/osdiscovery/discover-axiscam.php+0 / -9
Dincludes/osdiscovery/discover-axisdocserver.php+0 / -9
Dincludes/osdiscovery/discover-bcm963.php+0 / -10
Dincludes/osdiscovery/discover-brother.php+0 / -9
Dincludes/osdiscovery/discover-cat1900.php+0 / -10
Dincludes/osdiscovery/discover-catos.php+0 / -10
Dincludes/osdiscovery/discover-dell-laser.php+0 / -11
Dincludes/osdiscovery/discover-dlink.php+0 / -12
+556 added −556 removed filtered activity

💻 r1426

Tom Laermans 🦔
zyxel ies dslam temperature sensors
Files changed (1) +29 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/zyxel-ies.inc.php+29 / -0
+29 added 0 removed filtered activity

💻 r1425

Tom Laermans 🦔
add ZyXEL MIBs, recognize IES hardware model and firmware version
Files changed (13) +13,886 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures/cisco-entity-sensor.inc.php+1 / -1
Mincludes/discovery/temperatures/entity-sensor.inc.php+1 / -1
Aincludes/polling/device-ies.inc.php+8 / -0
Amibs/ADSL-LINE-EXT-MIB.mib+1,221 / -0
Amibs/ADSL-TC-MIB.mib+113 / -0
Amibs/HDSL2-SHDSL-LINE-MIB.mib+2,316 / -0
Amibs/RFC-1212.mib+79 / -0
Amibs/zyxel-AESCommon.mib+558 / -0
Amibs/zyxel-AS-ATM.mib+317 / -0
Amibs/zyxel-AS.mib+1,049 / -0
Amibs/zyxel-IESCommon.mib+2,569 / -0
Amibs/zyxel-SAM1216.mib+5,466 / -0
Amibs/zyxel.mib+188 / -0
+10 added −2 removed filtered activity

💻 r1424

Tom Laermans 🦔
Nicely colour toner names on Kyocera printers
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/includes/graphs/device_toner.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1423

Tom Laermans 🦔
fix borken discovery of akcp/rms humidity
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/discovery/humidity/akcp.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r1422

Tom Laermans 🦔
clean up entity sensor names
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures/entity-sensor.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r1421

Tom Laermans 🦔
small fix to entity sensor temp discovery
Files changed (1) +0 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures/entity-sensor.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r1420

Tom Laermans 🦔
ENTITY-SENSOR MIB + Temperature discovery
Files changed (2) +495 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/entity-sensor.inc.php+35 / -0
Amibs/ENTITY-SENSOR-MIB+460 / -0
+35 added 0 removed filtered activity

💻 r1419

Tom Laermans 🦔
fix wireless client display
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/graphs/network/wireless.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1418

Tom Laermans 🦔
basic support for polling number of connected clients on Aironet and Airport devices, minor fixups
Files changed (8) +601 / -64
Changed files with action and line counts
MCHANGELOG+3 / -3
Ahtml/includes/graphs/device_wificlients.inc.php+29 / -0
Ahtml/pages/device/graphs/network/wireless.inc.php+9 / -0
Mincludes/defaults.inc.php+1 / -1
Aincludes/polling/device-airport.inc.php+5 / -0
Aincludes/polling/wireless.inc.php+68 / -0
Amibs/AIRPORT-BASESTATION-3-MIB.txt+420 / -0
Mpoller.php+66 / -60
+181 added −64 removed filtered activity

💻 r1417

Adam Armstrong 🐸
0.10.7
Files changed (1) +1 / -1
Changed files with action and line counts
MCHANGELOG+1 / -1
+1 added −1 removed filtered activity

💻 r1416

Adam Armstrong 🐸
changelog update. fix parser. fix mempools cmp (removed old debugging both)
Files changed (3) +8 / -5
Changed files with action and line counts
MCHANGELOG+7 / -1
Mincludes/polling/mempools-cmp.inc.php+1 / -1
Mincludes/port-descr-parser.inc.php+0 / -3
+8 added −5 removed filtered activity

💻 r1415

Adam Armstrong 🐸
better
Files changed (1) +0 / -1
Changed files with action and line counts
Mdatabase-update.sql+0 / -1
0 added 0 removed filtered activity

💻 r1414

Adam Armstrong 🐸
final adsl table
Files changed (1) +2 / -4
Changed files with action and line counts
Mdatabase-update.sql+2 / -4
0 added 0 removed filtered activity

💻 r1413

Adam Armstrong 🐸
reverse polarity!
Files changed (6) +28 / -22
Changed files with action and line counts
Mhtml/includes/graphs/port_adsl_attainable.inc.php+2 / -2
Mhtml/includes/graphs/port_adsl_power.inc.php+2 / -2
Mhtml/includes/graphs/port_adsl_snr.inc.php+2 / -2
Mhtml/includes/graphs/port_adsl_speed.inc.php+2 / -3
Mhtml/includes/print-interface-adsl.inc.php+19 / -12
Mhtml/pages/device/ports.inc.php+1 / -1
+28 added −22 removed filtered activity

💻 r1412

Adam Armstrong 🐸
more ADSL updates
Files changed (7) +240 / -11
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Ahtml/includes/graphs/port_adsl_attainable.inc.php+39 / -0
Ahtml/includes/print-interface-adsl.inc.php+145 / -0
Mhtml/includes/print-interface.inc.php+26 / -8
Mhtml/pages/device/ports.inc.php+15 / -1
Mincludes/polling/port-adsl.inc.php+9 / -1
Mincludes/polling/ports.inc.php+3 / -1
+237 added −11 removed filtered activity

💻 r1411

Adam Armstrong 🐸
even more debugging
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r1410

Adam Armstrong 🐸
more junos mempool debugging
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/mempools-junos.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r1409

Adam Armstrong 🐸
wipe out mempool cache on new host
Files changed (2) +7 / -0
Changed files with action and line counts
Mhtml/includes/print-interface-graphs.inc.php+5 / -0
Mincludes/polling/mempools.inc.php+2 / -0
+7 added 0 removed filtered activity

💻 r1408

Adam Armstrong 🐸
fix junos? make adsl work on ports which don't say adsl (might say interleaved...)
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+1 / -1
Mincludes/polling/port-adsl.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1407

Adam Armstrong 🐸
make ADSL more efficient (that mib is large and full of poo)
Files changed (2) +22 / -4
Changed files with action and line counts
Mhtml/pages/device/health/processors.inc.php+1 / -3
Mincludes/polling/ports.inc.php+21 / -1
+22 added −4 removed filtered activity

💻 r1406

Adam Armstrong 🐸
add ADSL graphs to web interface
Files changed (7) +197 / -3
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
Ahtml/includes/graphs/port_adsl_attenuation.inc.php+38 / -0
Ahtml/includes/graphs/port_adsl_power.inc.php+38 / -0
Ahtml/includes/graphs/port_adsl_snr.inc.php+38 / -0
Ahtml/includes/graphs/port_adsl_speed.inc.php+40 / -0
Mhtml/pages/device/interface.inc.php+2 / -1
Ahtml/pages/device/port/adsl.inc.php+39 / -0
+197 added −3 removed filtered activity

💻 r1405

Adam Armstrong 🐸
ports_adsl table
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r1404

Adam Armstrong 🐸
add adsl polling :)
Files changed (1) +80 / -0
Changed files with action and line counts
Aincludes/polling/port-adsl.inc.php+80 / -0
+80 added 0 removed filtered activity

💻 r1403

Adam Armstrong 🐸
changes since changes began
Files changed (6) +31 / -6
Changed files with action and line counts
Mhtml/includes/functions.inc.php+6 / -2
Mhtml/pages/device/interface.inc.php+8 / -2
Mincludes/defaults.inc.php+2 / -1
Mincludes/discovery/temperatures/cisco-entity-sensor.inc.php+4 / -1
Mincludes/polling/device-ios.inc.php+8 / -0
Mincludes/polling/ports.inc.php+3 / -0
+31 added −6 removed filtered activity

💻 r1402

Adam Armstrong 🐸
more mibs (thanks netdot people for collecting these, we will trust you that they are not broken)
Files changed (384) +507,368 / -0

Showing the first 30 paths; 354 more are omitted from this static page.

Changed files with action and line counts
Amibs/arista non-text+0 / -0
Amibs/arista/ARISTA-PRODUCTS-MIB.txt+45 / -0
Amibs/arista/ARISTA-SMI-MIB.txt+47 / -0
Amibs/aruba non-text+0 / -0
Amibs/aruba/a80sb_mb_private.mib+3,846 / -0
Amibs/aruba/aruba-ap.my+3,509 / -0
Amibs/aruba/aruba-auth.my+397 / -0
Amibs/aruba/aruba-cts.my+147 / -0
Amibs/aruba/aruba-esi.my+173 / -0
Amibs/aruba/aruba-ifext.my+682 / -0
Amibs/aruba/aruba-mesh.my+193 / -0
Amibs/aruba/aruba-mgmt.my+156 / -0
Amibs/aruba/aruba-mobility.my+769 / -0
Amibs/aruba/aruba-mon.my+2,753 / -0
Amibs/aruba/aruba-snr.my+399 / -0
Amibs/aruba/aruba-switch.my+2,270 / -0
Amibs/aruba/aruba-systemext.my+1,064 / -0
Amibs/aruba/aruba-tc.my+631 / -0
Amibs/aruba/aruba-trap.my+2,659 / -0
Amibs/aruba/aruba-user.my+537 / -0
Amibs/aruba/aruba-voice.my+902 / -0
Amibs/aruba/aruba-wlan.my+3,873 / -0
Amibs/aruba/aruba.my+210 / -0
Amibs/asante non-text+0 / -0
Amibs/asante/ASANTE-AH1012-MIB.txt+2,087 / -0
Amibs/asante/AsanteSwitchMIB.txt+2,846 / -0
Amibs/cabletron non-text+0 / -0
Amibs/cabletron/cabletron-traps-irm.txt+150 / -0
Amibs/cabletron/cabletron-traps.txt+4,483 / -0
Amibs/cabletron/chassis-mib.txt+709 / -0
0 added 0 removed filtered activity

💻 r1401

Adam Armstrong 🐸
bring back graphs tab, add greyscale images
Files changed (3) +4 / -4
Changed files with action and line counts
Mhtml/images/icons/greyscale/network.png non-text+0 / -0
Mhtml/images/icons/greyscale/system.png non-text+0 / -0
Mhtml/pages/device.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1400

Adam Armstrong 🐸
two new icons (need to be made grey)
Files changed (4) +8 / -0
Changed files with action and line counts
Ahtml/images/icons/greyscale/network.png+2 / -0
Ahtml/images/icons/greyscale/system.png+2 / -0
Ahtml/images/icons/network.png+2 / -0
Ahtml/images/icons/system.png+2 / -0
0 added 0 removed filtered activity

💻 r1399

Adam Armstrong 🐸
new graph structure. cleaned up extremeware. print device ver/features/hw during poll. add extreme device rewriting
Files changed (43) +318 / -238

Showing the first 30 paths; 13 more are omitted from this static page.

Changed files with action and line counts
Ahtml/images/os/extreme.png+1 / -0
Dhtml/images/os/extremeware.png+0 / -1
Ahtml/includes/graphs/device_snmp_packets.inc.php+25 / -0
Ahtml/includes/graphs/device_snmp_statistics.inc.php+49 / -0
Mhtml/includes/print-device-graph.php+8 / -8
Mhtml/pages/device/graphs.inc.php+42 / -17
Dhtml/pages/device/graphs/cpu.inc.php+0 / -5
Dhtml/pages/device/graphs/hrprocesses.inc.php+0 / -5
Dhtml/pages/device/graphs/hrusers.inc.php+0 / -5
Dhtml/pages/device/graphs/laload.inc.php+0 / -5
Dhtml/pages/device/graphs/memory.inc.php+0 / -5
Dhtml/pages/device/graphs/netstats.inc.php+0 / -33
Ahtml/pages/device/graphs/network non-text+0 / -0
Ahtml/pages/device/graphs/network/netstats.inc.php+51 / -0
Dhtml/pages/device/graphs/os-allied.inc.php+0 / -6
Dhtml/pages/device/graphs/os-bcm96348.inc.php+0 / -16
Dhtml/pages/device/graphs/os-fortigate.inc.php+0 / -13
Dhtml/pages/device/graphs/os-ios.inc.php+0 / -10
Dhtml/pages/device/graphs/os-ironware.inc.php+0 / -10
Dhtml/pages/device/graphs/os-junos.inc.php+0 / -6
Dhtml/pages/device/graphs/os-junose.inc.php+0 / -7
Dhtml/pages/device/graphs/os-mgeups.inc.php+0 / -4
Dhtml/pages/device/graphs/os-papouch-tme.inc.php+0 / -4
Dhtml/pages/device/graphs/os-powerconnect.inc.php+0 / -5
Dhtml/pages/device/graphs/os-procurve.inc.php+0 / -7
Dhtml/pages/device/graphs/os-redback.inc.php+0 / -10
Dhtml/pages/device/graphs/os-screenos.inc.php+0 / -16
Dhtml/pages/device/graphs/os-snom.inc.php+0 / -4
Dhtml/pages/device/graphs/os-unix.inc.php+0 / -11
Dhtml/pages/device/graphs/os-windows.inc.php+0 / -11
+317 added −237 removed filtered activity

💻 r1398

Adam Armstrong 🐸
better allied telesis version/model parsing
Files changed (2) +38 / -2
Changed files with action and line counts
Mincludes/polling/device-allied.inc.php+36 / -2
Mmibs/alliedtelesis/.index+2 / -0
+36 added −2 removed filtered activity

💻 r1397

Adam Armstrong 🐸
mib fixes and updates
Files changed (7) +729 / -292
Changed files with action and line counts
Mmibs/alliedtelesis/.index+20 / -0
Mmibs/alliedtelesis/at-boards.mib+101 / -49
Mmibs/alliedtelesis/at-product.mib+45 / -9
Mmibs/alliedtelesis/at-smi.mib+7 / -1
Mmibs/alliedtelesis/at-sysinfo.mib+91 / -5
Mmibs/alliedtelesis/at-trigger.mib+465 / -46
Dmibs/rfc2851.mib+0 / -182
0 added 0 removed filtered activity

💻 r1396

Adam Armstrong 🐸
radlan + allied telesis mibs. add radlan os type. move dell powerconnect 3524 to radlan type. allied telesis at8000s is also radlan.
Files changed (83) +52,514 / -1,961

Showing the first 30 paths; 53 more are omitted from this static page.

Changed files with action and line counts
Ahtml/images/os/radlan.png+1 / -0
Mincludes/osdiscovery/discover-allied.php+2 / -0
Mincludes/osdiscovery/discover-powerconnect.php+2 / -2
Aincludes/osdiscovery/discover-radlan.php+10 / -0
Mincludes/polling/device-allied.inc.php+8 / -5
Aincludes/polling/device-radlan.inc.php+43 / -0
Mincludes/static-config.php+7 / -0
Amibs/DOCS-IF-MIB.my+5,255 / -0
Amibs/IANA-MAU-MIB.my+903 / -0
Amibs/IEEE802dot11-MIB.my+2,977 / -0
Amibs/MAU-MIB.my+1,837 / -0
Amibs/RFC1389-MIB.my+419 / -0
Amibs/alliedtelesis non-text+0 / -0
Amibs/alliedtelesis/.index+33 / -0
Amibs/alliedtelesis/at-boards.mib+272 / -0
Amibs/alliedtelesis/at-bri.mib+232 / -0
Amibs/alliedtelesis/at-capability.mib+264 / -0
Amibs/alliedtelesis/at-dhcp.mib+280 / -0
Amibs/alliedtelesis/at-ds3.mib+147 / -0
Amibs/alliedtelesis/at-envmon.mib+626 / -0
Amibs/alliedtelesis/at-epsr.mib+221 / -0
Amibs/alliedtelesis/at-eth.mib+124 / -0
Amibs/alliedtelesis/at-file.mib+157 / -0
Amibs/alliedtelesis/at-firewall.mib+138 / -0
Amibs/alliedtelesis/at-flash.mib+167 / -0
Amibs/alliedtelesis/at-install.mib+448 / -0
Amibs/alliedtelesis/at-interface.mib+496 / -0
Amibs/alliedtelesis/at-isdn.mib+1,286 / -0
Amibs/alliedtelesis/at-lb.mib+650 / -0
Amibs/alliedtelesis/at-loader.mib+183 / -0
+72 added −7 removed filtered activity

💻 r1395

Tom Laermans 🦔
fix vista sp2 build number in windows poller
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/device-windows.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1394

Tom Laermans 🦔
clean up last duplicate icons
Files changed (6) +10 / -6
Changed files with action and line counts
Dhtml/images/os/asa.png+0 / -1
Dhtml/images/os/cat1900.png+0 / -2
Ahtml/images/os/hp.png+2 / -0
Dhtml/images/os/jetdirect.png+0 / -2
Dhtml/images/os/procurve.png+0 / -1
Mincludes/static-config.php+8 / -0
+8 added 0 removed filtered activity

💻 r1393

Tom Laermans 🦔
now really add drac polling support + clean up duplicate icons
Files changed (10) +15 / -6
Changed files with action and line counts
Dhtml/images/os/airport.png+0 / -1
Ahtml/images/os/apple.png+1 / -0
Ahtml/images/os/axis.png+1 / -0
Dhtml/images/os/axiscam.png+0 / -1
Dhtml/images/os/axisdocserver.png+0 / -1
Dhtml/images/os/iosxe.png+0 / -1
Dhtml/images/os/iosxr.png+0 / -1
Dhtml/images/os/junose.png+0 / -1
Aincludes/polling/device-drac.inc.php+7 / -0
Mincludes/static-config.php+6 / -0
+13 added 0 removed filtered activity

💻 r1392

Tom Laermans 🦔
add Dell DRAC MIB, read DRAC hardware info, move humidity discovery to include_dir style, minor fixes
Files changed (7) +1,305 / -67
Changed files with action and line counts
Mhtml/includes/functions.inc.php+11 / -0
Aincludes/discovery/humidity non-text+0 / -0
Mincludes/discovery/humidity.inc.php+1 / -38
Aincludes/discovery/humidity/akcp.inc.php+42 / -0
Mincludes/discovery/temperatures/lm-sensors.inc.php+18 / -18
Mincludes/functions.php+0 / -11
Amibs/DELL-RAC-MIB.mib+1,233 / -0
+72 added −67 removed filtered activity

💻 r1391

Tom Laermans 🦔
fix dell laser icon
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1390

Adam Armstrong 🐸
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 (18) +3,154 / -3,274
Changed files with action and line counts
Mconfig.php.default+10 / -177
Mhtml/collectd-graph.php+4 / -0
Mhtml/images/observium-logo.png binary+0 / -0
Ahtml/includes/collectd non-text+0 / -0
Ahtml/includes/collectd/config.php+68 / -0
Ahtml/includes/collectd/definitions.local.php+79 / -0
Ahtml/includes/collectd/definitions.php+2,095 / -0
Ahtml/includes/collectd/functions.php+789 / -0
Mhtml/pages/device/collectd.inc.php+4 / -0
Dincludes/collectd non-text+0 / -0
Dincludes/collectd/config.php+0 / -68
Dincludes/collectd/definitions.local.php+0 / -79
Dincludes/collectd/definitions.php+0 / -2,095
Dincludes/collectd/functions.php+0 / -789
Mincludes/defaults.inc.php+99 / -35
Mincludes/functions.php+1 / -7
Mincludes/port-descr-parser.inc.php+1 / -1
Mincludes/static-config.php+4 / -23
+3,154 added −3,274 removed filtered activity

💻 r1389

Tom Laermans 🦔
discovery for xerox printers
Files changed (3) +17 / -0
Changed files with action and line counts
Ahtml/images/os/xerox.png+1 / -0
Aincludes/osdiscovery/discover-xerox.php+9 / -0
Mincludes/static-config.php+7 / -0
+16 added 0 removed filtered activity

💻 r1388

Tom Laermans 🦔
more os support
Files changed (7) +28 / -4
Changed files with action and line counts
Dhtml/images/os/d-link.png+0 / -1
Dhtml/images/os/drac.png+0 / -1
Ahtml/images/os/novell.png+1 / -0
Mincludes/osdiscovery/discover-ies.php+1 / -1
Aincludes/osdiscovery/discover-netware.php+9 / -0
Aincludes/osdiscovery/discover-zyxeles.php+9 / -0
Mincludes/static-config.php+8 / -1
+27 added −2 removed filtered activity

💻 r1387

Tom Laermans 🦔
unify mge icon
Files changed (4) +3 / -2
Changed files with action and line counts
Ahtml/images/os/mge.png+1 / -0
Dhtml/images/os/mgepdu.png+0 / -1
Dhtml/images/os/mgeups.png+0 / -1
Mincludes/static-config.php+2 / -0
+2 added 0 removed filtered activity

💻 r1386

Tom Laermans 🦔
brother printer detection
Files changed (3) +16 / -0
Changed files with action and line counts
Ahtml/images/os/brother.png+1 / -0
Aincludes/osdiscovery/discover-brother.php+9 / -0
Mincludes/static-config.php+6 / -0
+15 added 0 removed filtered activity

💻 r1385

Tom Laermans 🦔
sonicwall detection
Files changed (2) +13 / -0
Changed files with action and line counts
Aincludes/osdiscovery/discover-sonicwall.php+8 / -0
Mincludes/static-config.php+5 / -0
+13 added 0 removed filtered activity

💻 r1384

Tom Laermans 🦔
fix d-link switch detection
Files changed (2) +12 / -0
Changed files with action and line counts
Dincludes/osdiscovery/discover-dlink.inc.php non-text+0 / -0
Aincludes/osdiscovery/discover-dlink.php+12 / -0
+12 added 0 removed filtered activity

💻 r1383

Tom Laermans 🦔
fix dlink ap discovery code
Files changed (1) +0 / -10
Changed files with action and line counts
Mincludes/osdiscovery/discover-dlinkap.php+0 / -10
0 added −10 removed filtered activity

💻 r1382

Tom Laermans 🦔
more hardware detection - discovering the internets :)
Files changed (23) +126 / -26
Changed files with action and line counts
Mhtml/css/styles.css+1 / -1
Dhtml/images/os/dell-laser.png+0 / -1
Ahtml/images/os/dell.png+1 / -0
Ahtml/images/os/konica.png+1 / -0
Ahtml/images/os/kyocera.png+1 / -0
Dhtml/images/os/powerconnect.png+0 / -1
Dhtml/images/os/powervault.png+0 / -1
Ahtml/images/os/ricoh.png+1 / -0
Dhtml/images/os/zywall.png+0 / -1
Ahtml/images/os/zyxel.png+1 / -0
Mincludes/discovery/toner.inc.php+2 / -2
Mincludes/osdiscovery/discover-dlink.inc.php+0 / -10
Aincludes/osdiscovery/discover-dlinkap.php+20 / -0
Aincludes/osdiscovery/discover-ies.php+10 / -0
Aincludes/osdiscovery/discover-konica.php+9 / -0
Aincludes/osdiscovery/discover-kyocera.php+9 / -0
Mincludes/osdiscovery/discover-powerconnect.php+3 / -3
Aincludes/osdiscovery/discover-prestige.php+10 / -0
Mincludes/osdiscovery/discover-procurve.php+1 / -1
Aincludes/osdiscovery/discover-ricoh.php+9 / -0
Mincludes/osdiscovery/discover-speedtouch.php+1 / -0
Mincludes/polling/device-windows.inc.php+2 / -1
Mincludes/static-config.php+44 / -4
+120 added −21 removed filtered activity

💻 r1381

Adam Armstrong 🐸
order HOST-RESOURCES-MIB inventory
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/hrdevice.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1380

Adam Armstrong 🐸
clean up some windows stuff
Files changed (3) +66 / -65
Changed files with action and line counts
Ahtml/includes/graphs/XXX_device_memory_windows.inc.php+65 / -0
Dhtml/includes/graphs/device_memory_windows.inc.php+0 / -65
Mhtml/pages/device/graphs/os-windows.inc.php+1 / -0
+66 added −65 removed filtered activity

💻 r1379

Adam Armstrong 🐸
rework netstats polling to work around missing oids and implement snmp_get_multi (maybe needs more work)
Files changed (3) +57 / -8
Changed files with action and line counts
Mincludes/polling/device-netstats.inc.php+17 / -5
Mincludes/polling/device-windows.inc.php+14 / -3
Mincludes/snmp.inc.php+26 / -0
+57 added −8 removed filtered activity

💻 r1378

Adam Armstrong 🐸
add some icons for some manufacturers
Files changed (6) +6 / -0
Changed files with action and line counts
Ahtml/images/os/conexant.png+1 / -0
Ahtml/images/os/d-link.png+1 / -0
Ahtml/images/os/linksys.png+1 / -0
Ahtml/images/os/netgear.png+1 / -0
Ahtml/images/os/sonicwall.png+1 / -0
Ahtml/images/os/watchguard.png+1 / -0
0 added 0 removed filtered activity

💻 r1377

Adam Armstrong 🐸
add broadcom detection and image. add ability to define image in $config['os'][$os]['icon']
Files changed (5) +47 / -8
Changed files with action and line counts
MCHANGELOG+18 / -1
Ahtml/images/os/broadcom.png+1 / -0
Mincludes/functions.php+15 / -7
Aincludes/osdiscovery/discover-bcm963.php+10 / -0
Mincludes/static-config.php+3 / -0
+46 added −8 removed filtered activity

💻 r1376

Adam Armstrong 🐸
fix generate_if_thumbnail (rename to port needed...)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1375

Adam Armstrong 🐸
fix vrfs
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/includes/print-vrf.inc+1 / -1
Mhtml/pages/device/vrfs.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1374

Adam Armstrong 🐸
small speedup to entity polling
Files changed (1) +22 / -21
Changed files with action and line counts
Mincludes/discovery/entity-physical.inc.php+22 / -21
+22 added −21 removed filtered activity

💻 r1373

Adam Armstrong 🐸
THIS. IS. OBSERVIUM. also some indexes on sql tables.
Files changed (18) +65 / -50
Changed files with action and line counts
MCHANGELOG+2 / -2
MINSTALL+2 / -2
MREADME+3 / -3
Mcheck-errors.php+1 / -1
Mconfig.php.default+13 / -13
Mdatabase-schema.sql+1 / -0
Mdatabase-update.sql+8 / -0
Mdiscovery.php+2 / -2
Ahtml/images/observium-icon.png+1 / -0
Ahtml/images/observium-logo.png+1 / -0
Mhtml/index.php+1 / -1
Mhtml/pages/about.inc.php+12 / -12
Mincludes/port-descr-parser.inc.php+6 / -2
Mirc.php+4 / -4
Mpoller.php+3 / -3
Mtest-discovery.php+2 / -2
Mtest-poll.php+2 / -2
Mversioncheck.php+1 / -1
+54 added −50 removed filtered activity

💻 r1372

Tom Laermans 🦔
powerconnect 62xx temperature reading - can only find one even though there is one per stackmember, sigh
Files changed (1) +21 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/powerconnect.inc.php+21 / -0
+21 added 0 removed filtered activity

💻 r1371

Tom Laermans 🦔
Thank you Dell for changing the capitalization in sysDescr on a software upgrade
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-powerconnect.php+1 / -1
+1 added −1 removed filtered activity

💻 r1370

Tom Laermans 🦔
axis network document server discovery
Files changed (3) +12 / -0
Changed files with action and line counts
Ahtml/images/os/axisdocserver.png+1 / -0
Aincludes/osdiscovery/discover-axisdocserver.php+9 / -0
Mincludes/static-config.php+2 / -0
+11 added 0 removed filtered activity

💻 r1369

Tom Laermans 🦔
fix install_dir in include_dir and add optional regex
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/functions.php+4 / -4
+4 added −4 removed filtered activity

💻 r1368

Adam Armstrong 🐸
fix php notice
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/mysql_stats.php+1 / -1
+1 added −1 removed filtered activity

💻 r1367

Adam Armstrong 🐸
svn stats script :)
Files changed (1) +1,241 / -0
Changed files with action and line counts
Ascripts/mysql_stats.php+1,241 / -0
+1,241 added 0 removed filtered activity

💻 r1366

Tom Laermans 🦔
show disabled devices in grey in device list
Files changed (2) +5 / -0
Changed files with action and line counts
Mhtml/css/styles.css+4 / -0
Mincludes/functions.php+1 / -0
+1 added 0 removed filtered activity

💻 r1365

Tom Laermans 🦔
discover motorola netopia routers
Files changed (3) +13 / -0
Changed files with action and line counts
Ahtml/images/os/netopia.png+1 / -0
Aincludes/osdiscovery/discover-netopia.php+9 / -0
Mincludes/static-config.php+3 / -0
+12 added 0 removed filtered activity

💻 r1364

Tom Laermans 🦔
detect more airports
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/osdiscovery/discover-airport.php+1 / -0
+1 added 0 removed filtered activity

💻 r1363

Tom Laermans 🦔
added a bunch of device types to discover
Files changed (11) +45 / -4
Changed files with action and line counts
Ahtml/images/os/axiscam.png+1 / -0
Ahtml/images/os/drac.png+1 / -0
Ahtml/images/os/mgepdu.png+1 / -0
Mincludes/functions.php+1 / -1
Mincludes/osdiscovery/discover-apc.php+1 / -0
Aincludes/osdiscovery/discover-axiscam.php+9 / -0
Aincludes/osdiscovery/discover-drac.php+9 / -0
Mincludes/osdiscovery/discover-jetdirect.php+2 / -1
Aincludes/osdiscovery/discover-mgepdu.php+9 / -0
Mincludes/osdiscovery/discover-speedtouch.php+1 / -0
Mincludes/static-config.php+10 / -2
+42 added −4 removed filtered activity

💻 r1362

Tom Laermans 🦔
really fix voltage polling - patch by jduggan
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/voltages.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1361

Tom Laermans 🦔
recognize apc switched rack pdu
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/osdiscovery/discover-apc.php+1 / -0
+1 added 0 removed filtered activity

💻 r1360

Tom Laermans 🦔
gamatronic ups fixes
Files changed (2) +28 / -28
Changed files with action and line counts
Mincludes/discovery/voltages.inc.php+26 / -28
Mincludes/static-config.php+2 / -0
+28 added −28 removed filtered activity

💻 r1359

Tom Laermans 🦔
bugfix in discover_sensor
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1358

Tom Laermans 🦔
fix voltage polling
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/voltages.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1357

Tom Laermans 🦔
actually commit powervault detection + minor polling
Files changed (5) +18 / -3
Changed files with action and line counts
Maddhost.php+2 / -2
Mincludes/functions.php+0 / -1
Aincludes/osdiscovery/discover-powervault.php+9 / -0
Aincludes/polling/device-powervault.inc.php+5 / -0
Mincludes/static-config.php+2 / -0
+18 added −3 removed filtered activity

💻 r1356

Adam Armstrong 🐸
add CISCO-ENTITY-SENSOR-MIB discovery for temperatures only (probably going to be some overlap with CISCO-ENVMON-MIB)
Files changed (2) +39 / -0
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
Aincludes/discovery/temperatures/cisco-entity-sensor.inc.php+37 / -0
+37 added 0 removed filtered activity

💻 r1355

Tom Laermans 🦔
break broken screenos detection now
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-screenos.php+1 / -1
+1 added −1 removed filtered activity

💻 r1354

Tom Laermans 🦔
un-break allied and powervault detection through sysobjectid
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-screenos.php+0 / -1
0 added −1 removed filtered activity

💻 r1353

Tom Laermans 🦔
detect newer papouch TME, detect powervault tl2000/4000
Files changed (2) +3 / -1
Changed files with action and line counts
Ahtml/images/os/powervault.png+1 / -0
Mincludes/osdiscovery/discover-papouch-tme.php+2 / -1
+2 added −1 removed filtered activity

💻 r1352

Adam Armstrong 🐸
add nxos discovery
Files changed (5) +21,972 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
Ahtml/images/os/extremeware.png+1 / -0
Aincludes/osdiscovery/discover-nxos.php+10 / -0
Mincludes/static-config.php+4 / -0
Amibs/extreme-v762b3.mib+21,956 / -0
+15 added −1 removed filtered activity

💻 r1351

Tom Laermans 🦔
use configured monospace font in graphs
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1350

Tom Laermans 🦔
name current differently on single phase APC PDUs
Files changed (1) +8 / -1
Changed files with action and line counts
Mincludes/discovery/current.inc.php+8 / -1
+8 added −1 removed filtered activity

💻 r1349

Tom Laermans 🦔
fix updating of currents until the function is merged to discover_sensor :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1348

Tom Laermans 🦔
Also show minimum temperature on popup temp graph
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/includes/graphs/temperature.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r1347

Tom Laermans 🦔
fix poller breaking on down device, add airport description and image, make zywall and 3com images transparent
Files changed (5) +5 / -1
Changed files with action and line counts
Mhtml/images/os/3com.png non-text+0 / -0
Ahtml/images/os/airport.png+1 / -0
Mhtml/images/os/zywall.png non-text+0 / -0
Mincludes/static-config.php+3 / -0
Mpoller.php+1 / -1
+4 added −1 removed filtered activity

💻 r1346

Tom Laermans 🦔
APC UPS V/Hz values support, extra AirPort detection string
Files changed (4) +57 / -6
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+25 / -1
Mincludes/discovery/temperatures/apc.inc.php+5 / -5
Mincludes/discovery/voltages.inc.php+26 / -0
Mincludes/osdiscovery/discover-airport.php+1 / -0
+57 added −6 removed filtered activity

💻 r1345

Adam Armstrong 🐸
recognise some new OSes, add an image for dlink, move sysObjectId polling to be global for os detection
Files changed (10) +53 / -12
Changed files with action and line counts
Maddhost.php+9 / -7
Ahtml/images/os/dlink.png+1 / -0
Mincludes/functions.php+4 / -2
Aincludes/osdiscovery/discover-airport.php+9 / -0
Mincludes/osdiscovery/discover-allied.php+0 / -1
Aincludes/osdiscovery/discover-dlink.inc.php+10 / -0
Aincludes/osdiscovery/discover-extremeware.php+10 / -0
Mincludes/osdiscovery/discover-junos.php+0 / -1
Mincludes/osdiscovery/discover-junose.php+0 / -1
Aincludes/osdiscovery/discover-zywall.php+10 / -0
+52 added −12 removed filtered activity

💻 r1344

Adam Armstrong 🐸
updated email sending to allow global disabling and sysContact override
Files changed (16) +57 / -42
Changed files with action and line counts
Mcheck-errors.php+1 / -2
Mcheck-services.php+2 / -2
Ahtml/images/os/zywall.png+1 / -0
Mincludes/defaults.inc.php+4 / -4
Mincludes/functions.php+18 / -2
Mincludes/polling/bgpPeer.inc.php+3 / -4
Mincludes/polling/current.inc.php+2 / -4
Mincludes/polling/fanspeeds.inc.php+1 / -4
Mincludes/polling/frequencies.inc.php+2 / -6
Mincludes/polling/humidity.inc.php+4 / -2
Mincludes/polling/ports.inc.php+2 / -3
Mincludes/polling/temperatures.inc.php+1 / -1
Mincludes/polling/voltages.inc.php+2 / -3
Mincludes/static-config.php+5 / -0
Mpoll-reachability.php+8 / -4
Mpoller.php+1 / -1
+56 added −42 removed filtered activity

💻 r1343

Tom Laermans 🦔
APC UPS internal temperature support
Files changed (1) +21 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/apc.inc.php+21 / -0
+21 added 0 removed filtered activity

💻 r1342

Tom Laermans 🦔
APC UPS and older Masterswitch identification, both tested on AP9606 controller card
Files changed (2) +33 / -1
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+1 / -1
Mincludes/polling/device-apc.inc.php+32 / -0
+33 added −1 removed filtered activity

💻 r1341

Tom Laermans 🦔
only discover toner if it actually exists - HP LJ 4100 has 4 indexes but only one toner; should fix FS#46
Files changed (1) +47 / -53
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+47 / -53
+47 added −53 removed filtered activity

💻 r1340

Adam Armstrong 🐸
DEL. HOST. DOT. INC. DOT. PEE. AICH. PEE.
Files changed (1) +36 / -0
Changed files with action and line counts
Ahtml/pages/delhost.inc.php+36 / -0
+36 added 0 removed filtered activity

💻 r1339

Adam Armstrong 🐸
use .inc.
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/index.php+4 / -4
+4 added −4 removed filtered activity

💻 r1338

Adam Armstrong 🐸
don't warn on non-writeable rrd dir (why would apache be allowed to write there?
Files changed (1) +3 / -2
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r1337

Adam Armstrong 🐸
go away!
Files changed (1) +0 / -36
Changed files with action and line counts
Dhtml/pages/delhost.php+0 / -36
0 added −36 removed filtered activity

💻 r1336

Adam Armstrong 🐸
inc.php plx
Files changed (69) +2,844 / -3,055

Showing the first 30 paths; 39 more are omitted from this static page.

Changed files with action and line counts
Ahtml/pages/about.inc.php+194 / -0
Dhtml/pages/about.php+0 / -194
Ahtml/pages/addhost.inc.php+59 / -0
Dhtml/pages/addhost.php+0 / -59
Ahtml/pages/addsrv.inc.php+75 / -0
Dhtml/pages/addsrv.php+0 / -75
Ahtml/pages/adduser.inc.php+67 / -0
Dhtml/pages/adduser.php+0 / -67
Ahtml/pages/alerts.inc.php+69 / -0
Dhtml/pages/alerts.php+0 / -69
Ahtml/pages/authlog.inc.php+43 / -0
Dhtml/pages/authlog.php+0 / -43
Ahtml/pages/bgp.inc.php+91 / -0
Dhtml/pages/bgp.php+0 / -91
Ahtml/pages/bill.inc.php+202 / -0
Dhtml/pages/bill.php+0 / -202
Ahtml/pages/bills.inc.php+172 / -0
Dhtml/pages/bills.php+0 / -172
Ahtml/pages/configuration.inc.php+6 / -0
Dhtml/pages/configuration.php+0 / -6
Ahtml/pages/customers.inc.php+79 / -0
Dhtml/pages/customers.php+0 / -79
Dhtml/pages/default-jt.php+0 / -211
Ahtml/pages/delsrv.inc.php+41 / -0
Dhtml/pages/delsrv.php+0 / -41
Ahtml/pages/deluser.inc.php+50 / -0
Dhtml/pages/deluser.php+0 / -50
Ahtml/pages/device.inc.php+250 / -0
Dhtml/pages/device.php+0 / -250
Ahtml/pages/devices.inc.php+129 / -0
+2,844 added −3,055 removed filtered activity

💻 r1335

Tom Laermans 🦔
err, failfixfix
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r1334

Tom Laermans 🦔
failfix six of infinite
Files changed (2) +2 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/index.php+1 / -1
+2 added −1 removed filtered activity

💻 r1333

Adam Armstrong 🐸
better name, and include in menu
Files changed (3) +23 / -17
Changed files with action and line counts
Mhtml/includes/print-menubar.php+7 / -1
Ahtml/pages/settings.inc.php+16 / -0
Dhtml/pages/showconfig.inc.php+0 / -16
+23 added −17 removed filtered activity

💻 r1332

Adam Armstrong 🐸
basic page to display global configuration
Files changed (1) +16 / -0
Changed files with action and line counts
Ahtml/pages/showconfig.inc.php+16 / -0
+16 added 0 removed filtered activity

💻 r1331

Tom Laermans 🦔
nms nms nms
Files changed (9) +41 / -40
Changed files with action and line counts
MINSTALL+1 / -1
MREADME+3 / -3
Mdatabase-schema.sql+1 / -0
Mhtml/pages/about.php+3 / -3
Dincludes/discovery/temperatures/observer-custom.inc.php+0 / -26
Aincludes/discovery/temperatures/observernms-custom.inc.php+26 / -0
Mincludes/port-descr-parser.inc.php+1 / -1
Mincludes/static-config.php+4 / -4
Mirc.php+2 / -2
+40 added −40 removed filtered activity

💻 r1330

Adam Armstrong 🐸
fix potential bug with erroneous space in collectd graphs
Files changed (3) +4 / -3
Changed files with action and line counts
Mincludes/collectd/config.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/static-config.php+2 / -1
+4 added −3 removed filtered activity

💻 r1329

Tom Laermans 🦔
More renames
Files changed (1) +10 / -10
Changed files with action and line counts
Mconfig.php.default+10 / -10
+10 added −10 removed filtered activity

💻 r1328

Adam Armstrong 🐸
add port parser to default config, rename some stuff
Files changed (8) +18 / -14
Changed files with action and line counts
Mcheck-errors.php+1 / -1
Mcontrib/syslog2mysql.sh+4 / -4
Mdiscovery.php+2 / -2
Mincludes/defaults.inc.php+2 / -0
Mincludes/functions.php+1 / -1
Mpoller.php+4 / -2
Mtest-discovery.php+2 / -2
Mtest-poll.php+2 / -2
+18 added −14 removed filtered activity

💻 r1327

Tom Laermans 🦔
split fan discovery into include_dir
Files changed (16) +331 / -324
Changed files with action and line counts
Aincludes/discovery/fanspeeds non-text+0 / -0
Mincludes/discovery/fanspeeds.inc.php+1 / -96
Aincludes/discovery/fanspeeds/areca.inc.php+28 / -0
Aincludes/discovery/fanspeeds/lmsensors.inc.php+32 / -0
Aincludes/discovery/fanspeeds/supermicro.inc.php+47 / -0
Aincludes/discovery/processors/hrdevice.inc.php+48 / -0
Aincludes/discovery/processors/ios.inc.php+58 / -0
Aincludes/discovery/processors/ironware.inc.php+48 / -0
Aincludes/discovery/processors/junos.inc.php+36 / -0
Aincludes/discovery/processors/junose.inc.php+33 / -0
Dincludes/discovery/processors/processors-hrdevice.inc.php+0 / -48
Dincludes/discovery/processors/processors-ios.inc.php+0 / -58
Dincludes/discovery/processors/processors-ironware.inc.php+0 / -48
Dincludes/discovery/processors/processors-junos.inc.php+0 / -36
Dincludes/discovery/processors/processors-junose.inc.php+0 / -33
Mincludes/discovery/temperatures.inc.php+0 / -5
+331 added −324 removed filtered activity

💻 r1326

Tom Laermans 🦔
move processors discovery to include_dir
Files changed (13) +226 / -213
Changed files with action and line counts
Aincludes/discovery/processors non-text+0 / -0
Dincludes/discovery/processors-hrdevice.inc.php+0 / -49
Dincludes/discovery/processors-ios.inc.php+0 / -53
Dincludes/discovery/processors-ironware.inc.php+0 / -46
Dincludes/discovery/processors-junos.inc.php+0 / -30
Dincludes/discovery/processors-junose.inc.php+0 / -28
Mincludes/discovery/processors-ucd-old.inc.php+2 / -2
Mincludes/discovery/processors.inc.php+1 / -5
Aincludes/discovery/processors/processors-hrdevice.inc.php+48 / -0
Aincludes/discovery/processors/processors-ios.inc.php+58 / -0
Aincludes/discovery/processors/processors-ironware.inc.php+48 / -0
Aincludes/discovery/processors/processors-junos.inc.php+36 / -0
Aincludes/discovery/processors/processors-junose.inc.php+33 / -0
+226 added −213 removed filtered activity

💻 r1325

Tom Laermans 🦔
automatically load all temperature include files, moved almost all of them over to internal snmp functions, PLEASE TEST
Files changed (16) +243 / -216
Changed files with action and line counts
Mincludes/discovery/processors-junos.inc.php+3 / -3
Mincludes/discovery/temperatures.inc.php+1 / -13
Mincludes/discovery/temperatures/adva.inc.php+4 / -0
Mincludes/discovery/temperatures/akcp.inc.php+28 / -27
Mincludes/discovery/temperatures/areca.inc.php+37 / -34
Mincludes/discovery/temperatures/cisco-envmon.inc.php+23 / -23
Mincludes/discovery/temperatures/dell.inc.php+4 / -2
Mincludes/discovery/temperatures/ironware.inc.php+29 / -26
Mincludes/discovery/temperatures/junos.inc.php+5 / -5
Mincludes/discovery/temperatures/junose.inc.php+8 / -3
Mincludes/discovery/temperatures/lm-sensors.inc.php+4 / -5
Mincludes/discovery/temperatures/netmanplus.inc.php+18 / -17
Mincludes/discovery/temperatures/observer-custom.inc.php+19 / -15
Mincludes/discovery/temperatures/papouch-tme.inc.php+13 / -14
Mincludes/discovery/temperatures/supermicro.inc.php+28 / -29
Mincludes/functions.php+19 / -0
+243 added −216 removed filtered activity

💻 r1324

Tom Laermans 🦔
Add detection for MGE Evolution UPS
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-mgeups.php+2 / -1
+2 added −1 removed filtered activity

💻 r1323

Tom Laermans 🦔
Fix Q-BRIDGE-MIB vlan numbers on Procurve switches + minor misc
Files changed (3) +4 / -6
Changed files with action and line counts
Mhtml/map.php+0 / -2
Mincludes/discovery/processors-ironware.inc.php+1 / -1
Mincludes/discovery/q-bridge-mib.inc.php+3 / -3
+4 added −6 removed filtered activity

💻 r1322

Adam Armstrong 🐸
workaround not havnig divisor set for processor
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/processors.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r1321

Adam Armstrong 🐸
use precision for processors
Files changed (2) +5 / -3
Changed files with action and line counts
Mincludes/polling/mempools.inc.php+3 / -1
Mincludes/polling/processors.inc.php+2 / -2
+5 added −3 removed filtered activity

💻 r1320

Adam Armstrong 🐸
don't set current value of processor on discovery (duh)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1319

Adam Armstrong 🐸
update precision (divisor) on processors
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1318

Adam Armstrong 🐸
fix ironware cpu divisor issue
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/processors-ironware.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1317

Tom Laermans 🦔
also detect 3com superstack type
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/osdiscovery/discover-3com.php+1 / -0
+1 added 0 removed filtered activity

💻 r1316

Adam Armstrong 🐸
genericify that, use it for mempools also
Files changed (5) +5 / -9
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/pages/device/health/memory.inc.php+1 / -1
Mhtml/pages/device/health/processors.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -5
Mhtml/pages/device/overview/processors.inc.php+1 / -1
+5 added −9 removed filtered activity

💻 r1315

Adam Armstrong 🐸
improved processor text description rewriting (now in function)
Files changed (3) +17 / -9
Changed files with action and line counts
Mhtml/includes/functions.inc.php+14 / -0
Mhtml/pages/device/health/processors.inc.php+2 / -4
Mhtml/pages/device/overview/processors.inc.php+1 / -5
+17 added −9 removed filtered activity

💻 r1314

Tom Laermans 🦔
use installdir path in check-services - patch by Steven Bens
Files changed (1) +1 / -1
Changed files with action and line counts
Mcheck-services.php+1 / -1
+1 added −1 removed filtered activity

💻 r1313

Tom Laermans 🦔
start of universal discover_sensor, change humidity to that one already, rest needs small rework
Files changed (1) +37 / -33
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+37 / -33
+37 added −33 removed filtered activity

💻 r1312

Tom Laermans 🦔
move current to sensors table, plug some sql injection holes
Files changed (17) +101 / -106
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/includes/graphs/current.inc.php+4 / -4
Mhtml/includes/graphs/device_current.inc.php+4 / -4
Mhtml/pages/device/health.inc.php+4 / -3
Mhtml/pages/device/health/current.inc.php+13 / -13
Mhtml/pages/device/health/diskio.inc.php+1 / -1
Mhtml/pages/device/health/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/health/frequencies.inc.php+1 / -1
Mhtml/pages/device/health/humidity.inc.php+1 / -1
Mhtml/pages/device/health/storage.inc.php+1 / -1
Mhtml/pages/device/health/temperatures.inc.php+1 / -1
Mhtml/pages/device/health/voltages.inc.php+1 / -1
Mhtml/pages/device/overview/current.inc.php+11 / -12
Mhtml/pages/health/current.inc.php+23 / -23
Mincludes/discovery/functions.inc.php+6 / -6
Mincludes/functions.php+11 / -14
Mincludes/polling/current.inc.php+17 / -20
+100 added −106 removed filtered activity

💻 r1311

Tom Laermans 🦔
Move voltages to sensors table, clean up some unused functions and move web-only functions to the html includes file
Files changed (11) +129 / -168
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Mhtml/includes/functions.inc.php+39 / -0
Mhtml/includes/graphs/device_voltages.inc.php+4 / -4
Mhtml/includes/graphs/voltage.inc.php+4 / -4
Mhtml/pages/device/health.inc.php+1 / -1
Mhtml/pages/device/health/voltages.inc.php+13 / -13
Mhtml/pages/device/overview/voltages.inc.php+11 / -12
Mhtml/pages/health/voltages.inc.php+22 / -22
Mincludes/discovery/functions.inc.php+9 / -9
Mincludes/functions.php+6 / -83
Mincludes/polling/voltages.inc.php+17 / -20
+126 added −168 removed filtered activity

💻 r1310

Tom Laermans 🦔
show correct overlib graph for temperatures
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/static-config.php+3 / -3
+3 added −3 removed filtered activity

💻 r1309

Tom Laermans 🦔
fix to show health tab when device has temp sensors
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.php+1 / -1
+1 added −1 removed filtered activity

💻 r1308

Tom Laermans 🦔
only show temperature sensors on temperature health page, doh
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/health/temperatures.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1307

Tom Laermans 🦔
failfix five of infinite
Files changed (3) +22 / -22
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
Aincludes/discovery/temperatures/papouch-tme.inc.php+21 / -0
Dincludes/discovery/temperatures/papouche-tme.inc.php+0 / -21
+22 added −22 removed filtered activity

💻 r1306

Tom Laermans 🦔
APC STS/ATS support
Files changed (5) +134 / -2
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Mincludes/discovery/current.inc.php+21 / -1
Mincludes/discovery/frequencies.inc.php+42 / -0
Mincludes/discovery/voltages.inc.php+42 / -0
Mincludes/polling/device-apc.inc.php+26 / -1
+131 added −2 removed filtered activity

💻 r1305

Tom Laermans 🦔
failfix four of infinite
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/device-dell-laser.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1304

Tom Laermans 🦔
failfix three of infinite
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/current.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1303

Tom Laermans 🦔
failfix two of infinite
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+1 / -1
Mincludes/polling/frequencies.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1302

Tom Laermans 🦔
failfix one of infinite
Files changed (3) +3 / -4
Changed files with action and line counts
Mincludes/polling/current.inc.php+1 / -2
Mincludes/polling/fanspeeds.inc.php+1 / -1
Mincludes/polling/frequencies.inc.php+1 / -1
+3 added −4 removed filtered activity

💻 r1301

Adam Armstrong 🐸
cleanup checks add some mibs
Files changed (4) +9,502 / -3
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+3 / -3
Amibs/CISCO-FIREWALL-MIB.my+1,336 / -0
Amibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my+5,881 / -0
Amibs/CISCO-MEDIA-GATEWAY-MIB.my+2,282 / -0
+3 added −3 removed filtered activity

💻 r1300

Adam Armstrong 🐸
some code formatting improvements from sovern
Files changed (4) +188 / -188
Changed files with action and line counts
Mincludes/discovery/cisco-pw.inc.php+37 / -37
Mincludes/discovery/discovery-protocols.inc.php+51 / -51
Mincludes/discovery/ports.inc.php+63 / -63
Mincludes/discovery/processors-ios.inc.php+37 / -37
+188 added −188 removed filtered activity

💻 r1299

Adam Armstrong 🐸
improved authentication checks (not sure this file is the right place, but meh) from sovern (also some fixes for diskio_ops)
Files changed (3) +20 / -5
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+17 / -2
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/graphs/diskio_ops.inc.php+1 / -1
+20 added −5 removed filtered activity

💻 r1298

Tom Laermans 🦔
add functions to identify and decode snmp hex strings, add hex string support to jetdirect for toners
Files changed (3) +15 / -3
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+2 / -1
Mincludes/functions.php+11 / -0
Mincludes/polling/device-areca.inc.php+2 / -2
+15 added −3 removed filtered activity

💻 r1297

Tom Laermans 🦔
more jetdirect osdiscovery
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-jetdirect.php+1 / -1
+1 added −1 removed filtered activity

💻 r1296

Tom Laermans 🦔
forgot jetdirect discovery file a few commits back
Files changed (1) +9 / -0
Changed files with action and line counts
Aincludes/osdiscovery/discover-jetdirect.php+9 / -0
+9 added 0 removed filtered activity

💻 r1295

Adam Armstrong 🐸
disable snmp timeouts for now, pending fixes
Files changed (2) +12 / -12
Changed files with action and line counts
Mhtml/pages/device/health.inc.php+1 / -1
Mincludes/snmp.inc.php+11 / -11
+12 added −12 removed filtered activity

💻 r1294

Adam Armstrong 🐸
make ops default diskio type
Files changed (1) +5 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device_diskio.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1293

Adam Armstrong 🐸
add two new diskio graphtypes (bit more work needed methinks)
Files changed (2) +72 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device_diskio_bits.inc.php+36 / -0
Ahtml/includes/graphs/device_diskio_ops.inc.php+36 / -0
+72 added 0 removed filtered activity

💻 r1292

Adam Armstrong 🐸
fix voltage error
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/voltages.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1291

Adam Armstrong 🐸
rrdcached support (yarly!)
Files changed (3) +18 / -4
Changed files with action and line counts
Mconfig.php.default+4 / -0
Mhtml/graph.php+5 / -2
Mincludes/rrdtool.inc.php+9 / -2
+18 added −4 removed filtered activity

💻 r1290

Adam Armstrong 🐸
revamped customer aggregates page, using new port description parser fields in database
Files changed (1) +47 / -49
Changed files with action and line counts
Mhtml/pages/customers.php+47 / -49
+47 added −49 removed filtered activity

💻 r1289

Adam Armstrong 🐸
cleanups
Files changed (2) +7 / -6
Changed files with action and line counts
Mincludes/discovery/cisco-vrf.inc.php+3 / -5
Mincludes/discovery/ups.inc.php+4 / -1
+7 added −6 removed filtered activity

💻 r1288

Adam Armstrong 🐸
add split multicast/broadcast graphing for linux/ios/iosxe/iosxr and global toggle for polling if it (adds load)
Files changed (6) +107 / -33
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mhtml/includes/graphs/generic_multi_seperated.inc.php+25 / -17
Mhtml/includes/graphs/port_nupkts.inc.php+48 / -14
Mincludes/defaults.inc.php+4 / -0
Mincludes/polling/ports.inc.php+25 / -2
Mincludes/static-config.php+4 / -0
+107 added −33 removed filtered activity

💻 r1287

Adam Armstrong 🐸
fix path issue with map.php - from stan brinkerhoff
Files changed (1) +20 / -5
Changed files with action and line counts
Mhtml/map.php+20 / -5
+20 added −5 removed filtered activity

💻 r1286

Adam Armstrong 🐸
add DOT11 MIBs
Files changed (2) +5,554 / -0
Changed files with action and line counts
Amibs/CISCO-DOT11-ASSOCIATION-MIB.my+1,072 / -0
Amibs/CISCO-DOT11-IF-MIB.my+4,482 / -0
0 added 0 removed filtered activity

💻 r1285

Adam Armstrong 🐸
split temperature into separate files
Files changed (17) +478 / -411
Changed files with action and line counts
Aincludes/discovery/temperatures non-text+0 / -0
Dincludes/discovery/temperatures-adva.inc.php+0 / -85
Dincludes/discovery/temperatures-junose.inc.php+0 / -25
Mincludes/discovery/temperatures.inc.php+13 / -301
Aincludes/discovery/temperatures/adva.inc.php+85 / -0
Aincludes/discovery/temperatures/akcp.inc.php+40 / -0
Aincludes/discovery/temperatures/areca.inc.php+46 / -0
Aincludes/discovery/temperatures/cisco-envmon.inc.php+33 / -0
Aincludes/discovery/temperatures/dell.inc.php+23 / -0
Aincludes/discovery/temperatures/ironware.inc.php+35 / -0
Aincludes/discovery/temperatures/junos.inc.php+35 / -0
Aincludes/discovery/temperatures/junose.inc.php+25 / -0
Aincludes/discovery/temperatures/lm-sensors.inc.php+32 / -0
Aincludes/discovery/temperatures/netmanplus.inc.php+26 / -0
Aincludes/discovery/temperatures/observer-custom.inc.php+22 / -0
Aincludes/discovery/temperatures/papouche-tme.inc.php+21 / -0
Aincludes/discovery/temperatures/supermicro.inc.php+42 / -0
+478 added −411 removed filtered activity

💻 r1284

Adam Armstrong 🐸
migrate all SNMP calls to use $config['mibdir']. automatically generated from install_dir if not present
Files changed (53) +168 / -128

Showing the first 30 paths; 23 more are omitted from this static page.

Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+4 / -4
Mincludes/discovery/cisco-mac-accounting.inc.php+1 / -1
Mincludes/discovery/cisco-processors.inc.php+3 / -3
Mincludes/discovery/cisco-pw.inc.php+3 / -3
Mincludes/discovery/cisco-vlans.inc.php+4 / -4
Mincludes/discovery/cisco-vrf.inc.php+4 / -4
Mincludes/discovery/current.inc.php+2 / -1
Mincludes/discovery/entity-physical.inc.php+2 / -2
Mincludes/discovery/host-physical.php+2 / -2
Mincludes/discovery/ipv4-addresses.inc.php+2 / -2
Mincludes/discovery/ipv6-addresses.inc.php+5 / -5
Mincludes/discovery/q-bridge-mib.inc.php+3 / -3
Mincludes/discovery/temperatures-adva.inc.php+4 / -4
Mincludes/discovery/temperatures.inc.php+27 / -24
Mincludes/discovery/voltages.inc.php+2 / -1
Mincludes/polling/bgpPeer.inc.php+8 / -6
Mincludes/polling/cisco-enhanced-mempool.inc.php+1 / -1
Mincludes/polling/cisco-entity-sensors.inc.php+1 / -1
Mincludes/polling/cisco-mempool.inc.php+1 / -1
Mincludes/polling/cisco-processors.inc.php+1 / -1
Mincludes/polling/current.inc.php+5 / -2
Mincludes/polling/device-catos.inc.php+1 / -1
Mincludes/polling/device-dell-laser.inc.php+2 / -2
Mincludes/polling/device-fortigate.inc.php+5 / -3
Mincludes/polling/device-ios.inc.php+3 / -3
Mincludes/polling/device-ironware.inc.php+2 / -2
Mincludes/polling/device-junos.inc.php+2 / -2
Mincludes/polling/device-mgeups.inc.php+1 / -1
Mincludes/polling/device-netstats.inc.php+1 / -1
Mincludes/polling/device-powerconnect.inc.php+2 / -2
+168 added −128 removed filtered activity

💻 r1283

Tom Laermans 🦔
add jetdirect support, fix automatic type assignment
Files changed (4) +13 / -4
Changed files with action and line counts
Mdiscovery.php+1 / -1
Ahtml/images/os/jetdirect.png+2 / -0
Mincludes/discovery/toner.inc.php+3 / -3
Mincludes/static-config.php+7 / -0
+11 added −4 removed filtered activity

💻 r1282

Tom Laermans 🦔
add option to dropdown the list of locations in the menu
Files changed (3) +209 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mhtml/includes/print-menubar.php+28 / -1
Ascripts/snmpd-ipmi.pl+180 / -0
+209 added −1 removed filtered activity

💻 r1281

Adam Armstrong 🐸
fix default frontpage to ignore deleted interfaces, and add rewrite note
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/pages/front/default.php+5 / -0
+5 added 0 removed filtered activity

June 2010

💻 r1280

Adam Armstrong 🐸
undebug adduser :>
Files changed (1) +0 / -2
Changed files with action and line counts
Madduser.php+0 / -2
0 added −2 removed filtered activity

💻 r1279

Adam Armstrong 🐸
fix about layout, add mysql auth type to defaults.inc.php delete a space or some shit in adduser.php
Files changed (3) +12 / -9
Changed files with action and line counts
Madduser.php+2 / -0
Mhtml/pages/about.php+7 / -9
Mincludes/defaults.inc.php+3 / -0
+12 added −9 removed filtered activity

💻 r1278

Adam Armstrong 🐸
disable services discovery by default
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/discovery/services.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1277

Adam Armstrong 🐸
bad klaver :>
Files changed (3) +16 / -11
Changed files with action and line counts
Mincludes/discovery/services.inc.php+0 / -11
Mincludes/functions.php+1 / -0
Aincludes/services.inc.php+15 / -0
+16 added −11 removed filtered activity

💻 r1276

Adam Armstrong 🐸
add support for redback and services discovery (thanks klaver) perhaps need to make services discovery one-time only, triggered, or disableable :>
Files changed (5) +66 / -0
Changed files with action and line counts
Mdiscovery.php+1 / -0
Ahtml/pages/device/graphs/os-redback.inc.php+10 / -0
Aincludes/discovery/services.inc.php+42 / -0
Aincludes/osdiscovery/discover-redback.php+7 / -0
Aincludes/polling/device-redback.inc.php+6 / -0
+66 added 0 removed filtered activity

💻 r1275

Tom Laermans 🦔
blacklist routeros for bulkwalk
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1274

Tom Laermans 🦔
add Mikrotik RouterOS detection (thanks to Zoiah for SNMP access)
Files changed (4) +22 / -0
Changed files with action and line counts
Ahtml/images/os/routeros.png+1 / -0
Aincludes/osdiscovery/discover-routeros.php+12 / -0
Aincludes/polling/device-routeros.inc.php+6 / -0
Mincludes/static-config.php+3 / -0
+21 added 0 removed filtered activity

💻 r1273

Tom Laermans 🦔
align all minigraphs on the device overview
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/humidity.inc.php+1 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1272

Tom Laermans 🦔
another overlooked fanspeed modification
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1271

Tom Laermans 🦔
small graph fix
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/fanspeed.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1270

Tom Laermans 🦔
move fanspeed to sensors table - please run discovery immediately after svn up
Files changed (9) +76 / -78
Changed files with action and line counts
Mhtml/includes/graphs/device_fanspeeds.inc.php+4 / -5
Mhtml/includes/graphs/fanspeed.inc.php+4 / -4
Mhtml/pages/device/health.inc.php+1 / -1
Mhtml/pages/device/health/fanspeeds.inc.php+13 / -13
Mhtml/pages/device/overview/fanspeeds.inc.php+10 / -11
Mhtml/pages/health/fanspeeds.inc.php+22 / -22
Mincludes/discovery/fanspeeds.inc.php+4 / -4
Mincludes/discovery/functions.inc.php+7 / -7
Mincludes/polling/fanspeeds.inc.php+11 / -11
+76 added −78 removed filtered activity

💻 r1269

Tom Laermans 🦔
move temperatures to sensors table - please run discovery immediately after svn up
Files changed (10) +86 / -88
Changed files with action and line counts
Mhtml/includes/graphs/device_temperatures.inc.php+8 / -8
Mhtml/includes/graphs/temperature.inc.php+5 / -5
Mhtml/pages/device/health.inc.php+1 / -1
Mhtml/pages/device/health/temperatures.inc.php+14 / -15
Mhtml/pages/device/overview/temperatures.inc.php+12 / -12
Mhtml/pages/health/temperatures.inc.php+24 / -24
Mincludes/discovery/functions.inc.php+6 / -7
Mincludes/discovery/temperatures.inc.php+4 / -4
Mincludes/functions.php+1 / -1
Mincludes/polling/temperatures.inc.php+11 / -11
+86 added −88 removed filtered activity

💻 r1268

Tom Laermans 🦔
snmp timeout & retry settings, for now only globally and not per device
Files changed (3) +53 / -30
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mincludes/defaults.inc.php+4 / -0
Mincludes/snmp.inc.php+48 / -29
+53 added −30 removed filtered activity

💻 r1267

Tom Laermans 🦔
move default device type per os into ['os'] array and dedupe some of the OS entries in there
Files changed (2) +53 / -54
Changed files with action and line counts
Mdiscovery.php+7 / -33
Mincludes/static-config.php+46 / -21
+53 added −54 removed filtered activity

💻 r1266

Adam Armstrong 🐸
missing ;s
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/static-config.php+6 / -6
+6 added −6 removed filtered activity

💻 r1265

Adam Armstrong 🐸
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) +119 / -102
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/includes/functions.inc.php+11 / -6
Mincludes/polling/interfaces.inc.php+1 / -1
Mincludes/rewrites.php+4 / -4
Mincludes/snmp.inc.php+7 / -7
Mincludes/static-config.php+95 / -84
+118 added −102 removed filtered activity

💻 r1264

Adam Armstrong 🐸
unify $os_group and $os_type into $config['os']
Files changed (9) +69 / -62
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/graph.php+3 / -4
Mhtml/includes/dev-overview-data.inc.php+1 / -1
Mhtml/includes/hostbox.inc+1 / -1
Mhtml/pages/device.php+1 / -1
Mhtml/pages/device/graphs.inc.php+1 / -1
Mhtml/pages/devices.php+1 / -1
Mincludes/static-config.php+59 / -51
Mpoller.php+1 / -1
+69 added −62 removed filtered activity

💻 r1263

Tom Laermans 🦔
per device type hover graphs
Files changed (3) +70 / -28
Changed files with action and line counts
Mhtml/includes/functions.inc.php+38 / -0
Mincludes/functions.php+0 / -27
Mincludes/static-config.php+32 / -1
+70 added −28 removed filtered activity

💻 r1262

Tom Laermans 🦔
less ugly minkels double space workaround
Files changed (1) +1 / -3
Changed files with action and line counts
Mincludes/polling/device-akcp.inc.php+1 / -3
+1 added −3 removed filtered activity

💻 r1261

Tom Laermans 🦔
enlarge device type so environment can fit
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r1260

Tom Laermans 🦔
replace environment icon
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/images/icons/environment.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r1259

Tom Laermans 🦔
Add environment device type
Files changed (6) +10 / -3
Changed files with action and line counts
Mdiscovery.php+5 / -0
Ahtml/images/icons/environment.png+2 / -0
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/pages/device/edit/device.inc.php+0 / -2
Mincludes/static-config.php+1 / -0
Mpoller.php+1 / -1
+8 added −3 removed filtered activity

💻 r1258

Tom Laermans 🦔
Gamatronic UPS support (patch by jduggan)
Files changed (6) +10,391 / -0
Changed files with action and line counts
Ahtml/images/os/gamatronicups.png+1 / -0
Mincludes/discovery/current.inc.php+38 / -0
Mincludes/discovery/voltages.inc.php+34 / -0
Aincludes/osdiscovery/discover-gamatronicups.php+12 / -0
Amibs/GMACI.mib+1,913 / -0
Amibs/GamaMib.mib+8,393 / -0
+84 added 0 removed filtered activity

💻 r1257

Tom Laermans 🦔
update cron.sh to use poller.php
Files changed (1) +3 / -3
Changed files with action and line counts
Mscripts/cron.sh+3 / -3
+3 added −3 removed filtered activity

💻 r1256

Tom Laermans 🦔
better sensorprobe detection
Files changed (1) +1 / -2
Changed files with action and line counts
Mincludes/osdiscovery/discover-akcp.php+1 / -2
+1 added −2 removed filtered activity

💻 r1255

Adam Armstrong 🐸
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) +234 / -306
Changed files with action and line counts
Mhtml/pages/front/demo.php+6 / -2
Mhtml/pages/syslog.php+4 / -4
Mpoll-device.php+3 / -260
Mpoller.php+221 / -40
+234 added −306 removed filtered activity

💻 r1254

Tom Laermans 🦔
fix futuristic experimental secret poller
Files changed (1) +1 / -1
Changed files with action and line counts
Mpoller.php+1 / -1
+1 added −1 removed filtered activity

💻 r1253

Tom Laermans 🦔
show friendly OS text in device dropdown
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/devices.php+1 / -1
+1 added −1 removed filtered activity

💻 r1252

Tom Laermans 🦔
Fix twitter link, add facebook page
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/about.php+2 / -1
+2 added −1 removed filtered activity

💻 r1251

Tom Laermans 🦔
fix layout of about page with long apache version strings, add humidity to stats
Files changed (2) +35 / -29
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/pages/about.php+33 / -27
+35 added −29 removed filtered activity

💻 r1250

Tom Laermans 🦔
update syntax help to reflect commit r1211
Files changed (2) +14 / -14
Changed files with action and line counts
Mdiscovery.php+7 / -7
Mpoll-device.php+7 / -7
+14 added −14 removed filtered activity

💻 r1249

Tom Laermans 🦔
sensors table, with humidity as its first consumer - akcp humidity support implemented
Files changed (18) +405 / -11
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Ahtml/images/icons/greyscale/humidity.png+1 / -0
Ahtml/images/icons/humidity.png+2 / -0
Ahtml/includes/graphs/device_humidity.inc.php+51 / -0
Ahtml/includes/graphs/humidity.inc.php+37 / -0
Mhtml/includes/graphs/temperature.inc.php+0 / -1
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/pages/device/health.inc.php+3 / -0
Ahtml/pages/device/health/humidity.inc.php+59 / -0
Mhtml/pages/device/overview.inc.php+1 / -0
Ahtml/pages/device/overview/humidity.inc.php+46 / -0
Mhtml/pages/health.php+2 / -1
Ahtml/pages/health/humidity.inc.php+97 / -0
Mincludes/discovery/functions.inc.php+37 / -0
Mincludes/discovery/humidity.inc.php+8 / -8
Mincludes/polling/device-akcp.inc.php+3 / -1
Aincludes/polling/humidity.inc.php+55 / -0
Mpoll-device.php+1 / -0
+401 added −11 removed filtered activity

💻 r1248

Tom Laermans 🦔
clean up commandline delhost output
Files changed (3) +6 / -6
Changed files with action and line counts
Mdelhost.php+1 / -1
Mhtml/pages/delhost.php+3 / -3
Mincludes/functions.php+2 / -2
+6 added −6 removed filtered activity

💻 r1247

Tom Laermans 🦔
humidity discovery for akcp/minkelsrms - still needs discover_humidity function, db table, webinterface, polling
Files changed (2) +74 / -0
Changed files with action and line counts
Mdiscovery.php+1 / -0
Aincludes/discovery/humidity.inc.php+73 / -0
+74 added 0 removed filtered activity

💻 r1246

Tom Laermans 🦔
retrieve temperature limits from sensorprobe
Files changed (1) +10 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+10 / -1
+10 added −1 removed filtered activity

💻 r1245

Tom Laermans 🦔
AKCP sensorProbe2 detection + temperature support
Files changed (2) +28 / -0
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+27 / -0
Mincludes/osdiscovery/discover-akcp.php+1 / -0
+28 added 0 removed filtered activity

💻 r1244

Adam Armstrong 🐸
fixed eventlogging for poll-device
Files changed (1) +10 / -10
Changed files with action and line counts
Mpoll-device.php+10 / -10
+10 added −10 removed filtered activity

💻 r1243

Adam Armstrong 🐸
better spacing on mac accounting top10 page :)
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1242

Tom Laermans 🦔
remove mysql_error print
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/pages/about.php+0 / -1
0 added −1 removed filtered activity

💻 r1241

Adam Armstrong 🐸
0.10.6 release. ><{{{*>
Files changed (2) +6 / -4
Changed files with action and line counts
MCHANGELOG+5 / -3
Mincludes/static-config.php+1 / -1
+6 added −4 removed filtered activity

💻 r1240

Tom Laermans 🦔
remove wrong fixme comment
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r1239

Tom Laermans 🦔
also use toner.png location on device page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.php+1 / -1
+1 added −1 removed filtered activity

💻 r1238

Tom Laermans 🦔
nicer toner icon
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/images/icons/toner.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r1237

Adam Armstrong 🐸
oopsx
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/index.php+0 / -2
0 added −2 removed filtered activity

💻 r1236

Tom Laermans 🦔
pretty up frequency/current/fanspeed graphs, add Dell multifunction laserprinter detection (PRINTERS, WE LOVE THEM)
Files changed (4) +1 / -3
Changed files with action and line counts
Mhtml/includes/graphs/current.inc.php+0 / -1
Mhtml/includes/graphs/fanspeed.inc.php+0 / -1
Mhtml/includes/graphs/frequency.inc.php+0 / -1
Mincludes/osdiscovery/discover-dell-laser.php+1 / -0
+1 added −3 removed filtered activity

💻 r1235

Adam Armstrong 🐸
small cleanups
Files changed (3) +1 / -15
Changed files with action and line counts
Mincludes/discovery/cisco-processors.inc.php+0 / -8
Mincludes/functions.php+0 / -6
Mincludes/polling/storage.inc.php+1 / -1
+1 added −15 removed filtered activity

💻 r1234

Tom Laermans 🦔
only show password change field if authentication backend can change the password
Files changed (1) +7 / -8
Changed files with action and line counts
Mhtml/pages/preferences.php+7 / -8
+7 added −8 removed filtered activity

💻 r1233

Adam Armstrong 🐸
applications table in mysql update script
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r1232

Adam Armstrong 🐸
fix password change for mysql auth
Files changed (2) +26 / -4
Changed files with action and line counts
Mhtml/includes/authentication/mysql.inc.php+4 / -4
Mhtml/pages/preferences.php+22 / -0
+26 added −4 removed filtered activity

💻 r1231

Adam Armstrong 🐸
remove statistics line
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/includes/print-menubar.php+0 / -2
0 added −2 removed filtered activity

💻 r1230

Adam Armstrong 🐸
more icons more info in about page
Files changed (12) +122 / -12
Changed files with action and line counts
Mhtml/images/icons/current.png non-text+0 / -0
Ahtml/images/icons/eventlog.png+2 / -0
Mhtml/images/icons/frequencies.png non-text+0 / -0
Ahtml/images/icons/inventory.png+2 / -0
Ahtml/images/icons/ipv4.png+1 / -0
Ahtml/images/icons/ipv6.png+1 / -0
Ahtml/images/icons/port.png+2 / -0
Ahtml/images/icons/syslog.png+2 / -0
Ahtml/images/icons/toner.png+2 / -0
Mhtml/images/icons/voltages.png non-text+0 / -0
Mhtml/includes/print-event-short.inc+4 / -5
Mhtml/pages/about.php+106 / -7
+110 added −12 removed filtered activity

💻 r1229

Adam Armstrong 🐸
prettier about page, some links and versions :)
Files changed (2) +46 / -12
Changed files with action and line counts
Mhtml/pages/about.php+45 / -11
Mhtml/php.php+1 / -1
+46 added −12 removed filtered activity

💻 r1228

Adam Armstrong 🐸
billing bugfix :)
Files changed (2) +8 / -4
Changed files with action and line counts
Mincludes/billing.php+6 / -2
Mpoll-billing.php+2 / -2
+8 added −4 removed filtered activity

💻 r1227

Adam Armstrong 🐸
make billing usable (shonky interface it now has!)
Files changed (11) +411 / -63
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Dhtml/ajax non-text+0 / -0
Dhtml/ajax/list_interfaces.php+0 / -18
Ahtml/ajax_listports.php+29 / -0
Mhtml/billing-graph.php+21 / -15
Ahtml/includes/javascript-interfacepicker.inc.php+28 / -0
Ahtml/pages/bill non-text+0 / -0
Ahtml/pages/bill.php+202 / -0
Ahtml/pages/bill/edit.php+63 / -0
Mhtml/pages/bills.php+65 / -2
Mhtml/pages/edituser.php+2 / -28
+410 added −63 removed filtered activity

💻 r1226

Adam Armstrong 🐸
better default syslog filter
Files changed (1) +7 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+7 / -0
+7 added 0 removed filtered activity

💻 r1225

Adam Armstrong 🐸
explain applications
Files changed (1) +22 / -0
Changed files with action and line counts
MDEVELOPING+22 / -0
+22 added 0 removed filtered activity

💻 r1224

Adam Armstrong 🐸
fix auto fixer :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r1223

Adam Armstrong 🐸
rejig events system (still not great. meh) clean up some pages.
Files changed (19) +90 / -34
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+4 / -0
Afix-events.php+20 / -0
Mhtml/includes/device-edit.inc.php+11 / -9
Mhtml/includes/print-event.inc+9 / -5
Mhtml/includes/print-syslog.inc+1 / -1
Mhtml/pages/device/edit/device.inc.php+11 / -1
Mhtml/pages/device/events.inc.php+1 / -1
Mhtml/pages/device/health/processors.inc.php+1 / -1
Mhtml/pages/device/overview.inc.php+13 / -0
Mhtml/pages/health/processors.inc.php+1 / -1
Mincludes/functions.php+2 / -0
Mincludes/polling/bgpPeer.inc.php+3 / -3
Mincludes/polling/current.inc.php+2 / -2
Mincludes/polling/fanspeeds.inc.php+1 / -1
Mincludes/polling/frequencies.inc.php+2 / -2
Mincludes/polling/ports.inc.php+4 / -4
Mincludes/polling/temperatures.inc.php+1 / -1
Mincludes/polling/voltages.inc.php+2 / -2
+89 added −34 removed filtered activity

💻 r1222

Adam Armstrong 🐸
services fixes
Files changed (2) +5 / -6
Changed files with action and line counts
Mcheck-services.php+4 / -3
Mhtml/pages/services.php+1 / -3
+5 added −6 removed filtered activity

💻 r1221

Adam Armstrong 🐸
some more icons, changes to device editing system
Files changed (28) +292 / -174
Changed files with action and line counts
Ahtml/images/icons/apache.png+1 / -0
Ahtml/images/icons/bind.png+1 / -0
Ahtml/images/icons/device.png+2 / -0
Ahtml/images/icons/greyscale/apache.png+1 / -0
Ahtml/images/icons/greyscale/apps.png+1 / -0
Ahtml/images/icons/greyscale/bind.png+1 / -0
Ahtml/images/icons/greyscale/device.png+2 / -0
Ahtml/images/icons/greyscale/mysql.png+1 / -0
Ahtml/images/icons/greyscale/postfix.png+1 / -0
Ahtml/images/icons/greyscale/services.png+1 / -0
Ahtml/images/icons/mysql.png+1 / -0
Ahtml/images/icons/postfix.png+1 / -0
Ahtml/images/icons/services.png+1 / -0
Mhtml/includes/graphs/generic_simplex.inc.php+2 / -1
Mhtml/pages/device.php+1 / -1
Dhtml/pages/device/applications non-text+0 / -0
Dhtml/pages/device/applications.inc.php+0 / -73
Ahtml/pages/device/apps non-text+0 / -0
Ahtml/pages/device/apps.inc.php+34 / -0
Ahtml/pages/device/edit non-text+0 / -0
Mhtml/pages/device/edit.inc.php+22 / -81
Ahtml/pages/device/edit/apps.inc.php+17 / -0
Ahtml/pages/device/edit/device.inc.php+93 / -0
Ahtml/pages/device/edit/services.inc.php+91 / -0
Mhtml/pages/device/srv.inc.php+2 / -4
Mpoll-device.php+1 / -0
Dscripts/posfix-queues+0 / -14
Ascripts/postfix-queues+14 / -0
+277 added −174 removed filtered activity

💻 r1220

Tom Laermans 🦔
clean up diskio output
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/ucd-diskio.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1219

Adam Armstrong 🐸
dirty script to expose postfix queue stats in snmp
Files changed (1) +14 / -0
Changed files with action and line counts
Ascripts/posfix-queues+14 / -0
+14 added 0 removed filtered activity

💻 r1218

Adam Armstrong 🐸
dirty script to collect apapche stats and expose them via snmp :)
Files changed (1) +88 / -0
Changed files with action and line counts
Ascripts/apache-stats+88 / -0
+88 added 0 removed filtered activity

💻 r1217

Adam Armstrong 🐸
add applications polling infrastructure (OH YEAH!)
Files changed (7) +160 / -0
Changed files with action and line counts
Ahtml/images/icons/apps.png+2 / -0
Mhtml/pages/device.php+9 / -0
Ahtml/pages/device/applications non-text+0 / -0
Ahtml/pages/device/applications.inc.php+73 / -0
Aincludes/polling/applications non-text+0 / -0
Aincludes/polling/applications.inc.php+25 / -0
Aincludes/polling/applications/apache.inc.php+51 / -0
+158 added 0 removed filtered activity

💻 r1216

Adam Armstrong 🐸
add diskio graphs
Files changed (2) +46 / -0
Changed files with action and line counts
Ahtml/includes/graphs/diskio_bits.inc.php+17 / -0
Ahtml/includes/graphs/diskio_ops.inc.php+29 / -0
+46 added 0 removed filtered activity

💻 r1215

Adam Armstrong 🐸
database updates :)
Files changed (1) +3 / -2
Changed files with action and line counts
Mdatabase-update.sql+3 / -2
0 added 0 removed filtered activity

💻 r1214

Adam Armstrong 🐸
UCD DiskIO MIB support. Still needs graphs tidied up and web display made a bit more useful
Files changed (11) +198 / -1
Changed files with action and line counts
Mdiscovery.php+2 / -0
Ahtml/images/icons/diskio.png+1 / -0
Ahtml/images/icons/greyscale/diskio.png+1 / -0
Mhtml/images/icons/greyscale/storage.png non-text+0 / -0
Mhtml/images/icons/storage.png non-text+0 / -0
Mhtml/includes/graphs/generic_duplex.inc.php+0 / -1
Mhtml/pages/device/health.inc.php+3 / -0
Ahtml/pages/device/health/diskio.inc.php+73 / -0
Aincludes/discovery/ucd-diskio.inc.php+52 / -0
Aincludes/polling/ucd-diskio.inc.php+65 / -0
Mpoll-device.php+1 / -0
+196 added −1 removed filtered activity

💻 r1213

Adam Armstrong 🐸
failfix
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/map.php+1 / -1
+1 added −1 removed filtered activity

💻 r1212

Adam Armstrong 🐸
UNDERPANTSGNOMES
Files changed (1) +30 / -0
Changed files with action and line counts
Aincludes/port-descr-parser.inc.php+30 / -0
+30 added 0 removed filtered activity

💻 r1211

Tom Laermans 🦔
FS#36: allow hostnames as parameter for discovery and polling
Files changed (2) +16 / -2
Changed files with action and line counts
Mdiscovery.php+8 / -1
Mpoll-device.php+8 / -1
+16 added −2 removed filtered activity

💻 r1210

Tom Laermans 🦔
plug shell injection hole in map.php (thanks to Scrye)
Files changed (1) +9 / -0
Changed files with action and line counts
Mhtml/map.php+9 / -0
+9 added 0 removed filtered activity

💻 r1209

Tom Laermans 🦔
fix serial parsing for some areca controller firmwares
Files changed (2) +17 / -0
Changed files with action and line counts
Mincludes/functions.php+11 / -0
Mincludes/polling/device-areca.inc.php+6 / -0
+17 added 0 removed filtered activity

💻 r1208

Tom Laermans 🦔
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) +6 / -2
Changed files with action and line counts
Mscripts/distro+6 / -2
+6 added −2 removed filtered activity

💻 r1207

Tom Laermans 🦔
add papouch tme image
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/papouch-tme.png+1 / -0
0 added 0 removed filtered activity

💻 r1206

Tom Laermans 🦔
also support 'exec' extension next to 'extend' for distro script, sles9 snmpd did not seem to like the extend line
Files changed (1) +10 / -1
Changed files with action and line counts
Mincludes/polling/device-unix.inc.php+10 / -1
+10 added −1 removed filtered activity

💻 r1205

Tom Laermans 🦔
basic 3com detection with image
Files changed (3) +11 / -0
Changed files with action and line counts
Mdiscovery.php+1 / -0
Ahtml/images/os/3com.png+1 / -0
Aincludes/osdiscovery/discover-3com.php+9 / -0
+10 added 0 removed filtered activity

💻 r1204

Tom Laermans 🦔
some devices bork the query on hrSystemUptime, do a separate query now (hello netman plus)
Files changed (1) +8 / -7
Changed files with action and line counts
Mpoll-device.php+8 / -7
+8 added −7 removed filtered activity

💻 r1203

Tom Laermans 🦔
also remove from general functions.php
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/functions.php+0 / -1
0 added −1 removed filtered activity

💻 r1202

Tom Laermans 🦔
added missing pages for current and frequencies on the devices health tab
Files changed (4) +128 / -6
Changed files with action and line counts
Mhtml/pages/device/health.inc.php+3 / -2
Ahtml/pages/device/health/current.inc.php+59 / -0
Ahtml/pages/device/health/frequencies.inc.php+58 / -0
Mhtml/pages/health.php+8 / -4
+128 added −6 removed filtered activity

💻 r1201

Tom Laermans 🦔
forgot to remove removed files from graph.php, broken graphs, woopsie.
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/graph.php+0 / -1
0 added −1 removed filtered activity

💻 r1200

Tom Laermans 🦔
smalle fix + cleaning up of unused old code
Files changed (7) +1 / -1,298
Changed files with action and line counts
Mhtml/pages/device/overview/current.inc.php+1 / -1
Dincludes/graphing non-text+0 / -0
Dincludes/graphing.php+0 / -466
Dincludes/graphing/fortigate.php+0 / -65
Dincludes/graphing/screenos.php+0 / -79
Dincludes/graphing/unix.php+0 / -435
Dincludes/graphing/windows.php+0 / -252
+1 added −1,298 removed filtered activity

💻 r1199

Tom Laermans 🦔
frequencies for netmanplus complete
Files changed (1) +39 / -2
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+39 / -2
+39 added −2 removed filtered activity

💻 r1198

Tom Laermans 🦔
fix the last discovery function to use the by-reference array, toner
Files changed (2) +8 / -6
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -1
Mincludes/discovery/toner.inc.php+6 / -5
+8 added −6 removed filtered activity

💻 r1197

Adam Armstrong 🐸
fix sid3windr's epic fail (almost collapsed universe)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1196

Tom Laermans 🦔
fix warning limit for last commit
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/current.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1195

Tom Laermans 🦔
netman plus currents + use by-reference array on discover_current()
Files changed (3) +84 / -14
Changed files with action and line counts
Mincludes/discovery/current.inc.php+77 / -9
Mincludes/discovery/functions.inc.php+2 / -1
Mincludes/discovery/voltages.inc.php+5 / -4
+84 added −14 removed filtered activity

💻 r1194

Tom Laermans 🦔
Unify + use by-reference array for fans too
Files changed (2) +25 / -25
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+9 / -9
Mincludes/discovery/functions.inc.php+16 / -16
+25 added −25 removed filtered activity

💻 r1193

Tom Laermans 🦔
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) +66 / -103
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+6 / -41
Mincludes/discovery/functions.inc.php+8 / -2
Mincludes/discovery/temperatures.inc.php+1 / -1
Mincludes/discovery/voltages.inc.php+49 / -57
Mincludes/polling/current.inc.php+1 / -1
Mincludes/static-config.php+1 / -1
+66 added −103 removed filtered activity

💻 r1192

Tom Laermans 🦔
remove papouch tme polling file
Files changed (1) +0 / -5
Changed files with action and line counts
Dincludes/polling/device-papouch-tme.php+0 / -5
0 added −5 removed filtered activity

💻 r1191

Tom Laermans 🦔
add snmpbulkwalk blacklist, add power device type for netmanplus
Files changed (3) +67 / -11
Changed files with action and line counts
Mdiscovery.php+1 / -0
Mincludes/snmp.inc.php+63 / -10
Mincludes/static-config.php+3 / -1
+67 added −11 removed filtered activity

💻 r1190

Tom Laermans 🦔
fix last commit
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/static-config.php+1 / -1
+1 added −1 removed filtered activity

💻 r1189

Tom Laermans 🦔
Add TME OS text
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1188

Tom Laermans 🦔
add some netmanplus voltages
Files changed (3) +58 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
Mincludes/discovery/voltages.inc.php+51 / -0
Mincludes/static-config.php+6 / -1
+58 added −2 removed filtered activity

💻 r1187

Adam Armstrong 🐸
do not update database/rrd for ports which are set ignored (maybe we want to update db?)
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/polling/ports.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r1186

Tom Laermans 🦔
Fix up logon window layout
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/pages/logon.inc+6 / -6
+6 added −6 removed filtered activity

💻 r1185

Tom Laermans 🦔
increase ifDescr length, for Windows! :/
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r1184

Tom Laermans 🦔
add netmanplus version
Files changed (1) +5 / -0
Changed files with action and line counts
Aincludes/polling/device-netmanplus.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1183

Tom Laermans 🦔
riello temperature description fix
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1182

Tom Laermans 🦔
fix netmanplus temperature detection
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1181

Tom Laermans 🦔
refactor part of temperature discovery + add riello ups battery temperature
Files changed (1) +202 / -194
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+202 / -194
+202 added −194 removed filtered activity

💻 r1180

Tom Laermans 🦔
add Riello UPS MIB
Files changed (1) +954 / -0
Changed files with action and line counts
Amibs/RFC1628A.MIB+954 / -0
0 added 0 removed filtered activity

💻 r1179

Tom Laermans 🦔
now akcp sensorprobe actually works too ;)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-akcp.php+1 / -1
+1 added −1 removed filtered activity

💻 r1178

Tom Laermans 🦔
Detection support for Minkels RMS / AKCP SensorProbe
Files changed (5) +25 / -0
Changed files with action and line counts
Ahtml/images/os/akcp.png+1 / -0
Ahtml/images/os/minkelsrms.png+1 / -0
Aincludes/osdiscovery/discover-akcp.php+10 / -0
Aincludes/polling/device-akcp.inc.php+6 / -0
Aincludes/polling/device-minkelsrms.inc.php+7 / -0
+23 added 0 removed filtered activity

💻 r1177

Tom Laermans 🦔
Add detection for Riello NetMan Plus UPS controller cards
Files changed (2) +10 / -0
Changed files with action and line counts
Ahtml/images/os/netmanplus.png+1 / -0
Aincludes/osdiscovery/discover-netmanplus.php+9 / -0
+9 added 0 removed filtered activity

💻 r1176

Adam Armstrong 🐸
test commit
Files changed (1) +0 / -1
Changed files with action and line counts
Malerts.php+0 / -1
0 added −1 removed filtered activity

💻 r1175

Adam Armstrong 🐸
jaja, add headers :D
Files changed (3) +108 / -0
Changed files with action and line counts
Ahtml/includes/header-small.inc.php+53 / -0
Ahtml/includes/header.inc.php+53 / -0
Mincludes/defaults.inc.php+2 / -0
+108 added 0 removed filtered activity

💻 r1174

Adam Armstrong 🐸
also you. gone.
Files changed (2) +0 / -4
Changed files with action and line counts
Dhtml/images/icons/flags/england.png+0 / -2
Dhtml/images/icons/flags/scotland.png+0 / -2
0 added 0 removed filtered activity

💻 r1173

Adam Armstrong 🐸
omnomnom wales begone
Files changed (1) +0 / -2
Changed files with action and line counts
Dhtml/images/icons/flags/wales.png+0 / -2
0 added 0 removed filtered activity

💻 r1172

Adam Armstrong 🐸
add about page, and some country icons (perhaps we need them at some point :>)
Files changed (251) +549 / -54

Showing the first 30 paths; 221 more are omitted from this static page.

Changed files with action and line counts
Ahtml/images/icons/flags non-text+0 / -0
Ahtml/images/icons/flags/ad.png+2 / -0
Ahtml/images/icons/flags/ae.png+2 / -0
Ahtml/images/icons/flags/af.png+2 / -0
Ahtml/images/icons/flags/ag.png+2 / -0
Ahtml/images/icons/flags/ai.png+2 / -0
Ahtml/images/icons/flags/al.png+2 / -0
Ahtml/images/icons/flags/am.png+2 / -0
Ahtml/images/icons/flags/an.png+2 / -0
Ahtml/images/icons/flags/ao.png+1 / -0
Ahtml/images/icons/flags/ar.png+2 / -0
Ahtml/images/icons/flags/as.png+2 / -0
Ahtml/images/icons/flags/at.png+2 / -0
Ahtml/images/icons/flags/au.png+2 / -0
Ahtml/images/icons/flags/aw.png+2 / -0
Ahtml/images/icons/flags/ax.png+2 / -0
Ahtml/images/icons/flags/az.png+2 / -0
Ahtml/images/icons/flags/ba.png+2 / -0
Ahtml/images/icons/flags/bb.png+2 / -0
Ahtml/images/icons/flags/bd.png+2 / -0
Ahtml/images/icons/flags/be.png+2 / -0
Ahtml/images/icons/flags/bf.png+2 / -0
Ahtml/images/icons/flags/bg.png+2 / -0
Ahtml/images/icons/flags/bh.png+2 / -0
Ahtml/images/icons/flags/bi.png+2 / -0
Ahtml/images/icons/flags/bj.png+2 / -0
Ahtml/images/icons/flags/bm.png+2 / -0
Ahtml/images/icons/flags/bn.png+2 / -0
Ahtml/images/icons/flags/bo.png+2 / -0
Ahtml/images/icons/flags/br.png+2 / -0
+63 added −54 removed filtered activity

💻 r1171

Tom Laermans 🦔
fix bug in hardware string for dell laser
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/polling/device-dell-laser.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r1170

Tom Laermans 🦔
hardware description fix for dell 5130cdn laser
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/device-dell-laser.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r1169

Tom Laermans 🦔
fix current detection on mge ups
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/current.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1168

Tom Laermans 🦔
fix fanspeed precision for areca controllers
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1167

Tom Laermans 🦔
oops, wrong filename ;)
Files changed (2) +5 / -5
Changed files with action and line counts
Aincludes/polling/device-papouch-tme.php+5 / -0
Dincludes/polling/device-papouch.php+0 / -5
+5 added −5 removed filtered activity

💻 r1166

Tom Laermans 🦔
Add TME hardware to info
Files changed (1) +5 / -0
Changed files with action and line counts
Aincludes/polling/device-papouch.php+5 / -0
+5 added 0 removed filtered activity

💻 r1165

Tom Laermans 🦔
add hardware type for mge ups
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/device-mgeups.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r1164

Tom Laermans 🦔
order areca harddisk temperatures correctly then
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1163

Adam Armstrong 🐸
centre login box
Files changed (1) +4 / -0
Changed files with action and line counts
Mhtml/pages/logon.inc+4 / -0
+4 added 0 removed filtered activity

💻 r1162

Adam Armstrong 🐸
prototype irc bot! :D :D :D :D :D :D
Files changed (2) +75 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+6 / -0
Airc.php+69 / -0
+75 added 0 removed filtered activity

💻 r1161

Adam Armstrong 🐸
some graph cleanups and minor improvements
Files changed (6) +51 / -17
Changed files with action and line counts
Mhtml/includes/graphs/device_ipSystemStats.inc.php+8 / -8
Mhtml/includes/graphs/mac_acc_total.inc.php+7 / -3
Mhtml/pages/device/hrdevice.inc.php+27 / -0
Mhtml/pages/device/map.inc.php+1 / -1
Mhtml/pages/front/demo.php+3 / -3
Mincludes/syslog.php+5 / -2
+51 added −17 removed filtered activity

💻 r1160

Geert
  • Reverted 'temperature' database change.
Files changed (2) +2 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mpoll-reachability.php+1 / -1
0 added 0 removed filtered activity

💻 r1159

Geert
  • Fixed a href.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/health.php+2 / -2
0 added 0 removed filtered activity

💻 r1158

Adam Armstrong 🐸
fix a couple of graphs
Files changed (3) +10 / -9
Changed files with action and line counts
Mgenerate-iplist.php+4 / -4
Mhtml/includes/graphs/device_cpu_unix.inc.php+5 / -4
Mhtml/pages/device.php+1 / -1
+10 added −9 removed filtered activity

💻 r1157

Adam Armstrong 🐸
fix load graph (fixed per-os specific graphs for device-level graphs *only*)
Files changed (5) +6 / -4
Changed files with action and line counts
Mhtml/graph.php+1 / -0
Mincludes/polling/device-unix.inc.php+1 / -1
Mincludes/polling/ports.inc.php+2 / -1
Mincludes/polling/processors.inc.php+1 / -1
Mpoll-device.php+1 / -1
+6 added −4 removed filtered activity

💻 r1156

Adam Armstrong 🐸
fix checking for $os_group without bothering to set it... :D :D :D :D
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/pages/device.php+5 / -1
+5 added −1 removed filtered activity

💻 r1155

Adam Armstrong 🐸
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) +28 / -4
Changed files with action and line counts
Mhtml/images/icons/memory.png non-text+0 / -0
Mhtml/includes/graphs/temperature.inc.php+1 / -1
Mhtml/pages/health/current.inc.php+1 / -1
Mhtml/pages/health/frequencies.inc.php+1 / -1
Mhtml/pages/health/voltages.inc.php+1 / -1
Aincludes/polling/device-speedtouch.inc.php+24 / -0
+28 added −4 removed filtered activity

💻 r1154

Adam Armstrong 🐸
make displaying of per-device health page options menu closer to global. add overview icons (bulb)
Files changed (5) +25 / -11
Changed files with action and line counts
Ahtml/images/icons/greyscale/overview.png+1 / -0
Ahtml/images/icons/overview.png+1 / -0
Mhtml/includes/graphs/storage.inc.php+1 / -0
Mhtml/includes/print-menubar.php+1 / -2
Mhtml/pages/device/health.inc.php+21 / -9
+23 added −11 removed filtered activity

💻 r1153

Adam Armstrong 🐸
prettier graphs for voltage/processor
Files changed (2) +15 / -1
Changed files with action and line counts
Mhtml/includes/graphs/processor.inc.php+6 / -0
Mhtml/includes/graphs/voltage.inc.php+9 / -1
+15 added −1 removed filtered activity

💻 r1152

Adam Armstrong 🐸
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) +16 / -3
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+16 / -3
+16 added −3 removed filtered activity

💻 r1151

Adam Armstrong 🐸
newer icons, clean up style of some health pages
Files changed (6) +7 / -3
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/images/icons/greyscale/storage.png non-text+0 / -0
Mhtml/images/icons/storage.png non-text+0 / -0
Mhtml/pages/health/processors.inc.php+2 / -0
Mhtml/pages/health/storage.inc.php+1 / -1
Mhtml/pages/health/temperatures.inc.php+3 / -1
+7 added −3 removed filtered activity

💻 r1150

Adam Armstrong 🐸
switch to preg_split (split deprecated). ignore temps >1000 and == 0 for lmsensors
Files changed (3) +7 / -5
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/temperatures.inc.php+3 / -1
Mincludes/snmp.inc.php+3 / -3
+7 added −5 removed filtered activity

💻 r1149

Adam Armstrong 🐸
more icon improvements (dynamic grey/colour icons on health menu, ALLES SEXYPANTS!)
Files changed (16) +28 / -6
Changed files with action and line counts
Mhtml/images/icons/graphs.png non-text+0 / -0
Ahtml/images/icons/greyscale non-text+0 / -0
Ahtml/images/icons/greyscale/current.png+1 / -0
Ahtml/images/icons/greyscale/fanspeeds.png+1 / -0
Ahtml/images/icons/greyscale/frequencies.png+1 / -0
Ahtml/images/icons/greyscale/graphs.png+1 / -0
Ahtml/images/icons/greyscale/memory.png+1 / -0
Ahtml/images/icons/greyscale/nographs.png+1 / -0
Ahtml/images/icons/greyscale/power.png+1 / -0
Ahtml/images/icons/greyscale/processors.png+1 / -0
Ahtml/images/icons/greyscale/sensors.png+1 / -0
Ahtml/images/icons/greyscale/storage.png+1 / -0
Ahtml/images/icons/greyscale/temperatures.png+1 / -0
Ahtml/images/icons/greyscale/voltages.png+1 / -0
Mhtml/images/icons/nographs.png non-text+0 / -0
Mhtml/pages/health.php+16 / -6
+16 added −6 removed filtered activity

💻 r1148

Adam Armstrong 🐸
some prettier icons on device overviews
Files changed (4) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
+4 added −4 removed filtered activity

💻 r1147

Adam Armstrong 🐸
add graphs/nographs option to global health pages
Files changed (8) +185 / -1
Changed files with action and line counts
Mhtml/pages/health/current.inc.php+29 / -0
Mhtml/pages/health/fanspeeds.inc.php+30 / -0
Mhtml/pages/health/frequencies.inc.php+28 / -0
Mhtml/pages/health/memory.inc.php+3 / -1
Mhtml/pages/health/processors.inc.php+4 / -0
Mhtml/pages/health/storage.inc.php+30 / -0
Mhtml/pages/health/temperatures.inc.php+30 / -0
Mhtml/pages/health/voltages.inc.php+31 / -0
+185 added −1 removed filtered activity

💻 r1146

Adam Armstrong 🐸
better icons (moar!)
Files changed (6) +3 / -2
Changed files with action and line counts
Mhtml/images/icons/current.png non-text+0 / -0
Mhtml/images/icons/frequencies.png non-text+0 / -0
Mhtml/images/icons/memory.png non-text+0 / -0
Mhtml/images/icons/processors.png non-text+0 / -0
Mhtml/images/icons/voltages.png non-text+0 / -0
Mhtml/includes/print-menubar.php+3 / -2
+3 added −2 removed filtered activity

💻 r1145

Adam Armstrong 🐸
add some new icons (better/works, bleh). add graphs/nographs display type to health.
Files changed (14) +33 / -12
Changed files with action and line counts
Mhtml/css/styles.css+4 / -0
Dhtml/images/icons/cpuload.png+0 / -1
Dhtml/images/icons/fans.png+0 / -1
Ahtml/images/icons/fanspeeds.png+1 / -0
Ahtml/images/icons/graphs.png+1 / -0
Ahtml/images/icons/memory.png+1 / -0
Dhtml/images/icons/mempool.png+0 / -1
Ahtml/images/icons/nographs.png+1 / -0
Ahtml/images/icons/processors.png+1 / -0
Dhtml/images/icons/temperature.png+0 / -1
Ahtml/images/icons/temperatures.png+1 / -0
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/print-menubar.php+2 / -2
Mhtml/pages/health.php+20 / -5
+23 added −8 removed filtered activity

💻 r1144

Tom Laermans 🦔
support for sensors and hw info on areca sas controllers
Files changed (4) +79 / -9
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+24 / -1
Mincludes/discovery/temperatures.inc.php+22 / -3
Mincludes/discovery/voltages.inc.php+28 / -5
Mincludes/polling/device-areca.inc.php+5 / -0
+79 added −9 removed filtered activity

💻 r1143

Tom Laermans 🦔
only show graphs tab if there is a graph definition file
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/pages/device.php+5 / -1
+5 added −1 removed filtered activity

💻 r1142

Tom Laermans 🦔
also unset serial variable upon new device
Files changed (1) +1 / -1
Changed files with action and line counts
Mpoll-device.php+1 / -1
+1 added −1 removed filtered activity

💻 r1141

Tom Laermans 🦔
fix another typo in discovery
Files changed (1) +1 / -0
Changed files with action and line counts
Mdiscovery.php+1 / -0
+1 added 0 removed filtered activity

💻 r1140

Tom Laermans 🦔
fix typo in discovery
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r1139

Tom Laermans 🦔
add power type in device menu dropdown
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/icons/power.png+1 / -0
Mhtml/includes/print-menubar.php+1 / -0
+1 added 0 removed filtered activity

💻 r1138

Tom Laermans 🦔
yeeha sql injection fixes
Files changed (1) +8 / -8
Changed files with action and line counts
Mhtml/pages/devices.php+8 / -8
+8 added −8 removed filtered activity

💻 r1137

Tom Laermans 🦔
refactored device types, added power type for APC and MGE stuff + some warning fixes
Files changed (3) +53 / -57
Changed files with action and line counts
Mdiscovery.php+29 / -39
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/pages/device/edit.inc.php+22 / -16
+53 added −57 removed filtered activity

💻 r1136

Tom Laermans 🦔
fix event logs for limit alerts
Files changed (4) +7 / -7
Changed files with action and line counts
Mincludes/polling/current.inc.php+2 / -2
Mincludes/polling/frequencies.inc.php+2 / -2
Mincludes/polling/temperatures.inc.php+1 / -1
Mincludes/polling/voltages.inc.php+2 / -2
+7 added −7 removed filtered activity

💻 r1135

Tom Laermans 🦔
Show serial number on device page
Files changed (1) +8 / -0
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r1134

Tom Laermans 🦔
fixed <? into <?php - grmbl
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
+1 added −1 removed filtered activity

💻 r1133

Tom Laermans 🦔
add device serial number into database, for devices not having entity mib
Files changed (2) +7 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mpoll-device.php+6 / -0
+6 added 0 removed filtered activity

💻 r1132

Tom Laermans 🦔
MGE UPS current support
Files changed (1) +56 / -3
Changed files with action and line counts
Mincludes/discovery/current.inc.php+56 / -3
+56 added −3 removed filtered activity

💻 r1131

Tom Laermans 🦔
fix copypaste error screwing up frequencies on mge ups
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1130

Tom Laermans 🦔
mge icon is now transparent
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/images/os/mgeups.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r1129

Tom Laermans 🦔
revert 'rrdtool -' change for now
Files changed (1) +4 / -3
Changed files with action and line counts
Mhtml/graph.php+4 / -3
+4 added −3 removed filtered activity

💻 r1128

Tom Laermans 🦔
pretty up toner graph :>
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/includes/graphs/device_toner.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r1127

Tom Laermans 🦔
current support for webinterface
Files changed (6) +130 / -0
Changed files with action and line counts
Ahtml/includes/graphs/current.inc.php+23 / -0
Ahtml/includes/graphs/device_current.inc.php+56 / -0
Mhtml/pages/device.php+2 / -0
Mhtml/pages/device/health.inc.php+3 / -0
Mhtml/pages/device/overview.inc.php+1 / -0
Ahtml/pages/device/overview/current.inc.php+45 / -0
+130 added 0 removed filtered activity

💻 r1126

Tom Laermans 🦔
current polling
Files changed (2) +57 / -0
Changed files with action and line counts
Aincludes/polling/current.inc.php+56 / -0
Mpoll-device.php+1 / -0
+57 added 0 removed filtered activity

💻 r1125

Tom Laermans 🦔
current support (STILL NEEDS AN ICON, YES), discovery only on APC devices at the moment
Files changed (10) +180 / -6
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+1 / -0
Ahtml/images/icons/current.png+1 / -0
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/pages/health.php+2 / -1
Ahtml/pages/health/current.inc.php+63 / -0
Aincludes/discovery/current.inc.php+68 / -0
Mincludes/discovery/functions.inc.php+36 / -0
Mincludes/discovery/voltages.inc.php+1 / -1
Mincludes/polling/device-apc.inc.php+6 / -4
+178 added −6 removed filtered activity

💻 r1124

Tom Laermans 🦔
fix uptime of hrSystemUptime is not available
Files changed (1) +2 / -2
Changed files with action and line counts
Mpoll-device.php+2 / -2
+2 added −2 removed filtered activity

💻 r1123

Tom Laermans 🦔
add polling for mge ups software version
Files changed (1) +5 / -0
Changed files with action and line counts
Aincludes/polling/device-mgeups.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r1122

Tom Laermans 🦔
fix some warnings and a mistake from a previous commit on the processors health page
Files changed (2) +6 / -5
Changed files with action and line counts
Mhtml/index.php+3 / -2
Mhtml/pages/health/processors.inc.php+3 / -3
+6 added −5 removed filtered activity

💻 r1121

Tom Laermans 🦔
fix supermicro temperature discovery bug affected by recent schema change
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1120

Tom Laermans 🦔
add temperature polling for harddisks connected to areca controllers
Files changed (3) +34 / -4
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+25 / -4
Aincludes/polling/device-areca.inc.php+7 / -0
Mincludes/static-config.php+2 / -0
+34 added −4 removed filtered activity

💻 r1119

Tom Laermans 🦔
fix updating already known temperatures on discovery, plus schema change which I forgot on one of the previous commits
Files changed (2) +2 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1118

Tom Laermans 🦔
also order health graphs by temperature index
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device_temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1117

Tom Laermans 🦔
also order by index on health temperature page, not sure if this is a great idea?
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/health/temperatures.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1116

Tom Laermans 🦔
order temperature by index on device overview
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/pages/device/overview/temperatures.inc.php+5 / -6
+5 added −6 removed filtered activity

💻 r1115

Tom Laermans 🦔
Properly format MAC addresses on change event
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1114

Tom Laermans 🦔
add discovery for os type for areca controllers (no specific monitoring atm)
Files changed (2) +11 / -0
Changed files with action and line counts
Ahtml/images/os/areca.png+1 / -0
Aincludes/osdiscovery/discover-areca.php+10 / -0
+10 added 0 removed filtered activity

💻 r1113

Tom Laermans 🦔
more precision in the numbers under the voltage graph
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/includes/graphs/voltage.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1112

Tom Laermans 🦔
shorter fan name so it fits on the image
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/fanspeed.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1111

Tom Laermans 🦔
clear out more tables when deleting a device
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/functions.php+5 / -0
+5 added 0 removed filtered activity

💻 r1110

Tom Laermans 🦔
alphabetically order hosts on processor and memory health status pages instead of having them scattered around ungrouped
Files changed (2) +21 / -22
Changed files with action and line counts
Mhtml/pages/health/memory.inc.php+1 / -1
Mhtml/pages/health/processors.inc.php+20 / -21
+21 added −22 removed filtered activity

💻 r1109

Tom Laermans 🦔
backslash fix since new rrdtool usage
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/generic_duplex.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1108

Tom Laermans 🦔
be more specific in regex ignore for traffic, so useful powerconnect 62xx interfaces dont get ignored
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1107

Tom Laermans 🦔
pass arguments to rrdtool via stdin instead of commandline (experimental, please find regressions if any ;))
Files changed (3) +11 / -9
Changed files with action and line counts
Mhtml/graph.php+4 / -2
Mhtml/includes/graphs/generic_bits.inc.php+4 / -4
Mhtml/includes/graphs/generic_duplex.inc.php+3 / -3
+11 added −9 removed filtered activity

💻 r1106

Tom Laermans 🦔
use ifdescr on powerconnect
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r1105

Tom Laermans 🦔
missing frequencies icon
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/icons/frequencies.png+1 / -0
0 added 0 removed filtered activity

💻 r1104

Tom Laermans 🦔
apc mgmt card discovery
Files changed (1) +9 / -0
Changed files with action and line counts
Aincludes/osdiscovery/discover-apc.php+9 / -0
+9 added 0 removed filtered activity

💻 r1103

Tom Laermans 🦔
fix frequency discovery for mge pulsar
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1102

Tom Laermans 🦔
fix log messages
Files changed (2) +4 / -4
Changed files with action and line counts
Mincludes/polling/frequencies.inc.php+2 / -2
Mincludes/polling/voltages.inc.php+2 / -2
+4 added −4 removed filtered activity

💻 r1101

Tom Laermans 🦔
forgot another frequencies page, added basic apc mgmt card detection support
Files changed (3) +56 / -0
Changed files with action and line counts
Ahtml/images/os/apc.png+1 / -0
Ahtml/pages/device/overview/frequencies.inc.php+45 / -0
Aincludes/polling/device-apc.inc.php+10 / -0
+55 added 0 removed filtered activity

💻 r1100

Tom Laermans 🦔
frequency fixes for MGE UPS Galaxy
Files changed (1) +16 / -4
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+16 / -4
+16 added −4 removed filtered activity

💻 r1099

Tom Laermans 🦔
Attempt at fixing MGE UPS for Galaxy model
Files changed (3) +18 / -5
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/device/overview.inc.php+1 / -0
Mincludes/discovery/voltages.inc.php+16 / -4
+18 added −5 removed filtered activity

💻 r1098

Tom Laermans 🦔
argh, clean up fucked up patches, add galaxy pw autodiscovery to mgeups
Files changed (4) +1 / -194
Changed files with action and line counts
Mincludes/discovery/frequencies.inc.php+0 / -101
Mincludes/discovery/ups.inc.php+0 / -20
Mincludes/osdiscovery/discover-mgeups.php+1 / -18
Mincludes/polling/frequencies.inc.php+0 / -55
+1 added −194 removed filtered activity

💻 r1097

Tom Laermans 🦔
erm, forgot to add quite a bunch of files to the repo for the last few commits :/
Files changed (8) +8,093 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device_frequencies.inc.php+56 / -0
Ahtml/includes/graphs/frequency.inc.php+23 / -0
Ahtml/pages/health/frequencies.inc.php+61 / -0
Aincludes/discovery/frequencies.inc.php+202 / -0
Aincludes/discovery/ups.inc.php+30 / -0
Aincludes/osdiscovery/discover-mgeups.php+27 / -0
Aincludes/polling/frequencies.inc.php+110 / -0
Amibs/mgeups.mib+7,584 / -0
+509 added 0 removed filtered activity

💻 r1096

Tom Laermans 🦔
power frequencies in web interface, still needs an icon in the main menu
Files changed (4) +7 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device_voltages.inc.php+1 / -1
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/pages/device/health.inc.php+3 / -0
Mhtml/pages/health.php+2 / -1
+7 added −2 removed filtered activity

💻 r1095

Tom Laermans 🦔
more mge fixes, cleanups, and addition of frequency monitoring (no webinterface part yet)
Files changed (8) +49 / -9
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mdiscovery.php+1 / -0
Mhtml/pages/device.php+3 / -1
Mhtml/pages/device/graphs/os-mgeups.inc.php+2 / -2
Mhtml/pages/device/graphs/os-papouch-tme.inc.php+2 / -2
Mincludes/discovery/functions.inc.php+36 / -0
Mincludes/discovery/voltages.inc.php+2 / -2
Mpoll-device.php+2 / -1
+48 added −8 removed filtered activity

💻 r1094

Tom Laermans 🦔
cleanups + more mge ups
Files changed (5) +10 / -48
Changed files with action and line counts
MINSTALL+1 / -1
Ahtml/images/os/mgeups.png+1 / -0
Mhtml/pages/device/graphs.inc.php+0 / -46
Ahtml/pages/device/graphs/os-mgeups.inc.php+4 / -0
Mincludes/static-config.php+4 / -1
+9 added −48 removed filtered activity

💻 r1093

Tom Laermans 🦔
MGE UPS support, various fixes
Files changed (6) +65 / -5
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mdiscovery.php+1 / -0
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/mempools-cemp.inc.php+2 / -2
Mincludes/discovery/toner.inc.php+1 / -1
Mincludes/discovery/voltages.inc.php+59 / -0
+65 added −5 removed filtered activity

💻 r1092

Tom Laermans 🦔
allow adding devices which don't have snmp hostname in their stack
Files changed (1) +1 / -1
Changed files with action and line counts
Maddhost.php+1 / -1
+1 added −1 removed filtered activity

May 2010

💻 r1091

Adam Armstrong 🐸
fix emailing of up/down hosts and add config option to allow unauth'd graphs
Files changed (3) +8 / -1
Changed files with action and line counts
Mhtml/graph.php+3 / -1
Mincludes/defaults.inc.php+2 / -0
Mpoll-device.php+3 / -0
+8 added −1 removed filtered activity

💻 r1090

Adam Armstrong 🐸
|<-- -->|
Files changed (1) +1 / -1
Changed files with action and line counts
MINSTALL+1 / -1
+1 added −1 removed filtered activity

💻 r1089

Adam Armstrong 🐸
storage legend fix (lazy sid3windr!) add generic ucd processor discovery/poller
Files changed (7) +46 / -91
Changed files with action and line counts
Mhtml/includes/graphs/storage.inc.php+2 / -2
Dincludes/discovery/cemp-mib.inc.php+0 / -47
Dincludes/discovery/cmp-mib.inc.php+0 / -40
Aincludes/discovery/processors-ucd-old.inc.php+20 / -0
Mincludes/discovery/processors.inc.php+4 / -0
Aincludes/polling/processors-ucd-old.inc.php+11 / -0
Mincludes/polling/processors.inc.php+9 / -2
+46 added −91 removed filtered activity

💻 r1088

Adam Armstrong 🐸
basics of customisable ifAlias parser. fixed "Processorss" to "Processors" in top menu
Files changed (6) +62 / -5
Changed files with action and line counts
Mconfig.php.default+3 / -0
Mdatabase-update.sql+2 / -0
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/customers.php+1 / -1
Mhtml/pages/services.php+33 / -3
Mincludes/polling/ports.inc.php+22 / -0
+60 added −5 removed filtered activity

💻 r1087

Adam Armstrong 🐸
add mib and fix silly typo
Files changed (3) +2,277 / -3
Changed files with action and line counts
Mincludes/discovery/mempools-cemp.inc.php+2 / -2
Mincludes/discovery/mempools-cmp.inc.php+2 / -1
Amibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my+2,273 / -0
+4 added −3 removed filtered activity

💻 r1086

Adam Armstrong 🐸
cleaup some graph drawing functions and interface text printing functions (much moar needed)
Files changed (6) +108 / -56
Changed files with action and line counts
Mhtml/includes/functions.inc.php+79 / -13
Mhtml/pages/device/overview/ports.inc.php+2 / -2
Mhtml/pages/front/demo.php+18 / -8
Mincludes/functions.php+0 / -33
Mincludes/polling/bgpPeer.inc.php+1 / -0
Mincludes/static-config.php+8 / -0
+108 added −56 removed filtered activity

💻 r1085

Adam Armstrong 🐸
cleanup some mac accounting stuff
Files changed (2) +24 / -14
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+4 / -2
Mincludes/polling/cisco-mac-accounting.inc.php+20 / -12
+24 added −14 removed filtered activity

💻 r1084

Adam Armstrong 🐸
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) +87 / -76

Showing the first 30 paths; 1 more are omitted from this static page.

Changed files with action and line counts
Mconfig.php.default+1 / -1
Mhtml/graph.php+8 / -26
Mhtml/includes/graphs/device_bits.inc.php+2 / -6
Mhtml/includes/graphs/device_cpu.inc.php+4 / -2
Mhtml/includes/graphs/device_cpu_powerconnect.inc.php+3 / -1
Mhtml/includes/graphs/device_cpu_procurve.inc.php+3 / -1
Mhtml/includes/graphs/device_cpu_unix.inc.php+3 / -2
Mhtml/includes/graphs/device_fanspeeds.inc.php+4 / -4
Mhtml/includes/graphs/device_hrprocesses.inc.php+3 / -1
Mhtml/includes/graphs/device_hrusers.inc.php+3 / -1
Mhtml/includes/graphs/device_icmp.inc.php+3 / -1
Mhtml/includes/graphs/device_icmp_informational.inc.php+3 / -1
Mhtml/includes/graphs/device_ip.inc.php+2 / -1
Mhtml/includes/graphs/device_ipSystemStats.inc.php+3 / -2
Mhtml/includes/graphs/device_ip_fragmented.inc.php+2 / -2
Mhtml/includes/graphs/device_load.inc.php+2 / -1
Mhtml/includes/graphs/device_load_unix.inc.php+2 / -1
Mhtml/includes/graphs/device_load_windows.inc.php+2 / -1
Mhtml/includes/graphs/device_memory.inc.php+3 / -2
Mhtml/includes/graphs/device_memory_procurve.inc.php+2 / -1
Mhtml/includes/graphs/device_memory_unix.inc.php+2 / -1
Mhtml/includes/graphs/device_memory_windows.inc.php+2 / -1
Mhtml/includes/graphs/device_processors.inc.php+3 / -2
Mhtml/includes/graphs/device_storage.inc.php+4 / -2
Mhtml/includes/graphs/device_tcp.inc.php+2 / -1
Mhtml/includes/graphs/device_temperatures.inc.php+3 / -2
Mhtml/includes/graphs/device_toner.inc.php+3 / -2
Mhtml/includes/graphs/device_udp.inc.php+2 / -1
Mhtml/includes/graphs/device_uptime.inc.php+4 / -3
Mhtml/includes/graphs/device_voltages.inc.php+3 / -2
+87 added −76 removed filtered activity

April 2010

💻 r1083

Adam Armstrong 🐸
fix ironware temperature precision (/2)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1082

Adam Armstrong 🐸
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) +25 / -110
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -0
Mincludes/discovery/temperatures.inc.php+24 / -110
+25 added −110 removed filtered activity

💻 r1081

Adam Armstrong 🐸
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) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/temperature.inc.php+1 / -0
Mincludes/common.php+2 / -1
+3 added −1 removed filtered activity

💻 r1080

Adam Armstrong 🐸
fix legend for trio bits graphtype
Files changed (1) +3 / -0
Changed files with action and line counts
Mhtml/includes/graphs/multi_bits_trio.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r1079

Adam Armstrong 🐸
fix silly graphtype
Files changed (1) +10 / -8
Changed files with action and line counts
Mhtml/includes/graphs/multi_bits_duo.inc.php+10 / -8
+10 added −8 removed filtered activity

💻 r1078

Adam Armstrong 🐸
add ; to old db update script
Files changed (2) +2 / -2
Changed files with action and line counts
Mdatabase-update-pre1000.sql+1 / -1
Mincludes/services/telnet/check.inc+1 / -1
+1 added −1 removed filtered activity

💻 r1077

Adam Armstrong 🐸
count services as being down in the RRD when the host is down (for filthy SLA calculations?)
Files changed (2) +8 / -3
Changed files with action and line counts
Mcheck-services.php+6 / -1
Mhtml/includes/graphs/service.inc.php+2 / -2
+8 added −3 removed filtered activity

💻 r1076

Adam Armstrong 🐸
clean up device/interface removal code (it's still fucking foul, but meh)
Files changed (4) +23 / -15
Changed files with action and line counts
Mdelhost.php+1 / -1
Mhtml/pages/delhost.php+2 / -2
Mhtml/pages/ports/deleted.inc.php+4 / -4
Mincludes/functions.php+16 / -8
+23 added −15 removed filtered activity

💻 r1075

Adam Armstrong 🐸
add deleted ports to ports menu remove old popup failure
Files changed (2) +14 / -5
Changed files with action and line counts
Mhtml/includes/print-menubar.php+14 / -0
Dhtml/includes/warn-deleted-ports.inc.php+0 / -5
+14 added −5 removed filtered activity

💻 r1074

Adam Armstrong 🐸
add page to remove deleted ports (pour mon petit grenouille!) nn _.__-'@_ \/ _@'-__._ / '--) (--` \ / >__<<_/ o \_>>__< \ \\=x \=x \|/ x=/ x=//
Files changed (9) +253 / -185
Changed files with action and line counts
Mhtml/.htaccess+2 / -0
Mhtml/includes/functions.inc.php+31 / -0
Mhtml/index.php+1 / -0
Ahtml/pages/ports non-text+0 / -0
Mhtml/pages/ports.php+3 / -155
Ahtml/pages/ports/default.inc.php+163 / -0
Ahtml/pages/ports/deleted.inc.php+48 / -0
Mincludes/functions.php+0 / -30
Mincludes/rewrites.php+5 / -0
+253 added −185 removed filtered activity

💻 r1073

Adam Armstrong 🐸
added permissions cache
Files changed (3) +31 / -15
Changed files with action and line counts
Mhtml/includes/functions.inc.php+13 / -0
Mhtml/index.php+4 / -1
Mhtml/pages/locations.php+14 / -14
+31 added −15 removed filtered activity

💻 r1072

Adam Armstrong 🐸
remove silly image from overview (dank u geert :P)
Files changed (1) +16 / -16
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+16 / -16
+16 added −16 removed filtered activity

💻 r1071

Adam Armstrong 🐸
bit cleaner junos atm vps (DIRTY LIKE COWS IN MUD)
Files changed (1) +8 / -3
Changed files with action and line counts
Mhtml/pages/device/port/junose-atm-vp.inc.php+8 / -3
+8 added −3 removed filtered activity

💻 r1070

Adam Armstrong 🐸
Juniper ATM VP graphing (basic, dirty) for thevoke
Files changed (6) +136 / -44
Changed files with action and line counts
Ahtml/includes/graphs/atmvp_bits.inc.php+22 / -0
Ahtml/includes/graphs/atmvp_cells.inc.php+33 / -0
Ahtml/includes/graphs/atmvp_errors.inc.php+34 / -0
Ahtml/includes/graphs/atmvp_packets.inc.php+33 / -0
Mhtml/pages/device/interface.inc.php+1 / -1
Mhtml/pages/device/port/junose-atm-vp.inc.php+13 / -43
+136 added −44 removed filtered activity

💻 r1069

Adam Armstrong 🐸
implement bad_if_regexp regular expression filter for port ifDescr (clean and allow for portName and ifName too?) (thanks thevoke!)
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r1068

Adam Armstrong 🐸
allow customisable filtering of interfaces from device_bits graph (also usable on theoretical device_pkts and device_errors)
Files changed (8) +187 / -80
Changed files with action and line counts
Mhtml/includes/graphs/device_bits.inc.php+26 / -6
Mhtml/includes/print-menubar.php+2 / -2
Mhtml/includes/print-syslog.inc+1 / -1
Mhtml/index.php+1 / -1
Mhtml/pages/front/demo.php+140 / -56
Mincludes/common.php+13 / -0
Mincludes/defaults.inc.php+4 / -1
Mincludes/functions.php+0 / -13
+187 added −80 removed filtered activity

💻 r1067

Tom Laermans 🦔
fixed UPDATE queries in discovery for voltages,fans,toner
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r1066

Tom Laermans 🦔
remove speed from fan name
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/fanspeeds.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r1065

Adam Armstrong 🐸
remove legend from aggregate graph in ports section in device overview
Files changed (1) +4 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/ports.inc.php+4 / -2
+4 added −2 removed filtered activity

💻 r1064

Adam Armstrong 🐸
add some complex graphtypes useful for fancy frontpage stuff (code sucks, though)
Files changed (2) +275 / -0
Changed files with action and line counts
Ahtml/includes/graphs/multi_bits_duo.inc.php+116 / -0
Ahtml/includes/graphs/multi_bits_trio.inc.php+159 / -0
+275 added 0 removed filtered activity

💻 r1063

Adam Armstrong 🐸
remove old storage tab. it is now all dead. BYE BYE STORAGE TAB.
Files changed (2) +2 / -4
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -3
Mhtml/index.php+1 / -1
+2 added −4 removed filtered activity

💻 r1062

Adam Armstrong 🐸
adding new /health/ pages, need cleaning up, need option to enable/disable graphs (right side 'toggle'?)
Files changed (21) +489 / -233
Changed files with action and line counts
Mhtml/includes/print-menubar.php+8 / -4
Mhtml/index.php+1 / -1
Mhtml/pages/device.php+6 / -2
Mhtml/pages/device/health/processors.inc.php+7 / -2
Mhtml/pages/device/overview/processors.inc.php+2 / -0
Ahtml/pages/health non-text+0 / -0
Ahtml/pages/health.php+40 / -0
Ahtml/pages/health/fanspeeds.inc.php+62 / -0
Dhtml/pages/health/fanspeeds.php non-text+0 / -0
Ahtml/pages/health/memory.inc.php+77 / -0
Ahtml/pages/health/processors.inc.php+78 / -0
Ahtml/pages/health/storage.inc.php+81 / -0
Ahtml/pages/health/temperatures.inc.php+65 / -0
Dhtml/pages/health/temperatures.php non-text+0 / -0
Ahtml/pages/health/voltages.inc.php+62 / -0
Dhtml/pages/health/voltages.php non-text+0 / -0
Dhtml/pages/sensors non-text+0 / -0
Dhtml/pages/sensors.php+0 / -35
Dhtml/pages/sensors/fanspeeds.php+0 / -62
Dhtml/pages/sensors/temperatures.php+0 / -65
Dhtml/pages/sensors/voltages.php+0 / -62
+489 added −233 removed filtered activity

💻 r1061

Adam Armstrong 🐸
print only eventlog entries we're authorised to view. (HOERAH)
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/includes/print-syslog.inc+5 / -0
+5 added 0 removed filtered activity

💻 r1060

Adam Armstrong 🐸
only print interface/device links if the user is allowed to see that device/interface. (TODO: graph security)
Files changed (1) +12 / -1
Changed files with action and line counts
Mincludes/functions.php+12 / -1
+12 added −1 removed filtered activity

💻 r1059

Tom Laermans 🦔
remove branding warning (everything works without it as well)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r1058

Tom Laermans 🦔
newline fixes
Files changed (2) +2 / -3
Changed files with action and line counts
Mhtml/index.php+0 / -1
Mpoll-device.php+2 / -2
+2 added −3 removed filtered activity

💻 r1057

Tom Laermans 🦔
remove double-dee-doop
Files changed (1) +0 / -5
Changed files with action and line counts
Mdiscovery.php+0 / -5
0 added −5 removed filtered activity

💻 r1056

Adam Armstrong 🐸
AlliedTelesyn Support
Files changed (8) +48 / -4
Changed files with action and line counts
Mdiscovery.php+10 / -0
Ahtml/images/os/allied.png+1 / -0
Ahtml/pages/device/graphs/os-allied.inc.php+6 / -0
Mhtml/pages/vrfs.php+2 / -2
Aincludes/osdiscovery/discover-allied.php+11 / -0
Aincludes/polling/device-allied.inc.php+15 / -0
Mincludes/static-config.php+1 / -1
Mpoll-device.php+2 / -1
+47 added −4 removed filtered activity

💻 r1055

Tom Laermans 🦔
remove warning for enable_nagios
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/static-config.php+1 / -1
+1 added −1 removed filtered activity

💻 r1054

Tom Laermans 🦔
moar sortings
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/storage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1053

Tom Laermans 🦔
err, wake up sid3windr :P fixed last commit
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/processors.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r1052

Tom Laermans 🦔
order processors by descr (patch by beens)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/processors.inc.php+1 / -1
+1 added −1 removed filtered activity

March 2010

💻 r1051

Geert
  • s/Observer/ObserverNMS
  • Added Adam again ;)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/index.php+2 / -2
0 added 0 removed filtered activity

💻 r1050

Geert
  • First step toward multi-tenancy (multi branding in 1 instance)
  • Created branding config.
  • Adjusted some defaults.
Files changed (3) +66 / -20
Changed files with action and line counts
Mconfig.php.default+37 / -15
Mhtml/index.php+28 / -5
Mincludes/defaults.inc.php+1 / -0
0 added 0 removed filtered activity

💻 r1049

Adam Armstrong 🐸
add speedtouch image. :>
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/speedtouch.png+1 / -0
0 added 0 removed filtered activity

💻 r1048

Adam Armstrong 🐸
apostrophe -> semicolon. merci grivat!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1047

Adam Armstrong 🐸
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) +6 / -3
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mincludes/discovery/functions.inc.php+3 / -1
Mincludes/polling/mempools.inc.php+2 / -1
+5 added −2 removed filtered activity

💻 r1046

Adam Armstrong 🐸
OMNOMNOM. DEPRECATED SENSORS BEGONE. This line, and those below, will be ignored-- M html/pages/device.php
Files changed (1) +8 / -8
Changed files with action and line counts
Mhtml/pages/device.php+8 / -8
+8 added −8 removed filtered activity

💻 r1045

Adam Armstrong 🐸
add a tiny bit of debugging :>
Files changed (2) +15 / -24
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+8 / -18
Mincludes/polling/bgpPeer.inc.php+7 / -6
+15 added −24 removed filtered activity

💻 r1044

Adam Armstrong 🐸
ANGRY BUNNY SAYS NO.
Files changed (1) +0 / -63
Changed files with action and line counts
Dhtml/pages/ifdown.php+0 / -63
0 added −63 removed filtered activity

💻 r1043

Adam Armstrong 🐸
larger mempool table entries
Files changed (2) +2 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1042

Tom Laermans 🦔
more interface link fixes? don't know if they're needed - don't have anything with mac accounting
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1041

Tom Laermans 🦔
fix graph links on ports page
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r1040

Geert
  • 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) +15 / -4
Changed files with action and line counts
Mhtml/netcmd.php+11 / -4
Mincludes/defaults.inc.php+4 / -0
0 added 0 removed filtered activity

💻 r1039

Geert
BUFIX: Syntax error.
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
0 added 0 removed filtered activity

💻 r1038

Geert
  • Added support for CentOS.
Files changed (1) +6 / -1
Changed files with action and line counts
Mscripts/distro+6 / -1
0 added 0 removed filtered activity

💻 r1037

Tom Laermans 🦔
doh
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/osdiscovery/discover-powerconnect.php+1 / -1
+1 added −1 removed filtered activity

💻 r1036

Tom Laermans 🦔
catch more powerconnect
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/osdiscovery/discover-powerconnect.php+4 / -4
+4 added −4 removed filtered activity

💻 r1035

Tom Laermans 🦔
POWERCONNECT YES
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/osdiscovery/discover-powerconnect.php+3 / -3
+3 added −3 removed filtered activity

💻 r1034

Adam Armstrong 🐸
temperature graph improvement (is it? bunny will know.)
Files changed (1) +16 / -8
Changed files with action and line counts
Mhtml/includes/graphs/temperature.inc.php+16 / -8
+16 added −8 removed filtered activity

💻 r1033

Adam Armstrong 🐸
showconfig level 7 or above only
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/showconfig.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1032

Adam Armstrong 🐸
reduce services/locations viewing level to 5
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/locations.php+1 / -1
Mhtml/pages/services.php+1 / -1
+2 added −2 removed filtered activity

💻 r1031

Adam Armstrong 🐸
hide some sensitive stuff for users < level 7
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/pages/device.php+2 / -2
Mhtml/pages/device/edit.inc.php+2 / -2
+4 added −4 removed filtered activity

💻 r1030

Adam Armstrong 🐸
fix mempool a bit
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/discovery/mempools-hrstorage.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r1029

Tom Laermans 🦔
always go to new line for device location on device down box on frontpage
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r1028

Adam Armstrong 🐸
add some files i never knew we needed
Files changed (2) +94 / -0
Changed files with action and line counts
Ahtml/pages/device/port/graphs.inc.php+30 / -0
Ahtml/pages/device/port/junose-atm-vp.inc.php+64 / -0
+94 added 0 removed filtered activity

💻 r1027

Adam Armstrong 🐸
fix mempool polling. move removal of storage cache array to poll-device.php. perhaps this needs further aggregated elsewhere ?
Files changed (4) +6 / -3
Changed files with action and line counts
Mincludes/polling/mempools-hrstorage.inc.php+1 / -1
Mincludes/polling/storage.inc.php+1 / -1
Mpoll-device.php+2 / -0
Mtest-poll.php+2 / -1
+6 added −3 removed filtered activity

💻 r1026

Adam Armstrong 🐸
HOST-RESOURCES-MIB storage-based memory polling (COMMENTS PLEASE)
Files changed (5) +47 / -2
Changed files with action and line counts
Mhtml/includes/print-interface-graphs.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Aincludes/discovery/mempools-hrstorage.inc.php+26 / -0
Mincludes/discovery/mempools.inc.php+1 / -0
Aincludes/polling/mempools-hrstorage.inc.php+18 / -0
+47 added −2 removed filtered activity

💻 r1025

Adam Armstrong 🐸
fix
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/functions.php+1 / -0
+1 added 0 removed filtered activity

💻 r1024

Adam Armstrong 🐸
improve some graphing stuff. sexypants.
Files changed (2) +34 / -33
Changed files with action and line counts
Mhtml/includes/print-interface-graphs.inc.php+6 / -31
Mhtml/pages/device/overview/ports.inc.php+28 / -2
+34 added −33 removed filtered activity

💻 r1023

Tom Laermans 🦔
restore correct fan speed notification logic
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1022

Adam Armstrong 🐸
fix fans to notify *BELOW* speed not above! :D
Files changed (2) +3 / -5
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -4
Mincludes/polling/fanspeeds.inc.php+1 / -1
+3 added −5 removed filtered activity

💻 r1021

Tom Laermans 🦔
cosmetic fix ;)
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r1020

Tom Laermans 🦔
fix hrsystemuptime polling?
Files changed (1) +3 / -2
Changed files with action and line counts
Mpoll-device.php+3 / -2
+3 added −2 removed filtered activity

💻 r1019

Tom Laermans 🦔
fix heartbeat in rrd, oops
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/toner.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r1018

Tom Laermans 🦔
moar better colours for toners
Files changed (1) +6 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device_toner.inc.php+6 / -2
+6 added −2 removed filtered activity

💻 r1017

Adam Armstrong 🐸
omnomnom cisco begone
Files changed (1) +0 / -65
Changed files with action and line counts
Dhtml/includes/graphs/device_memory_ios.inc.php+0 / -65
0 added −65 removed filtered activity

💻 r1016

Tom Laermans 🦔
toner graphing
Files changed (5) +66 / -2
Changed files with action and line counts
Ahtml/includes/graphs/device_toner.inc.php+55 / -0
Mhtml/pages/device.php+1 / -1
Ahtml/pages/device/toner.inc.php+8 / -0
Mincludes/discovery/toner.inc.php+1 / -0
Mincludes/polling/toner.inc.php+1 / -1
+66 added −2 removed filtered activity

💻 r1015

Tom Laermans 🦔
change show_printers to enable_printers, add printer tab (still empty) to printer devices and fix syntax error
Files changed (5) +14 / -5
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/device.php+9 / -0
Mincludes/discovery/toner.inc.php+2 / -2
Mpoll-device.php+1 / -1
+14 added −5 removed filtered activity

💻 r1014

Tom Laermans 🦔
toner polling
Files changed (2) +41 / -0
Changed files with action and line counts
Aincludes/polling/toner.inc.php+40 / -0
Mpoll-device.php+1 / -0
+41 added 0 removed filtered activity

💻 r1013

Adam Armstrong 🐸
cleanup overview eventlog
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/includes/print-event-short.inc+6 / -6
+6 added −6 removed filtered activity

💻 r1012

Adam Armstrong 🐸
some db cleanups and removal of debugging and cleanup of processor descriptions
Files changed (3) +9 / -1
Changed files with action and line counts
Mdatabase-update.sql+5 / -0
Mincludes/discovery/functions.inc.php+0 / -1
Mincludes/discovery/mempools-cemp.inc.php+4 / -0
+4 added −1 removed filtered activity

💻 r1011

Adam Armstrong 🐸
hrdevice processors cleanup (strip vendor id, strip (TM) and (R))
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/discovery/processors-hrdevice.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r1010

Adam Armstrong 🐸
fix status setting for down also add new storage image :>
Files changed (3) +11 / -10
Changed files with action and line counts
Mhtml/images/icons/storage.png non-text+0 / -0
Mincludes/discovery/storage-hrstorage.inc.php+1 / -0
Mpoll-device.php+10 / -10
+11 added −10 removed filtered activity

💻 r1009

Adam Armstrong 🐸
more icons and fixing overview.
Files changed (17) +83 / -139
Changed files with action and line counts
Ahtml/images/icons/overview non-text+0 / -0
Ahtml/images/icons/overview/mempools.png+1 / -0
Ahtml/images/icons/overview/processors.png+1 / -0
Ahtml/images/icons/storage.png+1 / -0
Mhtml/includes/functions.inc.php+25 / -3
Mhtml/includes/print-interface-graphs.inc.php+34 / -16
Mhtml/pages/device/interface.inc.php+12 / -32
Mhtml/pages/device/overview.inc.php+2 / -2
Dhtml/pages/device/overview/cemp.inc.php+0 / -41
Dhtml/pages/device/overview/cmp.inc.php+0 / -38
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
Mhtml/pages/device/overview/voltages.inc.php+1 / -1
Mincludes/snmp.inc.php+1 / -1
+80 added −139 removed filtered activity

💻 r1008

Adam Armstrong 🐸
add more icons
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/overview/voltages.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r1007

Tom Laermans 🦔
Dell Laser Toner discovery for EnterpriseNMS
Files changed (4) +302 / -155
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+1 / -2
Mincludes/discovery/functions.inc.php+234 / -153
Aincludes/discovery/toner.inc.php+66 / -0
+301 added −155 removed filtered activity

💻 r1006

Tom Laermans 🦔
ACTUALLY run the whole update script for <1000 instead of never
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r1005

Tom Laermans 🦔
don't discover disabled devices
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r1004

Tom Laermans 🦔
don't poll disabled devices
Files changed (1) +1 / -1
Changed files with action and line counts
Mpoll-device.php+1 / -1
+1 added −1 removed filtered activity

💻 r1003

Adam Armstrong 🐸
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) +14 / -6
Changed files with action and line counts
Ahtml/images/icons/cpuload.png+1 / -0
Ahtml/images/icons/mempool.png+1 / -0
Mhtml/pages/device/overview/mempools.inc.php+3 / -3
Mhtml/pages/device/overview/processors.inc.php+8 / -2
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
+12 added −6 removed filtered activity

💻 r1002

Adam Armstrong 🐸
add CISCO-ENHANCED-MEMPOOL-MIB support to new mempool discovery/poller
Files changed (8) +57 / -9
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mincludes/discovery/functions.inc.php+8 / -3
Aincludes/discovery/mempools-cemp.inc.php+22 / -0
Mincludes/discovery/mempools-cmp.inc.php+4 / -1
Mincludes/discovery/mempools.inc.php+1 / -0
Mincludes/polling/device-ios.inc.php+3 / -3
Aincludes/polling/mempools-cemp.inc.php+17 / -0
Mincludes/polling/mempools.inc.php+1 / -1
+57 added −9 removed filtered activity

💻 r1001

Adam Armstrong 🐸
reset sql auto update. add "pre-1000" script for revisions below 1000 (cut down excessive SQL churn).
Files changed (3) +125 / -121
Changed files with action and line counts
Adatabase-update-pre1000.sql+121 / -0
Mdatabase-update.sql+0 / -121
Mdiscovery.php+4 / -0
+4 added 0 removed filtered activity

💻 r1000

Tom Laermans 🦔
cleanups code, YAY COMMIT 1000
Files changed (3) +71 / -56
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/includes/dev-overview-data.inc.php+56 / -37
Mhtml/pages/device/overview/ports.inc.php+14 / -18
+71 added −56 removed filtered activity

💻 r999

Tom Laermans 🦔
allow lack of trailing slash in rancid config directories
Files changed (2) +2 / -0
Changed files with action and line counts
Mhtml/pages/device.php+1 / -0
Mhtml/pages/device/showconfig.inc.php+1 / -0
+2 added 0 removed filtered activity

💻 r998

Tom Laermans 🦔
config.php.default tweaks
Files changed (1) +2 / -2
Changed files with action and line counts
Mconfig.php.default+2 / -2
+2 added −2 removed filtered activity

💻 r997

Tom Laermans 🦔
more warning cleanups
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/locations.php+1 / -1
Mhtml/pages/sensors.php+2 / -2
+3 added −3 removed filtered activity

💻 r996

Tom Laermans 🦔
warnings cleanup
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/functions.php+2 / -2
+2 added −2 removed filtered activity

💻 r995

Tom Laermans 🦔
REWRITE THIS ;)
Files changed (2) +5 / -5
Changed files with action and line counts
Dhtml/includes/warn-deleted-interfaces.inc.php+0 / -5
Ahtml/includes/warn-deleted-ports.inc.php+5 / -0
+5 added −5 removed filtered activity

💻 r994

Tom Laermans 🦔
more working less sucking
Files changed (4) +25 / -3
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+7 / -0
Mhtml/includes/authentication/ldap.inc.php+9 / -1
Mhtml/includes/authentication/mysql.inc.php+8 / -1
+25 added −3 removed filtered activity

💻 r993

Tom Laermans 🦔
can has working pages? NO CAN HAS :(
Files changed (4) +4 / -4
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+1 / -1
Mhtml/includes/authentication/ldap.inc.php+1 / -1
Mhtml/includes/authentication/mysql.inc.php+1 / -1
+4 added −4 removed filtered activity

💻 r992

Tom Laermans 🦔
userlevel via authmodule
Files changed (4) +23 / -6
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -5
Mhtml/includes/authentication/http-auth.inc.php+7 / -0
Mhtml/includes/authentication/ldap.inc.php+8 / -1
Mhtml/includes/authentication/mysql.inc.php+7 / -0
+23 added −6 removed filtered activity

💻 r991

Tom Laermans 🦔
MOAR AUTHMODULE, with some parts left to do...
Files changed (8) +161 / -65
Changed files with action and line counts
Madduser.php+28 / -12
Mhtml/includes/authentication/http-auth.inc.php+16 / -0
Mhtml/includes/authentication/ldap.inc.php+18 / -1
Mhtml/includes/authentication/mysql.inc.php+17 / -0
Mhtml/includes/error-no-perm.inc.php+1 / -1
Mhtml/includes/print-menubar.php+9 / -4
Mhtml/pages/adduser.php+43 / -27
Mhtml/pages/deluser.php+29 / -20
+161 added −65 removed filtered activity

💻 r990

Tom Laermans 🦔
change password option in the auth modules, not used in the webinterface yet
Files changed (3) +33 / -0
Changed files with action and line counts
Mhtml/includes/authentication/http-auth.inc.php+11 / -0
Mhtml/includes/authentication/ldap.inc.php+10 / -0
Mhtml/includes/authentication/mysql.inc.php+12 / -0
+33 added 0 removed filtered activity

💻 r989

Tom Laermans 🦔
topnav logic change (level 10 only to see everything), code cleanup
Files changed (1) +36 / -38
Changed files with action and line counts
Mhtml/includes/topnav.inc+36 / -38
+36 added −38 removed filtered activity

💻 r988

Tom Laermans 🦔
fix sensor links on device overview
Files changed (3) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/overview/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
Mhtml/pages/device/overview/voltages.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r987

Adam Armstrong 🐸
Juniper JunOSe temperatures (sponsored by redLED Industries Inc.)
Files changed (3) +51 / -0
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+24 / -0
Aincludes/discovery/temperatures-junose.inc.php+25 / -0
Mincludes/discovery/temperatures.inc.php+2 / -0
+51 added 0 removed filtered activity

💻 r986

Tom Laermans 🦔
fix escaped eventlog that shouldn't be escaped
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r985

Tom Laermans 🦔
fix windows uptime
Files changed (2) +3 / -8
Changed files with action and line counts
Mincludes/polling/hr-mib.inc.php+2 / -8
Mpoll-device.php+1 / -0
+3 added −8 removed filtered activity

💻 r984

Tom Laermans 🦔
find older hardware for powerconnect - works on 5224
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/polling/device-powerconnect.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r983

Tom Laermans 🦔
poll hrSystemUptime instead of sysUptime (device uptime vs snmp agent uptime) if available
Files changed (1) +27 / -10
Changed files with action and line counts
Mpoll-device.php+27 / -10
+27 added −10 removed filtered activity

💻 r982

Tom Laermans 🦔
fix uptime polling broken in r970
Files changed (1) +56 / -54
Changed files with action and line counts
Mpoll-device.php+56 / -54
+56 added −54 removed filtered activity

💻 r981

Adam Armstrong 🐸
junos atm vp collection! konijntjetijd!
Files changed (2) +81 / -1
Changed files with action and line counts
Mincludes/discovery/junose-atm-vp.inc.php+3 / -1
Aincludes/polling/junose-atm-vp.inc.php+78 / -0
+81 added −1 removed filtered activity

💻 r980

Adam Armstrong 🐸
db update
Files changed (4) +9 / -6
Changed files with action and line counts
Mdatabase-update.sql+2 / -1
Mdiscovery.php+1 / -2
Mincludes/discovery/functions.inc.php+3 / -3
Mincludes/polling/device-junose.inc.php+3 / -0
+7 added −5 removed filtered activity

💻 r979

Adam Armstrong 🐸
junose-atm-vp stuff
Files changed (6) +56 / -54
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mdatabase-update.sql+1 / -0
Mdiscovery.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Dincludes/discovery/junose-atm-vc.inc.php+0 / -51
Aincludes/discovery/junose-atm-vp.inc.php+52 / -0
+55 added −54 removed filtered activity

💻 r978

Tom Laermans 🦔
allow specifying LDAP version 2 or 3 in the config
Files changed (2) +7 / -0
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+4 / -0
Mincludes/defaults.inc.php+3 / -0
+7 added 0 removed filtered activity

February 2010

💻 r977

Adam Armstrong 🐸
bit of restructuring and tiding. all hail bunny.
Files changed (19) +398 / -345
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mdiscovery.php+15 / -41
Mincludes/defaults.inc.php+3 / -1
Mincludes/discovery/arp-table.inc.php+0 / -1
Mincludes/discovery/bgp-peers.inc.php+0 / -1
Mincludes/discovery/cisco-mac-accounting.inc.php+8 / -1
Mincludes/discovery/cisco-pw.inc.php+2 / -2
Mincludes/discovery/cisco-vlans.inc.php+4 / -0
Mincludes/discovery/cisco-vrf.inc.php+6 / -1
Mincludes/discovery/functions.inc.php+16 / -1
Aincludes/discovery/junose-atm-vc.inc.php+51 / -0
Dincludes/functions-poller.inc.php+0 / -289
Mincludes/functions.php+1 / -0
Aincludes/snmp.inc.php+289 / -0
Mincludes/static-config.php+2 / -2
Mpoll-device.php+0 / -1
Mpoller.php+0 / -1
Mtest-discovery.php+0 / -1
Mtest-poll.php+0 / -1
+398 added −345 removed filtered activity

💻 r976

Tom Laermans 🦔
discovery powerconnect
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/osdiscovery/discover-powerconnect.php+1 / -0
+1 added 0 removed filtered activity

💻 r975

Tom Laermans 🦔
set device to network if os is ironware
Files changed (1) +7 / -3
Changed files with action and line counts
Mdiscovery.php+7 / -3
+7 added −3 removed filtered activity

💻 r974

Tom Laermans 🦔
remove print_r from etherlike graphs
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/port_etherlike.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r973

Tom Laermans 🦔
auth modules! please test http-auth again, i haven't, but i think i got it right...
Files changed (7) +114 / -68
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+35 / -65
Ahtml/includes/authentication non-text+0 / -0
Ahtml/includes/authentication/http-auth.inc.php+27 / -0
Ahtml/includes/authentication/ldap.inc.php+33 / -0
Ahtml/includes/authentication/mysql.inc.php+16 / -0
Mhtml/index.php+1 / -1
Mhtml/pages/logon.inc+2 / -2
+114 added −68 removed filtered activity

💻 r972

Adam Armstrong 🐸
Add HTTP-Auth (thanks Allen Parker <parker a isohunt o com>)
Files changed (6) +42 / -21
Changed files with action and line counts
Mconfig.php.default+2 / -1
Mhtml/includes/authenticate.inc.php+22 / -10
Mhtml/includes/graphs/device_storage.inc.php+2 / -2
Mhtml/includes/graphs/mempool.inc.php+10 / -6
Mhtml/includes/graphs/storage.inc.php+2 / -2
Mincludes/static-config.php+4 / -0
+42 added −21 removed filtered activity

💻 r971

Tom Laermans 🦔
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) +12 / -12
Changed files with action and line counts
Mconfig.php.default+0 / -5
Mincludes/defaults.inc.php+3 / -0
Mincludes/discovery/storage-hrstorage.inc.php+9 / -7
+12 added −12 removed filtered activity

💻 r970

Tom Laermans 🦔
Put device rebooted event in the event log before other device events
Files changed (1) +23 / -22
Changed files with action and line counts
Mpoll-device.php+23 / -22
+23 added −22 removed filtered activity

💻 r969

Adam Armstrong 🐸
hurray for the atm forum
Files changed (2) +4,733 / -4,630
Changed files with action and line counts
Dmibs/ATM-FORUM-SNMP-M4-MIB.mib+0 / -4,630
Amibs/junose/ATM-FORUM-SNMP-M4-MIB.mib+4,733 / -0
0 added 0 removed filtered activity

💻 r968

Adam Armstrong 🐸
Add ATM-FORUM-SNMP-M4 MIB. Required for JunOSe ATM MIBs
Files changed (1) +4,733 / -0
Changed files with action and line counts
Amibs/ATM-FORUM-SNMP-M4-MIB.mib+4,733 / -0
0 added 0 removed filtered activity

💻 r967

Tom Laermans 🦔
clean up storage polling output
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/storage-hrstorage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r966

Tom Laermans 🦔
include defaults.php before config.php, not FROM config.php
Files changed (29) +28 / -2
Changed files with action and line counts
Maddhost.php+1 / -0
Madduser.php+1 / -0
Malerts.php+1 / -0
Mcheck-errors.php+1 / -0
Mcheck-services.php+1 / -0
Mcleanup.php+1 / -0
Mconfig.php.default+0 / -1
Mdelhost.php+1 / -0
Mdiscovery.php+1 / -0
Mgenerate-iplist.php+1 / -0
Mhtml/ajax/list_interfaces.php+1 / -0
Mhtml/billing-graph.php+1 / -0
Mhtml/collectd-graph.php+1 / -0
Mhtml/graph.php+1 / -1
Mhtml/index.php+1 / -0
Mhtml/map.php+1 / -0
Mhtml/netcmd.php+1 / -0
Mhtml/percentage.php+1 / -0
Mpoll-billing.php+1 / -0
Mpoll-device.php+1 / -0
Mpoll-reachability.php+1 / -0
Mpoller.php+1 / -0
Mrenamehost.php+1 / -0
Mscan-snmp.php+1 / -0
Msnmptrap.php+1 / -0
Msyslog.php+1 / -0
Mtest-discovery.php+1 / -0
Mtest-poll.php+1 / -0
Mversioncheck.php+1 / -0
+28 added −2 removed filtered activity

💻 r965

Geert
  • BUGFIX: Access privilege fix on the storage overview.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/storage.php+1 / -1
0 added 0 removed filtered activity

💻 r964

Geert
  • Storage config / defaults fixes.
Files changed (2) +1 / -4
Changed files with action and line counts
Mconfig.php.default+0 / -3
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r963

Geert
Typo fix.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/storage.php+1 / -1
0 added 0 removed filtered activity

💻 r962

Geert
  • Additional Cisco hardware check.
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/functions.php+2 / -0
0 added 0 removed filtered activity

💻 r961

Geert
  • Let's hope it's fixed now :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r960

Geert
Regex fix in ignore_junos_os_drives
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r959

Geert
ignore_bsd_os_drives regex fix.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r958

Geert
  • Ignored some FreeBSD OS drives.
Files changed (3) +17 / -0
Changed files with action and line counts
Mhtml/pages/device/overview/storage.inc.php+8 / -0
Mhtml/pages/storage.php+8 / -0
Mincludes/defaults.inc.php+1 / -0
0 added 0 removed filtered activity

💻 r957

Geert
  • Ignored some Juniper ERX storage partitions.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r956

Adam Armstrong 🐸
fix hrdevice cpu popup and link
Files changed (1) +4 / -3
Changed files with action and line counts
Mhtml/pages/device/hrdevice.inc.php+4 / -3
+4 added −3 removed filtered activity

💻 r955

Geert
  • 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) +12 / -5
Changed files with action and line counts
Mhtml/includes/print-menubar.php+4 / -0
Mhtml/includes/topnav.inc+1 / -1
Mhtml/pages/ports.php+7 / -4
0 added 0 removed filtered activity

💻 r954

Geert
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) +1 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r953

Adam Armstrong 🐸
fix RRD format for storage RRDS. we need to look at these rrd formats, i think, some might SUCK.
Files changed (3) +6 / -6
Changed files with action and line counts
Mhtml/pages/device/health/storage.inc.php+3 / -3
Mincludes/polling/storage.inc.php+2 / -2
Mincludes/rrdtool.inc.php+1 / -1
+6 added −6 removed filtered activity

💻 r952

Geert
  • 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) +33 / -18
Changed files with action and line counts
Mcheck-services.php+2 / -2
Mincludes/defaults.inc.php+10 / -9
Mincludes/polling/fanspeeds.inc.php+1 / -1
Mincludes/polling/hr-mib_storage.inc.php+1 / -1
Mincludes/polling/ports.inc.php+14 / -0
Mincludes/polling/temperatures.inc.php+1 / -1
Mincludes/polling/voltages.inc.php+2 / -2
Mpoll-reachability.php+2 / -2
0 added 0 removed filtered activity

💻 r951

Adam Armstrong 🐸
syslog fix + device_fanspeeds graph for health main page
Files changed (3) +57 / -1
Changed files with action and line counts
Ahtml/includes/graphs/device_fanspeeds.inc.php+55 / -0
Mincludes/syslog.php+1 / -1
Msyslog.php+1 / -0
+57 added −1 removed filtered activity

💻 r950

Adam Armstrong 🐸
add device_memory graph and fix single mempool graph
Files changed (2) +31 / -13
Changed files with action and line counts
Mhtml/includes/graphs/device_memory.inc.php+23 / -0
Mhtml/includes/graphs/mempool.inc.php+8 / -13
+31 added −13 removed filtered activity

💻 r949

Adam Armstrong 🐸
junos mempools
Files changed (8) +69 / -5
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
Mhtml/includes/print-interface.inc.php+9 / -1
Mincludes/defaults.inc.php+4 / -0
Aincludes/discovery/mempools-junos.inc.php+30 / -0
Mincludes/discovery/mempools.inc.php+1 / -0
Aincludes/polling/mempools-junos.inc.php+20 / -0
Mincludes/polling/mempools.inc.php+3 / -2
Mincludes/polling/storage-hrstorage.inc.php+0 / -2
+67 added −5 removed filtered activity

💻 r948

Adam Armstrong 🐸
memory health page
Files changed (1) +73 / -0
Changed files with action and line counts
Ahtml/pages/device/health/memory.inc.php+73 / -0
+73 added 0 removed filtered activity

💻 r947

Adam Armstrong 🐸
storage fixes, moving things from graphing page, ironware dynamic memory pool (static!)
Files changed (17) +140 / -30
Changed files with action and line counts
Ahtml/includes/graphs/device_processors.inc.php+36 / -0
Mhtml/includes/graphs/device_storage.inc.php+1 / -1
Ahtml/includes/graphs/device_voltages.inc.php+55 / -0
Mhtml/includes/graphs/storage.inc.php+1 / -1
Mhtml/pages/device/graphs/os-ios.inc.php+3 / -3
Mhtml/pages/device/graphs/os-ironware.inc.php+1 / -1
Mhtml/pages/device/graphs/os-junos.inc.php+2 / -2
Mhtml/pages/device/graphs/os-junose.inc.php+3 / -2
Mhtml/pages/device/graphs/os-unix.inc.php+0 / -1
Mhtml/pages/device/graphs/os-windows.inc.php+0 / -2
Dhtml/pages/device/graphs/temperatures.inc.php+0 / -7
Mhtml/pages/device/health.inc.php+8 / -5
Aincludes/discovery/mempools-ironware-dyn.inc.php+17 / -0
Mincludes/discovery/mempools.inc.php+1 / -0
Aincludes/polling/mempools-ironware-dyn.inc.php+10 / -0
Mincludes/polling/mempools.inc.php+1 / -4
Mincludes/polling/storage.inc.php+1 / -1
+140 added −30 removed filtered activity

💻 r946

Adam Armstrong 🐸
fix etherlike graphing,more storage changes, create health aggregate page
Files changed (10) +121 / -115
Changed files with action and line counts
Dhtml/includes/graphs/device_hrstorage.inc.php+0 / -29
Ahtml/includes/graphs/device_storage.inc.php+30 / -0
Mhtml/includes/graphs/port_etherlike.inc.php+7 / -6
Dhtml/pages/device/graphs/hrstorage.inc.php+0 / -9
Mhtml/pages/device/graphs/os-unix.inc.php+0 / -1
Mhtml/pages/device/graphs/os-windows.inc.php+0 / -1
Ahtml/pages/device/graphs/storage.inc.php+9 / -0
Mhtml/pages/device/health.inc.php+16 / -10
Dhtml/pages/device/health/temp.inc.php+0 / -59
Ahtml/pages/device/health/temperatures.inc.php+59 / -0
+121 added −115 removed filtered activity

💻 r945

Geert
  • JunOS support for the storage rewrite.
Files changed (3) +3 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/storage.inc.php+1 / -0
Mhtml/pages/storage.php+1 / -0
Mincludes/defaults.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r944

Adam Armstrong 🐸
add semicolon :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
0 added 0 removed filtered activity

💻 r943

Adam Armstrong 🐸
fix some storage mess.
Files changed (3) +14 / -17
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/pages/device/overview/storage.inc.php+3 / -4
Mhtml/pages/storage.php+10 / -13
+13 added −17 removed filtered activity

💻 r942

Adam Armstrong 🐸
remove " from processor descriptions (need to standardize this later)
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r941

Adam Armstrong 🐸
move interfaces to ports :)
Files changed (3) +160 / -159
Changed files with action and line counts
Dhtml/pages/interfaces.php+0 / -159
Ahtml/pages/ports.php+159 / -0
Mhtml/pages/storage.php+1 / -0
+160 added −159 removed filtered activity

💻 r940

Adam Armstrong 🐸
new storage overview module
Files changed (1) +58 / -0
Changed files with action and line counts
Ahtml/pages/device/overview/storage.inc.php+58 / -0
+58 added 0 removed filtered activity

💻 r939

Adam Armstrong 🐸
add storage graph type (needs rewrite a bit, too long)
Files changed (1) +32 / -0
Changed files with action and line counts
Ahtml/includes/graphs/storage.inc.php+32 / -0
+32 added 0 removed filtered activity

💻 r938

Adam Armstrong 🐸
storage poller redux
Files changed (2) +78 / -0
Changed files with action and line counts
Aincludes/polling/storage-hrstorage.inc.php+20 / -0
Aincludes/polling/storage.inc.php+58 / -0
+78 added 0 removed filtered activity

💻 r937

Adam Armstrong 🐸
continuation of storage changes, addition of rrdtool functions
Files changed (13) +147 / -132
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Mincludes/discovery/functions.inc.php+23 / -0
Mincludes/discovery/mempools-cmp.inc.php+1 / -1
Aincludes/discovery/storage-hrstorage.inc.php+34 / -0
Mincludes/discovery/storage.inc.php+16 / -58
Mincludes/functions.php+3 / -46
Mincludes/graphing/unix.php+6 / -6
Mincludes/polling/hr-mib.inc.php+0 / -1
Mincludes/polling/hr-mib_storage.inc.php+17 / -15
Mincludes/rewrites.php+0 / -2
Aincludes/rrdtool.inc.php+40 / -0
Mincludes/unix-graphing.php+3 / -3
Mpoll-device.php+1 / -0
+144 added −132 removed filtered activity

💻 r936

Adam Armstrong 🐸
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) +70 / -484
Changed files with action and line counts
Mhtml/graph.php+2 / -2
Dhtml/includes/graphs/cpmCPU.inc.php+0 / -26
Mhtml/includes/graphs/device_hrstorage.inc.php+3 / -3
Dhtml/includes/graphs/hrProcessor.inc.php+0 / -28
Dhtml/includes/graphs/hrstorage.inc.php+0 / -31
Mhtml/pages/device.php+2 / -2
Mhtml/pages/device/graphs/hrstorage.inc.php+1 / -1
Mhtml/pages/device/health.inc.php+5 / -9
Dhtml/pages/device/health/cemp.inc.php+0 / -62
Dhtml/pages/device/health/cmp.inc.php+0 / -55
Dhtml/pages/device/health/hrprocessors.inc.php+0 / -52
Mhtml/pages/device/health/processors.inc.php+21 / -7
Mhtml/pages/device/health/storage.inc.php+12 / -12
Mhtml/pages/device/overview.inc.php+2 / -1
Dhtml/pages/device/overview/hrProcessors.inc.php+0 / -33
Dhtml/pages/device/overview/hrStorage.inc.php+0 / -58
Dhtml/pages/device/storage.inc.php+0 / -85
Mhtml/pages/storage.php+22 / -17
+70 added −484 removed filtered activity

💻 r935

Adam Armstrong 🐸
BUNNY! (\(\ ( - -) ((') (')
Files changed (2) +1 / -1
Changed files with action and line counts
Dhtml/images/os/m0n0wall.png+0 / -1
Ahtml/images/os/monowall.png+1 / -0
0 added 0 removed filtered activity

💻 r934

Adam Armstrong 🐸
overview tab 2: the return. also config option to make it shoo.
Files changed (2) +12 / -8
Changed files with action and line counts
Mhtml/pages/device.php+8 / -8
Mincludes/defaults.inc.php+4 / -0
+12 added −8 removed filtered activity

💻 r933

Adam Armstrong 🐸
fix monowall to be in unix os group
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/static-config.php+2 / -2
+2 added −2 removed filtered activity

💻 r932

Adam Armstrong 🐸
database addition for generic mempools (don't remove old ones yet)
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r931

Adam Armstrong 🐸
add generic memory pool poller and add old-cisco-memory-pool-mib support
Files changed (11) +242 / -4
Changed files with action and line counts
Mdiscovery.php+2 / -0
Ahtml/includes/graphs/mempool.inc.php+32 / -0
Mhtml/pages/device/overview.inc.php+3 / -2
Ahtml/pages/device/overview/mempools.inc.php+51 / -0
Mincludes/discovery/functions.inc.php+23 / -0
Aincludes/discovery/mempools-cmp.inc.php+21 / -0
Aincludes/discovery/mempools.inc.php+29 / -0
Mincludes/polling/device-ios.inc.php+6 / -2
Aincludes/polling/mempools-cmp.inc.php+17 / -0
Aincludes/polling/mempools.inc.php+57 / -0
Mpoll-device.php+1 / -0
+242 added −4 removed filtered activity

💻 r930

Geert
  • Device hardware rewrite addon (Ex "CISCO1841" to "Cisco 1841")
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/functions.php+2 / -0
0 added 0 removed filtered activity

💻 r929

Geert
  • Unknown Linux devices with -server in the kernel version are now identified as a server. (Tested on Ubuntu 9.10-server)
Files changed (1) +4 / -0
Changed files with action and line counts
Mdiscovery.php+4 / -0
0 added 0 removed filtered activity

💻 r928

Adam Armstrong 🐸
make service graph make a tiny bit more sense. because moar.
Files changed (2) +15 / -6
Changed files with action and line counts
Mhtml/includes/graphs/service.inc.php+9 / -5
Mhtml/includes/print-service.inc+6 / -1
+15 added −6 removed filtered activity

💻 r927

Geert
  • Missing ending ;
Files changed (1) +2 / -2
Changed files with action and line counts
Mdatabase-update.sql+2 / -2
0 added 0 removed filtered activity

💻 r926

Adam Armstrong 🐸
add service history RRD and graph
Files changed (19) +77 / -30
Changed files with action and line counts
Mcheck-services.php+15 / -2
Mdatabase-update.sql+1 / -0
Ahtml/includes/graphs/service.inc.php+30 / -0
Mhtml/includes/graphs/temperature.inc.php+2 / -2
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/includes/print-service.inc+4 / -1
Mhtml/includes/service-add.inc.php+1 / -1
Mhtml/includes/topnav.inc+4 / -4
Mhtml/pages/default-jt.php+1 / -1
Mhtml/pages/delsrv.php+1 / -1
Mhtml/pages/device.php+1 / -1
Mhtml/pages/device/overview.inc.php+5 / -5
Mhtml/pages/device/srv.inc.php+2 / -2
Mhtml/pages/front/default.php+1 / -1
Mhtml/pages/front/demo.php+1 / -1
Mhtml/pages/front/example2.php+1 / -1
Mhtml/pages/front/jt.php+1 / -1
Mhtml/pages/services.php+3 / -3
Mincludes/functions.php+2 / -2
+76 added −30 removed filtered activity

💻 r925

Geert
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) +32 / -10
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+8 / -8
Mhtml/includes/hostbox.inc+1 / -1
Mincludes/defaults.inc.php+2 / -0
Mincludes/functions.php+21 / -1
0 added 0 removed filtered activity

💻 r924

Tom Laermans 🦔
back to >
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r923

Tom Laermans 🦔
add single quotes in eventlog statement
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r922

Geert
  • Added a setting to toggle the display of sysDescr on the device overview page.
Setting: overview_show_sysDescr Default: true
Files changed (2) +5 / -1
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+3 / -1
Mincludes/defaults.inc.php+2 / -0
0 added 0 removed filtered activity

💻 r921

Tom Laermans 🦔
hm, fix to last commit, debug output would never fire
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/functions.php+4 / -1
+4 added −1 removed filtered activity

💻 r920

Tom Laermans 🦔
hide debug output from log_event()
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r919

Tom Laermans 🦔
cleanup junos processor detection
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/processors-junos.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r918

Tom Laermans 🦔
patch from jduggan to detect mac address changes
Files changed (1) +6 / -0
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+6 / -0
+6 added 0 removed filtered activity

💻 r917

Geert
  • BUGFIX: Syntax error fix.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r916

Tom Laermans 🦔
fix eventlog type column
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r915

Tom Laermans 🦔
cleanups
Files changed (7) +10 / -10
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+1 / -1
Mincludes/discovery/cisco-vlans.inc.php+2 / -2
Mincludes/discovery/processors-junos.inc.php+1 / -1
Mincludes/discovery/q-bridge-mib.inc.php+3 / -3
Mincludes/polling/interfaces.inc.php+1 / -1
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/syslog.php+1 / -1
+10 added −10 removed filtered activity

💻 r914

Tom Laermans 🦔
temp_tenths is for oldies, remove cruft
Files changed (1) +3 / -7
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+3 / -7
+3 added −7 removed filtered activity

💻 r913

Adam Armstrong 🐸
clean up some graphing for new juniper stuff
Files changed (4) +5 / -31
Changed files with action and line counts
Mhtml/includes/graphs/device_cpu.inc.php+0 / -1
Dhtml/includes/graphs/device_cpu_junos.inc.php+0 / -25
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
Mhtml/includes/graphs/processor.inc.php+3 / -3
+5 added −31 removed filtered activity

💻 r912

Adam Armstrong 🐸
cleanups
Files changed (3) +15 / -82
Changed files with action and line counts
Dhtml/includes/graphs/device_cpu_windows.inc.php+0 / -68
Mincludes/discovery/processors-hrdevice.inc.php+1 / -1
Mincludes/discovery/processors-junos.inc.php+14 / -13
+15 added −82 removed filtered activity

💻 r911

Adam Armstrong 🐸
perhaps it would be best to actually include the junos polling script.
Files changed (1) +29 / -0
Changed files with action and line counts
Aincludes/discovery/processors-junos.inc.php+29 / -0
+29 added 0 removed filtered activity

💻 r910

Adam Armstrong 🐸
cpu polling support for Juniper JunOS. tested on m7i only
Files changed (4) +27 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -0
Mincludes/discovery/processors.inc.php+1 / -0
Mincludes/functions-poller.inc.php+21 / -0
Mtest-discovery.php+2 / -0
+27 added 0 removed filtered activity

💻 r909

Adam Armstrong 🐸
fix database update for syslogging
Files changed (1) +1 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
0 added 0 removed filtered activity

💻 r908

Adam Armstrong 🐸
resize bars in overview to 20px high, looks better, less hassle.
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/hrStorage.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r907

Adam Armstrong 🐸
honestly, this really, truly fixes processor detection on IOS. probably.
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r906

Adam Armstrong 🐸
final fix for processors. I believe it all works now.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/processors-ios.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r905

Geert
  • BUGFIX: temp_index was already defined as an integer. Use CHANGE instead of ADD.
Files changed (1) +1 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
0 added 0 removed filtered activity

💻 r904

Adam Armstrong 🐸
another processor fix!
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/processors-ios.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r903

Adam Armstrong 🐸
update processors code some more
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r902

Adam Armstrong 🐸
fix processors
Files changed (3) +3 / -2
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/processors-ios.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r901

Geert
  • Addon to r896.
Files changed (1) +12 / -0
Changed files with action and line counts
Mhtml/pages/device/overview/hrStorage.inc.php+12 / -0
0 added 0 removed filtered activity

💻 r900

Adam Armstrong 🐸
rewritten processors discovery to use function
Files changed (4) +5 / -44
Changed files with action and line counts
Mincludes/discovery/processors-hrdevice.inc.php+1 / -15
Mincludes/discovery/processors-ios.inc.php+1 / -1
Mincludes/discovery/processors-ironware.inc.php+1 / -14
Mincludes/discovery/processors-junose.inc.php+2 / -14
+5 added −44 removed filtered activity

💻 r899

Adam Armstrong 🐸
add a default catch-all IOS cpu poller using avgBusy5
Files changed (8) +65 / -34
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/includes/functions.inc.php+2 / -3
Mhtml/pages/device/health/storage.inc.php+11 / -7
Mhtml/pages/device/storage.inc.php+7 / -1
Mhtml/pages/storage.php+12 / -8
Mincludes/discovery/functions.inc.php+21 / -0
Mincludes/discovery/processors-ios.inc.php+7 / -14
Mpoll-device.php+4 / -1
+64 added −34 removed filtered activity

💻 r898

Geert
  • BUGFIX: Ignored interfaces should not be in the alerts.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
0 added 0 removed filtered activity

💻 r897

Geert
  • Do not display "Services" in the top navigation when servies are disabled.
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/topnav.inc+2 / -0
0 added 0 removed filtered activity

💻 r896

Geert
  • 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) +13 / -1
Changed files with action and line counts
Mhtml/pages/storage.php+12 / -1
Mincludes/defaults.inc.php+1 / -0
0 added 0 removed filtered activity

💻 r895

Adam Armstrong 🐸
fix juniper temperature detection temporarily before rewrite
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r894

Adam Armstrong 🐸
yes, i suck, i know :(
Files changed (1) +2 / -2
Changed files with action and line counts
Mdatabase-update.sql+2 / -2
0 added 0 removed filtered activity

💻 r893

Adam Armstrong 🐸
fix db update! :O
Files changed (1) +2 / -2
Changed files with action and line counts
Mdatabase-update.sql+2 / -2
0 added 0 removed filtered activity

💻 r892

Adam Armstrong 🐸
fixes to map.php to display hosts not in database (found with discovery protocols)
Files changed (1) +15 / -3
Changed files with action and line counts
Mhtml/map.php+15 / -3
+15 added −3 removed filtered activity

💻 r891

Adam Armstrong 🐸
rename some gui include files
Files changed (23) +184 / -184
Changed files with action and line counts
Mhtml/ajax/list_interfaces.php+1 / -1
Mhtml/billing-graph.php+1 / -1
Mhtml/collectd-graph.php+1 / -1
Mhtml/graph.php+1 / -1
Dhtml/includes/add-srv.inc+0 / -16
Dhtml/includes/authenticate.inc+0 / -91
Ahtml/includes/authenticate.inc.php+91 / -0
Dhtml/includes/del-srv.inc+0 / -15
Ahtml/includes/device-edit.inc.php+28 / -0
Dhtml/includes/device-header.inc+0 / -21
Ahtml/includes/device-header.inc.php+21 / -0
Dhtml/includes/edit-host.inc+0 / -28
Ahtml/includes/service-add.inc.php+16 / -0
Ahtml/includes/service-delete.inc.php+15 / -0
Mhtml/index.php+1 / -1
Mhtml/map.php+1 / -1
Mhtml/netcmd.php+1 / -1
Mhtml/pages/addsrv.php+1 / -1
Mhtml/pages/delsrv.php+1 / -1
Mhtml/pages/device.php+1 / -1
Mhtml/pages/device/edit.inc.php+1 / -1
Mhtml/pages/vrf.php+1 / -1
Mhtml/percentage.php+1 / -1
+184 added −184 removed filtered activity

💻 r890

Adam Armstrong 🐸
rename discovery include scripts and update discovery.php
Files changed (37) +1,588 / -1,594

Showing the first 30 paths; 7 more are omitted from this static page.

Changed files with action and line counts
Mdiscovery.php+19 / -25
Aincludes/discovery/arp-table.inc.php+63 / -0
Dincludes/discovery/arp-table.php+0 / -63
Aincludes/discovery/bgp-peers.inc.php+145 / -0
Dincludes/discovery/bgp-peers.php+0 / -145
Aincludes/discovery/cemp-mib.inc.php+47 / -0
Dincludes/discovery/cemp-mib.php+0 / -47
Aincludes/discovery/cisco-mac-accounting.inc.php+47 / -0
Dincludes/discovery/cisco-mac-accounting.php+0 / -47
Aincludes/discovery/cisco-processors.inc.php+65 / -0
Dincludes/discovery/cisco-processors.php+0 / -65
Aincludes/discovery/cisco-pw.inc.php+67 / -0
Dincludes/discovery/cisco-pw.php+0 / -67
Aincludes/discovery/cisco-vlans.inc.php+59 / -0
Dincludes/discovery/cisco-vlans.php+0 / -59
Aincludes/discovery/cisco-vrf.inc.php+82 / -0
Dincludes/discovery/cisco-vrf.php+0 / -82
Aincludes/discovery/cmp-mib.inc.php+40 / -0
Dincludes/discovery/cmp-mib.php+0 / -40
Aincludes/discovery/fanspeeds.inc.php+98 / -0
Dincludes/discovery/fanspeeds.php+0 / -98
Dincludes/discovery/interfaces.php+0 / -77
Aincludes/discovery/ipv4-addresses.inc.php+55 / -0
Dincludes/discovery/ipv4-addresses.php+0 / -55
Aincludes/discovery/ipv6-addresses.inc.php+69 / -0
Dincludes/discovery/ipv6-addresses.php+0 / -69
Aincludes/discovery/ports.inc.php+77 / -0
Aincludes/discovery/q-bridge-mib.inc.php+58 / -0
Dincludes/discovery/q-bridge-mib.php+0 / -58
Aincludes/discovery/storage.inc.php+71 / -0
+1,588 added −1,594 removed filtered activity

💻 r889

Adam Armstrong 🐸
change interfaces table to ports (to match GUI conventions)
Files changed (80) +299 / -297

Showing the first 30 paths; 50 more are omitted from this static page.

Changed files with action and line counts
Maddhost.php+1 / -1
Mcheck-errors.php+2 / -2
Mcleanup.php+11 / -11
Mcontrib/generate-dnstext.php+1 / -1
Mcontrib/generate-vegadns.php+1 / -1
Mdatabase-update.sql+2 / -0
Mdiscovery.php+1 / -1
Mhtml/ajax/list_interfaces.php+2 / -2
Mhtml/includes/graphs/customer_bits.inc.php+2 / -2
Mhtml/includes/graphs/device_bits.inc.php+2 / -2
Mhtml/includes/graphs/mac_acc_bits.inc.php+1 / -1
Mhtml/includes/graphs/mac_acc_pkts.inc.php+1 / -1
Mhtml/includes/graphs/mac_acc_total.inc.php+2 / -2
Mhtml/includes/graphs/multi_bits.inc.php+4 / -4
Mhtml/includes/graphs/multi_bits_separate.inc.php+5 / -5
Mhtml/includes/graphs/pagp_bits.inc.php+3 / -3
Mhtml/includes/graphs/port_bits.inc.php+1 / -1
Mhtml/includes/graphs/port_errors.inc.php+1 / -1
Mhtml/includes/graphs/port_etherlike.inc.php+2 / -2
Mhtml/includes/graphs/port_nupkts.inc.php+1 / -1
Mhtml/includes/graphs/port_upkts.inc.php+1 / -1
Mhtml/includes/print-event-short.inc+1 / -1
Mhtml/includes/print-interface.inc.php+7 / -7
Mhtml/includes/print-menubar.php+9 / -9
Mhtml/includes/print-vlan.inc+1 / -1
Mhtml/includes/print-vrf.inc+1 / -1
Mhtml/includes/topnav.inc+18 / -18
Mhtml/index.php+1 / -1
Mhtml/map.php+5 / -5
Mhtml/pages/bgp.php+1 / -1
+297 added −297 removed filtered activity

💻 r888

Adam Armstrong 🐸
move cpd-ldp to discovery-protocols
Files changed (4) +112 / -113
Changed files with action and line counts
Mdiscovery.php+2 / -2
Dincludes/discovery/cdp-lldp.inc.php+0 / -110
Aincludes/discovery/discovery-protocols.inc.php+110 / -0
Msyslog.php+0 / -1
+112 added −113 removed filtered activity

💻 r887

Tom Laermans 🦔
clean up discovery output for cdp/fdp/lldp
Files changed (1) +1 / -4
Changed files with action and line counts
Mincludes/discovery/cdp-lldp.inc.php+1 / -4
+1 added −4 removed filtered activity

💻 r886

Adam Armstrong 🐸
clear $array at the start of each device. ignore fake cpus from net-snmpd. syslog additions.
Files changed (6) +6 / -29
Changed files with action and line counts
Mdiscovery.php+1 / -5
Mincludes/discovery/processors-hrdevice.inc.php+1 / -1
Mincludes/polling/ucd-mib.inc.php+1 / -1
Mincludes/syslog.php+2 / -10
Mpoll-device.php+1 / -1
Msyslog.php+0 / -11
+6 added −29 removed filtered activity

💻 r885

Adam Armstrong 🐸
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) +47 / -66
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
Mhtml/includes/print-syslog.inc+0 / -6
Mhtml/pages/default-jt.php+1 / -1
Mhtml/pages/device/syslog.inc.php+2 / -2
Mhtml/pages/front/default.php+1 / -1
Mhtml/pages/front/demo.php+2 / -2
Mhtml/pages/front/example2.php+1 / -1
Mhtml/pages/front/jt.php+1 / -1
Mhtml/pages/syslog.php+4 / -4
Mincludes/syslog.php+3 / -7
Dprocess-syslog.php+0 / -41
Asyslog.php+30 / -0
+45 added −66 removed filtered activity

💻 r884

Adam Armstrong 🐸
adva temperatures (unworking on current DB schema)
Files changed (2) +89 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures-adva.php+85 / -0
Mincludes/static-config.php+4 / -0
+89 added 0 removed filtered activity

💻 r883

Adam Armstrong 🐸
add solaris, opensolaris and generic OS images
Files changed (3) +6 / -0
Changed files with action and line counts
Ahtml/images/os/generic.png+2 / -0
Ahtml/images/os/opensolaris.png+2 / -0
Ahtml/images/os/solaris.png+2 / -0
0 added 0 removed filtered activity

💻 r882

Adam Armstrong 🐸
add generic device, hackeryfix hr-mib memory
Files changed (6) +12 / -53
Changed files with action and line counts
Mincludes/discovery/cdp-lldp.inc.php+9 / -7
Mincludes/functions.php+1 / -1
Mincludes/polling/hr-mib.inc.php+0 / -1
Dincludes/polling/hr-mib_processor.inc.php+0 / -42
Mincludes/polling/ucd-mib.inc.php+1 / -2
Mincludes/static-config.php+1 / -0
+12 added −53 removed filtered activity

💻 r881

Adam Armstrong 🐸
add solaris/opensolaris basic detection (no real support yet)
Files changed (3) +19 / -1
Changed files with action and line counts
Aincludes/osdiscovery/discover-solaris.php+13 / -0
Mincludes/polling/device-unix.inc.php+3 / -1
Mincludes/static-config.php+3 / -0
+19 added −1 removed filtered activity

💻 r880

Adam Armstrong 🐸
adding SNMP trap handling capability (yes it is horrible horrible right now!)
Files changed (7) +82 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mincludes/functions.php+8 / -0
Aincludes/snmptrap non-text+0 / -0
Aincludes/snmptrap/linkDown.inc.php+20 / -0
Aincludes/snmptrap/linkUp.inc.php+22 / -0
Mincludes/static-config.php+0 / -1
Asnmptrap.php+31 / -0
+81 added −1 removed filtered activity

💻 r879

Tom Laermans 🦔
apparently the divisor isn't always correct on supermicro...
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+2 / -1
+2 added −1 removed filtered activity

💻 r878

Adam Armstrong 🐸
wrong adama is wrong!
Files changed (1) +0 / -2
Changed files with action and line counts
MINSTALL+0 / -2
0 added −2 removed filtered activity

💻 r877

Adam Armstrong 🐸
add note about fan/voltage for LMSensors
Files changed (1) +3 / -1
Changed files with action and line counts
MINSTALL+3 / -1
+3 added −1 removed filtered activity

💻 r876

Adam Armstrong 🐸
fix junos (change to snmp_get function) and fix poller detection and setting of up/down
Files changed (2) +21 / -25
Changed files with action and line counts
Mincludes/polling/device-junos.inc.php+2 / -2
Mpoll-device.php+19 / -23
+21 added −25 removed filtered activity

💻 r875

Adam Armstrong 🐸
fix cbgp table afi/safi to varchar 16 (allow multicast, which is longer than 8 chars!)
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r874

Adam Armstrong 🐸
multiple directories for rancid configs (use array instead of text variable)
Files changed (4) +24 / -8
Changed files with action and line counts
Mhtml/pages/device.php+9 / -1
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
Mhtml/pages/device/showconfig.inc.php+11 / -5
Mincludes/discovery/temperatures.php+3 / -1
+24 added −8 removed filtered activity

💻 r873

Tom Laermans 🦔
whoops, swapped min&max
Files changed (3) +5 / -4
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+1 / -0
Mincludes/discovery/voltages.php+2 / -2
Mincludes/polling/voltages.inc.php+2 / -2
+5 added −4 removed filtered activity

💻 r872

Tom Laermans 🦔
fix voltage precisions
Files changed (1) +3 / -4
Changed files with action and line counts
Mincludes/discovery/voltages.php+3 / -4
+3 added −4 removed filtered activity

💻 r871

Tom Laermans 🦔
fix voltage limits
Files changed (2) +9 / -9
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/voltages.php+8 / -8
+9 added −9 removed filtered activity

💻 r870

Adam Armstrong 🐸
fixed bug with not unsetting deleted status for ports
Files changed (2) +1 / -5
Changed files with action and line counts
Mhtml/pages/device/ports.inc.php+1 / -1
Mincludes/discovery/interfaces.php+0 / -4
+1 added −5 removed filtered activity

💻 r869

Adam Armstrong 🐸
fix processors table
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r868

Tom Laermans 🦔
DIE DIEDIEDIEDIE DIE DIE DIE DIE DIE DIEDIEDIE DIE DIE DIE DIE FUCKING DIE
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/processors-hrdevice.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r867

Tom Laermans 🦔
cleanups + remove space in astext
Files changed (1) +6 / -8
Changed files with action and line counts
Mincludes/functions.php+6 / -8
+6 added −8 removed filtered activity

💻 r866

Tom Laermans 🦔
attempt to fix css progress bar text alignment but no great success
Files changed (1) +10 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+10 / -5
+10 added −5 removed filtered activity

💻 r865

Adam Armstrong 🐸
add line to "lowercase" os types on discovery (fix for old versions)
Files changed (3) +9 / -1
Changed files with action and line counts
Mdiscovery.php+5 / -0
Mincludes/defaults.inc.php+3 / -0
Mincludes/discovery/processors.inc.php+1 / -1
+9 added −1 removed filtered activity

💻 r864

Tom Laermans 🦔
fix bgp page alert colour
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/pages/bgp.php+3 / -1
+3 added −1 removed filtered activity

💻 r863

Adam Armstrong 🐸
add two new icons for pps in/out
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/icons/arrow_pps_in.png+1 / -0
Ahtml/images/icons/arrow_pps_out.png+1 / -0
0 added 0 removed filtered activity

💻 r862

Adam Armstrong 🐸
cdp/lldp rewrite and addition of brocade FDP discovery. now records neighbours even if it doesn't monitor that neighbour
Files changed (12) +129 / -112
Changed files with action and line counts
Mcleanup.php+5 / -5
Mdatabase-update.sql+4 / -0
Mhtml/includes/print-interface.inc.php+1 / -1
Mhtml/map.php+12 / -12
Mhtml/pages/device.php+1 / -1
Mhtml/pages/purgeports.php+2 / -2
Mincludes/discovery/cdp-lldp.inc.php+63 / -79
Mincludes/discovery/functions.inc.php+27 / -0
Mincludes/functions-poller.inc.php+2 / -2
Mincludes/functions.php+4 / -4
Mmap.php+6 / -6
Mtest-discovery.php+2 / -0
+125 added −112 removed filtered activity

💻 r861

Tom Laermans 🦔
don't send notify mail if we couldn't get the uptime
Files changed (1) +18 / -15
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+18 / -15
+18 added −15 removed filtered activity

💻 r860

Adam Armstrong 🐸
adding ironware linecard cpu polling
Files changed (5) +88 / -12
Changed files with action and line counts
Mdatabase-update.sql+11 / -10
Aincludes/discovery/processors-ironware.inc.php+59 / -0
Mincludes/discovery/processors.inc.php+1 / -0
Mincludes/functions-poller.inc.php+16 / -0
Mincludes/polling/processors.inc.php+1 / -2
+77 added −2 removed filtered activity

💻 r859

Adam Armstrong 🐸
fix typo in safename (now matches (, was missing a \!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/common.php+1 / -1
+1 added −1 removed filtered activity

💻 r858

Tom Laermans 🦔
more adama general failures fixup
Files changed (3) +4 / -3
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+1 / -1
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/polling/bgpPeer.inc.php+2 / -1
+4 added −3 removed filtered activity

💻 r857

Tom Laermans 🦔
dupe mib
Files changed (1) +0 / -4,179
Changed files with action and line counts
Dmibs/junos/BGP4-V2-MIB-JUNIPER.mib+0 / -4,179
0 added 0 removed filtered activity

💻 r856

Tom Laermans 🦔
move bgp4 junos mib to the apparent new location it should be in
Files changed (2) +4,226 / -4,179
Changed files with action and line counts
Dmibs/BGP4-V2-MIB-JUNIPER.mib+0 / -4,179
Amibs/junos/BGP4-V2-MIB-JUNIPER.mib+4,226 / -0
0 added 0 removed filtered activity

💻 r855

Adam Armstrong 🐸
update changelog a bit
Files changed (1) +4 / -0
Changed files with action and line counts
MCHANGELOG+4 / -0
+4 added 0 removed filtered activity

💻 r854

Adam Armstrong 🐸
drop HC counters from tcp in/out segs. shout if we need it :P
Files changed (1) +5 / -1
Changed files with action and line counts
Mincludes/polling/device-netstats.inc.php+5 / -1
+5 added −1 removed filtered activity

💻 r853

Adam Armstrong 🐸
further cleanups to voltage discovery code. removing erroneous CR, removing old unix processors tab from health page
Files changed (5) +74 / -73
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mhtml/pages/device/health.inc.php+1 / -4
Mincludes/discovery/functions.inc.php+30 / -4
Mincludes/discovery/processors-ios.inc.php+0 / -2
Mincludes/discovery/voltages.php+42 / -63
+73 added −73 removed filtered activity

💻 r852

Adam Armstrong 🐸
remove cr between cdp&lldp, fix arp table, fix hr-device to poll les data.
Files changed (5) +9 / -246
Changed files with action and line counts
Mincludes/discovery/arp-table.php+1 / -1
Mincludes/discovery/cdp-lldp.inc.php+0 / -2
Mincludes/discovery/hr-device.inc.php+8 / -4
Dmibs/junos/.index+0 / -75
Dmibs/junose/.index+0 / -164
+9 added −7 removed filtered activity

💻 r851

Adam Armstrong 🐸
updates
Files changed (3) +204 / -204
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+2 / -2
Mmibs/junos/.index+59 / -59
Mmibs/junose/.index+143 / -143
+2 added −2 removed filtered activity

💻 r850

Adam Armstrong 🐸
fix
Files changed (1) +2 / -4
Changed files with action and line counts
Mincludes/discovery/processors-hrdevice.inc.php+2 / -4
+2 added −4 removed filtered activity

💻 r849

Tom Laermans 🦔
fan fix???
Files changed (2) +151 / -151
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+8 / -8
Mmibs/junose/.index+143 / -143
+8 added −8 removed filtered activity

💻 r848

Adam Armstrong 🐸
fix to fans
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+2 / -2
+2 added −2 removed filtered activity

💻 r847

Adam Armstrong 🐸
again fix?
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+2 / -1
+2 added −1 removed filtered activity

💻 r846

Adam Armstrong 🐸
fix supermicro?
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+1 / -1
+1 added −1 removed filtered activity

💻 r845

Tom Laermans 🦔
debug print go
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/storage.php+1 / -1
+1 added −1 removed filtered activity

💻 r844

Adam Armstrong 🐸
more db changes :)
Files changed (1) +2 / -0
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
0 added 0 removed filtered activity

💻 r843

Adam Armstrong 🐸
add table to database
Files changed (2) +144 / -143
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mmibs/junose/.index+143 / -143
0 added 0 removed filtered activity

💻 r842

Tom Laermans 🦔
fix fan discovery
Files changed (3) +203 / -203
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+1 / -1
Mmibs/junos/.index+59 / -59
Mmibs/junose/.index+143 / -143
+1 added −1 removed filtered activity

💻 r841

Adam Armstrong 🐸
more fixes to discovery
Files changed (4) +9 / -4
Changed files with action and line counts
Mdatabase-update.sql+2 / -1
Mdiscovery.php+1 / -0
Mincludes/defaults.inc.php+5 / -2
Mincludes/polling/fanspeeds.inc.php+1 / -1
+7 added −3 removed filtered activity

💻 r840

Adam Armstrong 🐸
rewrite of some discovery stuff
Files changed (3) +73 / -73
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+38 / -64
Aincludes/discovery/functions.inc.php+27 / -0
Mincludes/discovery/voltages.php+8 / -9
+73 added −73 removed filtered activity

💻 r839

Adam Armstrong 🐸
fix storage graph to 0-100%
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/includes/graphs/hrstorage.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r838

Adam Armstrong 🐸
remove juniper mibs from default, need to include mibs/junos/ for those
Files changed (76) +0 / -50,794

Showing the first 30 paths; 46 more are omitted from this static page.

Changed files with action and line counts
DjuniErxSystem.mi2+0 / -1,954
Dmibs/mib-jnx-analyzer.txt+0 / -389
Dmibs/mib-jnx-atm-cos.txt+0 / -662
Dmibs/mib-jnx-atm.txt+0 / -989
Dmibs/mib-jnx-bfd-exp.txt+0 / -824
Dmibs/mib-jnx-bfd.txt+0 / -149
Dmibs/mib-jnx-bgpmib2.txt+0 / -4,179
Dmibs/mib-jnx-cfgmgmt.txt+0 / -281
Dmibs/mib-jnx-chas-defines.txt+0 / -1,953
Dmibs/mib-jnx-chassis-alarm.txt+0 / -173
Dmibs/mib-jnx-chassis-fwdd.txt+0 / -76
Dmibs/mib-jnx-chassis.txt+0 / -1,830
Dmibs/mib-jnx-coll.txt+0 / -869
Dmibs/mib-jnx-cos.txt+0 / -2,318
Dmibs/mib-jnx-dcu.txt+0 / -202
Dmibs/mib-jnx-dfc.txt+0 / -833
Dmibs/mib-jnx-event.txt+0 / -120
Dmibs/mib-jnx-ex-mac-notification.txt+0 / -257
Dmibs/mib-jnx-ex-smi.txt+0 / -21
Dmibs/mib-jnx-exp.txt+0 / -90
Dmibs/mib-jnx-firewall.txt+0 / -235
Dmibs/mib-jnx-hostresources.txt+0 / -73
Dmibs/mib-jnx-if-extensions.txt+0 / -536
Dmibs/mib-jnx-ipforward.txt+0 / -72
Dmibs/mib-jnx-ipsec-flow-mon.txt+0 / -1,084
Dmibs/mib-jnx-ipsec-monitor-asp.txt+0 / -1,071
Dmibs/mib-jnx-ipv4.txt+0 / -115
Dmibs/mib-jnx-ipv6.txt+0 / -930
Dmibs/mib-jnx-js-auth.txt+0 / -187
Dmibs/mib-jnx-js-cert.txt+0 / -176
0 added −1,954 removed filtered activity

💻 r837

Adam Armstrong 🐸
[ not ( !
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/eventlog.php+1 / -1
Mhtml/pages/syslog.php+1 / -1
+2 added −2 removed filtered activity

💻 r836

Adam Armstrong 🐸
added emergency "kill all entries" syslog/eventlog for level 10+ users
Files changed (2) +4 / -0
Changed files with action and line counts
Mhtml/pages/eventlog.php+2 / -0
Mhtml/pages/syslog.php+2 / -0
+4 added 0 removed filtered activity

💻 r835

Adam Armstrong 🐸
remember to add includes/discovery/processors-hrdevice.inc.php ! :>
Files changed (1) +56 / -0
Changed files with action and line counts
Aincludes/discovery/processors-hrdevice.inc.php+56 / -0
+56 added 0 removed filtered activity

💻 r834

Adam Armstrong 🐸
remove absolute paths from menubar (thanks Eimann)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print-menubar.php+2 / -2
+2 added −2 removed filtered activity

💻 r833

Adam Armstrong 🐸
db update
Files changed (1) +1 / -0
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
0 added 0 removed filtered activity

💻 r832

Adam Armstrong 🐸
much much much much much much prettier percentage bars and some moving around of overview page.
Files changed (9) +51 / -80
Changed files with action and line counts
Mhtml/includes/functions.inc.php+9 / -0
Mhtml/pages/device/health.inc.php+0 / -3
Dhtml/pages/device/health/cpm.inc.php+0 / -52
Mhtml/pages/device/overview.inc.php+2 / -3
Mhtml/pages/device/overview/hrStorage.inc.php+19 / -12
Mhtml/pages/device/overview/processors.inc.php+15 / -8
Mincludes/discovery/processors.inc.php+1 / -0
Mincludes/discovery/storage.php+4 / -1
Mincludes/polling/hr-mib.inc.php+1 / -1
+51 added −80 removed filtered activity

💻 r831

Adam Armstrong 🐸
adding more junose and foundry/brocade. adding new mibs. unifying processor polling
Files changed (296) +305,733 / -141

Showing the first 30 paths; 266 more are omitted from this static page.

Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+5 / -2
Mhtml/includes/graphs/device_cpu.inc.php+33 / -0
Dhtml/includes/graphs/device_cpu_ios.inc.php+0 / -41
Ahtml/includes/graphs/processor.inc.php+28 / -0
Mhtml/pages/device.php+2 / -1
Ahtml/pages/device/graphs/os-ironware.inc.php+10 / -0
Ahtml/pages/device/graphs/os-junose.inc.php+6 / -0
Mhtml/pages/device/health.inc.php+3 / -1
Ahtml/pages/device/health/processors.inc.php+52 / -0
Mhtml/pages/device/overview.inc.php+30 / -30
Dhtml/pages/device/overview/cpmCPU.inc.php+0 / -27
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Ahtml/pages/device/overview/processors.inc.php+38 / -0
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
Mincludes/discovery/bgp-peers.php+1 / -1
Mincludes/discovery/interfaces.php+1 / -1
Aincludes/discovery/processors-ios.inc.php+61 / -0
Aincludes/discovery/processors-junose.inc.php+40 / -0
Aincludes/discovery/processors.inc.php+30 / -0
Mincludes/discovery/temperatures.php+4 / -4
Mincludes/functions-poller.inc.php+47 / -24
Aincludes/osdiscovery/discover-ironware.php+8 / -0
Mincludes/polling/device-ios.inc.php+1 / -1
Aincludes/polling/device-ironware.inc.php+14 / -0
Mincludes/polling/device-junos.inc.php+5 / -5
Aincludes/polling/device-junose.inc.php+31 / -0
Aincludes/polling/processors.inc.php+36 / -0
Mincludes/rewrites.php+21 / -0
Mincludes/static-config.php+2 / -1
+512 added −141 removed filtered activity

💻 r830

Adam Armstrong 🐸
add new IronWare (Brocade/Foundry) OS type. rename temp/fan/voltage_host to device_id
Files changed (30) +574 / -82
Changed files with action and line counts
Mdatabase-update.sql+5 / -0
Mdiscovery.php+1 / -1
Ahtml/images/os/ironware.png+1 / -0
Mhtml/includes/dev-overview-data.inc.php+3 / -1
Mhtml/includes/graphs/device_temperatures.inc.php+1 / -1
Mhtml/includes/graphs/fanspeed.inc.php+1 / -1
Mhtml/includes/graphs/temperature.inc.php+1 / -1
Mhtml/includes/graphs/voltage.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+5 / -5
Mhtml/pages/device.php+1 / -1
Mhtml/pages/device/graphs/temperatures.inc.php+1 / -1
Mhtml/pages/device/health.inc.php+3 / -3
Mhtml/pages/device/health/fanspeeds.inc.php+1 / -1
Mhtml/pages/device/health/temp.inc.php+1 / -1
Mhtml/pages/device/health/voltages.inc.php+1 / -1
Mhtml/pages/device/overview/fanspeeds.inc.php+3 / -3
Mhtml/pages/device/overview/temperatures.inc.php+3 / -3
Mhtml/pages/device/overview/voltages.inc.php+3 / -3
Mhtml/pages/sensors/fanspeeds.php+2 / -2
Mhtml/pages/sensors/temperatures.php+2 / -2
Mhtml/pages/sensors/voltages.php+2 / -2
Mincludes/discovery/fanspeeds.php+8 / -8
Mincludes/discovery/temperatures.php+71 / -27
Mincludes/discovery/voltages.php+8 / -8
Mincludes/functions.php+2 / -2
Mincludes/polling/fanspeeds.inc.php+1 / -1
Mincludes/polling/temperatures.inc.php+1 / -1
Mincludes/polling/voltages.inc.php+1 / -1
Mincludes/rewrites.php+439 / -0
Mincludes/static-config.php+1 / -0
+568 added −82 removed filtered activity

💻 r829

Tom Laermans 🦔
voltages and fanspeeds on device overview
Files changed (4) +95 / -2
Changed files with action and line counts
Mhtml/pages/device/overview.inc.php+2 / -0
Ahtml/pages/device/overview/fanspeeds.inc.php+45 / -0
Mhtml/pages/device/overview/temperatures.inc.php+3 / -2
Ahtml/pages/device/overview/voltages.inc.php+45 / -0
+95 added −2 removed filtered activity

💻 r828

Tom Laermans 🦔
fanspeeds and voltages on health tab
Files changed (3) +124 / -0
Changed files with action and line counts
Mhtml/pages/device/health.inc.php+6 / -0
Ahtml/pages/device/health/fanspeeds.inc.php+59 / -0
Ahtml/pages/device/health/voltages.inc.php+59 / -0
+124 added 0 removed filtered activity

💻 r827

Adam Armstrong 🐸
sid3windrfailunfailed
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print-menubar.php+2 / -2
+2 added −2 removed filtered activity

💻 r826

Tom Laermans 🦔
try IE fix?
Files changed (1) +3 / -2
Changed files with action and line counts
Mhtml/includes/print-menubar.php+3 / -2
+3 added −2 removed filtered activity

💻 r825

Tom Laermans 🦔
align fanspeed legenda
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/fanspeed.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r824

Tom Laermans 🦔
fix graph colours for volt and fan, optimize code
Files changed (3) +3 / -12
Changed files with action and line counts
Mhtml/includes/graphs/fanspeed.inc.php+1 / -5
Mhtml/includes/graphs/temperature.inc.php+1 / -2
Mhtml/includes/graphs/voltage.inc.php+1 / -5
+3 added −12 removed filtered activity

💻 r823

Tom Laermans 🦔
enlarge gray area around logon form
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/logon.inc+1 / -1
+1 added −1 removed filtered activity

💻 r822

Tom Laermans 🦔
fix fanspeed max
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r821

Tom Laermans 🦔
correct units on fan and voltage graphs
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/includes/graphs/fanspeed.inc.php+2 / -2
Mhtml/includes/graphs/voltage.inc.php+2 / -2
+4 added −4 removed filtered activity

💻 r820

Tom Laermans 🦔
whoops, create table must be one line, doh
Files changed (1) +2 / -22
Changed files with action and line counts
Mdatabase-update.sql+2 / -22
0 added 0 removed filtered activity

💻 r819

Tom Laermans 🦔
err, speeds, not peeds
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/sensors.php+1 / -1
+1 added −1 removed filtered activity

💻 r818

Tom Laermans 🦔
fix temp discovery if no temps in database
Files changed (1) +15 / -13
Changed files with action and line counts
Mincludes/discovery/temperatures.php+15 / -13
+15 added −13 removed filtered activity

💻 r817

Tom Laermans 🦔
fix voltages discovery if no voltages in database
Files changed (1) +15 / -13
Changed files with action and line counts
Mincludes/discovery/voltages.php+15 / -13
+15 added −13 removed filtered activity

💻 r816

Tom Laermans 🦔
fix fanspeeds if no fans in database
Files changed (1) +16 / -15
Changed files with action and line counts
Mincludes/discovery/fanspeeds.php+16 / -15
+16 added −15 removed filtered activity

💻 r815

Tom Laermans 🦔
link menu bar to sensors directly
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
+1 added −1 removed filtered activity

💻 r814

Tom Laermans 🦔
fixie of link in optionbar
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/sensors.php+1 / -1
+1 added −1 removed filtered activity

💻 r813

Tom Laermans 🦔
voltage and fanspeeds now on webpage, graphs for fans are broken for now
Files changed (6) +180 / -2
Changed files with action and line counts
Ahtml/includes/graphs/fanspeed.inc.php+27 / -0
Ahtml/includes/graphs/voltage.inc.php+27 / -0
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/sensors.php+1 / -1
Ahtml/pages/sensors/fanspeeds.php+62 / -0
Ahtml/pages/sensors/voltages.php+62 / -0
+180 added −2 removed filtered activity

💻 r812

Adam Armstrong 🐸
make services work again. uses nagios plugins.
Files changed (12) +14 / -15
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -0
Mincludes/services/dns/check.inc+1 / -1
Mincludes/services/ftp/check.inc+1 / -1
Mincludes/services/http/check.inc+1 / -1
Mincludes/services/imap/check.inc+1 / -1
Mincludes/services/mysql/check.inc+1 / -3
Mincludes/services/pop/check.inc+1 / -1
Mincludes/services/simap/check.inc+1 / -1
Mincludes/services/smtp/check.inc+1 / -1
Mincludes/services/spop/check.inc+1 / -1
Mincludes/services/ssh/check.inc+1 / -1
Mincludes/services/telnet/check.inc+2 / -3
+14 added −15 removed filtered activity

💻 r811

Adam Armstrong 🐸
menu option bar thingeroo to sensors page (keep the style!) :)
Files changed (1) +21 / -1
Changed files with action and line counts
Mhtml/pages/sensors.php+21 / -1
+21 added −1 removed filtered activity

💻 r810

Adam Armstrong 🐸
new icons for sensors
Files changed (7) +80 / -4
Changed files with action and line counts
Ahtml/images/icons non-text+0 / -0
Ahtml/images/icons/fans.png+1 / -0
Ahtml/images/icons/sensors.png+1 / -0
Ahtml/images/icons/temperature.png+1 / -0
Ahtml/images/icons/voltages.png+1 / -0
Mhtml/includes/print-menubar.php+4 / -4
Mincludes/defaults.inc.php+72 / -0
+76 added −4 removed filtered activity

💻 r809

Tom Laermans 🦔
cleanups
Files changed (3) +0 / -4
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+0 / -1
Mincludes/polling/temperatures.inc.php+0 / -1
Mincludes/polling/voltages.inc.php+0 / -2
0 added −4 removed filtered activity

💻 r808

Tom Laermans 🦔
oops, broke voltage descriptions
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/voltages.php+1 / -1
+1 added −1 removed filtered activity

💻 r807

Tom Laermans 🦔
move divider for voltages into discovery
Files changed (3) +9 / -7
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Mincludes/discovery/voltages.php+5 / -5
Mincludes/polling/voltages.inc.php+1 / -2
+6 added −7 removed filtered activity

💻 r806

Tom Laermans 🦔
fix screenos type discovery
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r805

Tom Laermans 🦔
fix broken include
Files changed (1) +2 / -2
Changed files with action and line counts
Mconfig.php.default+2 / -2
+2 added −2 removed filtered activity

💻 r804

Tom Laermans 🦔
voltage polling complete
Files changed (4) +73 / -10
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+4 / -3
Mincludes/polling/temperatures.inc.php+9 / -7
Aincludes/polling/voltages.inc.php+59 / -0
Mpoll-device.php+1 / -0
+73 added −10 removed filtered activity

💻 r803

Tom Laermans 🦔
correct limit logic for fans
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/fanspeeds.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r802

Tom Laermans 🦔
fan speed polling
Files changed (2) +44 / -0
Changed files with action and line counts
Aincludes/polling/fanspeeds.inc.php+43 / -0
Mpoll-device.php+1 / -0
+44 added 0 removed filtered activity

💻 r801

Tom Laermans 🦔
discovery complete for voltage and fanspeed on supermicro
Files changed (4) +70 / -49
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mincludes/discovery/fanspeeds.php+23 / -17
Mincludes/discovery/temperatures.php+23 / -17
Mincludes/discovery/voltages.php+23 / -15
+69 added −49 removed filtered activity

💻 r800

Tom Laermans 🦔
basic discovery only of voltages and fanspeeds, on supermicro superodoctor boxes only for now
Files changed (4) +252 / -1
Changed files with action and line counts
Mdatabase-update.sql+22 / -0
Mdiscovery.php+3 / -1
Aincludes/discovery/fanspeeds.php+114 / -0
Aincludes/discovery/voltages.php+113 / -0
+230 added −1 removed filtered activity

💻 r799

Tom Laermans 🦔
minor check-errors grammar patch ;)
Files changed (1) +1 / -1
Changed files with action and line counts
Mcheck-errors.php+1 / -1
+1 added −1 removed filtered activity

💻 r798

Tom Laermans 🦔
clean up temperatures a bit, replace it by sensors in the menu bar, add fans and voltages though not working yet
Files changed (5) +92 / -69
Changed files with action and line counts
Mhtml/includes/print-menubar.php+12 / -1
Ahtml/pages/sensors non-text+0 / -0
Ahtml/pages/sensors.php+15 / -0
Ahtml/pages/sensors/temperatures.php+65 / -0
Dhtml/pages/temperatures.php+0 / -68
+92 added −69 removed filtered activity

💻 r797

Adam Armstrong 🐸
remove broken juniper mib (J mibs suck, C implementation sucks.)
Files changed (3) +3 / -1,681
Changed files with action and line counts
Mincludes/discovery/cisco-vrf.php+2 / -0
Mincludes/functions.php+1 / -0
Dmibs/mib-l3vpnmib.txt+0 / -1,681
+3 added 0 removed filtered activity

💻 r796

Adam Armstrong 🐸
start cleanup of overlib into functions. create defaults.inc.php for new settings (why not before? because i suck. duh.)
Files changed (3) +32 / -21
Changed files with action and line counts
Mconfig.php.default+3 / -9
Aincludes/defaults.inc.php+7 / -0
Mincludes/functions.php+22 / -12
+32 added −21 removed filtered activity

💻 r795

Adam Armstrong 🐸
port/macaccounting: add host/interface links if mac accouning entry refers to device in database
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+5 / -1
+5 added −1 removed filtered activity

💻 r794

Adam Armstrong 🐸
large graph type fix for interface mini graphs. fix mac accounting. add nifty warning background. cleanup graphing popups.
Files changed (6) +16 / -17
Changed files with action and line counts
Mconfig.php.default+2 / -3
Mhtml/images/warning-background.png non-text+0 / -0
Mhtml/includes/hostbox.inc+2 / -2
Mhtml/includes/print-interface.inc.php+3 / -3
Mhtml/pages/bgp.php+5 / -5
Mhtml/pages/device/bgp.inc.php+4 / -4
+16 added −17 removed filtered activity

💻 r793

Adam Armstrong 🐸
add nice warning image to background of broken bgp sessions
Files changed (2) +4 / -3
Changed files with action and line counts
Ahtml/images/warning-background.png+1 / -0
Mhtml/pages/device/bgp.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r792

Adam Armstrong 🐸
fixing mac accounting for bgp peers
Files changed (1) +49 / -57
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+49 / -57
+49 added −57 removed filtered activity

💻 r791

Adam Armstrong 🐸
remove relative width for input boxes
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/css/styles.css+0 / -1
0 added 0 removed filtered activity

💻 r790

Adam Armstrong 🐸
new snmp_walk function with basic logging. increments $runtime_stats['snmpwalk'] for stats. should do timekeeping for debug?
Files changed (2) +20 / -12
Changed files with action and line counts
Mincludes/discovery/interfaces.php+2 / -12
Mincludes/functions-poller.inc.php+18 / -0
+20 added −12 removed filtered activity

💻 r789

Tom Laermans 🦔
drop temp- requirement, this is just to fool snmpd
Files changed (1) +21 / -24
Changed files with action and line counts
Mincludes/discovery/temperatures.php+21 / -24
+21 added −24 removed filtered activity

💻 r788

Tom Laermans 🦔
coding style on temp discovery
Files changed (1) +205 / -152
Changed files with action and line counts
Mincludes/discovery/temperatures.php+205 / -152
+205 added −152 removed filtered activity

💻 r787

Adam Armstrong 🐸
fixing graphing code and graphing page
Files changed (19) +96 / -92
Changed files with action and line counts
Mhtml/includes/print-device-graph.php+9 / -0
Mhtml/pages/device/graphs.inc.php+6 / -0
Mhtml/pages/device/graphs/cpu.inc.php+3 / -5
Mhtml/pages/device/graphs/hrprocesses.inc.php+3 / -3
Mhtml/pages/device/graphs/hrstorage.inc.php+3 / -3
Mhtml/pages/device/graphs/hrusers.inc.php+3 / -3
Mhtml/pages/device/graphs/laload.inc.php+3 / -6
Mhtml/pages/device/graphs/memory.inc.php+3 / -3
Mhtml/pages/device/graphs/netstats.inc.php+26 / -21
Mhtml/pages/device/graphs/os-bcm96348.inc.php+13 / -11
Mhtml/pages/device/graphs/os-fortigate.inc.php+6 / -4
Mhtml/pages/device/graphs/os-papouch-tme.inc.php+1 / -2
Mhtml/pages/device/graphs/os-powerconnect.inc.php+3 / -11
Mhtml/pages/device/graphs/os-procurve.inc.php+5 / -9
Mhtml/pages/device/graphs/os-screenos.inc.php+6 / -3
Mhtml/pages/device/graphs/os-snom.inc.php+1 / -1
Mhtml/pages/device/graphs/os-windows.inc.php+0 / -5
Mhtml/pages/device/graphs/temperatures.inc.php+1 / -1
Mhtml/pages/device/graphs/uptime.inc.php+1 / -1
+96 added −92 removed filtered activity

💻 r786

Tom Laermans 🦔
update junos temp descs if needed
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/discovery/temperatures.php+4 / -0
+4 added 0 removed filtered activity

💻 r785

Tom Laermans 🦔
make sensor names a bit smaller
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r784

Adam Armstrong 🐸
fix alternating row colours for collectd
Files changed (2) +16 / -2
Changed files with action and line counts
Mhtml/css/styles.css+4 / -0
Mhtml/pages/device/collectd.inc.php+12 / -2
+12 added −2 removed filtered activity

💻 r783

Tom Laermans 🦔
fix temperature code, makes junos m7i temps work in graphs tab too
Files changed (2) +32 / -10
Changed files with action and line counts
Mhtml/includes/graphs/device_temperatures.inc.php+31 / -9
Mhtml/includes/graphs/temperature.inc.php+1 / -1
+32 added −10 removed filtered activity

💻 r782

Tom Laermans 🦔
css fixes
Files changed (2) +2 / -3
Changed files with action and line counts
Mhtml/css/styles.css+1 / -2
Mhtml/pages/devices.php+1 / -1
+1 added −1 removed filtered activity

💻 r781

Tom Laermans 🦔
default to transparant rrds
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r780

Tom Laermans 🦔
use rrdtool_update() everywhere instead of single rrdtool update lines, remove some dead code, and a bunch of coding style cleanups..
Files changed (4) +139 / -103
Changed files with action and line counts
Mincludes/functions.php+137 / -97
Mincludes/polling/cisco-mac-accounting.inc.php+0 / -1
Mincludes/polling/device-catos.inc.php+1 / -1
Mincludes/polling/temperatures.inc.php+1 / -4
+139 added −103 removed filtered activity

💻 r779

Tom Laermans 🦔
less forks, more spoons...
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/graph.php+1 / -1
+1 added −1 removed filtered activity

💻 r778

Adam Armstrong 🐸
fixing lits of bits of html removing borders, adding submit class to buttons
Files changed (18) +33 / -113
Changed files with action and line counts
Mhtml/css/styles.css+2 / -1
Mhtml/pages/addhost.php+1 / -1
Mhtml/pages/bills.php+1 / -1
Mhtml/pages/delhost.php+1 / -1
Mhtml/pages/device/ciscosensors.inc.php+4 / -21
Mhtml/pages/device/health.inc.php+1 / -14
Mhtml/pages/device/syslog.inc.php+1 / -1
Mhtml/pages/device/vlans.inc.php+6 / -21
Mhtml/pages/devices.php+1 / -1
Mhtml/pages/interfaces.php+1 / -1
Mhtml/pages/inventory.php+1 / -1
Mhtml/pages/ipv4.php+4 / -21
Mhtml/pages/ipv6.php+4 / -19
Mhtml/pages/logon.inc+2 / -2
Mhtml/pages/preferences.php+1 / -1
Mhtml/pages/syslog.php+1 / -1
Mincludes/discovery/temperatures.php+1 / -0
Mprocess-syslog.php+0 / -5
+31 added −112 removed filtered activity

💻 r777

Adam Armstrong 🐸
small fixes. hrDevice collection fixed.
Files changed (3) +9 / -8
Changed files with action and line counts
Mincludes/discovery/hr-device.inc.php+2 / -1
Mincludes/polling/bgpPeer.inc.php+4 / -4
Mincludes/syslog.php+3 / -3
+9 added −8 removed filtered activity

💻 r776

Tom Laermans 🦔
whoops, remove debug print
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/pages/devices.php+0 / -2
0 added −2 removed filtered activity

💻 r775

Tom Laermans 🦔
2 bugfixes to devices page
Files changed (1) +8 / -6
Changed files with action and line counts
Mhtml/pages/devices.php+8 / -6
+8 added −6 removed filtered activity

💻 r774

Tom Laermans 🦔
clean up devices php/html code and small bugfix
Files changed (1) +100 / -101
Changed files with action and line counts
Mhtml/pages/devices.php+100 / -101
+100 added −101 removed filtered activity

💻 r773

Tom Laermans 🦔
copy junos.png to junose.png
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/junose.png+1 / -0
0 added 0 removed filtered activity

💻 r772

Adam Armstrong 🐸
prettyifying some things, fixing yellow border on vrf page boxes
Files changed (6) +28 / -38
Changed files with action and line counts
Mhtml/css/styles.css+20 / -0
Ahtml/images/submitbg.png+1 / -0
Ahtml/images/textbg.png+1 / -0
Mhtml/pages/device/vrfs.inc.php+3 / -18
Mhtml/pages/devices.php+1 / -1
Mhtml/pages/vrfs.php+2 / -19
+6 added −38 removed filtered activity

💻 r771

Tom Laermans 🦔
fixed display of cpu usage on junos - rm your rrd/*/junos-cpu.rrd if it doesnt work..
Files changed (2) +41 / -15
Changed files with action and line counts
Ahtml/includes/graphs/device_cpu_junos.inc.php+25 / -0
Mincludes/polling/device-junos.inc.php+16 / -15
+41 added −15 removed filtered activity

💻 r770

Tom Laermans 🦔
one less fork if no cpu usage could be read on junos (i.e. olive)
Files changed (1) +8 / -4
Changed files with action and line counts
Mincludes/polling/device-junos.inc.php+8 / -4
+8 added −4 removed filtered activity

💻 r769

Tom Laermans 🦔
use mysql_real_escape_string
Files changed (3) +5 / -5
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+1 / -1
Mincludes/discovery/cisco-vlans.php+2 / -2
Mincludes/discovery/q-bridge-mib.php+2 / -2
+5 added −5 removed filtered activity

💻 r768

Tom Laermans 🦔
one less fork per graph on a page, yay
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/graph.php+2 / -2
+2 added −2 removed filtered activity

💻 r767

Tom Laermans 🦔
add units to temperature health page
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/health/temp.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r766

Tom Laermans 🦔
small layout cleanup in temperature graph
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/temperature.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r765

Tom Laermans 🦔
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) +66 / -65

Showing the first 30 paths; 16 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/graphs/bgp_updates.inc.php+1 / -1
Mhtml/includes/graphs/cbgp_prefixes.inc.php+1 / -1
Mhtml/includes/graphs/cempMemPool.inc.php+1 / -1
Mhtml/includes/graphs/cisco_entity_sensor.inc.php+1 / -1
Mhtml/includes/graphs/cmpMemPool.inc.php+1 / -1
Mhtml/includes/graphs/cpmCPU.inc.php+1 / -1
Mhtml/includes/graphs/customer_bits.inc.php+2 / -2
Mhtml/includes/graphs/device_bits.inc.php+2 / -2
Mhtml/includes/graphs/device_cpu_ios.inc.php+1 / -1
Mhtml/includes/graphs/device_cpu_unix.inc.php+1 / -1
Mhtml/includes/graphs/device_cpu_windows.inc.php+1 / -1
Mhtml/includes/graphs/device_hrstorage.inc.php+1 / -1
Mhtml/includes/graphs/device_memory_ios.inc.php+2 / -2
Mhtml/includes/graphs/device_temperatures.inc.php+1 / -1
Mhtml/includes/graphs/hrProcessor.inc.php+1 / -1
Mhtml/includes/graphs/hrstorage.inc.php+1 / -1
Mhtml/includes/graphs/mac_acc_bits.inc.php+2 / -2
Mhtml/includes/graphs/mac_acc_pkts.inc.php+2 / -2
Mhtml/includes/graphs/mac_acc_total.inc.php+1 / -1
Mhtml/includes/graphs/multi_bits.inc.php+2 / -2
Mhtml/includes/graphs/multi_bits_separate.inc.php+1 / -1
Mhtml/includes/graphs/pagp_bits.inc.php+2 / -2
Mhtml/includes/graphs/port_bits.inc.php+2 / -2
Mhtml/includes/graphs/port_errors.inc.php+2 / -2
Mhtml/includes/graphs/port_etherlike.inc.php+2 / -2
Mhtml/includes/graphs/port_nupkts.inc.php+2 / -2
Mhtml/includes/graphs/port_upkts.inc.php+2 / -2
Mhtml/includes/graphs/temperature.inc.php+3 / -5
Mhtml/includes/print-interface.inc.php+1 / -1
Mincludes/common.php+4 / -0
+66 added −65 removed filtered activity

💻 r764

Tom Laermans 🦔
start of support for JunOSe
Files changed (4) +4,077 / -0
Changed files with action and line counts
Mdiscovery.php+4 / -0
Aincludes/osdiscovery/discover-junose.php+11 / -0
AjuniErxSystem.mi2+2,031 / -0
Amibs/juniErxSystem.mi2+2,031 / -0
+2,046 added 0 removed filtered activity

💻 r763

Tom Laermans 🦔
allow as0 as local asn, to work around an apparent problem in junos 8.2R4.5
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+2 / -2
+2 added −2 removed filtered activity

💻 r762

Adam Armstrong 🐸
fix missing } in debugging. bugs in the debugging code, hurray!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+1 / -1
+1 added −1 removed filtered activity

💻 r761

Adam Armstrong 🐸
even more debugging
Files changed (1) +5 / -2
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+5 / -2
+5 added −2 removed filtered activity

💻 r760

Adam Armstrong 🐸
more debugging
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+3 / -1
+3 added −1 removed filtered activity

💻 r759

Adam Armstrong 🐸
add a debugging line
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+1 / -0
+1 added 0 removed filtered activity

💻 r758

Tom Laermans 🦔
fix descriptions for lmsensors with space in them
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.php+1 / -1
+1 added −1 removed filtered activity

💻 r757

Adam Armstrong 🐸
fix some rewriting of interfaces. fix some other small things.
Files changed (7) +27 / -15
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+3 / -3
Mhtml/pages/device/port/macaccounting.inc.php+2 / -2
Mincludes/graphing.php+3 / -3
Mincludes/polling/interfaces.inc.php+1 / -1
Mincludes/polling/ports.inc.php+4 / -3
Mincludes/rewrites.php+11 / -3
Mincludes/static-config.php+3 / -0
+27 added −15 removed filtered activity

💻 r756

Tom Laermans 🦔
add printers os group
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/static-config.php+2 / -0
+2 added 0 removed filtered activity

January 2010

💻 r755

Tom Laermans 🦔
also in the subject line
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r754

Tom Laermans 🦔
include astext on bgp notifications
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r753

Tom Laermans 🦔
code cleanups
Files changed (5) +10 / -11
Changed files with action and line counts
Mcheck-services.php+1 / -1
Mcleanup.php+1 / -1
Mhtml/pages/delsrv.php+1 / -1
Mhtml/pages/device/showconfig.inc.php+2 / -3
Mmap.php+5 / -5
+10 added −11 removed filtered activity

💻 r752

Tom Laermans 🦔
allow ignoring comments in rancid showconfig
Files changed (2) +12 / -1
Changed files with action and line counts
Mconfig.php.default+2 / -0
Mhtml/pages/device/showconfig.inc.php+10 / -1
+12 added −1 removed filtered activity

💻 r751

Tom Laermans 🦔
poll quagga on all unices, load device list into memory first
Files changed (1) +5 / -1
Changed files with action and line counts
Mdiscovery.php+5 / -1
+5 added −1 removed filtered activity

💻 r750

Tom Laermans 🦔
fix rancid config tab
Files changed (1) +11 / -11
Changed files with action and line counts
Mhtml/pages/device.php+11 / -11
+11 added −11 removed filtered activity

💻 r749

Tom Laermans 🦔
one shellexec down, 200 to go..
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/hr-mib_storage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r748

Tom Laermans 🦔
improve junos mountpoint strings
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/storage.php+1 / -1
+1 added −1 removed filtered activity

💻 r747

Tom Laermans 🦔
fix alignment/html typo on storage page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/storage.php+1 / -1
+1 added −1 removed filtered activity

💻 r746

Tom Laermans 🦔
add storage warning percentage in database even though we can't configure it from anywhere yet
Files changed (2) +6 / -6
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mincludes/polling/hr-mib_storage.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r745

Tom Laermans 🦔
fix dell laser printer portnames
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r744

Adam Armstrong 🐸
set ignore as default for loopback/removeable and network mounts
Files changed (1) +2 / -2
Changed files with action and line counts
Mconfig.php.default+2 / -2
+2 added −2 removed filtered activity

💻 r743

Adam Armstrong 🐸
speedups to syslog page, caching of device_id
Files changed (6) +40 / -14
Changed files with action and line counts
Mhtml/includes/print-syslog.inc+5 / -2
Mhtml/pages/front/default.php+4 / -1
Mhtml/pages/front/demo.php+2 / -2
Mhtml/pages/syslog.php+4 / -1
Mincludes/functions.php+11 / -0
Mincludes/syslog.php+14 / -8
+40 added −14 removed filtered activity

💻 r742

Tom Laermans 🦔
Also discover bgp on Linux boxes, this works with quagga's smux snmp plugin using bgp4-mib
Files changed (2) +7 / -1
Changed files with action and line counts
Mdiscovery.php+6 / -0
Mincludes/discovery/bgp-peers.php+1 / -1
+7 added −1 removed filtered activity

💻 r741

Tom Laermans 🦔
also allow ignoring network mounts
Files changed (2) +2 / -0
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mincludes/discovery/storage.php+1 / -0
+2 added 0 removed filtered activity

💻 r740

Tom Laermans 🦔
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) +2 / -0
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mincludes/discovery/storage.php+1 / -0
+2 added 0 removed filtered activity

💻 r739

Tom Laermans 🦔
remove windows line endings
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/includes/print-menubar.php non-text+0 / -0
0 added 0 removed filtered activity

💻 r738

Tom Laermans 🦔
optional printers type in devices menu
Files changed (4) +16 / -0
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mdiscovery.php+5 / -0
Mhtml/includes/print-menubar.php+8 / -0
Mhtml/pages/device/edit.inc.php+2 / -0
+16 added 0 removed filtered activity

💻 r737

Tom Laermans 🦔
nicer uptime display for 1 day
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r736

Tom Laermans 🦔
basic dell laserprinter support
Files changed (5) +22 / -0
Changed files with action and line counts
MDEVELOPING+2 / -0
Ahtml/images/os/dell-laser.png+1 / -0
Aincludes/osdiscovery/discover-dell-laser.php+10 / -0
Aincludes/polling/device-dell-laser.inc.php+8 / -0
Mincludes/static-config.php+1 / -0
+21 added 0 removed filtered activity

💻 r735

Tom Laermans 🦔
fix windows uptime
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/polling/hr-mib.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r734

Adam Armstrong 🐸
fix crappy code for 32-bit systems
Files changed (2) +12 / -5
Changed files with action and line counts
Mincludes/polling/device-netstats.inc.php+11 / -4
Mincludes/polling/ports.inc.php+1 / -1
+12 added −5 removed filtered activity

💻 r733

Adam Armstrong 🐸
make sure to unset $peerhost if no match, else will match previous entry in the table (durr)
Files changed (1) +6 / -5
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+6 / -5
+6 added −5 removed filtered activity

💻 r732

Adam Armstrong 🐸
fix some errors displaying peer hostname and link on /device/*/bgp/ page. split ipv4/ipv6 sql into 2 queries.
Files changed (1) +23 / -4
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+23 / -4
+23 added −4 removed filtered activity

💻 r731

Tom Laermans 🦔
fix up dropdowns on interfaces page as well
Files changed (1) +12 / -6
Changed files with action and line counts
Mhtml/pages/interfaces.php+12 / -6
+12 added −6 removed filtered activity

💻 r730

Tom Laermans 🦔
update eventlog on temperature over threshold
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r729

Tom Laermans 🦔
allow addhost to use default community and snmp version
Files changed (1) +5 / -2
Changed files with action and line counts
Maddhost.php+5 / -2
+5 added −2 removed filtered activity

💻 r728

Tom Laermans 🦔
try 5 times to get a valid temperature, Papouch TME sometimes returns 999.9 - refactor temp polling code a little bit
Files changed (1) +14 / -10
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+14 / -10
+14 added −10 removed filtered activity

💻 r727

Tom Laermans 🦔
make sure selection of dropdown boxes on devices page is not empty
Files changed (1) +52 / -33
Changed files with action and line counts
Mhtml/pages/devices.php+52 / -33
+52 added −33 removed filtered activity

💻 r726

Tom Laermans 🦔
set version for Windows XP
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/device-windows.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r725

Tom Laermans 🦔
enable hiding of services on menu bar if wanted
Files changed (2) +8 / -0
Changed files with action and line counts
Mconfig.php.default+1 / -0
Mhtml/includes/print-menubar.php+7 / -0
+8 added 0 removed filtered activity

💻 r724

Tom Laermans 🦔
alert flag on temperature page in case of over liit
Files changed (1) +19 / -16
Changed files with action and line counts
Mhtml/pages/temperatures.php+19 / -16
+19 added −16 removed filtered activity

💻 r723

Tom Laermans 🦔
upon discovery, insert correct temps for devices with precision <> 1
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures.php+2 / -2
+2 added −2 removed filtered activity

💻 r722

Tom Laermans 🦔
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) +19 / -13
Changed files with action and line counts
Mconfig.php.default+4 / -0
Mincludes/discovery/temperatures.php+14 / -12
Mincludes/polling/temperatures.inc.php+1 / -1
+19 added −13 removed filtered activity

💻 r721

Adam Armstrong 🐸
test
Files changed (1) +1 / -1
Changed files with action and line counts
MREADME+1 / -1
+1 added −1 removed filtered activity

💻 r720

Adam Armstrong 🐸
test
Files changed (1) +1 / -1
Changed files with action and line counts
MREADME+1 / -1
+1 added −1 removed filtered activity

💻 r719

Adam Armstrong 🐸
test
Files changed (1) +1 / -1
Changed files with action and line counts
MREADME+1 / -1
+1 added −1 removed filtered activity

💻 r718

Adam Armstrong 🐸
nonsense change for test
Files changed (1) +1 / -1
Changed files with action and line counts
MREADME+1 / -1
+1 added −1 removed filtered activity

💻 r717

Adam Armstrong 🐸
another nonsense commit
Files changed (1) +1 / -1
Changed files with action and line counts
MCHANGELOG+1 / -1
+1 added −1 removed filtered activity

💻 r716

Adam Armstrong 🐸
nonsense commit =)
Files changed (1) +1 / -1
Changed files with action and line counts
MCHANGELOG+1 / -1
+1 added −1 removed filtered activity

💻 r715

Adam Armstrong 🐸
three part version number.
Files changed (1) +1 / -1
Changed files with action and line counts
MCHANGELOG+1 / -1
+1 added −1 removed filtered activity

💻 r714

Adam Armstrong 🐸
mention twitter and svn page
Files changed (1) +3 / -0
Changed files with action and line counts
MCHANGELOG+3 / -0
+3 added 0 removed filtered activity

💻 r713

Adam Armstrong 🐸
remove a line
Files changed (1) +0 / -4
Changed files with action and line counts
MREADME+0 / -4
0 added −4 removed filtered activity

💻 r712

Adam Armstrong 🐸
fix HC counters decision code, ignore if zero. (thanks Petr Hromadko!)
Files changed (2) +1 / -2
Changed files with action and line counts
Mhtml/pages/devices.php+0 / -1
Mincludes/polling/ports.inc.php+1 / -1
+1 added −2 removed filtered activity

💻 r711

Tom Laermans 🦔
global map page almost there ;)
Files changed (1) +13 / -6
Changed files with action and line counts
Mhtml/map.php+13 / -6
+13 added −6 removed filtered activity

💻 r710

Tom Laermans 🦔
fix svn db reloading
Files changed (1) +1 / -1
Changed files with action and line counts
Mdiscovery.php+1 / -1
+1 added −1 removed filtered activity

💻 r709

Tom Laermans 🦔
supermicro temp monitor install docs
Files changed (1) +7 / -0
Changed files with action and line counts
MINSTALL+7 / -0
+7 added 0 removed filtered activity

💻 r708

Tom Laermans 🦔
some installation notes added
Files changed (1) +35 / -0
Changed files with action and line counts
MINSTALL+35 / -0
+35 added 0 removed filtered activity

💻 r707

Tom Laermans 🦔
more fixes
Files changed (4) +6 / -6
Changed files with action and line counts
Mhtml/map.php+1 / -1
Mincludes/discovery/cdp-lldp.inc.php+3 / -3
Mincludes/discovery/hr-device.inc.php+1 / -1
Mincludes/discovery/q-bridge-mib.php+1 / -1
+6 added −6 removed filtered activity

💻 r706

Tom Laermans 🦔
fix snmp cache value functions
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/functions-poller.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r705

Tom Laermans 🦔
more warning cleanups
Files changed (5) +21 / -14
Changed files with action and line counts
Mdiscovery.php+10 / -3
Mincludes/discovery/cdp-lldp.inc.php+4 / -4
Mincludes/discovery/entity-physical.inc.php+2 / -2
Mincludes/discovery/interfaces.php+3 / -3
Mincludes/discovery/storage.php+2 / -2
+21 added −14 removed filtered activity

💻 r704

Tom Laermans 🦔
warning fixes + bug fix resulting from these stricter checks in juniper v6 discovery
Files changed (3) +5 / -5
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+3 / -3
Mincludes/discovery/cdp-lldp.inc.php+1 / -1
Mincludes/discovery/hr-device.inc.php+1 / -1
+5 added −5 removed filtered activity

💻 r703

Tom Laermans 🦔
more warning fixes
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/print-menubar.php+3 / -3
+3 added −3 removed filtered activity

💻 r702

Tom Laermans 🦔
fix dbschema table
Files changed (1) +2 / -1
Changed files with action and line counts
Mdatabase-update.sql+2 / -1
0 added 0 removed filtered activity

💻 r701

Tom Laermans 🦔
rewrote shorthost function, made some php warnings go away (when using 'use strict' equivalent ;)
Files changed (6) +21 / -27
Changed files with action and line counts
Mhtml/includes/print-event.inc+2 / -2
Mhtml/index.php+2 / -2
Mhtml/pages/front/default.php+1 / -1
Mincludes/collectd/config.php+3 / -3
Mincludes/functions.php+12 / -18
Mincludes/rewrites.php+1 / -1
+21 added −27 removed filtered activity

💻 r700

Tom Laermans 🦔
ldap access filtering by group
Files changed (2) +17 / -6
Changed files with action and line counts
Mconfig.php.default+3 / -2
Mhtml/includes/authenticate.inc+14 / -4
+17 added −6 removed filtered activity

💻 r699

Tom Laermans 🦔
only run database schema update when running svn and actually have something to update
Files changed (2) +22 / -2
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+21 / -2
+21 added −2 removed filtered activity

💻 r698

Tom Laermans 🦔
bye yellow border on interfaces page
Files changed (1) +2 / -19
Changed files with action and line counts
Mhtml/pages/interfaces.php+2 / -19
+2 added −19 removed filtered activity

💻 r697

Tom Laermans 🦔
added space in bgp notification mail subject
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r696

Tom Laermans 🦔
lm-sensors support + precision in temperature poller instead of tenths
Files changed (3) +44 / -5
Changed files with action and line counts
Mdatabase-update.sql+3 / -1
Mincludes/discovery/temperatures.php+37 / -4
Mincludes/polling/temperatures.inc.php+4 / -0
+41 added −4 removed filtered activity

💻 r695

Tom Laermans 🦔
default configured frontpage to default.php
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r694

Tom Laermans 🦔
ignore peers not yet polled
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r693

Tom Laermans 🦔
some docs updates
Files changed (3) +29 / -3
Changed files with action and line counts
MCHANGELOG+10 / -2
ADEVELOPING+18 / -0
MREADME+1 / -1
+29 added −3 removed filtered activity

💻 r692

Tom Laermans 🦔
add uptime graph for papouch tme
Files changed (1) +5 / -0
Changed files with action and line counts
Ahtml/pages/device/graphs/os-papouch-tme.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r691

Tom Laermans 🦔
update TME description
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures.php+6 / -1
+6 added −1 removed filtered activity

💻 r690

Tom Laermans 🦔
woops, fill out temp oid for TME, temp graphing now supported, yay
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/temperatures.php+1 / -0
+1 added 0 removed filtered activity

💻 r689

Tom Laermans 🦔
fix Papouch TME tenths + linux sensor support
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/temperatures.php+4 / -4
+4 added −4 removed filtered activity

💻 r688

Tom Laermans 🦔
remove module use from tme
Files changed (2) +2 / -5
Changed files with action and line counts
Mincludes/discovery/temperatures.php+2 / -2
Mincludes/polling/temperatures.inc.php+0 / -3
+2 added −5 removed filtered activity

💻 r687

Tom Laermans 🦔
die papouch, with your broken MIB
Files changed (1) +0 / -70
Changed files with action and line counts
Dmibs/TMESNMP2.mib+0 / -70
0 added 0 removed filtered activity

💻 r686

Tom Laermans 🦔
die papouch, with your broken MIB
Files changed (1) +0 / -54
Changed files with action and line counts
Dmibs/Papouch-SMI.mib+0 / -54
0 added 0 removed filtered activity

💻 r685

Tom Laermans 🦔
fix junos temperatures + add papouch tme
Files changed (1) +19 / -2
Changed files with action and line counts
Mincludes/discovery/temperatures.php+19 / -2
+19 added −2 removed filtered activity

💻 r684

Tom Laermans 🦔
Papouch TME MIBs
Files changed (2) +138 / -0
Changed files with action and line counts
Amibs/Papouch-SMI.mib+61 / -0
Amibs/TMESNMP2.mib+77 / -0
0 added 0 removed filtered activity

💻 r683

Tom Laermans 🦔
use snmpwalk instead of bulkwalk on v1 devices, in arp table
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.php+1 / -1
+1 added −1 removed filtered activity

💻 r682

Tom Laermans 🦔
allow dash in OS name
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r681

Tom Laermans 🦔
Papouch TME (Ethernet Thermometer) OS discovery support
Files changed (1) +10 / -0
Changed files with action and line counts
Aincludes/osdiscovery/discover-papouch-tme.php+10 / -0
+10 added 0 removed filtered activity

💻 r680

Tom Laermans 🦔
arp page html fixies
Files changed (1) +8 / -8
Changed files with action and line counts
Mhtml/pages/device/port/arp.inc.php+8 / -8
+8 added −8 removed filtered activity

💻 r679

Tom Laermans 🦔
yellow borders be gone
Files changed (1) +3 / -21
Changed files with action and line counts
Mhtml/pages/device/interface.inc.php+3 / -21
+3 added −21 removed filtered activity

💻 r678

Tom Laermans 🦔
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) +65 / -61
Changed files with action and line counts
Mdiscovery.php+2 / -0
Aincludes/discovery/arp-table.php+63 / -0
Mincludes/discovery/cisco-mac-accounting.php+0 / -61
+65 added −61 removed filtered activity

💻 r677

Tom Laermans 🦔
notify() test + indent cleanup + html cleanup
Files changed (2) +46 / -38
Changed files with action and line counts
Mincludes/functions.php+45 / -36
Mpoll-device.php+1 / -2
+46 added −38 removed filtered activity

💻 r676

Adam Armstrong 🐸
fixes
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r675

Tom Laermans 🦔
html fixies in top bar
Files changed (1) +43 / -50
Changed files with action and line counts
Mhtml/includes/print-menubar.php+43 / -50
+43 added −50 removed filtered activity

💻 r674

Tom Laermans 🦔
permissions for /bgp
Files changed (1) +48 / -42
Changed files with action and line counts
Mhtml/pages/bgp.php+48 / -42
+48 added −42 removed filtered activity

💻 r673

Adam Armstrong 🐸
stupid junifail
Files changed (1) +0 / -308
Changed files with action and line counts
Dmibs/mib-rfc2851.txt+0 / -308
0 added 0 removed filtered activity

💻 r672

Adam Armstrong 🐸
die
Files changed (1) +0 / -0
Changed files with action and line counts
Dmibs/IP-MIB.txt non-text+0 / -0
0 added 0 removed filtered activity

💻 r671

Tom Laermans 🦔
mail/eventlog on bgp up/down/flap
Files changed (1) +21 / -1
Changed files with action and line counts
Mincludes/polling/bgpPeer.inc.php+21 / -1
+21 added −1 removed filtered activity

💻 r670

Tom Laermans 🦔
fix semicolon in cisco-processors
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/cisco-processors.php+1 / -1
+1 added −1 removed filtered activity

💻 r669

Tom Laermans 🦔
fix database update script
Files changed (1) +4 / -3
Changed files with action and line counts
Mdatabase-update.sql+4 / -3
0 added 0 removed filtered activity

💻 r668

Tom Laermans 🦔
show svn revision in footer, when checked out from svn
Files changed (1) +8 / -1
Changed files with action and line counts
Mhtml/index.php+8 / -1
+8 added −1 removed filtered activity

💻 r667

Adam Armstrong 🐸
fix cron scripts a bit
Files changed (2) +6 / -13
Changed files with action and line counts
Mscripts/cron-hourly.sh+2 / -5
Mscripts/cron.sh+4 / -8
+6 added −13 removed filtered activity

💻 r666

Tom Laermans 🦔
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1, bulkwalk doesnt work
Files changed (6) +29 / -9
Changed files with action and line counts
Ahtml/images/os/cat1900.png+2 / -0
Mincludes/discovery/interfaces.php+1 / -1
Mincludes/functions-poller.inc.php+7 / -7
Aincludes/osdiscovery/discover-cat1900.php+10 / -0
Aincludes/polling/device-cat1900.inc.php+8 / -0
Mincludes/polling/interfaces.inc.php+1 / -1
+27 added −9 removed filtered activity

💻 r665

Tom Laermans 🦔
html fixes on locations page
Files changed (2) +11 / -15
Changed files with action and line counts
Mhtml/includes/topnav.inc+0 / -1
Mhtml/pages/locations.php+11 / -14
+11 added −15 removed filtered activity

💻 r664

Tom Laermans 🦔
add svn ignore settings
Files changed (1) +4 / -0
Changed files with action and line counts
M/home/observium/trunk+4 / -0
+4 added 0 removed filtered activity

💻 r663

Tom Laermans 🦔
juniper bgp mib
Files changed (1) +4,226 / -0
Changed files with action and line counts
Amibs/BGP4-V2-MIB-JUNIPER.mib+4,226 / -0
0 added 0 removed filtered activity

💻 r662

Tom Laermans 🦔
forgotten dell mib
Files changed (1) +6,844 / -0
Changed files with action and line counts
Amibs/apollo.txt+6,844 / -0
0 added 0 removed filtered activity

💻 r661

Tom Laermans 🦔
forgot to commit this a while back, CPU graph for powerconnect devices
Files changed (1) +25 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device_cpu_powerconnect.inc.php+25 / -0
+25 added 0 removed filtered activity

💻 r660

Tom Laermans 🦔
working favicon in default config
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r659

Tom Laermans 🦔
html fix
Files changed (1) +37 / -39
Changed files with action and line counts
Mhtml/index.php+37 / -39
+37 added −39 removed filtered activity

💻 r658

Tom Laermans 🦔
html fixes
Files changed (5) +48 / -47
Changed files with action and line counts
Mhtml/css/styles.css+1 / -2
Mhtml/includes/topnav.inc+36 / -34
Mhtml/index.php+2 / -2
Mhtml/pages/front/default.php+1 / -1
Mincludes/functions.php+8 / -8
+47 added −45 removed filtered activity

💻 r657

Tom Laermans 🦔
ignore physical entity inventory if the hardware doesn't say what they are - HI DELL
Files changed (1) +39 / -37
Changed files with action and line counts
Mincludes/discovery/entity-physical.inc.php+39 / -37
+39 added −37 removed filtered activity

💻 r656

Tom Laermans 🦔
further align the top up/down/ignored overview
Files changed (1) +18 / -13
Changed files with action and line counts
Mhtml/includes/topnav.inc+18 / -13
+18 added −13 removed filtered activity

💻 r655

Tom Laermans 🦔
add table headers to bgp page
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/pages/bgp.php+3 / -1
+3 added −1 removed filtered activity

💻 r654

Tom Laermans 🦔
cache astext to reduce number of dns queries
Files changed (1) +12 / -4
Changed files with action and line counts
Mincludes/functions.php+12 / -4
+12 added −4 removed filtered activity

💻 r653

Tom Laermans 🦔
but no red on the alerts page, since they'd all be red
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bgp.php+1 / -1
+1 added −1 removed filtered activity

💻 r652

Tom Laermans 🦔
make broken bgp sessions red (again?) on the global bgp page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bgp.php+1 / -1
+1 added −1 removed filtered activity

💻 r651

Tom Laermans 🦔
fixed bgp consolidation code
Files changed (2) +42 / -37
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+41 / -36
Mincludes/polling/bgpPeer.inc.php+1 / -1
+42 added −37 removed filtered activity

💻 r650

Tom Laermans 🦔
now recognizes devices by v6 ip on the device bgp table page as well + code cleanups
Files changed (1) +8 / -5
Changed files with action and line counts
Mhtml/pages/device/bgp.inc.php+8 / -5
+8 added −5 removed filtered activity

💻 r649

Tom Laermans 🦔
refactored bgp discovery
Files changed (1) +83 / -77
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+83 / -77
+83 added −77 removed filtered activity

💻 r648

Tom Laermans 🦔
more rewritten links
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/print-menubar.php+3 / -3
+3 added −3 removed filtered activity

💻 r647

Tom Laermans 🦔
some html fixes
Files changed (2) +14 / -12
Changed files with action and line counts
Mhtml/index.php+4 / -4
Mhtml/pages/logon.inc+10 / -8
+14 added −12 removed filtered activity

💻 r646

Tom Laermans 🦔
update peer AS on discovery for already known peers
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+2 / -2
+2 added −2 removed filtered activity

💻 r645

Adam Armstrong 🐸
fix
Files changed (1) +16 / -1
Changed files with action and line counts
Mincludes/discovery/cisco-processors.php+16 / -1
+16 added −1 removed filtered activity

💻 r644

Adam Armstrong 🐸
small updates fix uptime display
Files changed (2) +2 / -2
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mhtml/pages/devices.php+1 / -1
+1 added −1 removed filtered activity

💻 r643

Tom Laermans 🦔
show uptime, not (yet?) using the attribs part for uptime...
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/devices.php+1 / -1
+1 added −1 removed filtered activity

💻 r642

Tom Laermans 🦔
only single lines between a host and its interfaces
Files changed (1) +10 / -2
Changed files with action and line counts
Mhtml/map.php+10 / -2
+10 added −2 removed filtered activity

💻 r641

Tom Laermans 🦔
authentication check on the map file now
Files changed (1) +54 / -47
Changed files with action and line counts
Mhtml/map.php+54 / -47
+54 added −47 removed filtered activity

💻 r640

Tom Laermans 🦔
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) +71 / -63
Changed files with action and line counts
Mhtml/map.php+71 / -63
+71 added −63 removed filtered activity

💻 r639

Tom Laermans 🦔
allow editing of community on device tab, fix yellow border on bgp page
Files changed (3) +26 / -29
Changed files with action and line counts
Mhtml/includes/edit-host.inc+5 / -1
Mhtml/pages/device/bgp.inc.php+3 / -17
Mhtml/pages/device/edit.inc.php+18 / -11
+26 added −29 removed filtered activity

💻 r638

Adam Armstrong 🐸
removing yellow edges
Files changed (3) +13 / -65
Changed files with action and line counts
Mhtml/pages/bills.php+4 / -26
Mhtml/pages/inventory.php+4 / -21
Mhtml/pages/syslog.php+5 / -18
+13 added −65 removed filtered activity

💻 r637

Tom Laermans 🦔
allow for custom ASN textual descriptions
Files changed (2) +16 / -3
Changed files with action and line counts
Mconfig.php.default+4 / -0
Mincludes/functions.php+12 / -3
+16 added −3 removed filtered activity

💻 r636

Tom Laermans 🦔
fix astext for ipv4 bgp peers, oops.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+1 / -1
+1 added −1 removed filtered activity

💻 r635

Tom Laermans 🦔
remove yellow shade around logon window
Files changed (2) +6 / -19
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/pages/logon.inc+4 / -17
+6 added −19 removed filtered activity

💻 r634

Adam Armstrong 🐸
fix to syslog page
Files changed (1) +1 / -3
Changed files with action and line counts
Mhtml/pages/device/syslog.inc.php+1 / -3
+1 added −3 removed filtered activity

💻 r633

Adam Armstrong 🐸
updates
Files changed (2) +11 / -41
Changed files with action and line counts
Mhtml/pages/device/collectd.inc.php+2 / -20
Mhtml/pages/device/syslog.inc.php+9 / -21
+11 added −41 removed filtered activity

💻 r632

Tom Laermans 🦔
fix yellow border around devices selector as well
Files changed (2) +5 / -21
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/pages/devices.php+3 / -19
+5 added −21 removed filtered activity

💻 r631

Tom Laermans 🦔
fix yellow border in device health page
Files changed (1) +22 / -27
Changed files with action and line counts
Mhtml/pages/device/health.inc.php+22 / -27
+22 added −27 removed filtered activity

💻 r630

Adam Armstrong 🐸
fix broken button
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.php+1 / -1
+1 added −1 removed filtered activity

💻 r629

Tom Laermans 🦔
fix collectd default config
Files changed (1) +1 / -1
Changed files with action and line counts
Mconfig.php.default+1 / -1
+1 added −1 removed filtered activity

💻 r628

Tom Laermans 🦔
fix newlines in 2 polling files
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/polling/hr-mib_storage.inc.php+1 / -1
Mincludes/polling/temperatures.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r627

Tom Laermans 🦔
more html fixes - yes, Adam, I'm anal like that ;-)
Files changed (2) +80 / -102
Changed files with action and line counts
Mhtml/pages/device.php+76 / -98
Mincludes/functions.php+4 / -4
+80 added −102 removed filtered activity

💻 r626

Tom Laermans 🦔
html cleanups
Files changed (21) +108 / -113
Changed files with action and line counts
Mhtml/includes/error-no-perm.inc.php+4 / -4
Mhtml/includes/topnav.inc+25 / -30
Mhtml/index.php+3 / -3
Mhtml/pages/bills.php+4 / -4
Mhtml/pages/default-jt.php+8 / -8
Mhtml/pages/device/bgp.inc.php+4 / -4
Mhtml/pages/device/ciscosensors.inc.php+4 / -4
Mhtml/pages/device/collectd.inc.php+4 / -4
Mhtml/pages/device/health.inc.php+4 / -4
Mhtml/pages/device/interface.inc.php+4 / -4
Mhtml/pages/device/syslog.inc.php+4 / -4
Mhtml/pages/device/vlans.inc.php+4 / -4
Mhtml/pages/device/vrfs.inc.php+4 / -4
Mhtml/pages/devices.php+4 / -4
Mhtml/pages/front/default.php+4 / -4
Mhtml/pages/interfaces.php+4 / -4
Mhtml/pages/inventory.php+4 / -4
Mhtml/pages/ipv6.php+4 / -4
Mhtml/pages/logon.inc+4 / -4
Mhtml/pages/syslog.php+4 / -4
Mhtml/pages/vrfs.php+4 / -4
+108 added −113 removed filtered activity

💻 r625

Tom Laermans 🦔
some code and html cleanups
Files changed (4) +114 / -114
Changed files with action and line counts
Mhtml/includes/hostbox.inc+14 / -14
Mhtml/includes/print-menubar.php+82 / -86
Mhtml/index.php+14 / -13
Mincludes/functions.php+4 / -1
+114 added −114 removed filtered activity

💻 r624

Tom Laermans 🦔
fixed the interface display in event log, plus some html fixes
Files changed (4) +21 / -20
Changed files with action and line counts
Mhtml/includes/print-event.inc+10 / -15
Mhtml/pages/device/events.inc.php+3 / -3
Mhtml/pages/eventlog.php+2 / -2
Mincludes/common.php+6 / -0
+21 added −20 removed filtered activity

💻 r623

Tom Laermans 🦔
fix ifnamedescr in short event log (hopefully)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-event-short.inc+1 / -1
+1 added −1 removed filtered activity

💻 r622

Tom Laermans 🦔
fixup graph code and html
Files changed (1) +41 / -118
Changed files with action and line counts
Mhtml/pages/device/graphs.inc.php+41 / -118
+41 added −118 removed filtered activity

💻 r621

Tom Laermans 🦔
really fixed v6 bgp on juniper now, yay
Files changed (4) +8 / -5
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/bgp.php+1 / -1
Mhtml/pages/device/bgp.inc.php+1 / -1
Mincludes/polling/bgpPeer.inc.php+5 / -2
+8 added −5 removed filtered activity

💻 r620

Tom Laermans 🦔
oops, fixed ipv62snmp()
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r619

Tom Laermans 🦔
correct count, variable i was used in other places, skewing the counter at the end
Files changed (1) +3 / -3
Changed files with action and line counts
Mpoll-device.php+3 / -3
+3 added −3 removed filtered activity

💻 r618

Tom Laermans 🦔
err, right
Files changed (6) +12 / -0
Changed files with action and line counts
Mhtml/pages/device/graphs/os-bcm96348.inc.php+2 / -0
Mhtml/pages/device/graphs/os-fortigate.inc.php+2 / -0
Mhtml/pages/device/graphs/os-powerconnect.inc.php+2 / -0
Mhtml/pages/device/graphs/os-procurve.inc.php+2 / -0
Mhtml/pages/device/graphs/os-screenos.inc.php+2 / -0
Mhtml/pages/device/graphs/os-snom.inc.php+2 / -0
+12 added 0 removed filtered activity

💻 r617

Tom Laermans 🦔
move graphs code into separate files per OS
Files changed (6) +54 / -0
Changed files with action and line counts
Ahtml/pages/device/graphs/os-bcm96348.inc.php+12 / -0
Ahtml/pages/device/graphs/os-fortigate.inc.php+9 / -0
Ahtml/pages/device/graphs/os-powerconnect.inc.php+11 / -0
Ahtml/pages/device/graphs/os-procurve.inc.php+9 / -0
Ahtml/pages/device/graphs/os-screenos.inc.php+11 / -0
Ahtml/pages/device/graphs/os-snom.inc.php+2 / -0
+54 added 0 removed filtered activity

💻 r616

Tom Laermans 🦔
fix junos graphs tab
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/graphs/os-junos.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r615

Adam Armstrong 🐸
added hrdevice browser page (initial)
Files changed (2) +45 / -2
Changed files with action and line counts
Mhtml/pages/device.php+8 / -2
Ahtml/pages/device/hrdevice.inc.php+37 / -0
+45 added −2 removed filtered activity

💻 r614

Tom Laermans 🦔
remove debug print in eventlog()
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/functions.php+0 / -1
0 added −1 removed filtered activity

💻 r613

Tom Laermans 🦔
ipv6 sessions (at least on juniper) now also can go into alert
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bgp.php+1 / -1
+1 added −1 removed filtered activity

💻 r612

Tom Laermans 🦔
Ignore failed temperature readings, though they will probably still be inserted as 0 degrees
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/temperatures.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r611

Adam Armstrong 🐸
fix
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions-poller.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r610

Tom Laermans 🦔
fix map
Files changed (1) +2 / -6
Changed files with action and line counts
Mhtml/map.php+2 / -6
+2 added −6 removed filtered activity

💻 r609

Tom Laermans 🦔
minor code cleanup, change queries to eventlog table to eventlog() function
Files changed (6) +44 / -46
Changed files with action and line counts
Mincludes/discovery/os.inc.php+1 / -1
Mincludes/functions.php+9 / -1
Mincludes/polling/interfaces.inc.php+5 / -5
Mincludes/polling/ports.inc.php+3 / -13
Mpoll-device.php+25 / -25
Mpoll-reachability.php+1 / -1
+44 added −46 removed filtered activity

💻 r608

Adam Armstrong 🐸
Files changed (3) +12 / -5
Changed files with action and line counts
Mdiscovery.php+4 / -2
Mhtml/map.php+6 / -2
Mincludes/functions-poller.inc.php+2 / -1
+12 added −5 removed filtered activity

💻 r607

Tom Laermans 🦔
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r606

Tom Laermans 🦔
woops, broke host 'up' a few commits back...
Files changed (1) +1 / -1
Changed files with action and line counts
Mpoll-device.php+1 / -1
+1 added −1 removed filtered activity

💻 r605

Tom Laermans 🦔
smaller ipv6 addresses on overview page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r604

Tom Laermans 🦔
tooltip with full text over asn in bgp session on frontpage
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r603

Tom Laermans 🦔
frontpage overview now also using ifnamedescr()
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -1
+2 added −1 removed filtered activity

💻 r602

Tom Laermans 🦔
use ifNameDescr in map, so powerconnect has useful interface names, remove powerconnect from ifdescr whitelist
Files changed (3) +12 / -16
Changed files with action and line counts
Mhtml/map.php+10 / -13
Mincludes/rewrites.php+2 / -2
Mincludes/static-config.php+0 / -1
+12 added −16 removed filtered activity

💻 r601

Tom Laermans 🦔
ehh, i broke polling a bit, i think i fixed it now?
Files changed (1) +10 / -9
Changed files with action and line counts
Mpoll-device.php+10 / -9
+10 added −9 removed filtered activity

💻 r600

Tom Laermans 🦔
really fix up/down issue
Files changed (1) +8 / -12
Changed files with action and line counts
Mpoll-device.php+8 / -12
+8 added −12 removed filtered activity

💻 r599

Tom Laermans 🦔
Device status changes now are processed correctly, and report down in the eventlog as well
Files changed (1) +1 / -0
Changed files with action and line counts
Mpoll-device.php+1 / -0
+1 added 0 removed filtered activity

💻 r598

Tom Laermans 🦔
better lldp/cdp discovery output
Files changed (1) +2 / -35
Changed files with action and line counts
Mincludes/discovery/cdp-lldp.inc.php+2 / -35
+2 added −35 removed filtered activity

💻 r597

Tom Laermans 🦔
tiny bit less confusing link discovery output
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/cdp-lldp.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r596

Tom Laermans 🦔
avoid error on ldap bind when session has expired
Files changed (1) +22 / -19
Changed files with action and line counts
Mhtml/includes/authenticate.inc+22 / -19
+22 added −19 removed filtered activity

💻 r595

Tom Laermans 🦔
LLDP support! Only tested on Procurve 2626 and Powerconnect 5324 but seems to work.
Files changed (4) +183 / -101
Changed files with action and line counts
Mdiscovery.php+2 / -1
Aincludes/discovery/cdp-lldp.inc.php+160 / -0
Dincludes/discovery/cisco-cdp.inc.php+0 / -98
Mincludes/functions-poller.inc.php+21 / -2
+183 added −101 removed filtered activity

💻 r594

Tom Laermans 🦔
replace recently committed duration() by already existing format_uptime()
Files changed (2) +1 / -23
Changed files with action and line counts
Mincludes/functions.php+0 / -22
Mpoll-device.php+1 / -1
+1 added −23 removed filtered activity

💻 r593

Adam Armstrong 🐸
fix for cdp where hostname != sysname
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/cisco-cdp.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r592

Adam Armstrong 🐸
powerconnect cpu :>
Files changed (6) +7,224 / -0
Changed files with action and line counts
Mhtml/pages/device/graphs.inc.php+15 / -0
Mincludes/polling/device-powerconnect.inc.php+23 / -0
Amibs/RADLAN-MIB.txt+6,844 / -0
Amibs/rfc1442v.smi+43 / -0
Amibs/rfc1451.mi1+130 / -0
Amibs/rlmng.mib+169 / -0
+38 added 0 removed filtered activity

💻 r591

Adam Armstrong 🐸
remove old stupid nagios crap
Files changed (65) +0 / -4,464

Showing the first 30 paths; 35 more are omitted from this static page.

Changed files with action and line counts
Dscripts/services non-text+0 / -0
Dscripts/services/check_bl+0 / -161
Dscripts/services/check_breeze+0 / -88
Mscripts/services/check_by_ssh+0 / -2
Mscripts/services/check_dhcp+0 / -2
Mscripts/services/check_dig+0 / -2
Mscripts/services/check_disk+0 / -2
Dscripts/services/check_disk_smb+0 / -297
Mscripts/services/check_dns+0 / -2
Mscripts/services/check_dummy+0 / -2
Dscripts/services/check_file_age+0 / -114
Dscripts/services/check_flexlm+0 / -246
Mscripts/services/check_fping+0 / -2
Dscripts/services/check_ftp+0 / -2
Mscripts/services/check_game+0 / -2
Mscripts/services/check_hpjd+0 / -2
Mscripts/services/check_http+0 / -2
Mscripts/services/check_icmp+0 / -2
Dscripts/services/check_ifoperstatus+0 / -506
Dscripts/services/check_ifstatus+0 / -460
Dscripts/services/check_imap+0 / -2
Dscripts/services/check_ircd+0 / -251
Dscripts/services/check_jabber+0 / -2
Mscripts/services/check_ldap+0 / -2
Mscripts/services/check_ldaps+0 / -2
Mscripts/services/check_load+0 / -2
Dscripts/services/check_log+0 / -218
Dscripts/services/check_mailq+0 / -611
Mscripts/services/check_mrtg+0 / -2
Mscripts/services/check_mrtgtraf+0 / -2
0 added −4,464 removed filtered activity

💻 r590

Adam Armstrong 🐸
vlan fixes (sid3windr)
Files changed (2) +12 / -9
Changed files with action and line counts
Mincludes/discovery/cisco-vlans.php+5 / -3
Mincludes/discovery/q-bridge-mib.php+7 / -6
+12 added −9 removed filtered activity

💻 r589

Adam Armstrong 🐸
add Q-BRIDGE-MIB support
Files changed (2) +60 / -2
Changed files with action and line counts
Mdiscovery.php+3 / -2
Aincludes/discovery/q-bridge-mib.php+57 / -0
+60 added −2 removed filtered activity

💻 r588

Adam Armstrong 🐸
sid3windr updates!
Files changed (8) +79 / -56
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
Mhtml/pages/ipv4.php+9 / -9
Mhtml/pages/logon.inc+41 / -40
Mhtml/pages/temperatures.php+10 / -3
Mincludes/discovery/bgp-peers.php+2 / -2
Mincludes/discovery/storage.php+1 / -1
Mincludes/functions.php+11 / -0
Mincludes/polling/device-unix.inc.php+3 / -1
+77 added −56 removed filtered activity

💻 r587

Adam Armstrong 🐸
sid3windr fixes!
Files changed (3) +26 / -4
Changed files with action and line counts
Mincludes/functions.php+23 / -2
Mincludes/polling/hr-mib_processor.inc.php+1 / -1
Mpoll-device.php+2 / -1
+26 added −4 removed filtered activity

💻 r586

Adam Armstrong 🐸
fix
Files changed (1) +2 / -4
Changed files with action and line counts
Mhtml/includes/authenticate.inc+2 / -4
+2 added −4 removed filtered activity

💻 r585

Adam Armstrong 🐸
sid3windr fixes
Files changed (2) +3 / -4
Changed files with action and line counts
Mincludes/discovery/ipv6-addresses.php+1 / -1
Mincludes/functions.php+2 / -3
+3 added −4 removed filtered activity

💻 r584

Adam Armstrong 🐸
fixes
Files changed (2) +36 / -34
Changed files with action and line counts
Mincludes/discovery/ipv6-addresses.php+0 / -34
Mincludes/functions.php+36 / -0
+36 added −34 removed filtered activity

💻 r583

Adam Armstrong 🐸
ipv6-mib support
Files changed (4) +76 / -42
Changed files with action and line counts
Mincludes/discovery/bgp-peers.php+3 / -6
Mincludes/discovery/ipv6-addresses.php+55 / -31
Mincludes/functions.php+17 / -0
Mincludes/polling/bgpPeer.inc.php+1 / -5
+76 added −42 removed filtered activity

💻 r582

Adam Armstrong 🐸
update to 2010. versioning now <major>.<year>.<month>.<minor revision>
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mincludes/static-config.php+1 / -1
+2 added −2 removed filtered activity

💻 r581

Adam Armstrong 🐸
updates to temperature display on overview
Files changed (2) +13 / -6
Changed files with action and line counts
Mhtml/includes/graphs/temperature.inc.php+0 / -1
Mhtml/pages/device/overview/temperatures.inc.php+13 / -5
+13 added −6 removed filtered activity

No stable releases were published in 2010.