Commit and release counts include all visible history. Line totals exclude configured automation, vendor, generated, and data-file changes.
December
November
October
September
August
July
June
May
April
March
February
January
December 2010
code and formatting cleanups/small fixes
Changed files with action and line counts M includes/discovery/cisco-mac-accounting.inc.php +3 / -7 M includes/discovery/cisco-pw.inc.php +29 / -19 M includes/discovery/cisco-vlans.inc.php +3 / -2 M includes/discovery/cisco-vrf.inc.php +67 / -49 M includes/discovery/services.inc.php +2 / -2 M includes/discovery/toner.inc.php +1 / -2 M includes/discovery/ucd-diskio.inc.php +36 / -36 M includes/functions.php +2 / -1
+143 added
−118 removed
filtered activity
fix discovery of IPMI for indexes
Changed files with action and line counts M includes/discovery/ipmi.inc.php +2 / -0
+2 added
0 removed
filtered activity
remove warning
Changed files with action and line counts M includes/snmp.inc.php +1 / -1
+1 added
−1 removed
filtered activity
make ipmitool path configurable
Changed files with action and line counts M includes/defaults.inc.php +1 / -0 M includes/discovery/ipmi.inc.php +1 / -1 M includes/functions.php +1 / -0 M includes/polling/ipmi.inc.php +1 / -1
+4 added
−2 removed
filtered activity
correct humidity graphs after DS name change
Changed files with action and line counts M html/includes/graphs/sensor/humidity.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Add webinterface support for IPMI poller
Changed files with action and line counts A html/images/icons/greyscale/ipmi.png +1 / -0 A html/images/icons/ipmi.png +1 / -0 A html/includes/device-ipmi-edit.inc.php +16 / -0 M html/includes/functions.inc.php +2 / -2 M html/pages/device/edit.inc.php +3 / -2 A html/pages/device/edit/ipmi.inc.php +59 / -0 M includes/discovery/ipmi.inc.php +3 / -2 M includes/functions.php +11 / -5
+94 added
−11 removed
filtered activity
Show unit on IPMI poll, minor fix to CHANGELOG
Changed files with action and line counts M CHANGELOG +1 / -1 M includes/polling/ipmi.inc.php +5 / -3
+6 added
−4 removed
filtered activity
rename fanspeed rrds to work like the other sensors
Changed files with action and line counts M html/includes/graphs/sensor/fanspeed.inc.php +1 / -1 M includes/polling/fanspeeds.inc.php +7 / -4
+8 added
−5 removed
filtered activity
add image for engenius access points
Changed files with action and line counts A html/images/os/engenius.png +1 / -0
0 added
0 removed
filtered activity
add engenius discovery and polling, missing image
Changed files with action and line counts A includes/discovery/os/engenius.inc.php +10 / -0 A includes/polling/os/engenius.inc.php +37 / -0 A mibs/ENGENIUS-CLIENT-MIB +204 / -0 A mibs/ENGENIUS-MESH-MIB +7,400 / -0 A mibs/ENGENIUS-PRIVATE-MIB +1,460 / -0 A mibs/ENGENIUS-STATUS-MIB +1,332 / -0
+47 added
0 removed
filtered activity
allow negative values in ipmi sensor files, for negative volts and temperatures
Changed files with action and line counts M includes/polling/ipmi.inc.php +14 / -6
+14 added
−6 removed
filtered activity
commit sensor fix script that should have gone along with the previous ones
Changed files with action and line counts A fix-sensor-rrd.php +84 / -0
+84 added
0 removed
filtered activity
remove old and not very well working snmpd ipmi addin
Changed files with action and line counts D scripts/snmpd-ipmi.pl +0 / -180
0 added
−180 removed
filtered activity
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.
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +10 / -6 M html/includes/dev-overview-data.inc.php +2 / -20 M html/includes/graphs/sensor/current.inc.php +5 / -5 M html/includes/graphs/sensor/fanspeed.inc.php +5 / -5 M html/includes/graphs/sensor/frequency.inc.php +5 / -5 M html/includes/graphs/sensor/humidity.inc.php +14 / -14 M html/includes/graphs/sensor/temperature.inc.php +17 / -17 M html/includes/graphs/sensor/voltage.inc.php +10 / -10 M html/pages/device.inc.php +1 / -0 M includes/discovery/entity-sensor.inc.php +0 / -3 M includes/discovery/functions.inc.php +29 / -23 A includes/discovery/ipmi.inc.php +31 / -0 M includes/discovery/sensors.inc.php +1 / -0 M includes/functions.php +14 / -1 M includes/polling/current.inc.php +2 / -2 M includes/polling/fanspeeds.inc.php +7 / -5 M includes/polling/frequencies.inc.php +3 / -3 M includes/polling/humidity.inc.php +3 / -6 A includes/polling/ipmi.inc.php +52 / -0 M includes/polling/temperatures.inc.php +5 / -4 M includes/polling/voltages.inc.php +4 / -4 M includes/snmp.inc.php +58 / -47 M includes/static-config.php +11 / -0 M poller.php +3 / -2
+292 added
−182 removed
filtered activity
add comment for snmp internal :>
Changed files with action and line counts M config.php.default +1 / -0 M html/pages/bill/edit.inc.php +2 / -2
+3 added
−2 removed
filtered activity
set sensor type for ipoman outlet current
Changed files with action and line counts M includes/discovery/current/ipoman.inc.php +1 / -1
+1 added
−1 removed
filtered activity
small fixes
Changed files with action and line counts M html/includes/print-menubar.php +35 / -32 M includes/discovery/ipv4-addresses.inc.php +55 / -47 M includes/discovery/temperatures/dell.inc.php +3 / -3
+93 added
−82 removed
filtered activity
fix graphs after r1750, sigh
Changed files with action and line counts M html/includes/graphs/graph.inc.php +5 / -5 M html/includes/graphs/sensor/auth.inc.php +0 / -3
+5 added
−8 removed
filtered activity
small cidr check optimization
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -0
+1 added
0 removed
filtered activity
remove default warning limit variables from defaults as they are no longer used
Changed files with action and line counts M includes/defaults.inc.php +0 / -8
0 added
−8 removed
filtered activity
move ldap example settings to defaults.inc.php
Changed files with action and line counts M config.php.default +0 / -7 M includes/defaults.inc.php +5 / -0
+5 added
−7 removed
filtered activity
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...
Changed files with action and line counts M html/includes/graphs/graph.inc.php +76 / -48 M includes/defaults.inc.php +1 / -0
+77 added
−48 removed
filtered activity
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
Changed files with action and line counts M html/css/styles.css +6 / -0 M html/pages/device/overview.inc.php +6 / -6 D html/pages/device/overview/current.inc.php +0 / -40 D html/pages/device/overview/fanspeeds.inc.php +0 / -40 D html/pages/device/overview/frequencies.inc.php +0 / -42 A html/pages/device/overview/generic non-text +0 / -0 A html/pages/device/overview/generic/sensor.inc.php +40 / -0 D html/pages/device/overview/humidity.inc.php +0 / -47 A html/pages/device/overview/sensors non-text +0 / -0 A html/pages/device/overview/sensors/current.inc.php +10 / -0 A html/pages/device/overview/sensors/fanspeeds.inc.php +10 / -0 A html/pages/device/overview/sensors/frequencies.inc.php +10 / -0 A html/pages/device/overview/sensors/humidity.inc.php +10 / -0 A html/pages/device/overview/sensors/temperatures.inc.php +10 / -0 A html/pages/device/overview/sensors/voltages.inc.php +10 / -0 D html/pages/device/overview/temperatures.inc.php +0 / -44 D html/pages/device/overview/voltages.inc.php +0 / -40
+106 added
−259 removed
filtered activity
fix typo on iftype page for transit/peering/etc
Changed files with action and line counts M html/pages/iftype.inc.php +1 / -1
+1 added
−1 removed
filtered activity
November 2010
reset valid_afi_safi per peer, to not show error graphs on bgp sessions not supporting this prefix type
Changed files with action and line counts M html/pages/device/bgp.inc.php +2 / -0
+2 added
0 removed
filtered activity
fix graph shown when clicking device overview network traffic graph
Changed files with action and line counts M html/pages/device/overview/ports.inc.php +1 / -1
+1 added
−1 removed
filtered activity
add 95th to multi_bits graphs
Changed files with action and line counts M html/includes/graphs/generic_multi_bits.inc.php +12 / -3
+12 added
−3 removed
filtered activity
fix errors in description of ipoman currents
Changed files with action and line counts M includes/discovery/current/ipoman.inc.php +7 / -7 M includes/discovery/frequencies/ipoman.inc.php +6 / -6 M includes/discovery/voltages/ipoman.inc.php +6 / -6
+19 added
−19 removed
filtered activity
parsing of ipv6 afi on junos bgp poll/discovery
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +4 / -1 M includes/polling/bgp-peers.inc.php +4 / -1
+8 added
−2 removed
filtered activity
no longer show broken graphs when there are none to be shown, indentation fixes
Changed files with action and line counts M html/pages/device/bgp.inc.php +119 / -93 M html/pages/iftype.inc.php +47 / -41
+166 added
−134 removed
filtered activity
add % to processor usage graph
Changed files with action and line counts M html/includes/graphs/processor/usage.inc.php +3 / -3
+3 added
−3 removed
filtered activity
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
Changed files with action and line counts M html/includes/functions.inc.php +2 / -3 D html/includes/graphs/bgp/cbgp_prefixes.inc.php +0 / -22 A html/includes/graphs/bgp/prefixes.inc.php +22 / -0 M html/pages/bgp.inc.php +1 / -1 M html/pages/device/bgp.inc.php +4 / -4
+29 added
−30 removed
filtered activity
fix logfile() for newline, thanks Klaver
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
fix unsetting of cache in the wrong place on discovery of bgp peers on junos, whoops
Changed files with action and line counts M html/pages/health/current.inc.php +30 / -29 M html/pages/health/fanspeeds.inc.php +29 / -28 M html/pages/health/frequencies.inc.php +26 / -25 M html/pages/health/humidity.inc.php +32 / -31 M html/pages/health/temperatures.inc.php +32 / -31 M html/pages/health/voltages.inc.php +29 / -28 M includes/discovery/bgp-peers.inc.php +5 / -5 M includes/polling/fanspeeds.inc.php +13 / -4 M includes/polling/temperatures.inc.php +1 / -1
+197 added
−182 removed
filtered activity
make snmpwalk_cache_multi_oid really do what its name says, cache - should speed up junos bgp counters tremendously on large number of sessions
Changed files with action and line counts M includes/snmp.inc.php +24 / -15
+24 added
−15 removed
filtered activity
replace ugly shell echo by logfile()
Changed files with action and line counts M discovery.php +1 / -2 M includes/functions.php +10 / -1 M poller.php +2 / -1
+13 added
−4 removed
filtered activity
Add JunOS prefix count graphing to BGP sessions
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +82 / -22 M includes/polling/bgp-peers.inc.php +88 / -43
+170 added
−65 removed
filtered activity
clean up MAC change reporting, graph error size
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -1 M includes/discovery/arp-table.inc.php +10 / -5 M includes/polling/cisco-mac-accounting.inc.php +2 / -0
+13 added
−6 removed
filtered activity
unbroke adduser.php
Changed files with action and line counts M adduser.php +1 / -1
+1 added
−1 removed
filtered activity
disable ipv4/ipv6 interface indicator for now
Changed files with action and line counts M html/includes/header.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Made sensor descriptions clickable on device health pages to go directly to the selected sensor graph
Changed files with action and line counts M html/pages/health/current.inc.php +1 / -1 M html/pages/health/fanspeeds.inc.php +1 / -1 M html/pages/health/frequencies.inc.php +1 / -1 M html/pages/health/humidity.inc.php +1 / -1 M html/pages/health/temperatures.inc.php +1 / -1 M html/pages/health/voltages.inc.php +1 / -1
+6 added
−6 removed
filtered activity
Correct current limits on iPoMan
Changed files with action and line counts M includes/discovery/current/ipoman.inc.php +2 / -2
+2 added
−2 removed
filtered activity
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)
Changed files with action and line counts M html/pages/device/edit/ports.inc.php +2 / -2
+2 added
−2 removed
filtered activity
Minor fixes, some cleanups, and standardising on echo("x") instead of echo "x"
Showing the first 30 paths; 33 more are omitted from this static page.
Changed files with action and line counts M adduser.php +2 / -2 M delhost.php +1 / -1 M discovery.php +3 / -2 M fix-port-rrd.php +3 / -3 M html/ajax_listports.php +14 / -13 M html/includes/authenticate.inc.php +4 / -8 M html/includes/authentication/ldap.inc.php +1 / -1 M html/includes/functions.inc.php +3 / -3 M html/includes/ifbox.inc +2 / -2 M html/includes/print-menubar.php +4 / -4 M html/includes/topnav.inc +18 / -18 M html/index.php +8 / -10 M html/map.php +2 / -2 M html/pages/alerts.inc.php +3 / -1 M html/pages/bgp.inc.php +1 / -2 M html/pages/bill/edit.inc.php +3 / -3 M html/pages/delhost.inc.php +2 / -4 M html/pages/device/edit/device.inc.php +4 / -4 M html/pages/device/edit/ports.inc.php +10 / -10 M html/pages/device/interface.inc.php +2 / -2 M html/pages/device/showconfig.inc.php +1 / -2 M html/pages/logon.inc.php +1 / -1 M includes/discovery/arp-table.inc.php +1 / -1 M includes/discovery/bgp-peers.inc.php +2 / -2 M includes/discovery/current/apc.inc.php +2 / -2 M includes/discovery/current/gamatronicups.inc.php +28 / -29 M includes/discovery/current/ipoman.inc.php +2 / -2 M includes/discovery/current/mgeups.inc.php +2 / -2 M includes/discovery/current/rfc1628.inc.php +4 / -4 M includes/discovery/current/xups.inc.php +3 / -3
+199 added
−283 removed
filtered activity
OSX Server Distro detection by Shil (http://www.observium.org/forum/index.php/topic,79.0.html)
Changed files with action and line counts M scripts/distro +4 / -0
+4 added
0 removed
filtered activity
Add support for Ingrasys iPoMan 1201 + minor fixes
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +4 / -0 M html/map.php +1 / -1 M html/pages/device/overview/current.inc.php +1 / -1 M html/pages/device/overview/humidity.inc.php +2 / -2 M html/pages/device/overview/voltages.inc.php +1 / -1 M html/pages/health/humidity.inc.php +1 / -1 A includes/discovery/current/ipoman.inc.php +61 / -0 M includes/discovery/entity-sensor.inc.php +2 / -0 A includes/discovery/frequencies/ipoman.inc.php +44 / -0 A includes/discovery/humidity/ipoman.inc.php +29 / -0 A includes/discovery/os/ipoman.inc.php +8 / -0 A includes/discovery/temperatures/ipoman.inc.php +29 / -0 A includes/discovery/voltages/ipoman.inc.php +44 / -0 A includes/polling/os/ipoman.inc.php +10 / -0 M includes/static-config.php +6 / -0 A mibs/IPOMANII-MIB +4,570 / -0
+243 added
−6 removed
filtered activity
October 2010
MySQL Application poller (thanks to Ove)
Changed files with action and line counts A html/includes/graphs/application/mysql_command_counters.inc.php +69 / -0 A html/includes/graphs/application/mysql_connections.inc.php +51 / -0 A html/includes/graphs/application/mysql_files_tables.inc.php +39 / -0 A html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php +39 / -0 A html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +37 / -0 A html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php +32 / -0 A html/includes/graphs/application/mysql_innodb_io.inc.php +38 / -0 A html/includes/graphs/application/mysql_innodb_io_pending.inc.php +55 / -0 A html/includes/graphs/application/mysql_innodb_log.inc.php +32 / -0 A html/includes/graphs/application/mysql_innodb_row_operations.inc.php +44 / -0 A html/includes/graphs/application/mysql_innodb_semaphores.inc.php +31 / -0 A html/includes/graphs/application/mysql_innodb_transactions.inc.php +21 / -0 A html/includes/graphs/application/mysql_myisam_indexes.inc.php +38 / -0 A html/includes/graphs/application/mysql_network_traffic.inc.php +29 / -0 A html/includes/graphs/application/mysql_query_cache.inc.php +46 / -0 A html/includes/graphs/application/mysql_query_cache_memory.inc.php +29 / -0 A html/includes/graphs/application/mysql_select_types.inc.php +53 / -0 A html/includes/graphs/application/mysql_slow_queries.inc.php +23 / -0 A html/includes/graphs/application/mysql_sorts.inc.php +38 / -0 A html/includes/graphs/application/mysql_table_locks.inc.php +30 / -0 A html/includes/graphs/application/mysql_temporary_objects.inc.php +36 / -0 M html/includes/graphs/generic_bits.inc.php +3 / -0 A html/pages/device/apps/mysql.inc.php +46 / -0 A includes/polling/applications/mysql.inc.php +114 / -0 A scripts/mysql-stats +131 / -0
+1,104 added
0 removed
filtered activity
fix auth for processor graphs
Changed files with action and line counts M html/includes/graphs/processor/auth.inc.php +1 / -1
+1 added
−1 removed
filtered activity
hamsterlogin is go
Changed files with action and line counts A html/images/login-hamster.png +1 / -0 M html/pages/logon.inc.php +2 / -4
+2 added
−4 removed
filtered activity
Add NGINX application type, graphing connections. Thanks to Ove
Changed files with action and line counts A html/images/icons/greyscale/nginx.png +1 / -0 A html/images/icons/nginx.png +1 / -0 A html/includes/graphs/application/nginx_connections.inc.php +38 / -0 A html/includes/graphs/application/nginx_req.inc.php +22 / -0 A html/pages/device/apps/nginx.inc.php +27 / -0 A includes/polling/applications/nginx.inc.php +37 / -0 A scripts/nginx-stats +37 / -0
+161 added
0 removed
filtered activity
remove apachestats (historical)
Changed files with action and line counts D includes/polling/apachestats.inc.php +0 / -31
0 added
−31 removed
filtered activity
disable snmp timeout/retries as defaults
Changed files with action and line counts M includes/defaults.inc.php +3 / -3 M includes/snmp.inc.php +86 / -57
+89 added
−60 removed
filtered activity
blah
Changed files with action and line counts M html/pages/bill/edit.inc.php +2 / -3
+2 added
−3 removed
filtered activity
fixed some broken links on health/[processors|memory]/ pages (thanks tbac)
Changed files with action and line counts M html/pages/health/memory.inc.php +1 / -1 M html/pages/health/processors.inc.php +1 / -1
+2 added
−2 removed
filtered activity
September 2010
improved devices page
Changed files with action and line counts M html/includes/hostbox.inc +1 / -1 M html/pages/devices.inc.php +1 / -1
+2 added
−2 removed
filtered activity
show ports/sensors on the device list page. add option to use php-snmp functions for snmp_get()s
Changed files with action and line counts M config.php.default +3 / -0 M database-update.sql +2 / -1 M discovery.php +5 / -5 M html/includes/device-edit.inc.php +4 / -1 M html/includes/graphs/common.inc.php +2 / -0 M html/includes/hostbox.inc +11 / -0 M html/pages/bill.inc.php +14 / -2 M html/pages/device/edit/device.inc.php +11 / -0 M includes/defaults.inc.php +2 / -1 M includes/polling/ports.inc.php +7 / -1 M includes/snmp.inc.php +167 / -126
+226 added
−136 removed
filtered activity
stuff
Changed files with action and line counts M html/pages/device/graphs.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix to include_dir to work on older versions of php (thanks Mark Loveley of Griffin)
Changed files with action and line counts M includes/functions.php +5 / -1
+5 added
−1 removed
filtered activity
enable deletion of bill
Changed files with action and line counts A html/pages/bill/actions.inc.php +40 / -0 A html/pages/bill/delete.inc.php +23 / -0
+63 added
0 removed
filtered activity
enable editing of bills once created
Changed files with action and line counts M html/pages/bill.inc.php +5 / -3 A html/pages/bill/edit.inc.php +117 / -0 D html/pages/bill/edit.php +0 / -63
+122 added
−66 removed
filtered activity
fix cust graphs
Changed files with action and line counts M html/includes/graphs/customer/auth.inc.php +1 / -1
+1 added
−1 removed
filtered activity
show number of deleted ports in menu
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1
+1 added
−1 removed
filtered activity
add exp
Changed files with action and line counts M config.php.default +2 / -1
+2 added
−1 removed
filtered activity
remove base_url as default
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
set all unix-like stuff to server, and remove old linux handling (quicker than you, failwindr :)
Changed files with action and line counts M discovery.php +0 / -5 M includes/static-config.php +9 / -0
+9 added
−5 removed
filtered activity
openindiana logo
Changed files with action and line counts A html/images/os/openindiana.png +1 / -0
0 added
0 removed
filtered activity
openindiana support
Changed files with action and line counts M includes/discovery/os/solaris.inc.php +3 / -0 M includes/static-config.php +4 / -0
+7 added
0 removed
filtered activity
oh, set to 1s rather than 1000s :)
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
+1 added
−1 removed
filtered activity
re-enable snmp timeout code, set to 5 tries of 1000ms
Changed files with action and line counts M database-update.sql +2 / -0 M includes/defaults.inc.php +2 / -2 M includes/snmp.inc.php +11 / -11
+13 added
−13 removed
filtered activity
ok maybe it is not very unix-like
Changed files with action and line counts M includes/static-config.php +2 / -4
+2 added
−4 removed
filtered activity
detect adva by
sysObjectID , use UNIX os_group, display traffic graph
Changed files with action and line counts A includes/discovery/os/adva.inc.php +9 / -0 M includes/static-config.php +3 / -0
+12 added
0 removed
filtered activity
fix net-snmp arguments order (breaks non-linux platforms)
Changed files with action and line counts M includes/snmp.inc.php +22 / -22
+22 added
−22 removed
filtered activity
ginger patch
Changed files with action and line counts M addhost.php +1 / -1 M adduser.php +1 / -1 M alerts.php +1 / -1 M check-errors.php +1 / -1 M check-services.php +1 / -1 M cleanup.php +1 / -1 M contrib/generate-dnstext.php +1 / -1 M contrib/generate-vegadns.php +1 / -1 M delhost.php +1 / -1 M discovery.php +1 / -1 M generate-iplist.php +1 / -1 M generate-map.sh +1 / -1 M irc.php +1 / -1 M map.php +1 / -1 M poll-billing.php +1 / -1 M poll-device.php +1 / -1 M poll-reachability.php +1 / -1 M poller.php +1 / -1 M renamehost.php +1 / -1 M scan-snmp.php +1 / -1 M scripts/update-sql.php +1 / -1 M snmptrap.php +1 / -1 M syslog.php +1 / -1 M test-discovery.php +1 / -1 M test-poll.php +1 / -1 M versioncheck.php +1 / -1
+26 added
−26 removed
filtered activity
remove the old version checker code (we are svn, and do not use it)
Changed files with action and line counts M html/includes/header-small.inc.php +14 / -12 M html/includes/header.inc.php +14 / -12
+28 added
−24 removed
filtered activity
allow manual ignore of ports
Changed files with action and line counts A html/images/icons/greyscale/port.png +1 / -0 A html/images/icons/greyscale/ports.png +1 / -0 A html/images/icons/ports.png +2 / -0 A html/includes/port-edit.inc.php +49 / -0 M html/pages/device/edit.inc.php +1 / -0 A html/pages/device/edit/ports.inc.php +51 / -0
+101 added
0 removed
filtered activity
fix for JT frontpage (port -> id)
Changed files with action and line counts M html/pages/front/jt.php +3 / -3
+3 added
−3 removed
filtered activity
MRES
Changed files with action and line counts M html/includes/graphs/multiport/bits_duo.inc.php +2 / -2 M html/includes/graphs/multiport/bits_trio.inc.php +3 / -3
+5 added
−5 removed
filtered activity
fix bits_trio graphtype
Changed files with action and line counts M html/includes/graphs/multiport/bits_trio.inc.php +3 / -3
+3 added
−3 removed
filtered activity
August 2010
add sanos detection (it is just nxos, so we treat it as if it's IOS for discovery purposes)
Changed files with action and line counts M html/includes/graphs/bill/bits.inc.php +0 / -2 A includes/discovery/os/sanos.inc.php +10 / -0 M includes/functions.php +1 / -1 M includes/static-config.php +12 / -0
+23 added
−3 removed
filtered activity
improved (and fixed) multiport_bits_separate
Changed files with action and line counts M html/includes/graphs/multiport/bits_separate.inc.php +19 / -68
+19 added
−68 removed
filtered activity
fix unauthenticated graphs via $config['allow_unauth_graphs']
Changed files with action and line counts M html/includes/graphs/application/auth.inc.php +1 / -1 M html/includes/graphs/atmvp/auth.inc.php +1 / -1 M html/includes/graphs/bgp/auth.inc.php +1 / -1 M html/includes/graphs/bill/auth.inc.php +1 / -1 M html/includes/graphs/customer/auth.inc.php +1 / -1 M html/includes/graphs/device/auth.inc.php +1 / -1 M html/includes/graphs/diskio/auth.inc.php +1 / -1 M html/includes/graphs/graph.inc.php +3 / -25 M html/includes/graphs/mempool/auth.inc.php +1 / -1 M html/includes/graphs/multiport/auth.inc.php +1 / -1 M html/includes/graphs/port/auth.inc.php +1 / -1 M html/includes/graphs/processor/auth.inc.php +1 / -1 M html/includes/graphs/sensor/auth.inc.php +1 / -1 M html/includes/graphs/service/auth.inc.php +1 / -1 M html/includes/graphs/storage/auth.inc.php +1 / -1
+17 added
−39 removed
filtered activity
fix fuckup (doh)
Changed files with action and line counts M html/includes/graphs/device/ucd_load.inc.php +2 / -0 M includes/static-config.php +1 / -1
+3 added
−1 removed
filtered activity
solve some php warnings
Changed files with action and line counts M includes/defaults.inc.php +3 / -1 M includes/functions.php +1 / -1 M includes/static-config.php +10 / -5
+14 added
−7 removed
filtered activity
disable warnings/errors if not debugging
Changed files with action and line counts M discovery.php +16 / -5 M html/index.php +6 / -0 M poller.php +14 / -1
+36 added
−6 removed
filtered activity
remove leading slash
Changed files with action and line counts M html/includes/print-interface.inc.php +1 / -1
+1 added
−1 removed
filtered activity
remove duplicate servers entry
Changed files with action and line counts M includes/static-config.php +0 / -5
0 added
−5 removed
filtered activity
unflatten map when flat map is ugly (>10 links?)
Changed files with action and line counts M html/map.php +10 / -2
+10 added
−2 removed
filtered activity
add leading slash to path postpend
Changed files with action and line counts M check-services.php +1 / -1
+1 added
−1 removed
filtered activity
fix auth for atmvp graphs
Changed files with action and line counts A html/includes/graphs/atmvp/auth.inc.php +24 / -0 M html/includes/graphs/atmvp/bits.inc.php +0 / -14 M html/includes/graphs/atmvp/cells.inc.php +0 / -14 M html/includes/graphs/atmvp/errors.inc.php +0 / -14 M html/includes/graphs/atmvp/packets.inc.php +0 / -14
+24 added
−56 removed
filtered activity
fix services bugs (thanks to neitsabes71)
Changed files with action and line counts M check-services.php +1 / -1 M html/includes/graphs/service/auth.inc.php +1 / -1
+2 added
−2 removed
filtered activity
fix about page sensor totals
Changed files with action and line counts M html/pages/about.inc.php +0 / -7
0 added
−7 removed
filtered activity
fix bits_trio (this should be a specific type for its purpose, i think)
Changed files with action and line counts M html/includes/graphs/multiport/bits_trio.inc.php +1 / -1 M includes/discovery/ports.inc.php +3 / -3
+4 added
−4 removed
filtered activity
fix some things :>
Changed files with action and line counts M html/includes/graphs/multiport/bits_duo.inc.php +10 / -12 M html/includes/graphs/multiport/bits_trio.inc.php +6 / -6 M html/pages/front/jt.php +6 / -6
+22 added
−24 removed
filtered activity
cleaner fortigate hardware
Changed files with action and line counts M includes/polling/os/fortigate.inc.php +0 / -2 M includes/rewrites.php +1 / -1
+1 added
−3 removed
filtered activity
show volt/current/freq graphs for powerware on overlib
Changed files with action and line counts M includes/static-config.php +6 / -0
+6 added
0 removed
filtered activity
Changed files with action and line counts M includes/polling/os/extremeware.inc.php +0 / -1 M includes/polling/os/fortigate.inc.php +12 / -6 M includes/rewrites.php +144 / -70 M poller.php +1 / -0
+157 added
−77 removed
filtered activity
many small fixes, hacky way to ignore no more variables, fix up supermicro sensor limits, loosen automatic sensor limit settings a bit
Changed files with action and line counts M discovery.php +1 / -1 M html/includes/graphs/device/mempools.inc.php +5 / -4 M html/includes/graphs/device/storage.inc.php +1 / -1 M includes/discovery/entity-sensor.inc.php +1 / -1 M includes/discovery/fanspeeds/supermicro.inc.php +2 / -2 M includes/discovery/functions.inc.php +5 / -5 M includes/discovery/temperatures/supermicro.inc.php +1 / -1 M includes/discovery/voltages/supermicro.inc.php +1 / -1 M includes/snmp.inc.php +14 / -2
+31 added
−18 removed
filtered activity
fix billing graph since RRD name change. make default frontpage prettier (i think)
Changed files with action and line counts M html/includes/graphs/bill/bits.inc.php +2 / -2 M html/pages/front/default.php +10 / -26
+12 added
−28 removed
filtered activity
fix customer and iftype graphs since port rrd filename changes
Changed files with action and line counts M html/includes/graphs/customer/bits.inc.php +2 / -2 M html/pages/iftype.inc.php +1 / -1
+3 added
−3 removed
filtered activity
fix polling and displaying of etherlike statistics
Changed files with action and line counts M html/pages/device/port/graphs.inc.php +1 / -1 M includes/polling/port-etherlike.inc.php +1 / -1
+2 added
−2 removed
filtered activity
fixes
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -1 M includes/discovery/cisco-entity-sensor.inc.php +1 / -0
+2 added
−1 removed
filtered activity
try to clean up NXOS incorrectly reported sensors
Changed files with action and line counts M includes/discovery/cisco-entity-sensor.inc.php +3 / -1
+3 added
−1 removed
filtered activity
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.
Showing the first 30 paths; 24 more are omitted from this static page.
Changed files with action and line counts M discovery.php +1 / -7 M html/includes/graphs/graph.inc.php +1 / -1 M html/includes/graphs/sensor/current.inc.php +4 / -0 M html/includes/graphs/sensor/fanspeed.inc.php +3 / -0 M html/includes/graphs/sensor/frequency.inc.php +3 / -0 M html/includes/graphs/sensor/humidity.inc.php +3 / -0 M html/includes/graphs/sensor/temperature.inc.php +2 / -4 M html/includes/graphs/sensor/voltage.inc.php +3 / -0 M html/pages/device/health/sensors.inc.php +3 / -3 M includes/discovery/cisco-entity-sensor.inc.php +78 / -10 M includes/discovery/discovery-protocols.inc.php +0 / -4 M includes/discovery/entity-physical.inc.php +13 / -29 M includes/discovery/entity-sensor.inc.php +28 / -5 M includes/discovery/functions.inc.php +26 / -6 M includes/discovery/hr-device.inc.php +2 / -2 M includes/discovery/junose-atm-vp.inc.php +2 / -2 M includes/discovery/mempools/cemp.inc.php +2 / -2 M includes/discovery/mempools/cmp.inc.php +1 / -1 M includes/discovery/mempools/hp-procurve.inc.php +1 / -1 M includes/discovery/mempools/hrstorage.inc.php +1 / -1 M includes/discovery/mempools/junos.inc.php +2 / -2 M includes/discovery/processors/hrdevice.inc.php +1 / -1 M includes/discovery/processors/ios.inc.php +1 / -1 M includes/discovery/processors/ironware.inc.php +1 / -1 M includes/discovery/processors/junos.inc.php +2 / -2 M includes/discovery/processors/junose.inc.php +1 / -1 M includes/discovery/storage-hrstorage.inc.php +1 / -1 M includes/discovery/temperatures/cisco-envmon.inc.php +2 / -1 M includes/discovery/temperatures/ftos-c-series.inc.php +2 / -2 M includes/discovery/temperatures/ftos-e-series.inc.php +2 / -2
+262 added
−159 removed
filtered activity
high/low range
Changed files with action and line counts M html/includes/graphs/sensor/temperature.inc.php +5 / -0
+5 added
0 removed
filtered activity
genericise device health pages
Changed files with action and line counts M html/pages/device/health/current.inc.php +4 / -32 M html/pages/device/health/fanspeeds.inc.php +4 / -36 M html/pages/device/health/frequencies.inc.php +4 / -35 M html/pages/device/health/humidity.inc.php +4 / -36 A html/pages/device/health/sensors.inc.php +38 / -0 M html/pages/device/health/temperatures.inc.php +4 / -36 M html/pages/device/health/voltages.inc.php +4 / -37
+62 added
−212 removed
filtered activity
autoset thresholds for sensors which don't have them
Changed files with action and line counts M html/includes/graphs/sensor/temperature.inc.php +5 / -5 M html/includes/graphs/sensor/voltage.inc.php +2 / -2 M html/pages/device/health/temperatures.inc.php +6 / -5 M html/pages/device/overview/current.inc.php +0 / -5 M html/pages/device/overview/fanspeeds.inc.php +0 / -5 M html/pages/device/overview/frequencies.inc.php +0 / -5 M html/pages/device/overview/temperatures.inc.php +4 / -7 M html/pages/device/overview/voltages.inc.php +0 / -5 M includes/discovery/functions.inc.php +78 / -5 M includes/discovery/temperatures/ironware.inc.php +3 / -0
+98 added
−44 removed
filtered activity
fixes
Changed files with action and line counts M includes/polling/os/screenos.inc.php +8 / -4 M includes/static-config.php +18 / -7
+26 added
−11 removed
filtered activity
generic_duplex graphtype improvements
Changed files with action and line counts M html/includes/graphs/generic_duplex.inc.php +14 / -5
+14 added
−5 removed
filtered activity
move diskio to bytes instead of bits
Changed files with action and line counts A html/includes/graphs/device/screenos_sessions.inc.php +35 / -0 M html/includes/graphs/diskio/bits.inc.php +1 / -1 A html/includes/graphs/generic_bytes.inc.php +63 / -0
+99 added
−1 removed
filtered activity
os discovery debug forced (for now) and extra fortigate detection
Changed files with action and line counts M includes/discovery/os/fortigate.inc.php +2 / -1 M includes/functions.php +4 / -2
+6 added
−3 removed
filtered activity
improve fortigate detection
Changed files with action and line counts M includes/discovery/os/fortigate.inc.php +3 / -4
+3 added
−4 removed
filtered activity
Add traffic graphs to more network OSes
Changed files with action and line counts M includes/static-config.php +88 / -1
+88 added
−1 removed
filtered activity
fiddle with nonunicast ports graph (bit broken atm)
Changed files with action and line counts M discovery.php +1 / -1 M html/includes/graphs/port/nupkts.inc.php +16 / -7
+17 added
−8 removed
filtered activity
Add precision to current graph, sexify fix-port-rrd.php, fix papouch tme precision and lm-sensors description fixing
Changed files with action and line counts M fix-port-rrd.php +5 / -3 M html/includes/graphs/sensor/current.inc.php +5 / -4 M includes/discovery/cisco-entity-sensor.inc.php +1 / -2 M includes/discovery/entity-sensor.inc.php +1 / -1 M includes/discovery/temperatures/lm-sensors.inc.php +1 / -0 M includes/discovery/temperatures/papouch-tme.inc.php +1 / -1
+14 added
−11 removed
filtered activity
hack to force separated non-unicast for the time being
Changed files with action and line counts M html/includes/graphs/port/nupkts.inc.php +2 / -2
+2 added
−2 removed
filtered activity
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 *******
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +6 / -0 A fix-port-rrd.php +206 / -0 M html/includes/graphs/device/bits.inc.php +2 / -2 M html/includes/graphs/multiport/bits.inc.php +2 / -2 M html/includes/graphs/multiport/bits_duo.inc.php +4 / -4 M html/includes/graphs/multiport/bits_separate.inc.php +1 / -1 M html/includes/graphs/multiport/bits_trio.inc.php +8 / -8 M html/includes/graphs/port/auth.inc.php +3 / -0 M html/includes/graphs/port/bits.inc.php +0 / -2 M html/includes/graphs/port/errors.inc.php +22 / -14 M html/includes/graphs/port/etherlike.inc.php +1 / -1 M html/includes/graphs/port/nupkts.inc.php +1 / -2 M html/includes/graphs/port/pagp_bits.inc.php +2 / -2 M html/includes/graphs/port/upkts.inc.php +0 / -2 M html/includes/print-interface.inc.php +2 / -2 M html/pages/device/port/graphs.inc.php +1 / -1 M includes/polling/port-etherlike.inc.php +10 / -5 M includes/polling/ports.inc.php +27 / -25
+298 added
−73 removed
filtered activity
Changed files with action and line counts A html/includes/graphs/service non-text +0 / -0 D html/includes/graphs/service.inc.php +0 / -34 A html/includes/graphs/service/auth.inc.php +20 / -0 A html/includes/graphs/service/availability.inc.php +26 / -0 M html/includes/print-service.inc +2 / -2 M html/pages/services.inc.php +1 / -1 A mibs/CISCO-PRODUCTS-MIB +1,120 / -0 M poller.php +0 / -4
+49 added
−41 removed
filtered activity
add some checking to adding/removing permissions for users
Changed files with action and line counts M html/pages/edituser.inc.php +28 / -16
+28 added
−16 removed
filtered activity
smarter catos version/hardware fetcher. put software release year into $features
Changed files with action and line counts M includes/polling/os/catos.inc.php +6 / -5 M poller.php +6 / -0
+12 added
−5 removed
filtered activity
fix uptime graph
Changed files with action and line counts M html/includes/graphs/device/uptime.inc.php +0 / -4 M html/index.php +2 / -1 M poller.php +1 / -1
+3 added
−6 removed
filtered activity
use
entPhysicalName when detecting mempool names on cisco ios. rewrite "centralized forwarding card" to CFC. change old observer reference in
irc.php
Changed files with action and line counts M includes/discovery/mempools/cemp.inc.php +1 / -1 M includes/discovery/processors/ios.inc.php +1 / -1 M includes/rewrites.php +1 / -1 M irc.php +1 / -1
+4 added
−4 removed
filtered activity
flatten map (it was like that for a reason :P) and list all ports deleted when deleting an interface
Changed files with action and line counts M html/map.php +3 / -2 M includes/functions.php +3 / -2
+6 added
−4 removed
filtered activity
poller output cleanups (i think we should start to put some colour in here, to make it all sexypants)
Changed files with action and line counts M includes/polling/mempools.inc.php +4 / -4 M includes/polling/ports.inc.php +1 / -1 M includes/polling/processors.inc.php +1 / -1 M includes/polling/storage.inc.php +4 / -4 M poller.php +3 / -3
+13 added
−13 removed
filtered activity
VRF tracking fix to database tables
Changed files with action and line counts M database-update.sql +2 / -1
0 added
0 removed
filtered activity
rename HP SN MIBs file
Changed files with action and line counts A mibs/HP-SN-MIBS +37,204 / -0 D mibs/h2r07604c +0 / -36,503
0 added
0 removed
filtered activity
increase mempool_index size to accomodate larger indexes
Changed files with action and line counts M database-update.sql +1 / -0 M html/includes/functions.inc.php +0 / -18 M html/includes/graphs/device/cras_sessions.inc.php +2 / -0 M includes/cisco-entities.php +0 / -1 M includes/discovery/cisco-entity-sensor.inc.php +10 / -2 M includes/polling/os/allied.inc.php +5 / -5 M includes/polling/os/ftos.inc.php +3 / -3 M includes/polling/os/procurve.inc.php +1 / -1 M includes/polling/os/radlan.inc.php +2 / -2 M includes/rewrites.php +22 / -0 M poller.php +16 / -19
+61 added
−51 removed
filtered activity
clean up more mib names (remove .txt, .mib, .my)
Showing the first 30 paths; 519 more are omitted from this static page.
Changed files with action and line counts A mibs/220AQV1C0-private +75 / -0 D mibs/220AQV1C0-private.mib +0 / -75 A mibs/ADSL-LINE-EXT-MIB +1,221 / -0 D mibs/ADSL-LINE-EXT-MIB.mib +0 / -1,216 A mibs/ADSL-LINE-MIB +4,382 / -0 D mibs/ADSL-LINE-MIB.mib +0 / -4,382 A mibs/ADSL-TC-MIB +113 / -0 D mibs/ADSL-TC-MIB.mib +0 / -113 A mibs/AGENTX-MIB +527 / -0 D mibs/AGENTX-MIB.txt +0 / -527 A mibs/AIRPORT-BASESTATION-3-MIB +420 / -0 D mibs/AIRPORT-BASESTATION-3-MIB.txt +0 / -403 A mibs/ALTIGA-ADDRESS-STATS-MIB +497 / -0 D mibs/ALTIGA-ADDRESS-STATS-MIB.my +0 / -479 A mibs/ALTIGA-BMGT-STATS-MIB +237 / -0 D mibs/ALTIGA-BMGT-STATS-MIB.my +0 / -224 A mibs/ALTIGA-CAP +265 / -0 D mibs/ALTIGA-CAP.my +0 / -253 A mibs/ALTIGA-CERT-STATS-MIB +260 / -0 D mibs/ALTIGA-CERT-STATS-MIB.my +0 / -248 A mibs/ALTIGA-DHCP-SERVER-STATS-MIB +240 / -0 D mibs/ALTIGA-DHCP-SERVER-STATS-MIB.my +0 / -227 A mibs/ALTIGA-DHCP-STATS-MIB +381 / -0 D mibs/ALTIGA-DHCP-STATS-MIB.my +0 / -368 A mibs/ALTIGA-DNS-STATS-MIB +135 / -0 D mibs/ALTIGA-DNS-STATS-MIB.my +0 / -123 A mibs/ALTIGA-EVENT-STATS-MIB +177 / -0 D mibs/ALTIGA-EVENT-STATS-MIB.my +0 / -165 A mibs/ALTIGA-FILTER-STATS-MIB +294 / -0 D mibs/ALTIGA-FILTER-STATS-MIB.my +0 / -282
0 added
0 removed
filtered activity
prettier cras sessions (separate clientless from tunnels)
Changed files with action and line counts M html/includes/graphs/device/cras_sessions.inc.php +19 / -19
+19 added
−19 removed
filtered activity
revert quote in asa os detection
Changed files with action and line counts M includes/discovery/os/asa.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix auth for multiport (hacky)
Changed files with action and line counts M html/includes/graphs/multiport/auth.inc.php +6 / -1
+6 added
−1 removed
filtered activity
fix supermicro fan discovery
Changed files with action and line counts M includes/discovery/fanspeeds/supermicro.inc.php +4 / -4
+4 added
−4 removed
filtered activity
duh
Changed files with action and line counts M html/includes/graphs/port/nupkts.inc.php +0 / -2
0 added
−2 removed
filtered activity
remove old debug from packets graph (oopsiepops)
Changed files with action and line counts M html/includes/graphs/port/nupkts.inc.php +2 / -0 M html/includes/graphs/port/upkts.inc.php +1 / -1
+3 added
−1 removed
filtered activity
also run CDP discovery on non-IOS hosts
Changed files with action and line counts M includes/discovery/discovery-protocols.inc.php +35 / -25
+35 added
−25 removed
filtered activity
fix asa detection (wtf Cisco?) - fix by Bill Fenner
Changed files with action and line counts M includes/discovery/os/asa.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix trimming quotes from areca controller sensors, fix health/frequencies page to use new table
Changed files with action and line counts M html/pages/health/frequencies.inc.php +26 / -26 M html/pages/health/voltages.inc.php +1 / -1 M includes/discovery/cisco-entity-sensor.inc.php +1 / -2 M includes/discovery/entity-sensor.inc.php +2 / -3 M includes/discovery/fanspeeds/areca.inc.php +2 / -2 M includes/discovery/voltages/areca.inc.php +1 / -1
+33 added
−35 removed
filtered activity
Changed files with action and line counts M includes/discovery/cisco-entity-sensor.inc.php +1 / -1 M includes/discovery/entity-sensor.inc.php +1 / -1
+2 added
−2 removed
filtered activity
can auth via _GET
Changed files with action and line counts M html/includes/authenticate.inc.php +5 / -6
+5 added
−6 removed
filtered activity
reworking poe polling a bit, but still unpolished or even unfinished
Changed files with action and line counts M includes/defaults.inc.php +1 / -0 D includes/polling/cisco-poe.inc.php +0 / -63 M includes/polling/port-adsl.inc.php +2 / -2 M includes/polling/port-etherlike.inc.php +2 / -2 A includes/polling/port-poe.inc.php +44 / -0 M includes/polling/ports.inc.php +6 / -3
+55 added
−70 removed
filtered activity
better fix
Changed files with action and line counts M html/includes/functions.inc.php +3 / -3
+3 added
−3 removed
filtered activity
fix device overlib with odd chars
Changed files with action and line counts M html/includes/functions.inc.php +3 / -3
+3 added
−3 removed
filtered activity
ok not all graphs, but a few more (atleast cpu, mem and bits for device overlibs)
Changed files with action and line counts M html/includes/graphs/device/mempools.inc.php +11 / -8 M html/includes/graphs/generic_multi_bits.inc.php +13 / -10 M html/includes/graphs/graph.inc.php +2 / -3 M html/includes/graphs/port/upkts.inc.php +1 / -1
+27 added
−22 removed
filtered activity
hack to make *all* graphs draw, even if missing rrd
Changed files with action and line counts M html/includes/graphs/device/mempools.inc.php +19 / -18 M html/includes/graphs/device/processors.inc.php +1 / -3 M html/includes/graphs/generic_multi_bits.inc.php +2 / -0 M html/includes/graphs/graph.inc.php +1 / -0
+23 added
−21 removed
filtered activity
minus debug :>
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -1
+1 added
−1 removed
filtered activity
improved graph errors
Changed files with action and line counts M html/includes/graphs/graph.inc.php +25 / -5
+25 added
−5 removed
filtered activity
clean up unused function, remove baseurl (yay relative urls)
Changed files with action and line counts M html/pages/bill.inc.php +4 / -4 M includes/functions.php +0 / -19
+4 added
−23 removed
filtered activity
fix graphs
Changed files with action and line counts M html/includes/graphs/common.inc.php +1 / -1 M html/includes/graphs/graph.inc.php +2 / -1
+3 added
−2 removed
filtered activity
rename merge generateiflink && generate_if_link to generate_port_link, rename generatedevicelink to generate_device_link
Showing the first 30 paths; 26 more are omitted from this static page.
Changed files with action and line counts M html/includes/device-header.inc.php +1 / -1 M html/includes/functions.inc.php +4 / -13 M html/includes/graphs/application/auth.inc.php +1 / -1 M html/includes/graphs/bgp/auth.inc.php +1 / -1 M html/includes/graphs/customer/auth.inc.php +1 / -1 M html/includes/graphs/device/auth.inc.php +1 / -1 M html/includes/graphs/diskio/auth.inc.php +1 / -1 M html/includes/graphs/mempool/auth.inc.php +1 / -1 M html/includes/graphs/multiport/auth.inc.php +2 / -2 M html/includes/graphs/port/auth.inc.php +2 / -2 M html/includes/graphs/processor/auth.inc.php +1 / -1 M html/includes/graphs/sensor/auth.inc.php +1 / -1 M html/includes/graphs/storage/auth.inc.php +1 / -1 M html/includes/hostbox.inc +1 / -1 M html/includes/print-event-short.inc +1 / -1 M html/includes/print-event.inc +2 / -2 M html/includes/print-interface-adsl.inc.php +8 / -8 M html/includes/print-interface.inc.php +10 / -10 M html/includes/print-service.inc +1 / -1 M html/includes/print-syslog.inc +1 / -1 M html/includes/print-vlan.inc +1 / -1 M html/includes/print-vrf.inc +1 / -1 M html/pages/bgp.inc.php +2 / -2 M html/pages/bill.inc.php +1 / -1 M html/pages/bill/edit.php +1 / -1 M html/pages/customers.inc.php +2 / -2 M html/pages/device/arp.inc.php +3 / -3 M html/pages/device/bgp.inc.php +1 / -1 M html/pages/device/entphysical.inc.php +1 / -1 M html/pages/device/hrdevice.inc.php +1 / -1
+115 added
−124 removed
filtered activity
restore graph error width FOR GREAT JUSTICE (someone fix the scale part for me plx)
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -1
+1 added
−1 removed
filtered activity
catos changes
Changed files with action and line counts M includes/polling/os/catos.inc.php +9 / -0
+9 added
0 removed
filtered activity
make graph error box the requested size
Changed files with action and line counts M html/includes/graphs/graph.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix free storage space
Changed files with action and line counts M html/pages/health/storage.inc.php +1 / -1
+1 added
−1 removed
filtered activity
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
Changed files with action and line counts M includes/defaults.inc.php +1 / -1 M includes/polling/os/catos.inc.php +0 / -38 A mibs/CISCO-CEF-MIB +2,965 / -0 A mibs/CISCO-CEF-TC +453 / -0 M poller.php +3 / -2
+4 added
−41 removed
filtered activity
eh, really fix map
Changed files with action and line counts M html/map.php +1 / -1
+1 added
−1 removed
filtered activity
fix map
Changed files with action and line counts M html/map.php +1 / -0
+1 added
0 removed
filtered activity
fix mac accounting total graph
Changed files with action and line counts M html/includes/graphs/port/mac_acc_total.inc.php +1 / -1
+1 added
−1 removed
filtered activity
more fixes to mac accounting
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +11 / -11
+11 added
−11 removed
filtered activity
fix some mac accounting stuff
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +13 / -13
+13 added
−13 removed
filtered activity
fix broken graphs with disabled short tags
Changed files with action and line counts M html/includes/graphs/application/auth.inc.php +1 / -1 M html/includes/graphs/customer/auth.inc.php +1 / -1 M html/includes/graphs/device/auth.inc.php +1 / -1 M html/includes/graphs/graph.inc.php +23 / -24 M html/includes/graphs/mempool/auth.inc.php +3 / -3 M html/includes/graphs/multiport/auth.inc.php +1 / -1 M html/includes/graphs/port/auth.inc.php +1 / -1 M html/includes/graphs/processor/auth.inc.php +1 / -1 M html/includes/graphs/storage/auth.inc.php +1 / -1
+33 added
−34 removed
filtered activity
fix demo template
Changed files with action and line counts M html/pages/front/demo.php +19 / -19
+19 added
−19 removed
filtered activity
fix wifi clients graph more
Changed files with action and line counts D html/includes/graphs/device/aironet_wifi_clients.inc.php +0 / -29 A html/includes/graphs/device/wifi_clients.inc.php +29 / -0 M includes/polling/wifi.inc.php +2 / -2
+31 added
−31 removed
filtered activity
fix wifi polling for airport devices
Changed files with action and line counts D includes/polling/aironet_wifi_clients.inc.php +0 / -76 A includes/polling/wifi.inc.php +81 / -0 M poller.php +1 / -1
+82 added
−77 removed
filtered activity
rename polling
bgpPeer .
inc.php file to the same name as discovery
bgp-peers.inc.php
Changed files with action and line counts A includes/polling/bgp-peers.inc.php +189 / -0 D includes/polling/bgpPeer.inc.php +0 / -189 M includes/polling/ups.inc.php +1 / -1 M poller.php +1 / -1
+191 added
−191 removed
filtered activity
improved cipsec graphs
Changed files with action and line counts M html/includes/graphs/device/cipsec_flow_bits.inc.php +0 / -1 M html/includes/graphs/device/cipsec_flow_pkts.inc.php +1 / -1 M html/includes/graphs/device/cipsec_flow_tunnels.inc.php +15 / -8 M html/includes/graphs/graph.inc.php +7 / -5
+23 added
−15 removed
filtered activity
improve error output from grapher
Changed files with action and line counts M html/includes/graphs/graph.inc.php +22 / -14
+22 added
−14 removed
filtered activity
storage graphtype auth
Changed files with action and line counts A html/includes/graphs/storage/auth.inc.php +20 / -0
+20 added
0 removed
filtered activity
fixes to billing
Changed files with action and line counts M html/ajax_listports.php +2 / -1 M html/pages/bill.inc.php +10 / -7
+12 added
−8 removed
filtered activity
fix new billing graph, fix interface links
Changed files with action and line counts M html/includes/functions.inc.php +1 / -0 M html/includes/graphs/bill/auth.inc.php +2 / -3 M html/includes/graphs/graph.inc.php +3 / -1
+6 added
−4 removed
filtered activity
more improvments to collectd
Changed files with action and line counts M html/collectd-graph.php +8 / -2 M html/includes/collectd/functions.php +9 / -9 M html/includes/graphs/common.inc.php +1 / -1 M html/pages/device/collectd.inc.php +8 / -8
+26 added
−20 removed
filtered activity
collectd improvements
Changed files with action and line counts M html/includes/collectd/functions.php +16 / -4
+16 added
−4 removed
filtered activity
add rrdcached support to collectd
Changed files with action and line counts M html/collectd-graph.php +1 / -0 M html/includes/collectd/config.php +1 / -1 M html/includes/collectd/definitions.php +14 / -14 M html/includes/collectd/functions.php +4 / -4
+20 added
−19 removed
filtered activity
fix BGP graphs
Changed files with action and line counts A html/includes/graphs/bgp/auth.inc.php +21 / -0 M html/includes/graphs/bgp/cbgp_prefixes.inc.php +1 / -3 M html/includes/graphs/bgp/updates.inc.php +1 / -3 M html/pages/device/bgp.inc.php +10 / -10
+33 added
−16 removed
filtered activity
graphing system updates
Showing the first 30 paths; 16 more are omitted from this static page.
Changed files with action and line counts M html/includes/functions.inc.php +29 / -6 M html/includes/graphs/application/apache_bytes.inc.php +1 / -6 M html/includes/graphs/application/apache_cpu.inc.php +1 / -6 M html/includes/graphs/application/apache_hits.inc.php +1 / -6 M html/includes/graphs/application/apache_scoreboard.inc.php +1 / -6 A html/includes/graphs/application/auth.inc.php +12 / -0 A html/includes/graphs/customer/auth.inc.php +11 / -0 M html/includes/graphs/device/auth.inc.php +4 / -5 A html/includes/graphs/diskio/auth.inc.php +24 / -0 M html/includes/graphs/diskio/bits.inc.php +0 / -9 M html/includes/graphs/graph.inc.php +30 / -23 A html/includes/graphs/mempool/auth.inc.php +19 / -0 M html/includes/graphs/mempool/usage.inc.php +15 / -19 M html/includes/graphs/port/auth.inc.php +2 / -5 A html/includes/graphs/processor/auth.inc.php +16 / -0 M html/includes/graphs/processor/usage.inc.php +15 / -19 M html/includes/graphs/sensor/auth.inc.php +18 / -3 M html/includes/graphs/sensor/current.inc.php +4 / -8 A html/includes/graphs/sensor/fanspeed.inc.php +18 / -0 M html/includes/graphs/sensor/frequency.inc.php +4 / -8 M html/includes/graphs/sensor/humidity.inc.php +4 / -10 M html/includes/graphs/sensor/temperature.inc.php +3 / -4 M html/includes/graphs/sensor/voltage.inc.php +2 / -3 M html/includes/graphs/storage/usage.inc.php +4 / -6 M html/includes/print-interface-adsl.inc.php +6 / -6 M html/includes/print-interface.inc.php +19 / -17 M html/includes/print-menubar.php +1 / -1 M html/includes/print-syslog.inc +1 / -1 M html/pages/device.inc.php +17 / -17 M html/pages/device/bgp.inc.php +8 / -8
+363 added
−245 removed
filtered activity
fix collectd graph
Changed files with action and line counts M html/collectd-graph.php +1 / -0
+1 added
0 removed
filtered activity
add apache application graph page, update generic multi bits
Changed files with action and line counts M html/includes/graphs/generic_multi_bits_separated.inc.php +5 / -3 A html/pages/device/apps/apache.inc.php +34 / -0
+39 added
−3 removed
filtered activity
fix permissions on device_port_* graphs (woo, we now have some graph security!) and fix some bugs with graph naming
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2 M html/includes/graphs/port/adsl_attainable.inc.php +1 / -13 M html/includes/graphs/port/adsl_attenuation.inc.php +1 / -12 M html/includes/graphs/port/adsl_power.inc.php +1 / -12 M html/includes/graphs/port/adsl_snr.inc.php +1 / -12 M html/includes/graphs/port/adsl_speed.inc.php +1 / -12 M html/includes/graphs/port/auth.inc.php +7 / -5 M html/includes/graphs/port/bits.inc.php +1 / -12 M html/includes/graphs/port/errors.inc.php +1 / -12 M html/includes/graphs/port/etherlike.inc.php +4 / -9 M html/includes/graphs/port/nupkts.inc.php +6 / -15 M html/includes/graphs/port/pagp_bits.inc.php +1 / -3 M html/includes/graphs/port/upkts.inc.php +1 / -12 M html/includes/print-interface.inc.php +3 / -3 M html/pages/device/ports.inc.php +2 / -2
+33 added
−136 removed
filtered activity
July 2010
add delta electronics logo
Changed files with action and line counts A html/images/os/delta.png +1 / -0 M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
fixes to mge ups discovery to also work on their proxy agent, also get the serial number now
Changed files with action and line counts M includes/discovery/current/mgeups.inc.php +2 / -2 M includes/discovery/frequencies/mgeups.inc.php +2 / -2 M includes/discovery/os/mgeups.inc.php +3 / -3 M includes/discovery/os/xerox.inc.php +1 / -0 M includes/discovery/voltages/mgeups.inc.php +4 / -4 M includes/polling/os/mgeups.inc.php +10 / -3 M includes/polling/ups.inc.php +13 / -0 M includes/static-config.php +1 / -1
+36 added
−15 removed
filtered activity
fix junos ATM VC polling and display for tehvookje
Changed files with action and line counts M discovery.php +1 / -1 M html/includes/graphs/atmvp/bits.inc.php +22 / -0 M html/pages/device/port/junose-atm-vp.inc.php +1 / -1 M includes/polling/junose-atm-vp.inc.php +0 / -1 M poller.php +1 / -0
+25 added
−3 removed
filtered activity
billing system fixes (make moar sexypants)
Changed files with action and line counts M html/billing-graph.php +8 / -7 M html/includes/authenticate.inc.php +2 / -0 M html/includes/functions.inc.php +19 / -1 A html/includes/graphs/bill non-text +0 / -0 A html/includes/graphs/bill/auth.inc.php +17 / -0 A html/includes/graphs/bill/bits.inc.php +28 / -0 M html/index.php +0 / -4 M html/pages/bill.inc.php +224 / -181 M html/pages/bills.inc.php +15 / -3
+313 added
−196 removed
filtered activity
Changed files with action and line counts M includes/discovery/current/xups.inc.php +2 / -2 M includes/polling/ups.inc.php +3 / -0
+5 added
−2 removed
filtered activity
Completed
XUPS-MIB support, complete with Eaton logo
Changed files with action and line counts A html/images/os/eaton.png +1 / -0 A includes/discovery/current/xups.inc.php +60 / -0 A includes/discovery/frequencies/xups.inc.php +44 / -0 M includes/discovery/voltages/xups.inc.php +18 / -2 M includes/polling/frequencies.inc.php +18 / -20 A includes/polling/ups.inc.php +21 / -0 M includes/static-config.php +1 / -2
+162 added
−24 removed
filtered activity
split frequencies and current into separate files
Changed files with action and line counts A includes/discovery/current non-text +0 / -0 M includes/discovery/current.inc.php +2 / -223 A includes/discovery/current/apc.inc.php +67 / -0 A includes/discovery/current/gamatronicups.inc.php +38 / -0 A includes/discovery/current/mgeups.inc.php +59 / -0 A includes/discovery/current/rfc1628.inc.php +74 / -0 A includes/discovery/frequencies non-text +0 / -0 M includes/discovery/frequencies.inc.php +2 / -149 A includes/discovery/frequencies/apc.inc.php +72 / -0 A includes/discovery/frequencies/mgeups.inc.php +48 / -0 A includes/discovery/frequencies/rfc1628.inc.php +40 / -0
+402 added
−372 removed
filtered activity
powerware device data polling + voltage discovery
Changed files with action and line counts M discovery.php +0 / -1 D includes/discovery/ups.inc.php +0 / -13 A includes/discovery/voltages/xups.inc.php +63 / -0 A includes/polling/os/powerware.inc.php +11 / -0
+74 added
−14 removed
filtered activity
fix bgp stuff (tell it never to show units, must have appeared in new BGP mib :>)
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +3 / -3
+3 added
−3 removed
filtered activity
fixes to things, use *only* junos and junose mibdir for those things
Changed files with action and line counts M html/includes/graphs/device/ucd_io.inc.php +2 / -0 M html/includes/graphs/device/ucd_swap_io.inc.php +2 / -0 M html/includes/graphs/generic_bits.inc.php +26 / -8 M html/includes/graphs/generic_simplex.inc.php +3 / -3 M includes/discovery/bgp-peers.inc.php +1 / -1 M includes/discovery/junose-atm-vp.inc.php +1 / -1 M includes/discovery/mempools/junos.inc.php +3 / -3 M includes/discovery/processors/junose.inc.php +1 / -1 M includes/discovery/temperatures/junos.inc.php +1 / -1 M includes/discovery/temperatures/junose.inc.php +1 / -1 M includes/polling/bgpPeer.inc.php +2 / -2 M includes/polling/junose-atm-vp.inc.php +8 / -8 M includes/polling/mempools/junos.inc.php +2 / -2 M includes/polling/os/junose.inc.php +2 / -2
+55 added
−33 removed
filtered activity
Add
XUPS-MIB , basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes
Changed files with action and line counts M DEVELOPING +2 / -2 M includes/discovery/os/dlinkap.inc.php +1 / -0 A includes/discovery/os/powerware.inc.php +9 / -0 M includes/discovery/temperatures.inc.php +1 / -1 A includes/discovery/temperatures/xups.inc.php +32 / -0 A includes/discovery/voltages non-text +0 / -0 M includes/discovery/voltages.inc.php +2 / -303 A includes/discovery/voltages/apc.inc.php +73 / -0 A includes/discovery/voltages/areca.inc.php +30 / -0 A includes/discovery/voltages/gamatronicups.inc.php +34 / -0 A includes/discovery/voltages/linux.inc.php +27 / -0 A includes/discovery/voltages/mgeups.inc.php +48 / -0 A includes/discovery/voltages/rfc1628.inc.php +74 / -0 A includes/discovery/voltages/supermicro.inc.php +45 / -0 M includes/static-config.php +4 / -0 A mibs/XUPS-MIB +2,379 / -0
+382 added
−306 removed
filtered activity
more UCD graphing for unix (swap i/o, i/o, interrupts and context switches)
Changed files with action and line counts A html/includes/graphs/device/ucd_contexts.inc.php +21 / -0 A html/includes/graphs/device/ucd_interrupts.inc.php +22 / -0 A html/includes/graphs/device/ucd_io.inc.php +12 / -0 A html/includes/graphs/device/ucd_swap_io.inc.php +12 / -0
+67 added
0 removed
filtered activity
OMNOMNOM ZYXEL NONSENSE BEGONE
Changed files with action and line counts D mibs/zyxel.mib +0 / -141
0 added
0 removed
filtered activity
Showing the first 30 paths; 446 more are omitted from this static page.
Changed files with action and line counts M mibs/JUNIPER-SMI +7 / -1 A mibs/junos/ENTITY-MIB.my +1,466 / -0 A mibs/junos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt +121 / -0 A mibs/junos/mib-802.3ad.txt +1,435 / -0 A mibs/junos/mib-IANA-GMPLS-TC-MIB.txt +330 / -0 A mibs/junos/mib-IANA-RTPROTO-MIB.txt +95 / -0 A mibs/junos/mib-IANAifType-MIB.txt +314 / -0 A mibs/junos/mib-SNMPv2-SMI.txt +344 / -0 A mibs/junos/mib-SNMPv2-TC.txt +772 / -0 A mibs/junos/mib-bgpmib.txt +715 / -0 A mibs/junos/mib-diffServDscp-tc.txt +64 / -0 A mibs/junos/mib-eso-consortium.txt +183 / -0 A mibs/junos/mib-ieee8021pae.txt +1,919 / -0 A mibs/junos/mib-igmpmib.txt +511 / -0 A mibs/junos/mib-ilmim.txt +1,257 / -0 A mibs/junos/mib-isismib.txt +3,458 / -0 M mibs/junos/mib-jnx-analyzer.txt non-text +0 / -0 M mibs/junos/mib-jnx-atm-cos.txt non-text +0 / -0 M mibs/junos/mib-jnx-atm.txt non-text +0 / -0 M mibs/junos/mib-jnx-bfd-exp.txt non-text +0 / -0 M mibs/junos/mib-jnx-bfd.txt non-text +0 / -0 M mibs/junos/mib-jnx-bgpmib2.txt non-text +0 / -0 M mibs/junos/mib-jnx-cfgmgmt.txt non-text +0 / -0 M mibs/junos/mib-jnx-chas-defines.txt +368 / -3 M mibs/junos/mib-jnx-chassis-alarm.txt non-text +0 / -0 M mibs/junos/mib-jnx-chassis-fwdd.txt non-text +0 / -0 M mibs/junos/mib-jnx-chassis.txt +2 / -1 M mibs/junos/mib-jnx-coll.txt non-text +0 / -0 M mibs/junos/mib-jnx-cos.txt +136 / -44 M mibs/junos/mib-jnx-dcu.txt non-text +0 / -0
0 added
0 removed
filtered activity
err, subversion nicely cleared out
UPS-MIB , sigh
Changed files with action and line counts M mibs/UPS-MIB +1,913 / -0
0 added
0 removed
filtered activity
more MIB works
Changed files with action and line counts M includes/polling/os/jwos.inc.php +4 / -4 D mibs/RFC1628A.MIB +0 / -1 A mibs/UPS-MIB +1 / -0 D mibs/jwos non-text +0 / -0 D mibs/jwos/JUNIPER-WX-MIB.my +0 / -2,511 D mibs/jwos/jnx-wx.mib.txt +0 / -1,116 D mibs/jwos/mib-jnx-smi.txt +0 / -155
+4 added
−4 removed
filtered activity
add more mibs
Changed files with action and line counts A mibs/220AQV1C0-private.mib +75 / -0 A mibs/ATM-FORUM-TC-MIB +188 / -0 A mibs/CTRON-ENTITY-STATE-MIB +342 / -0 A mibs/CTRON-ENTITY-STATE-TC-MIB +178 / -0 A mibs/DNS-RESOLVER-MIB +1,201 / -0 A mibs/SNMPv2-SMI-v1 +43 / -0 A mibs/ZYXEL-MIB +312 / -0 A mibs/ZYXEL-ZYWALL-MIB +1,027 / -0 D mibs/rfc1442v.smi +0 / -30
0 added
0 removed
filtered activity
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)
Changed files with action and line counts D mibs/DNS-RESOLVER-MIB.mib +0 / -1,199 A mibs/DNS-SERVER-MIB +1,082 / -0 D mibs/DNS-SERVER-MIB.mib +0 / -1,068 A mibs/ZYXEL-AESCOMMON-MIB +558 / -0 A mibs/ZYXEL-AS-ATM-MIB +317 / -0 A mibs/ZYXEL-AS-MIB +1,049 / -0 A mibs/ZYXEL-IESCOMMON-MIB +2,569 / -0 A mibs/ZYXEL-SAM1216 +5,466 / -0 M mibs/jnx-wx.mib.txt +0 / -1 D mibs/zyxel-AESCommon.mib +0 / -530 D mibs/zyxel-AS-ATM.mib +0 / -293 D mibs/zyxel-AS.mib +0 / -960 D mibs/zyxel-IESCommon.mib +0 / -2,453 D mibs/zyxel-SAM1216.mib +0 / -4,373
0 added
0 removed
filtered activity
move more mibs to route (hp and allied telesis/syn)
Showing the first 30 paths; 240 more are omitted from this static page.
Changed files with action and line counts A mibs/ALLIEDTELESYN-MIB +6,044 / -0 A mibs/ANIROOT-MIB +57 / -0 A mibs/AT-BOARDS-MIB +319 / -0 A mibs/AT-BRI-MIB +232 / -0 A mibs/AT-CAPABILITIES +264 / -0 A mibs/AT-DHCP-MIB +280 / -0 A mibs/AT-DNS-CLIENT-MIB +194 / -0 A mibs/AT-DS3-MIB +147 / -0 A mibs/AT-ENVMON-MIB +626 / -0 A mibs/AT-ENVMONv2-MIB +936 / -0 A mibs/AT-EPSR-MIB +221 / -0 A mibs/AT-EPSRv2-MIB +252 / -0 A mibs/AT-ETH-MIB +124 / -0 A mibs/AT-FILE-MIB +157 / -0 A mibs/AT-FILEv2-MIB +662 / -0 A mibs/AT-FIREWALL-MIB +138 / -0 A mibs/AT-FLASH-MIB +167 / -0 A mibs/AT-INSTALL-MIB +448 / -0 A mibs/AT-INTERFACES-MIB +496 / -0 A mibs/AT-IP-MIB +209 / -0 A mibs/AT-ISDN-MIB +1,286 / -0 A mibs/AT-LB-MIB +650 / -0 A mibs/AT-LICENSE-MIB +459 / -0 A mibs/AT-LOADER-MIB +183 / -0 A mibs/AT-LOG-MIB +217 / -0 A mibs/AT-LOOPPROTECT-MIB +120 / -0 A mibs/AT-MIBVERSION-MIB +60 / -0 A mibs/AT-NTP-MIB +518 / -0 A mibs/AT-PAE-MIB +1,178 / -0 A mibs/AT-PIM-MIB +112 / -0
0 added
0 removed
filtered activity
move nortel mibs to root
Showing the first 30 paths; 111 more are omitted from this static page.
Changed files with action and line counts A mibs/AAC-MIB +312 / -0 A mibs/ALTEON-CHEETAH-BWM-MIB +1,749 / -0 A mibs/ALTEON-CHEETAH-LAYER4-MIB +15,155 / -0 A mibs/ALTEON-CHEETAH-LAYER7-MIB +1,316 / -0 A mibs/ALTEON-CHEETAH-NETWORK-MIB +10,191 / -0 A mibs/ALTEON-CHEETAH-SWITCH-MIB +11,581 / -0 A mibs/ALTEON-CS-PHYSICAL-MIB +3,398 / -0 A mibs/ALTEON-ROOT-MIB +314 / -0 A mibs/ALTEON-TIGON-SWITCH-MIB +1,809 / -0 A mibs/ALTEON-TS-NETWORK-MIB +4,642 / -0 A mibs/ALTEON-TS-PHYSICAL-MIB +2,310 / -0 A mibs/BAY-STACK-ADAC-MIB +447 / -0 A mibs/BAY-STACK-ARP-INSPECTION-MIB +125 / -0 A mibs/BAY-STACK-DHCP-SNOOPING-MIB +236 / -0 A mibs/BAY-STACK-EAPOL-EXTENSION-MIB +868 / -0 A mibs/BAY-STACK-ECMP-MIB +100 / -0 A mibs/BAY-STACK-ERROR-MESSAGE-MIB +86 / -0 A mibs/BAY-STACK-LACP-EXT-MIB +122 / -0 A mibs/BAY-STACK-MIB +65 / -0 A mibs/BAY-STACK-MULTICAST-FLOODING-MIB +101 / -0 A mibs/BAY-STACK-OSPF-EXT-MIB +475 / -0 A mibs/BAY-STACK-PETH-EXT-MIB +351 / -0 A mibs/BAY-STACK-RADIUS-MIB +144 / -0 A mibs/BAY-STACK-SOURCE-GUARD-MIB +188 / -0 A mibs/BAY-STACK-STATS-MIB +134 / -0 A mibs/BAY-STACK-VRRP-EXT-MIB +278 / -0 A mibs/BN-IF-EXTENSIONS-MIB +229 / -0 A mibs/BN-LOG-MESSAGE-MIB +495 / -0 A mibs/CENTILLION-CONFIG-MIB +1,558 / -0 A mibs/CENTILLION-DOT3-EXTENSIONS-MIB +133 / -0
0 added
0 removed
filtered activity
move more mibs to root mibdir and rename
Showing the first 30 paths; 266 more are omitted from this static page.
Changed files with action and line counts A mibs/ACCOUNTING-CONTROL-MIB +771 / -0 A mibs/CHASSIS-MIB +709 / -0 A mibs/COMMUNITY-MIB +130 / -0 A mibs/CT-BROADCAST-MIB +169 / -0 A mibs/CT-CMMPHYS-MIB +1,176 / -0 A mibs/CT-CONTAINER-MIB +647 / -0 A mibs/CT-ELS10-MIB +3,504 / -0 A mibs/CT-FASTPATH-DHCPSERVER-MIB +1,015 / -0 A mibs/CT-FASTPATH-PROTECTED-PORT-MIB +132 / -0 A mibs/CT-FLASH-MIB +361 / -0 A mibs/CT-FPS-SERVICES-MIB +73 / -0 A mibs/CT-HSIMPHYS-MIB +343 / -0 A mibs/CT-PIC-MIB +876 / -0 A mibs/CT-PRIORITY-CLASSIFY-MIB +288 / -0 A mibs/CTATM-CONFIG-MIB +1,688 / -0 A mibs/CTELS100-NG-MIB +846 / -0 A mibs/CTFPS-MIB +621 / -0 A mibs/CTFRAMER-CONFIG-MIB +202 / -0 A mibs/CTIF-EXT-MIB +984 / -0 A mibs/CTINB-MIB +492 / -0 A mibs/CTINB2-MIB +212 / -0 A mibs/CTRMONXT-MIB +477 / -0 A mibs/CTRON-ALIAS-MIB +1,014 / -0 A mibs/CTRON-AP3000-MIB +4,261 / -0 A mibs/CTRON-APPN-MIB +3,213 / -0 A mibs/CTRON-AppleTalk-ROUTER-MIB +3,339 / -0 A mibs/CTRON-BDG-MIB +1,677 / -0 A mibs/CTRON-BRIDGE-MIB +2,023 / -0 A mibs/CTRON-BUS-MIB +129 / -0 A mibs/CTRON-CDP-MIB +468 / -0
0 added
0 removed
filtered activity
replace MX mibs
Changed files with action and line counts M mibs/jwos/JUNIPER-WX-MIB.my non-text +0 / -0 M mibs/jwos/jnx-wx.mib.txt non-text +0 / -0 M mibs/jwos/mib-jnx-smi.txt non-text +0 / -0
0 added
0 removed
filtered activity
move more mibs to root (looks like only Juniper have broken enough mibs to need their own tree)
Showing the first 30 paths; 19 more are omitted from this static page.
Changed files with action and line counts A mibs/AP80-PRIVATE-MIB +3,846 / -0 A mibs/ARISTA-PRODUCTS-MIB +45 / -0 A mibs/ARISTA-SMI-MIB +47 / -0 A mibs/ARUBA-MGMT-MIB +156 / -0 A mibs/ARUBA-MIB +210 / -0 A mibs/ARUBA-TC +631 / -0 A mibs/ASANTE-AH1012-MIB +2,087 / -0 A mibs/ASANTE-SWITCH-MIB +2,846 / -0 A mibs/WLSR-AP-MIB +3,509 / -0 A mibs/WLSX-AUTH-MIB +397 / -0 A mibs/WLSX-CTS-MIB +147 / -0 A mibs/WLSX-ESI-MIB +173 / -0 A mibs/WLSX-IFEXT-MIB +682 / -0 A mibs/WLSX-MESH-MIB +193 / -0 A mibs/WLSX-MOBILITY-MIB +769 / -0 A mibs/WLSX-MON-MIB +2,753 / -0 A mibs/WLSX-SNR-MIB +399 / -0 A mibs/WLSX-SWITCH-MIB +2,270 / -0 A mibs/WLSX-SYSTEMEXT-MIB +1,064 / -0 A mibs/WLSX-TRAP-MIB +2,659 / -0 A mibs/WLSX-USER-MIB +537 / -0 A mibs/WLSX-VOICE-MIB +902 / -0 A mibs/WLSX-WLAN-MIB +3,873 / -0 D mibs/arista non-text +0 / -0 D mibs/arista/ARISTA-PRODUCTS-MIB.txt +0 / -40 D mibs/arista/ARISTA-SMI-MIB.txt +0 / -45 D mibs/aruba non-text +0 / -0 D mibs/aruba/a80sb_mb_private.mib +0 / -3,693 D mibs/aruba/aruba-ap.my +0 / -3,473 D mibs/aruba/aruba-auth.my +0 / -393
0 added
0 removed
filtered activity
move Cyclades mibs to mib root
Changed files with action and line counts A mibs/CYCLADES-ACS-ADM-MIB +45 / -0 A mibs/CYCLADES-ACS-CONF-MIB +876 / -0 A mibs/CYCLADES-ACS-INFO-MIB +194 / -0 A mibs/CYCLADES-ACS-MIB +37 / -0 A mibs/CYCLADES-ACS-PM-MIB +302 / -0 A mibs/CYCLADES-ACS-SYS-MIB +303 / -0 A mibs/CYCLADES-MIB +11 / -0 D mibs/cyclades non-text +0 / -0 D mibs/cyclades/CYCLADES-ACS-ADM-MIB.mib +0 / -45 D mibs/cyclades/CYCLADES-ACS-CONF-MIB.mib +0 / -869 D mibs/cyclades/CYCLADES-ACS-INFO-MIB.mib +0 / -194 D mibs/cyclades/CYCLADES-ACS-MIB.mib +0 / -31 D mibs/cyclades/CYCLADES-ACS-PM-MIB.mib +0 / -302 D mibs/cyclades/CYCLADES-ACS-SYS-MIB.mib +0 / -303 D mibs/cyclades/CYCLADES-MIB.mib +0 / -10
0 added
0 removed
filtered activity
Changed files with action and line counts A mibs/RADLAN-MIB +6,844 / -0 D mibs/RADLAN-MIB.txt +0 / -6,370 D mibs/RADLAN-rndMng.mib +0 / -159
0 added
0 removed
filtered activity
move RADLAN mibs to mib root
Showing the first 30 paths; 35 more are omitted from this static page.
Changed files with action and line counts A mibs/RADLAN-AAA +2,284 / -0 A mibs/RADLAN-BaudRate-MIB +74 / -0 A mibs/RADLAN-COPY-MIB +566 / -0 A mibs/RADLAN-DNSCL-MIB +225 / -0 A mibs/RADLAN-File +206 / -0 A mibs/RADLAN-HWENVIROMENT +204 / -0 A mibs/RADLAN-IP +863 / -0 A mibs/RADLAN-LLDP-MIB +49 / -0 A mibs/RADLAN-LOCALIZATION-MIB +76 / -0 A mibs/RADLAN-MAC-BASE-PRIO +252 / -0 A mibs/RADLAN-MNGINF-MIB +184 / -0 A mibs/RADLAN-PHY-MIB +222 / -0 A mibs/RADLAN-Physicaldescription-MIB +1,104 / -0 A mibs/RADLAN-QOS-CLI-MIB +2,927 / -0 A mibs/RADLAN-QOS-SERV +1,328 / -0 A mibs/RADLAN-RMON +328 / -0 A mibs/RADLAN-SENSORENTMIB +87 / -0 A mibs/RADLAN-SNMP-MIB +136 / -0 A mibs/RADLAN-SNMPv2 +518 / -0 A mibs/RADLAN-SSH-MIB +589 / -0 A mibs/RADLAN-SSL +380 / -0 A mibs/RADLAN-STACK-MIB +102 / -0 A mibs/RADLAN-SYSLOG-MIB +410 / -0 A mibs/RADLAN-TIMESYNCHRONIZATION-MIB +883 / -0 A mibs/RADLAN-Tuning +1,588 / -0 A mibs/RADLAN-UDP +118 / -0 A mibs/RADLAN-rlInterfaces +1,010 / -0 A mibs/RADLAN-rlLcli-MIB +217 / -0 A mibs/RADLAN-rndApplications +1,070 / -0 A mibs/RADLAN-rndMng +169 / -0
0 added
0 removed
filtered activity
move Enterasys mibs to mib root
Showing the first 30 paths; 83 more are omitted from this static page.
Changed files with action and line counts A mibs/ENTERASYS-8021X-EXTENSIONS-MIB +1,428 / -0 A mibs/ENTERASYS-8021X-REKEYING-MIB +308 / -0 A mibs/ENTERASYS-AAA-POLICY-MIB +205 / -0 A mibs/ENTERASYS-ACTIVATION-MIB +430 / -0 A mibs/ENTERASYS-CLASS-OF-SERVICE-MIB +2,960 / -0 A mibs/ENTERASYS-CONFIGURATION-CHANGE-MIB +259 / -0 A mibs/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB +730 / -0 A mibs/ENTERASYS-CONVERGENCE-END-POINT-MIB +1,104 / -0 A mibs/ENTERASYS-DIAGNOSTIC-MESSAGE-MIB +332 / -0 A mibs/ENTERASYS-ENCR-8021X-CONFIG-MIB +801 / -0 A mibs/ENTERASYS-ENCR-8021X-REKEYING-MIB +503 / -0 A mibs/ENTERASYS-ESWITCH-MIB +624 / -0 A mibs/ENTERASYS-FIREWALL-MIB +2,941 / -0 A mibs/ENTERASYS-FLOW-LIMITING-MIB +1,157 / -0 A mibs/ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB +251 / -0 A mibs/ENTERASYS-IEEE802DOT11EXT-MIB +713 / -0 A mibs/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB +1,076 / -0 A mibs/ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB +168 / -0 A mibs/ENTERASYS-IF-MIB-EXT-MIB +273 / -0 A mibs/ENTERASYS-IMAGE-VALIDATION-MIB +235 / -0 A mibs/ENTERASYS-JUMBO-ETHERNET-FRAME-MIB +226 / -0 A mibs/ENTERASYS-LICENSE-KEY-MIB +414 / -0 A mibs/ENTERASYS-LICENSE-KEY-OIDS-MIB +174 / -0 A mibs/ENTERASYS-LINK-FLAP-MIB +593 / -0 A mibs/ENTERASYS-MAC-AUTHENTICATION-MIB +587 / -0 A mibs/ENTERASYS-MAC-LOCKING-MIB +653 / -0 A mibs/ENTERASYS-MAU-MIB-EXT-MIB +269 / -0 A mibs/ENTERASYS-MGMT-AUTH-NOTIFICATION-MIB +287 / -0 A mibs/ENTERASYS-MIB-NAMES +131 / -0 A mibs/ENTERASYS-MIB-ORG +397 / -0
0 added
0 removed
filtered activity
move tranzeo mibs
Changed files with action and line counts A mibs/ENROUTE-245-MIB.txt +5,894 / -0 A mibs/ENROUTE-POWERPC-244-MIB.txt +5,894 / -0 A mibs/GAMATRONIC-MIB +8,393 / -0 D mibs/GamaMib.mib +0 / -8,261 A mibs/LAG-MIB +1,225 / -0 A mibs/RADLAN-rndMng.mib +169 / -0 A mibs/TRANZEO-MIB +103 / -0 D mibs/rlmng.mib +0 / -159 D mibs/tranzeo non-text +0 / -0 D mibs/tranzeo/ENROUTE-245-MIB.txt +0 / -4,389 D mibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt +0 / -4,389 D mibs/tranzeo/tranzeo.MIB +0 / -84 D mibs/trunk.mib +0 / -1,186
0 added
0 removed
filtered activity
move force10 mibs to root mibdir, as they behave with existing mibs
Showing the first 30 paths; 1 more are omitted from this static page.
Changed files with action and line counts A mibs/F10-C-SERIES-CHASSIS-MIB +1,399 / -0 A mibs/F10-CHASSIS-MIB +2,560 / -0 A mibs/F10-FIB-MIB +262 / -0 A mibs/F10-IF-EXTENSION-MIB +507 / -0 A mibs/F10-LINK-AGGREGATION-MIB +589 / -0 A mibs/F10-PRODUCTS-MIB +179 / -0 A mibs/F10-S-SERIES-CHASSIS-MIB +1,450 / -0 A mibs/FORCE10-BGP4-V2-MIB +4,116 / -0 A mibs/FORCE10-COPY-CONFIG-MIB +489 / -0 A mibs/FORCE10-MONITORING-MIB +1,656 / -0 A mibs/FORCE10-MSTP-MIB +973 / -0 A mibs/FORCE10-SMI +92 / -0 A mibs/FORCE10-SYSTEM-COMPONENT-MIB +581 / -0 A mibs/FORCE10-TC +567 / -0 A mibs/FORCE10-TRAP-EVENT-MIB +412 / -0 D mibs/ftos non-text +0 / -0 D mibs/ftos/f10-bgp4-v2.mib +0 / -4,103 D mibs/ftos/f10-chassis.mib +0 / -2,560 D mibs/ftos/f10-copy-config.mib +0 / -439 D mibs/ftos/f10-cs-chassis.mib +0 / -1,399 D mibs/ftos/f10-fib.mib +0 / -229 D mibs/ftos/f10-if-extension.mib +0 / -507 D mibs/ftos/f10-linkagg.mib +0 / -589 D mibs/ftos/f10-mon.mib +0 / -1,595 D mibs/ftos/f10-mstp.mib +0 / -972 D mibs/ftos/f10-products.mib +0 / -167 D mibs/ftos/f10-smi.mib +0 / -92 D mibs/ftos/f10-ss-chassis.mib +0 / -1,450 D mibs/ftos/f10-system-component.mib +0 / -567 D mibs/ftos/f10-tc.mib +0 / -556
0 added
0 removed
filtered activity
clean up mibs directory, delete duplicates keeping the most recent versions
Showing the first 30 paths; 97 more are omitted from this static page.
Changed files with action and line counts A mibs/ADSL-LINE-MIB.mib +4,382 / -0 D mibs/ADSL-LINE-MIB.my +0 / -3,945 A mibs/ATM-FORUM-MIB.mib +1,257 / -0 A mibs/ATM-MIB.mib +3,023 / -0 A mibs/ATM-TC-MIB.mib +714 / -0 D mibs/BGP4-MIB-rfc4273.txt +0 / -1,230 A mibs/BGP4-MIB.mib +1,271 / -0 A mibs/BRIDGE-MIB.mib +1,466 / -0 D mibs/BRIDGE-MIB.txt +0 / -988 A mibs/DISMAN-PING-MIB.mib +1,141 / -0 A mibs/DISMAN-TRACEROUTE-MIB.mib +1,316 / -0 A mibs/DLSW-MIB.mib +3,585 / -0 A mibs/DNS-RESOLVER-MIB.mib +1,199 / -0 A mibs/DNS-SERVER-MIB.mib +1,087 / -0 A mibs/DRAFT-MSDP-MIB.mib +1,079 / -0 A mibs/DS1-MIB.mib +2,108 / -0 A mibs/DS3-MIB.mib +1,794 / -0 A mibs/Dell-Vendor-MIB.mib +458 / -0 D mibs/Dell_vendor.mib +0 / -427 A mibs/DeltaUPS-MIB.mib +1,666 / -0 A mibs/ESO-CONSORTIUM-MIB.mib +183 / -0 A mibs/FR-MFR-MIB.mib +884 / -0 A mibs/GMPLS-LSR-STD-MIB.mib +548 / -0 A mibs/GMPLS-TC-STD-MIB.mib +168 / -0 A mibs/GMPLS-TE-STD-MIB.mib +1,777 / -0 A mibs/IANA-GMPLS-TC-MIB.mib +330 / -0 A mibs/IEEE8021-PAE-MIB.mib +1,919 / -0 A mibs/IGMP-STD-MIB.mib +511 / -0 A mibs/IPMROUTE-MIB.mib +951 / -0 A mibs/IPMROUTE-STD-MIB.mib +876 / -0
0 added
0 removed
filtered activity
more improvements to graphing system, fix aironet_wifi_clients graph
Changed files with action and line counts A html/images/icons/greyscale/wireless.png +2 / -0 A html/images/icons/wireless.png +2 / -0 A html/includes/graphs/device/aironet_wifi_clients.inc.php +29 / -0 D html/includes/graphs/device/wificlients.inc.php +0 / -29 A includes/polling/aironet_wifi_clients.inc.php +76 / -0 D includes/polling/wireless.inc.php +0 / -76 M includes/static-config.php +5 / -1 M poller.php +1 / -1
+111 added
−107 removed
filtered activity
second attempt at device graphs setup
Changed files with action and line counts A html/images/icons/greyscale/firewall.png +1 / -0 M html/pages/device/graphs.inc.php +40 / -24 M includes/static-config.php +114 / -18
+154 added
−42 removed
filtered activity
forgot to add deltaups polling file
Changed files with action and line counts A includes/polling/os/deltaups.inc.php +13 / -0
+13 added
0 removed
filtered activity
Delta UPS support, also by generalising rfc1628 support; recognize some more hardware
Changed files with action and line counts M includes/discovery/current.inc.php +6 / -6 M includes/discovery/frequencies.inc.php +6 / -6 M includes/discovery/ipv4-addresses.inc.php +2 / -0 A includes/discovery/os/deltaups.inc.php +8 / -0 M includes/discovery/os/jetdirect.inc.php +1 / -0 M includes/discovery/os/wxgoos.inc.php +2 / -0 D includes/discovery/temperatures/netmanplus.inc.php +0 / -27 A includes/discovery/temperatures/rfc1628.inc.php +27 / -0 M includes/discovery/voltages.inc.php +23 / -23 M includes/polling/os/ios.inc.php +0 / -1 M includes/static-config.php +4 / -0 D mibs/GMACI.mib +0 / -1,786 M mibs/RFC1628A.MIB +0 / -951 A mibs/upsv4.mib +1,666 / -0
+79 added
−63 removed
filtered activity
some cipsec_flow graphing (requires db still, which will be moved to array)
Changed files with action and line counts A html/includes/graphs/device/cipsec_flow_bits.inc.php +11 / -0 A html/includes/graphs/device/cipsec_flow_pkts.inc.php +21 / -0 A html/includes/graphs/device/cipsec_flow_tunnels.inc.php +16 / -0
+48 added
0 removed
filtered activity
Changed files with action and line counts A includes/polling/cisco-ipsec-flow-monitor.inc.php +127 / -0 M poller.php +1 / -0
+128 added
0 removed
filtered activity
fix webvpn counting
Changed files with action and line counts M includes/polling/cisco-remote-access-monitor.inc.php +1 / -1
+1 added
−1 removed
filtered activity
graph for cras_sessions
Changed files with action and line counts A html/includes/graphs/device/cras_sessions.inc.php +48 / -0 M includes/polling/cisco-remote-access-monitor.inc.php +2 / -2
+50 added
−2 removed
filtered activity
fixes to cras_sessions poller
Changed files with action and line counts M includes/polling/cisco-remote-access-monitor.inc.php +11 / -9 M includes/polling/os/ios.inc.php +1 / -1
+12 added
−10 removed
filtered activity
database updates
Changed files with action and line counts M database-update.sql +1 / -1
0 added
0 removed
filtered activity
Changed files with action and line counts M html/includes/graphs/sensor/temperature.inc.php +3 / -5 M includes/polling/altiga-ssl.inc.php +1 / -1 A includes/polling/cisco-remote-access-monitor.inc.php +87 / -0 M poller.php +3 / -1
+94 added
−7 removed
filtered activity
move device types config to static-config.php
Changed files with action and line counts M html/includes/print-menubar.php +0 / -38 M includes/static-config.php +40 / -0
+40 added
−38 removed
filtered activity
dynamically build device type menu from array
Changed files with action and line counts A html/images/icons/printer.png +1 / -0 M html/includes/print-menubar.php +42 / -8
+42 added
−8 removed
filtered activity
juggle some icons around
Changed files with action and line counts A html/images/icons/firewall.png +1 / -0 M html/images/icons/greyscale/network.png +0 / -2 A html/images/icons/greyscale/wifi.png +2 / -0 M html/images/icons/network.png +0 / -1 A html/images/icons/server.png +1 / -0 A html/images/icons/wifi.png +2 / -0
0 added
0 removed
filtered activity
better icons (marginally, admittedly.)
Changed files with action and line counts M html/images/icons/greyscale/current.png non-text +0 / -0 M html/images/icons/greyscale/frequencies.png non-text +0 / -0 M html/images/icons/greyscale/voltages.png non-text +0 / -0
0 added
0 removed
filtered activity
finalize move to sensors table for frequencies
Changed files with action and line counts M database-update.sql +1 / -0 M html/includes/graphs/device/frequencies.inc.php +9 / -9 M html/includes/graphs/sensor/frequency.inc.php +4 / -4 M html/pages/device/health.inc.php +1 / -1 M html/pages/device/health/frequencies.inc.php +1 / -1 M html/pages/device/overview/current.inc.php +0 / -1 M html/pages/device/overview/fanspeeds.inc.php +0 / -1 M html/pages/device/overview/frequencies.inc.php +21 / -21 M html/pages/device/overview/humidity.inc.php +0 / -1 M html/pages/device/overview/temperatures.inc.php +0 / -1 M html/pages/device/overview/voltages.inc.php +0 / -1
+36 added
−41 removed
filtered activity
fix addhost that got borked a few commits back
Changed files with action and line counts M addhost.php +2 / -1
+2 added
−1 removed
filtered activity
fixes to sensor detection (next comes more filtering)
Changed files with action and line counts M includes/discovery/cisco-entity-sensor.inc.php +3 / -0 M includes/discovery/entity-sensor.inc.php +2 / -1
+5 added
−1 removed
filtered activity
fix lldp discovery code, small fix, addhost fix
Changed files with action and line counts M addhost.php +3 / -2 M html/map.php +9 / -8 M includes/discovery/current.inc.php +2 / -0 M includes/discovery/discovery-protocols.inc.php +2 / -2
+16 added
−12 removed
filtered activity
fix
Changed files with action and line counts M includes/discovery/entity-sensor.inc.php +3 / -2
+3 added
−2 removed
filtered activity
fix rest of fdb graph
Changed files with action and line counts M html/includes/graphs/device/fdb_count.inc.php +2 / -2
+2 added
−2 removed
filtered activity
some updates to fdb_count graph and entity-sensor discovery (ignore temp > 200C, and use Name instead of Descr if available)
Changed files with action and line counts M html/includes/graphs/device/fdb_count.inc.php +4 / -5 M includes/discovery/entity-sensor.inc.php +9 / -4
+13 added
−9 removed
filtered activity
add HP Procurve FDB count graph
Changed files with action and line counts M database-update.sql +1 / -1 M html/includes/graphs/device/auth.inc.php +2 / -0 A html/includes/graphs/device/fdb_count.inc.php +18 / -0 M includes/polling/os/procurve.inc.php +20 / -36 M poller.php +1 / -1
+41 added
−37 removed
filtered activity
junos processor detection change
Changed files with action and line counts M includes/discovery/processors/junos.inc.php +1 / -1 M includes/polling/os/procurve.inc.php +2 / -0
+3 added
−1 removed
filtered activity
increment index... :)
Changed files with action and line counts M includes/static-config.php +4 / -4
+4 added
−4 removed
filtered activity
add memory to procurve overlib
Changed files with action and line counts M includes/static-config.php +3 / -0
+3 added
0 removed
filtered activity
HP Procurve mempool polling&discovery (we discover both
hpLocal and
hpGlobal for now, though i see little realistic difference between them on most devices)
Changed files with action and line counts A includes/discovery/mempools/hp-procurve.inc.php +40 / -0 A includes/polling/mempools/hpGlobal.inc.php +24 / -0 A includes/polling/mempools/hpLocal.inc.php +23 / -0 M includes/static-config.php +2 / -1
+89 added
−1 removed
filtered activity
fix broken papouch discovery
Changed files with action and line counts M includes/defaults.inc.php +0 / -1 M includes/discovery/temperatures/papouch-tme.inc.php +1 / -1
+1 added
−2 removed
filtered activity
fix horrible bug returning incorrect start times for graphs in the billing pages
Changed files with action and line counts M html/pages/bill.inc.php +5 / -5
+5 added
−5 removed
filtered activity
small fixes
Changed files with action and line counts M html/includes/graphs/storage/usage.inc.php +1 / -1 M html/pages/device/health/storage.inc.php +1 / -2 M includes/polling/applications/apache.inc.php +1 / -0
+3 added
−3 removed
filtered activity
sensors auth file for graphs (no real auth yet)
Changed files with action and line counts A html/includes/graphs/sensor/auth.inc.php +8 / -0 M includes/discovery/cisco-entity-sensor.inc.php +2 / -0
+10 added
0 removed
filtered activity
more fixes for new sensor setup. more to come no doubt. also started making graphs which can 'widen'
Changed files with action and line counts M html/includes/graphs/device/temperatures.inc.php +4 / -3 M html/includes/graphs/device/voltages.inc.php +14 / -11 M html/includes/graphs/sensor/temperature.inc.php +2 / -1 M html/includes/graphs/sensor/voltage.inc.php +13 / -16 M html/pages/device/health/temperatures.inc.php +6 / -6 M html/pages/device/health/voltages.inc.php +6 / -5 M includes/discovery/cisco-entity-sensor.inc.php +11 / -4 M includes/polling/voltages.inc.php +20 / -17
+76 added
−63 removed
filtered activity
fixes to new sensors setup
Changed files with action and line counts M html/includes/graphs/device/temperatures.inc.php +2 / -2 M html/includes/graphs/sensor/temperature.inc.php +7 / -8 A html/pages/device/graphs/netstats_icmp_info.inc.php +9 / -0 A html/pages/device/graphs/netstats_icmp_stat.inc.php +9 / -0 A html/pages/device/graphs/netstats_ip.inc.php +13 / -0 A html/pages/device/graphs/netstats_snmp.inc.php +13 / -0 A html/pages/device/graphs/netstats_tcp.inc.php +9 / -0 A html/pages/device/graphs/netstats_udp.inc.php +9 / -0 M html/pages/device/health/frequencies.inc.php +7 / -7 D html/pages/device/health/memory.inc.php +0 / -60 A html/pages/device/health/mempools.inc.php +60 / -0 M html/pages/device/health/temperatures.inc.php +1 / -0 A includes/discovery/cisco-entity-sensor.inc.php +64 / -0 A includes/discovery/entity-sensor.inc.php +66 / -0 M includes/discovery/functions.inc.php +1 / -1 A includes/discovery/processors/procurve.inc.php +28 / -0 A includes/discovery/sensors.inc.php +19 / -0 D includes/discovery/temperatures/cisco-entity-sensor.inc.php +0 / -42 D includes/discovery/temperatures/entity-sensor.inc.php +0 / -45 M includes/discovery/voltages.inc.php +17 / -17 M includes/polling/current.inc.php +0 / -1 M includes/polling/fanspeeds.inc.php +0 / -1 M includes/polling/frequencies.inc.php +22 / -22 M includes/polling/humidity.inc.php +0 / -1 A includes/polling/os/arista_eos.inc.php +7 / -0 M includes/polling/temperatures.inc.php +19 / -8 M includes/polling/voltages.inc.php +4 / -4 M includes/rewrites.php +0 / -30 M test-discovery.php +2 / -1
+388 added
−250 removed
filtered activity
oops, that should have gone along, obviously
Changed files with action and line counts A database-update-pre1435.sql +42 / -0
0 added
0 removed
filtered activity
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)
Changed files with action and line counts M database-update.sql +0 / -42 M discovery.php +7 / -2
+7 added
−2 removed
filtered activity
sensor eventlog cleanup (don't put current value, it's too much info)
Changed files with action and line counts M includes/discovery/functions.inc.php +3 / -2
+3 added
−2 removed
filtered activity
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
Showing the first 30 paths; 15 more are omitted from this static page.
Changed files with action and line counts M database-update.sql +4 / -3 M discovery.php +7 / -6 M includes/discovery/current.inc.php +17 / -41 M includes/discovery/fanspeeds.inc.php +3 / -21 M includes/discovery/fanspeeds/areca.inc.php +2 / -4 M includes/discovery/fanspeeds/lmsensors.inc.php +3 / -5 M includes/discovery/fanspeeds/supermicro.inc.php +6 / -8 M includes/discovery/frequencies.inc.php +21 / -44 M includes/discovery/functions.inc.php +30 / -209 M includes/discovery/humidity.inc.php +3 / -20 M includes/discovery/humidity/akcp.inc.php +11 / -11 M includes/discovery/mempools/cemp.inc.php +2 / -0 M includes/discovery/mempools/cmp.inc.php +2 / -0 M includes/discovery/mempools/hrstorage.inc.php +2 / -0 M includes/discovery/mempools/ironware-dyn.inc.php +2 / -0 M includes/discovery/mempools/junos.inc.php +2 / -0 M includes/discovery/mempools/screenos.inc.php +2 / -0 M includes/discovery/temperatures.inc.php +3 / -20 M includes/discovery/temperatures/adva.inc.php +28 / -28 M includes/discovery/temperatures/akcp.inc.php +15 / -15 M includes/discovery/temperatures/apc.inc.php +3 / -3 M includes/discovery/temperatures/areca.inc.php +9 / -9 M includes/discovery/temperatures/cisco-entity-sensor.inc.php +5 / -6 M includes/discovery/temperatures/cisco-envmon.inc.php +6 / -6 M includes/discovery/temperatures/dell.inc.php +4 / -3 M includes/discovery/temperatures/entity-sensor.inc.php +7 / -5 M includes/discovery/temperatures/ftos-c-series.inc.php +3 / -7 M includes/discovery/temperatures/ftos-e-series.inc.php +3 / -5 M includes/discovery/temperatures/ftos-s-series.inc.php +3 / -5 M includes/discovery/temperatures/ironware.inc.php +6 / -6
+310 added
−614 removed
filtered activity
remove mib index files from svn
Changed files with action and line counts D mibs/alliedtelesis/.index +0 / -54 D mibs/jwos/.index +0 / -3 D mibs/radlan/.index +0 / -33
0 added
0 removed
filtered activity
JWOS polling device information
Changed files with action and line counts A includes/polling/os/jwos.inc.php +18 / -0
+18 added
0 removed
filtered activity
Add Juniper JWOS and WXOS MIBs
Changed files with action and line counts A mibs/jwos non-text +0 / -0 A mibs/jwos/.index +3 / -0 A mibs/jwos/JUNIPER-WX-MIB.my +2,550 / -0 A mibs/jwos/jnx-wx.mib.txt +1,170 / -0 A mibs/jwos/mib-jnx-smi.txt +191 / -0
0 added
0 removed
filtered activity
Changed files with action and line counts M includes/discovery/os/vrp.inc.php +3 / -3
+3 added
−3 removed
filtered activity
oops, failfix
Changed files with action and line counts M includes/discovery/os/jwos.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Detect Juniper WXOS/JWOS + minor MIB path fix
Changed files with action and line counts A includes/discovery/os/jwos.inc.php +10 / -0 M includes/polling/bgpPeer.inc.php +2 / -2 M includes/static-config.php +5 / -0
+17 added
−2 removed
filtered activity
Changed files with action and line counts D mibs/apollo.txt +0 / -6,370
0 added
0 removed
filtered activity
cleaned up some mibs, moved mempools discovery to include_dir()
Changed files with action and line counts M includes/discovery/mempools.inc.php +8 / -6 A mibs/BGP4-MIB-rfc4273.txt +1,271 / -0 D mibs/BGP4-MIB.my +0 / -822 D mibs/BGP4-MIB.txt +0 / -929 D mibs/IANAifType-MIB.txt +0 / -487 A mibs/IPV6-MLD-MIB.my +427 / -0 A mibs/NETWORK-APPLIANCE-MIB.my +24,180 / -0 A mibs/SNMP-REPEATER-MIB.my +1,319 / -0 A mibs/TUNNEL-MIB.my +735 / -0 D mibs/mib-IANAifType-MIB.txt +0 / -314 D mibs/mib-bgpmib.txt +0 / -715
+8 added
−6 removed
filtered activity
more temp graph improvements
Changed files with action and line counts M html/includes/graphs/device/temperatures.inc.php +4 / -4 M html/includes/graphs/sensor/temperature.inc.php +5 / -5
+9 added
−9 removed
filtered activity
fix temperatures graphs (reported by monrad)
Changed files with action and line counts M html/includes/graphs/device/temperatures.inc.php +1 / -1 M html/includes/graphs/sensor/temperature.inc.php +2 / -1
+3 added
−2 removed
filtered activity
move mempools pollers into their own directory (includes/discovery/mempools/)
Changed files with action and line counts A includes/discovery/mempools non-text +0 / -0 D includes/discovery/mempools-cemp.inc.php +0 / -26 D includes/discovery/mempools-cmp.inc.php +0 / -23 D includes/discovery/mempools-hrstorage.inc.php +0 / -32 D includes/discovery/mempools-ironware-dyn.inc.php +0 / -17 D includes/discovery/mempools-junos.inc.php +0 / -30 D includes/discovery/mempools-screenos.inc.php +0 / -20 M includes/discovery/mempools.inc.php +6 / -6 A includes/discovery/mempools/cemp.inc.php +26 / -0 A includes/discovery/mempools/cmp.inc.php +23 / -0 A includes/discovery/mempools/hrstorage.inc.php +32 / -0 A includes/discovery/mempools/ironware-dyn.inc.php +17 / -0 A includes/discovery/mempools/junos.inc.php +30 / -0 A includes/discovery/mempools/screenos.inc.php +20 / -0
+154 added
−154 removed
filtered activity
disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
Changed files with action and line counts M includes/static-config.php +4 / -0
+4 added
0 removed
filtered activity
fix nxos icon, move ios -> cisco and catos -> cisco-old
Changed files with action and line counts D html/images/os/catos.png +0 / -1 A html/images/os/cisco-old.png +1 / -0 A html/images/os/cisco.png +1 / -0 D html/images/os/ios.png +0 / -1 M includes/static-config.php +9 / -4
+9 added
−4 removed
filtered activity
fix services delete function
Changed files with action and line counts M html/pages/device/edit/services.inc.php +8 / -1
+8 added
−1 removed
filtered activity
better versions for APC AOS
Changed files with action and line counts M includes/polling/os/apc.inc.php +19 / -9
+19 added
−9 removed
filtered activity
traffic graph only for procurve
Changed files with action and line counts M includes/static-config.php +3 / -0
+3 added
0 removed
filtered activity
remove some more leading slashes
Changed files with action and line counts M html/pages/device/health/diskio.inc.php +1 / -1 M html/pages/device/health/memory.inc.php +2 / -4 M html/pages/device/health/processors.inc.php +2 / -2 M html/pages/device/health/storage.inc.php +1 / -1
+6 added
−8 removed
filtered activity
remove some leading slashes from supposedly relative URLs :> (reported by Eimann)
Changed files with action and line counts M html/pages/device/overview/current.inc.php +1 / -1 M html/pages/device/overview/fanspeeds.inc.php +1 / -1 M html/pages/device/overview/frequencies.inc.php +1 / -1 M html/pages/device/overview/humidity.inc.php +1 / -1 M html/pages/device/overview/mempools.inc.php +1 / -1 M html/pages/device/overview/storage.inc.php +1 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1 M html/pages/device/overview/voltages.inc.php +1 / -1
+8 added
−8 removed
filtered activity
force warnings off by ini_set (fuck you debian/ubuntu, spittings warnings everywhere as default is *not* cool.)
Changed files with action and line counts M html/includes/graphs/graph.inc.php +7 / -1
+7 added
−1 removed
filtered activity
hide snmp stderr if not in debug mode, though some errors are still sneaking out somewhere
Changed files with action and line counts M includes/snmp.inc.php +9 / -0
+9 added
0 removed
filtered activity
netstats greyscale icon
Changed files with action and line counts A html/images/icons/greyscale/netstats.png +1 / -0
0 added
0 removed
filtered activity
syslog handling update
Changed files with action and line counts M includes/syslog.php +1 / -1
+1 added
−1 removed
filtered activity
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.
Showing the first 30 paths; 64 more are omitted from this static page.
Changed files with action and line counts M database-update.sql +5 / -0 A html/images/icons/greyscale/mempools.png +1 / -0 A html/images/icons/mempools.png +1 / -0 A html/images/icons/netstats.png +1 / -0 M html/includes/graphs/device/auth.inc.php +0 / -2 D html/includes/graphs/device/cpu.inc.php +0 / -38 D html/includes/graphs/device/cpu_powerconnect.inc.php +0 / -28 D html/includes/graphs/device/cpu_procurve.inc.php +0 / -28 D html/includes/graphs/device/cpu_unix.inc.php +0 / -71 A html/includes/graphs/device/hr_processes.inc.php +20 / -0 A html/includes/graphs/device/hr_users.inc.php +22 / -0 D html/includes/graphs/device/hrprocesses.inc.php +0 / -20 D html/includes/graphs/device/hrusers.inc.php +0 / -22 D html/includes/graphs/device/icmp.inc.php +0 / -51 D html/includes/graphs/device/icmp_informational.inc.php +0 / -69 D html/includes/graphs/device/ip.inc.php +0 / -45 D html/includes/graphs/device/ipSystemStats_v4.inc.php +0 / -53 D html/includes/graphs/device/ipSystemStats_v6.inc.php +0 / -53 D html/includes/graphs/device/ipSystemStats_v6_frag.inc.php +0 / -64 D html/includes/graphs/device/ip_fragmented.inc.php +0 / -66 A html/includes/graphs/device/ipsystemstats_ipv4.inc.php +53 / -0 A html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +64 / -0 A html/includes/graphs/device/ipsystemstats_ipv6.inc.php +53 / -0 A html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +64 / -0 D html/includes/graphs/device/laload.inc.php +0 / -31 D html/includes/graphs/device/memory.inc.php +0 / -28 D html/includes/graphs/device/memory_procurve.inc.php +0 / -35 D html/includes/graphs/device/memory_unix.inc.php +0 / -65 A html/includes/graphs/device/mempools.inc.php +28 / -0 A html/includes/graphs/device/netstat_icmp.inc.php +51 / -0
+1,122 added
−1,201 removed
filtered activity
fixes to lldp discovery (use dot1dBasePortIfIndex if exists) reported by Bill Fenner from Arista.
Changed files with action and line counts M includes/discovery/discovery-protocols.inc.php +17 / -6
+17 added
−6 removed
filtered activity
add duplex detection frmo dot3stats and display this for ports (and fix weird bug where speed wasn't shown for devices with no
ifAlias !)
Changed files with action and line counts M html/includes/print-interface.inc.php +3 / -5 M includes/polling/ports.inc.php +18 / -4
+21 added
−9 removed
filtered activity
Changed files with action and line counts M includes/polling/ports.inc.php +5 / -0
+5 added
0 removed
filtered activity
some fixes, and cleanups, also bits per second not bytes ;)
Changed files with action and line counts M html/includes/graphs/generic_bits.inc.php +1 / -1 M html/includes/graphs/generic_multi_bits.inc.php +1 / -1 M html/includes/graphs/multiport/bits_duo.inc.php +1 / -1 M html/includes/graphs/multiport/bits_trio.inc.php +1 / -1 M includes/polling/os/screenos.inc.php +3 / -4 M includes/port-descr-parser.inc.php +2 / -2 M irc.php +1 / -1
+10 added
−11 removed
filtered activity
split netstats pollers into protocols. update $graphs array for each one successfully polled
Changed files with action and line counts M includes/polling/hr-mib.inc.php +30 / -9 D includes/polling/hr-mib_storage.inc.php +0 / -46 M includes/polling/ipSystemStats.inc.php +5 / -0 M includes/polling/mempools.inc.php +0 / -1 A includes/polling/netstats-icmp.inc.php +53 / -0 A includes/polling/netstats-ip.inc.php +53 / -0 A includes/polling/netstats-snmp.inc.php +48 / -0 A includes/polling/netstats-tcp.inc.php +55 / -0 A includes/polling/netstats-udp.inc.php +46 / -0 M includes/polling/netstats.inc.php +7 / -76 M includes/polling/storage.inc.php +4 / -0 M includes/polling/wireless.inc.php +8 / -0
+309 added
−132 removed
filtered activity
make sure there aren't any trailing spaces in paths or we could accidentally maybe perhaps rm -r / or similar wrong directories
Changed files with action and line counts M includes/functions.php +2 / -2
+2 added
−2 removed
filtered activity
kilobits, not kelvinbits, sigh
Changed files with action and line counts M includes/functions.php +2 / -2
+2 added
−2 removed
filtered activity
respect enable_bgp more on website and on discovery, also detect more huawei vrp
Changed files with action and line counts M html/includes/print-menubar.php +5 / -2 M html/pages/front/default.php +10 / -8 M includes/discovery/bgp-peers.inc.php +3 / -0 M includes/discovery/os/vrp.inc.php +1 / -0
+19 added
−10 removed
filtered activity
fix port poller for devices which run out of oids :)
Changed files with action and line counts M includes/snmp.inc.php +2 / -1
+2 added
−1 removed
filtered activity
small fixes to billing editing (use correct variables and the like, doh)
Changed files with action and line counts M html/pages/bills.inc.php +1 / -1 M html/pages/edituser.inc.php +2 / -2
+3 added
−3 removed
filtered activity
fix etherlike graph for monrad, make
HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.
Changed files with action and line counts M html/includes/graphs/port/etherlike.inc.php +1 / -1 M includes/defaults.inc.php +2 / -7 M includes/discovery/mempools-hrstorage.inc.php +2 / -1 M includes/discovery/processors/hrdevice.inc.php +6 / -6
+11 added
−15 removed
filtered activity
use device_bits graphtype only for thomson speedtouch overlib
Changed files with action and line counts M includes/static-config.php +3 / -0
+3 added
0 removed
filtered activity
fix JT front page
Changed files with action and line counts M html/pages/front/jt.php +18 / -18
+18 added
−18 removed
filtered activity
add arista
Changed files with action and line counts A html/images/os/arista.png +1 / -0 A includes/discovery/os/arista-eos.inc.php +10 / -0 M includes/static-config.php +6 / -0
+16 added
0 removed
filtered activity
detect intel itanium :)
Changed files with action and line counts M includes/polling/os/windows.inc.php +1 / -0
+1 added
0 removed
filtered activity
autogenerate $config['base_url'] (why didn't we do this all along?)
Changed files with action and line counts M config.php.default +1 / -1 M includes/defaults.inc.php +1 / -0
+2 added
−1 removed
filtered activity
set log_file if it's unset :>
Changed files with action and line counts M includes/static-config.php +5 / -0
+5 added
0 removed
filtered activity
remove debugging :)
Changed files with action and line counts M html/includes/print-interface.inc.php +0 / -2
0 added
−2 removed
filtered activity
fix to hrdevice inventory page (print processor graph in new location)
Changed files with action and line counts M html/pages/device/hrdevice.inc.php +2 / -2
+2 added
−2 removed
filtered activity
fix front page. fix port poller and port descr parser a little.
Changed files with action and line counts M html/pages/front/jt.php +18 / -18 M includes/defaults.inc.php +0 / -1 M includes/polling/ports.inc.php +6 / -8 M includes/port-descr-parser.inc.php +2 / -0 M poll-reachability.php +1 / -0
+27 added
−27 removed
filtered activity
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
Changed files with action and line counts M html/includes/graphs/customer/bits.inc.php +1 / -1 D html/includes/graphs/multi_bits.inc.php +0 / -28 D html/includes/graphs/multi_bits_duo.inc.php +0 / -118 D html/includes/graphs/multi_bits_separate.inc.php +0 / -76 D html/includes/graphs/multi_bits_trio.inc.php +0 / -162 A html/includes/graphs/multiport non-text +0 / -0 A html/includes/graphs/multiport/auth.inc.php +16 / -0 A html/includes/graphs/multiport/bits.inc.php +25 / -0 A html/includes/graphs/multiport/bits_duo.inc.php +118 / -0 A html/includes/graphs/multiport/bits_separate.inc.php +76 / -0 A html/includes/graphs/multiport/bits_trio.inc.php +162 / -0 M html/includes/print-interface.inc.php +2 / -0 M html/pages/customers.inc.php +6 / -6 M html/pages/device/interface.inc.php +1 / -1 M html/pages/device/ports.inc.php +3 / -3 M html/pages/iftype.inc.php +5 / -4
+415 added
−399 removed
filtered activity
detection of itwatchdogs.com geese family - now for the fun of discovering the sensors...
Changed files with action and line counts A html/images/os/wxgoos.png +1 / -0 A includes/discovery/os/wxgoos.inc.php +11 / -0 M includes/static-config.php +6 / -1
+17 added
−1 removed
filtered activity
moar printer supportings, recognize more mge ups + dropdowns on devices list page now only list things from the selected device type, if any
Changed files with action and line counts M html/pages/devices.inc.php +19 / -17 M includes/discovery/os/mgeups.inc.php +1 / -1 A includes/polling/os/brother.inc.php +45 / -0 M includes/polling/os/jetdirect.inc.php +6 / -1 A includes/polling/os/konica.inc.php +13 / -0 A includes/polling/os/okilan.inc.php +10 / -0 A includes/polling/os/ricoh.inc.php +12 / -0 M includes/static-config.php +1 / -1
+107 added
−20 removed
filtered activity
add oki logo
Changed files with action and line counts A html/images/os/oki.png +1 / -0 M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
ricoh definition seems to have disappeared
Changed files with action and line counts M includes/static-config.php +8 / -0
+8 added
0 removed
filtered activity
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
Changed files with action and line counts M includes/discovery/os/mgeups.inc.php +1 / -1 A includes/discovery/os/okilan.inc.php +9 / -0 A includes/discovery/os/packetshaper.inc.php +9 / -0 M includes/polling/os/dell-laser.inc.php +14 / -8 A includes/polling/os/jetdirect.inc.php +26 / -0 A includes/polling/os/kyocera.inc.php +14 / -0 M includes/polling/os/minkelsrms.inc.php +1 / -1 M includes/polling/os/routeros.inc.php +1 / -1 A includes/polling/os/xerox.inc.php +25 / -0 M includes/static-config.php +12 / -1
+112 added
−12 removed
filtered activity
fixed ios fix :)
Changed files with action and line counts M includes/polling/os/ios.inc.php +1 / -1
+1 added
−1 removed
filtered activity
oops no
Changed files with action and line counts M includes/polling/os/ios.inc.php +1 / -1
+1 added
−1 removed
filtered activity
minor improvement to cisco version detection
Changed files with action and line counts M includes/polling/os/ios.inc.php +2 / -0
+2 added
0 removed
filtered activity
add application/apache graph types
Changed files with action and line counts A html/includes/graphs/application non-text +0 / -0 A html/includes/graphs/application/apache_bytes.inc.php +30 / -0 A html/includes/graphs/application/apache_cpu.inc.php +30 / -0 A html/includes/graphs/application/apache_hits.inc.php +30 / -0 A html/includes/graphs/application/apache_scoreboard.inc.php +69 / -0
+159 added
0 removed
filtered activity
remove unneeded <br /> from uptime graph
Changed files with action and line counts M html/pages/device/graphs/system/uptime.inc.php +0 / -1
0 added
−1 removed
filtered activity
fixes to last update, and a missing file
Changed files with action and line counts M database-update.sql +3 / -0 A html/includes/print-quadgraphs.inc.php +22 / -0 M includes/defaults.inc.php +8 / -1
+30 added
−1 removed
filtered activity
add click to zoom to soem graphs, and new per-graphtype auth.inc.php to authenticate graphs and click-to-zoom pages.
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2 A html/includes/graphs/device/auth.inc.php +11 / -0 M html/includes/graphs/graph.inc.php +10 / -10 A html/includes/graphs/port/auth.inc.php +12 / -0 M html/includes/print-device-graph.php +8 / -40 M html/includes/print-interface-graphs.inc.php +4 / -16 M html/pages/device/health/current.inc.php +5 / -27 M html/pages/device/health/diskio.inc.php +2 / -19 M html/pages/device/health/fanspeeds.inc.php +3 / -21 M html/pages/device/health/frequencies.inc.php +3 / -21 M html/pages/device/health/humidity.inc.php +3 / -21 M html/pages/device/health/memory.inc.php +7 / -20 M html/pages/device/health/processors.inc.php +31 / -48 M html/pages/device/health/storage.inc.php +3 / -21 M html/pages/device/health/temperatures.inc.php +3 / -22 M html/pages/device/health/voltages.inc.php +3 / -21 M html/pages/device/overview/ports.inc.php +5 / -2 A html/pages/graphs.inc.php +119 / -0 M includes/discovery/mempools-hrstorage.inc.php +2 / -0 M includes/functions.php +13 / -0 M includes/static-config.php +19 / -6
+268 added
−317 removed
filtered activity
fix storage discovery
Changed files with action and line counts M includes/discovery/storage-hrstorage.inc.php +5 / -3
+5 added
−3 removed
filtered activity
updated graph definitions (don't fuck with .svn!)
Showing the first 30 paths; 19 more are omitted from this static page.
Changed files with action and line counts M html/includes/graphs/atmvp/cells.inc.php +1 / -1 M html/includes/graphs/atmvp/errors.inc.php +1 / -1 M html/includes/graphs/atmvp/packets.inc.php +1 / -1 M html/includes/graphs/bgp/cbgp_prefixes.inc.php +2 / -2 M html/includes/graphs/bgp/updates.inc.php +1 / -1 M html/includes/graphs/device/current.inc.php +1 / -1 M html/includes/graphs/device/fanspeeds.inc.php +1 / -1 M html/includes/graphs/device/frequencies.inc.php +1 / -1 M html/includes/graphs/device/hrprocesses.inc.php +1 / -1 M html/includes/graphs/device/hrusers.inc.php +1 / -1 M html/includes/graphs/device/humidity.inc.php +1 / -1 M html/includes/graphs/device/icmp.inc.php +1 / -1 M html/includes/graphs/device/ip.inc.php +1 / -1 M html/includes/graphs/device/ipSystemStats.inc.php +1 / -1 M html/includes/graphs/device/ipSystemStats_v4.inc.php +1 / -1 M html/includes/graphs/device/ipSystemStats_v6.inc.php +1 / -1 M html/includes/graphs/device/ipSystemStats_v6_frag.inc.php +1 / -1 M html/includes/graphs/device/ip_fragmented.inc.php +1 / -1 M html/includes/graphs/device/laload.inc.php +1 / -1 M html/includes/graphs/device/memory.inc.php +1 / -1 M html/includes/graphs/device/memory_procurve.inc.php +1 / -1 M html/includes/graphs/device/memory_unix.inc.php +1 / -1 M html/includes/graphs/device/snmp_packets.inc.php +1 / -1 M html/includes/graphs/device/snmp_statistics.inc.php +1 / -1 M html/includes/graphs/device/storage.inc.php +1 / -1 M html/includes/graphs/device/tcp.inc.php +1 / -1 M html/includes/graphs/device/temperatures.inc.php +1 / -1 M html/includes/graphs/device/toner.inc.php +1 / -1 M html/includes/graphs/device/udp.inc.php +1 / -1 M html/includes/graphs/device/uptime.inc.php +1 / -1
+50 added
−50 removed
filtered activity
Showing the first 30 paths; 172 more are omitted from this static page.
Changed files with action and line counts M html/.htaccess +2 / -0 M html/graph.php +1 / -81 M html/includes/functions.inc.php +9 / -4 M html/includes/graphs/XXX_device_memory_windows.inc.php +1 / -1 A html/includes/graphs/altiga_ssl_sessions.inc.php +33 / -0 A html/includes/graphs/atmvp non-text +0 / -0 A html/includes/graphs/atmvp/bits.inc.php non-text +0 / -0 A html/includes/graphs/atmvp/cells.inc.php +33 / -0 A html/includes/graphs/atmvp/errors.inc.php +34 / -0 A html/includes/graphs/atmvp/packets.inc.php +33 / -0 D html/includes/graphs/atmvp_bits.inc.php +0 / -22 D html/includes/graphs/atmvp_cells.inc.php +0 / -33 D html/includes/graphs/atmvp_errors.inc.php +0 / -34 D html/includes/graphs/atmvp_packets.inc.php +0 / -33 A html/includes/graphs/bgp non-text +0 / -0 A html/includes/graphs/bgp/cbgp_prefixes.inc.php +24 / -0 A html/includes/graphs/bgp/updates.inc.php +26 / -0 D html/includes/graphs/bgp_updates.inc.php +0 / -26 D html/includes/graphs/cbgp_prefixes.inc.php +0 / -24 D html/includes/graphs/cempMemPool.inc.php +0 / -35 M html/includes/graphs/cisco_entity_sensor.inc.php +1 / -1 D html/includes/graphs/cmpMemPool.inc.php +0 / -30 D html/includes/graphs/current.inc.php +0 / -22 A html/includes/graphs/customer non-text +0 / -0 A html/includes/graphs/customer/bits.inc.php +22 / -0 D html/includes/graphs/customer_bits.inc.php +0 / -22 A html/includes/graphs/device non-text +0 / -0 A html/includes/graphs/device/bits.inc.php +41 / -0 A html/includes/graphs/device/cpu.inc.php +38 / -0 A html/includes/graphs/device/cpu_powerconnect.inc.php +28 / -0
+3,079 added
−3,051 removed
filtered activity
improve ADSL stats collection
Changed files with action and line counts M includes/polling/port-adsl.inc.php +3 / -1
+3 added
−1 removed
filtered activity
only do etherlike for the port if etherlike data has been returned (should improve poller speed a fair bit on some devices)
Changed files with action and line counts M includes/polling/port-etherlike.inc.php +2 / -1
+2 added
−1 removed
filtered activity
Move mempool polling scripts into their own directory. add Juniper ScreenOS CPU/Memory hardcoded discovery/poller
Changed files with action and line counts A includes/discovery/mempools-screenos.inc.php +20 / -0 M includes/discovery/mempools.inc.php +1 / -0 A includes/discovery/processors/screenos.inc.php +20 / -0 A includes/polling/mempools non-text +0 / -0 D includes/polling/mempools-cemp.inc.php +0 / -17 D includes/polling/mempools-cmp.inc.php +0 / -17 D includes/polling/mempools-hrstorage.inc.php +0 / -18 D includes/polling/mempools-ironware-dyn.inc.php +0 / -12 D includes/polling/mempools-junos.inc.php +0 / -23 M includes/polling/mempools.inc.php +1 / -1 A includes/polling/mempools/cemp.inc.php +17 / -0 A includes/polling/mempools/cmp.inc.php +17 / -0 A includes/polling/mempools/hrstorage.inc.php +18 / -0 A includes/polling/mempools/ironware-dyn.inc.php +12 / -0 A includes/polling/mempools/junos.inc.php +23 / -0 A includes/polling/mempools/screenos.inc.php +11 / -0 M includes/polling/os/screenos.inc.php +1 / -47
+141 added
−135 removed
filtered activity
add tranzeo detection (no cpu, no ram, very basic mibs)
Changed files with action and line counts A html/images/os/tranzeo.png +1 / -0 A includes/discovery/os/tranzeo.inc.php +8 / -0 A includes/polling/os/tranzeo.inc.php +16 / -0
+24 added
0 removed
filtered activity
improving windows support
Changed files with action and line counts M includes/polling/os/windows.inc.php +14 / -3 M includes/polling/ucd-mib.inc.php +0 / -5 M includes/static-config.php +48 / -43 A mibs/tranzeo non-text +0 / -0 A mibs/tranzeo/ENROUTE-245-MIB.txt +5,894 / -0 A mibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt +5,894 / -0 A mibs/tranzeo/tranzeo.MIB +103 / -0
+62 added
−51 removed
filtered activity
restructure $device['os'], improve device overlib a bit (is it?)
Changed files with action and line counts M html/includes/functions.inc.php +13 / -10 M includes/static-config.php +316 / -235
+329 added
−245 removed
filtered activity
lots of cleanups to various things
Changed files with action and line counts M includes/common.php +1 / -1 M includes/discovery/processors-ucd-old.inc.php +2 / -2 M includes/discovery/processors/hrdevice.inc.php +5 / -0 M includes/discovery/processors/ios.inc.php +2 / -2 M includes/polling/netstats.inc.php +4 / -1 M includes/polling/os/ios.inc.php +31 / -86 M includes/polling/port-adsl.inc.php +2 / -2 M includes/polling/port-etherlike.inc.php +2 / -2 M includes/polling/ports.inc.php +42 / -33 M includes/polling/processors-ucd-old.inc.php +3 / -3 M poller.php +5 / -0
+99 added
−132 removed
filtered activity
add os type/version/features and hardware to device tooltips (maybe make a function to build this text later)
Changed files with action and line counts M html/includes/functions.inc.php +9 / -0
+9 added
0 removed
filtered activity
Add temperature detection for Force10 E/C/S-Series
Changed files with action and line counts A includes/discovery/temperatures/ftos-c-series.inc.php +38 / -0 A includes/discovery/temperatures/ftos-e-series.inc.php +38 / -0 A includes/discovery/temperatures/ftos-s-series.inc.php +36 / -0
+112 added
0 removed
filtered activity
correctly find FTOS versions on all three types of Force10 switch (E-series may not be perfect...)
Changed files with action and line counts M includes/polling/os/ftos.inc.php +32 / -43 M includes/rewrites.php +2 / -2
+34 added
−45 removed
filtered activity
ftos hardware detection :)
Changed files with action and line counts A includes/polling/os/ftos.inc.php +65 / -0
+65 added
0 removed
filtered activity
add some mibs, update snmp functions
Showing the first 30 paths; 29 more are omitted from this static page.
Changed files with action and line counts M includes/discovery/discovery-protocols.inc.php +3 / -3 M includes/discovery/entity-physical.inc.php +1 / -2 M includes/discovery/hr-device.inc.php +29 / -21 M includes/discovery/mempools-cmp.inc.php +1 / -3 M includes/discovery/mempools-hrstorage.inc.php +1 / -1 M includes/discovery/processors/hrdevice.inc.php +2 / -2 M includes/discovery/processors/ios.inc.php +11 / -5 A includes/discovery/processors/radlan.inc.php +26 / -0 M includes/discovery/q-bridge-mib.inc.php +2 / -7 M includes/discovery/storage-hrstorage.inc.php +1 / -1 M includes/discovery/ucd-diskio.inc.php +1 / -1 A includes/polling/altiga-ssl.inc.php +49 / -0 M includes/polling/cisco-mac-accounting.inc.php +1 / -1 M includes/polling/ipSystemStats.inc.php +1 / -1 M includes/polling/mempools-hrstorage.inc.php +1 / -1 M includes/polling/netstats.inc.php +2 / -2 M includes/polling/os/powerconnect.inc.php +0 / -23 M includes/polling/os/radlan.inc.php +0 / -25 M includes/polling/ports.inc.php +28 / -28 M includes/polling/storage-hrstorage.inc.php +1 / -1 M includes/polling/ucd-diskio.inc.php +1 / -1 M includes/polling/ucd-mib.inc.php +1 / -1 M includes/rewrites.php +27 / -0 M includes/rrdtool.inc.php +2 / -2 M includes/snmp.inc.php +20 / -43 M includes/static-config.php +5 / -1 A mibs/ALTIGA-ADDRESS-STATS-MIB.my +497 / -0 A mibs/ALTIGA-BMGT-STATS-MIB.my +237 / -0 A mibs/ALTIGA-CAP.my +265 / -0 A mibs/ALTIGA-CERT-STATS-MIB.my +260 / -0
+218 added
−176 removed
filtered activity
move wireless stats to system tab, minor fixes
Changed files with action and line counts D html/pages/device/graphs/network/wireless.inc.php +0 / -9 A html/pages/device/graphs/system/wireless.inc.php +9 / -0 M includes/polling/ports.inc.php +2 / -2
+11 added
−11 removed
filtered activity
no rrdcached for create !
Changed files with action and line counts M includes/polling/ucd-diskio.inc.php +0 / -1 M includes/rrdtool.inc.php +9 / -2
+9 added
−3 removed
filtered activity
improving
ipSystemStats v4/
v6 stats, clean up some variables in
defaults.inc.php
Changed files with action and line counts M html/includes/graphs/device_ipSystemStats.inc.php +8 / -10 A html/includes/graphs/device_ipSystemStats_v4.inc.php +53 / -0 A html/includes/graphs/device_ipSystemStats_v6.inc.php +53 / -0 A html/includes/graphs/device_ipSystemStats_v6_frag.inc.php +64 / -0 M html/pages/device/graphs/network/netstats.inc.php +14 / -2 M includes/defaults.inc.php +7 / -6 M includes/polling/ipSystemStats.inc.php +53 / -7 M includes/polling/netstats.inc.php +4 / -0 M includes/polling/ports.inc.php +1 / -1
+257 added
−26 removed
filtered activity
improve netstats poller
Changed files with action and line counts M includes/polling/netstats.inc.php +23 / -27
+23 added
−27 removed
filtered activity
sexytime updated
UCD-MIB collector, and some moving around of graphing code
Changed files with action and line counts A html/includes/graphs/device_laload.inc.php +31 / -0 D html/includes/graphs/device_load.inc.php +0 / -30 D html/includes/graphs/device_load_unix.inc.php +0 / -31 D html/includes/graphs/device_load_windows.inc.php +0 / -30 M html/pages/device/graphs/system/laload.inc.php +3 / -1 M includes/polling/ucd-mib.inc.php +125 / -45
+159 added
−137 removed
filtered activity
add Huawei MIB though not used/useful by itself, add VRP version and hardware detection
Changed files with action and line counts A includes/polling/os/vrp.inc.php +8 / -0 A mibs/HUAWEI-MIB.mib +384 / -0
+8 added
0 removed
filtered activity
detect more speedtouch, basic detection of huawei vrp os
Changed files with action and line counts A html/images/os/huawei.png +1 / -0 M includes/discovery/os/ios.inc.php +3 / -2 M includes/discovery/os/speedtouch.inc.php +1 / -1 A includes/discovery/os/vrp.inc.php +10 / -0 M includes/static-config.php +5 / -0
+19 added
−3 removed
filtered activity
more polling fixes
Changed files with action and line counts M includes/polling/os/allied.inc.php +1 / -1 M includes/polling/os/extremeware.inc.php +1 / -1 M includes/polling/os/routeros.inc.php +1 / -1
+3 added
−3 removed
filtered activity
fix paths on includes (8 hour graph gap :[ )
Changed files with action and line counts M includes/polling/os/junos.inc.php +1 / -1 M includes/polling/os/junose.inc.php +2 / -2 M includes/polling/os/redback.inc.php +2 / -2 M includes/polling/os/unix.inc.php +2 / -2 M includes/polling/os/windows.inc.php +2 / -2
+9 added
−9 removed
filtered activity
move license level to features
Changed files with action and line counts M includes/polling/os/routeros.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/mempools-hrstorage.inc.php +1 / -0 M includes/discovery/processors/hrdevice.inc.php +9 / -8 A mibs/mikrotik non-text +0 / -0 A mibs/mikrotik/Mikrotik.mib +1,124 / -0
+10 added
−8 removed
filtered activity
display total traffic for mikrotik until cpu/memory graphing
Changed files with action and line counts M addhost.php +1 / -1 M includes/static-config.php +3 / -0
+4 added
−1 removed
filtered activity
force10 image
Changed files with action and line counts A html/images/os/force10.png +1 / -0 M includes/static-config.php +1 / -1
+1 added
−1 removed
filtered activity
fix screenos detection and add re-add graph for sessions
Changed files with action and line counts A html/includes/graphs/screenos_sessions.inc.php +34 / -0 A html/pages/device/graphs/system/screenos.inc.php +9 / -0 M includes/discovery/os/screenos.inc.php +2 / -2 M includes/polling/os/screenos.inc.php +3 / -4
+48 added
−6 removed
filtered activity
Showing the first 30 paths; 57 more are omitted from this static page.
Changed files with action and line counts M DEVELOPING +2 / -5 A includes/discovery/os non-text +0 / -0 A includes/discovery/os/3com.inc.php +10 / -0 A includes/discovery/os/airport.inc.php +11 / -0 A includes/discovery/os/akcp.inc.php +10 / -0 A includes/discovery/os/allied.inc.php +12 / -0 A includes/discovery/os/apc.inc.php +11 / -0 A includes/discovery/os/areca.inc.php +10 / -0 A includes/discovery/os/asa.inc.php +8 / -0 A includes/discovery/os/axiscam.inc.php +9 / -0 A includes/discovery/os/axisdocserver.inc.php +9 / -0 A includes/discovery/os/bcm963.inc.php +10 / -0 A includes/discovery/os/brother.inc.php +9 / -0 A includes/discovery/os/cat1900.inc.php +10 / -0 A includes/discovery/os/catos.inc.php +10 / -0 A includes/discovery/os/dell-laser.inc.php +11 / -0 A includes/discovery/os/dlink.inc.php +12 / -0 A includes/discovery/os/dlinkap.inc.php +10 / -0 A includes/discovery/os/drac.inc.php +9 / -0 A includes/discovery/os/extremeware.inc.php +12 / -0 A includes/discovery/os/fortigate.inc.php +11 / -0 A includes/discovery/os/freebsd.inc.php +9 / -0 A includes/discovery/os/ftos.inc.php +10 / -0 A includes/discovery/os/gamatronicups.inc.php +12 / -0 A includes/discovery/os/ies.inc.php +10 / -0 A includes/discovery/os/ios.inc.php +14 / -0 A includes/discovery/os/ironware.inc.php +8 / -0 A includes/discovery/os/jetdirect.inc.php +10 / -0 A includes/discovery/os/junos.inc.php +10 / -0 A includes/discovery/os/junose.inc.php +10 / -0
+569 added
−7 removed
filtered activity
add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
Showing the first 30 paths; 52 more are omitted from this static page.
Changed files with action and line counts A includes/osdiscovery/ftos.inc.php +10 / -0 D includes/polling/device-airport.inc.php +0 / -5 D includes/polling/device-akcp.inc.php +0 / -6 D includes/polling/device-allied.inc.php +0 / -52 D includes/polling/device-apc.inc.php +0 / -69 D includes/polling/device-areca.inc.php +0 / -18 D includes/polling/device-cat1900.inc.php +0 / -8 D includes/polling/device-catos.inc.php +0 / -55 D includes/polling/device-dell-laser.inc.php +0 / -14 D includes/polling/device-drac.inc.php +0 / -7 D includes/polling/device-fortigate.inc.php +0 / -47 D includes/polling/device-ies.inc.php +0 / -8 D includes/polling/device-ios.inc.php +0 / -107 D includes/polling/device-ironware.inc.php +0 / -15 D includes/polling/device-junos.inc.php +0 / -51 D includes/polling/device-junose.inc.php +0 / -34 D includes/polling/device-mgeups.inc.php +0 / -6 D includes/polling/device-minkelsrms.inc.php +0 / -7 D includes/polling/device-netmanplus.inc.php +0 / -5 D includes/polling/device-netstats.inc.php +0 / -79 D includes/polling/device-powerconnect.inc.php +0 / -38 D includes/polling/device-powervault.inc.php +0 / -5 D includes/polling/device-procurve.inc.php +0 / -54 D includes/polling/device-radlan.inc.php +0 / -43 D includes/polling/device-redback.inc.php +0 / -6 D includes/polling/device-routeros.inc.php +0 / -6 D includes/polling/device-screenos.inc.php +0 / -82 D includes/polling/device-snom.inc.php +0 / -51 D includes/polling/device-speedtouch.inc.php +0 / -24 D includes/polling/device-unix.inc.php +0 / -52
+1,052 added
−986 removed
filtered activity
only collect ADSL stats if we have a port type 'adsl'
Changed files with action and line counts M includes/polling/port-adsl.inc.php +1 / -1 M includes/polling/ports.inc.php +5 / -1
+6 added
−2 removed
filtered activity
$config['log_file'] = USE IT.
Changed files with action and line counts M config.php.default +1 / -1 M discovery.php +1 / -1 M includes/defaults.inc.php +1 / -1 M includes/polling/ports.inc.php +4 / -1 M poller.php +1 / -1
+8 added
−5 removed
filtered activity
don't do ifname on konica printers/copiers
Changed files with action and line counts M includes/static-config.php +0 / -1
0 added
−1 removed
filtered activity
fix bill editing link
Changed files with action and line counts M html/pages/bills.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix some spacings for mac accounting pages
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +5 / -6
+5 added
−6 removed
filtered activity
Release 0.10.7.1
Changed files with action and line counts M CHANGELOG +4 / -0 M database-schema.sql +571 / -258
+4 added
0 removed
filtered activity
record discover/poll speeds, prettier "not permitted" page, and readd "base_url" to config
Changed files with action and line counts M config.php.default +3 / -0 M database-update.sql +3 / -0 M discovery.php +29 / -12 D html/includes/error-no-perm-dev.inc.php +0 / -1 M html/includes/error-no-perm.inc.php +9 / -21 M includes/functions.php +11 / -0 M includes/polling/port-adsl.inc.php +40 / -12 M poller.php +31 / -24
+123 added
−70 removed
filtered activity
make ricoh image transparent
Changed files with action and line counts M html/images/os/ricoh.png non-text +0 / -0
0 added
0 removed
filtered activity
some prettier access denied pages, and updated about
Changed files with action and line counts M html/pages/about.inc.php +3 / -16 M html/pages/device.inc.php +1 / -1 M html/pages/settings.inc.php +1 / -1
+5 added
−18 removed
filtered activity
and another one... (why do i always forget?)
Changed files with action and line counts M html/pages/device.inc.php +0 / -1
0 added
−1 removed
filtered activity
remove an errant debugging statement
Changed files with action and line counts M html/pages/device.inc.php +0 / -2
0 added
−2 removed
filtered activity
some hacky changes to device.php to display port
Changed files with action and line counts M html/includes/functions.inc.php +1 / -0 M html/includes/print-interface-adsl.inc.php +7 / -7 M html/index.php +2 / -2 M html/pages/device.inc.php +51 / -57
+61 added
−66 removed
filtered activity
default to black graph for first toner when not recognized as CMYK value
Changed files with action and line counts M html/includes/graphs/device_toner.inc.php +2 / -2
+2 added
−2 removed
filtered activity
broaden konica minolta detection
Changed files with action and line counts M includes/osdiscovery/konica.inc.php +1 / -1 M includes/polling/device-ironware.inc.php +1 / -0
+2 added
−1 removed
filtered activity
rename os discovery files
Showing the first 30 paths; 85 more are omitted from this static page.
Changed files with action and line counts M includes/functions.php +1 / -1 A includes/osdiscovery/3com.inc.php +10 / -0 A includes/osdiscovery/airport.inc.php +11 / -0 A includes/osdiscovery/akcp.inc.php +10 / -0 A includes/osdiscovery/allied.inc.php +12 / -0 A includes/osdiscovery/apc.inc.php +11 / -0 A includes/osdiscovery/areca.inc.php +10 / -0 A includes/osdiscovery/asa.inc.php +8 / -0 A includes/osdiscovery/axiscam.inc.php +9 / -0 A includes/osdiscovery/axisdocserver.inc.php +9 / -0 A includes/osdiscovery/bcm963.inc.php +10 / -0 A includes/osdiscovery/brother.inc.php +9 / -0 A includes/osdiscovery/cat1900.inc.php +10 / -0 A includes/osdiscovery/catos.inc.php +10 / -0 A includes/osdiscovery/dell-laser.inc.php +11 / -0 D includes/osdiscovery/discover-3com.php +0 / -10 D includes/osdiscovery/discover-airport.php +0 / -11 D includes/osdiscovery/discover-akcp.php +0 / -10 D includes/osdiscovery/discover-allied.php +0 / -12 D includes/osdiscovery/discover-apc.php +0 / -11 D includes/osdiscovery/discover-areca.php +0 / -10 D includes/osdiscovery/discover-asa.php +0 / -8 D includes/osdiscovery/discover-axiscam.php +0 / -9 D includes/osdiscovery/discover-axisdocserver.php +0 / -9 D includes/osdiscovery/discover-bcm963.php +0 / -10 D includes/osdiscovery/discover-brother.php +0 / -9 D includes/osdiscovery/discover-cat1900.php +0 / -10 D includes/osdiscovery/discover-catos.php +0 / -10 D includes/osdiscovery/discover-dell-laser.php +0 / -11 D includes/osdiscovery/discover-dlink.php +0 / -12
+556 added
−556 removed
filtered activity
zyxel ies dslam temperature sensors
Changed files with action and line counts A includes/discovery/temperatures/zyxel-ies.inc.php +29 / -0
+29 added
0 removed
filtered activity
add ZyXEL MIBs, recognize IES hardware model and firmware version
Changed files with action and line counts M includes/discovery/temperatures/cisco-entity-sensor.inc.php +1 / -1 M includes/discovery/temperatures/entity-sensor.inc.php +1 / -1 A includes/polling/device-ies.inc.php +8 / -0 A mibs/ADSL-LINE-EXT-MIB.mib +1,221 / -0 A mibs/ADSL-TC-MIB.mib +113 / -0 A mibs/HDSL2-SHDSL-LINE-MIB.mib +2,316 / -0 A mibs/RFC-1212.mib +79 / -0 A mibs/zyxel-AESCommon.mib +558 / -0 A mibs/zyxel-AS-ATM.mib +317 / -0 A mibs/zyxel-AS.mib +1,049 / -0 A mibs/zyxel-IESCommon.mib +2,569 / -0 A mibs/zyxel-SAM1216.mib +5,466 / -0 A mibs/zyxel.mib +188 / -0
+10 added
−2 removed
filtered activity
Nicely colour toner names on Kyocera printers
Changed files with action and line counts M html/includes/graphs/device_toner.inc.php +4 / -4
+4 added
−4 removed
filtered activity
fix borken discovery of akcp/rms humidity
Changed files with action and line counts M includes/discovery/humidity/akcp.inc.php +0 / -1
0 added
−1 removed
filtered activity
clean up entity sensor names
Changed files with action and line counts M includes/discovery/temperatures/entity-sensor.inc.php +6 / -1
+6 added
−1 removed
filtered activity
small fix to entity sensor temp discovery
Changed files with action and line counts M includes/discovery/temperatures/entity-sensor.inc.php +0 / -2
0 added
−2 removed
filtered activity
ENTITY-SENSOR MIB + Temperature discovery
Changed files with action and line counts A includes/discovery/temperatures/entity-sensor.inc.php +35 / -0 A mibs/ENTITY-SENSOR-MIB +460 / -0
+35 added
0 removed
filtered activity
fix wireless client display
Changed files with action and line counts M html/pages/device/graphs/network/wireless.inc.php +1 / -1
+1 added
−1 removed
filtered activity
basic support for polling number of connected clients on Aironet and Airport devices, minor fixups
Changed files with action and line counts M CHANGELOG +3 / -3 A html/includes/graphs/device_wificlients.inc.php +29 / -0 A html/pages/device/graphs/network/wireless.inc.php +9 / -0 M includes/defaults.inc.php +1 / -1 A includes/polling/device-airport.inc.php +5 / -0 A includes/polling/wireless.inc.php +68 / -0 A mibs/AIRPORT-BASESTATION-3-MIB.txt +420 / -0 M poller.php +66 / -60
+181 added
−64 removed
filtered activity
0.10.7
Changed files with action and line counts M CHANGELOG +1 / -1
+1 added
−1 removed
filtered activity
changelog update. fix parser. fix mempools cmp (removed old debugging both)
Changed files with action and line counts M CHANGELOG +7 / -1 M includes/polling/mempools-cmp.inc.php +1 / -1 M includes/port-descr-parser.inc.php +0 / -3
+8 added
−5 removed
filtered activity
better
Changed files with action and line counts M database-update.sql +0 / -1
0 added
0 removed
filtered activity
final adsl table
Changed files with action and line counts M database-update.sql +2 / -4
0 added
0 removed
filtered activity
reverse polarity!
Changed files with action and line counts M html/includes/graphs/port_adsl_attainable.inc.php +2 / -2 M html/includes/graphs/port_adsl_power.inc.php +2 / -2 M html/includes/graphs/port_adsl_snr.inc.php +2 / -2 M html/includes/graphs/port_adsl_speed.inc.php +2 / -3 M html/includes/print-interface-adsl.inc.php +19 / -12 M html/pages/device/ports.inc.php +1 / -1
+28 added
−22 removed
filtered activity
more ADSL updates
Changed files with action and line counts M database-update.sql +3 / -0 A html/includes/graphs/port_adsl_attainable.inc.php +39 / -0 A html/includes/print-interface-adsl.inc.php +145 / -0 M html/includes/print-interface.inc.php +26 / -8 M html/pages/device/ports.inc.php +15 / -1 M includes/polling/port-adsl.inc.php +9 / -1 M includes/polling/ports.inc.php +3 / -1
+237 added
−11 removed
filtered activity
even more debugging
Changed files with action and line counts M includes/polling/mempools.inc.php +2 / -0
+2 added
0 removed
filtered activity
more junos mempool debugging
Changed files with action and line counts M includes/polling/mempools-junos.inc.php +3 / -0
+3 added
0 removed
filtered activity
wipe out mempool cache on new host
Changed files with action and line counts M html/includes/print-interface-graphs.inc.php +5 / -0 M includes/polling/mempools.inc.php +2 / -0
+7 added
0 removed
filtered activity
fix junos? make adsl work on ports which don't say adsl (might say interleaved...)
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +1 / -1 M includes/polling/port-adsl.inc.php +1 / -1
+2 added
−2 removed
filtered activity
make ADSL more efficient (that mib is large and full of poo)
Changed files with action and line counts M html/pages/device/health/processors.inc.php +1 / -3 M includes/polling/ports.inc.php +21 / -1
+22 added
−4 removed
filtered activity
add ADSL graphs to web interface
Changed files with action and line counts M html/includes/graphs/generic_multi_line.inc.php +2 / -2 A html/includes/graphs/port_adsl_attenuation.inc.php +38 / -0 A html/includes/graphs/port_adsl_power.inc.php +38 / -0 A html/includes/graphs/port_adsl_snr.inc.php +38 / -0 A html/includes/graphs/port_adsl_speed.inc.php +40 / -0 M html/pages/device/interface.inc.php +2 / -1 A html/pages/device/port/adsl.inc.php +39 / -0
+197 added
−3 removed
filtered activity
ports_adsl table
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
add adsl polling :)
Changed files with action and line counts A includes/polling/port-adsl.inc.php +80 / -0
+80 added
0 removed
filtered activity
changes since changes began
Changed files with action and line counts M html/includes/functions.inc.php +6 / -2 M html/pages/device/interface.inc.php +8 / -2 M includes/defaults.inc.php +2 / -1 M includes/discovery/temperatures/cisco-entity-sensor.inc.php +4 / -1 M includes/polling/device-ios.inc.php +8 / -0 M includes/polling/ports.inc.php +3 / -0
+31 added
−6 removed
filtered activity
more mibs (thanks netdot people for collecting these, we will trust you that they are not broken)
Showing the first 30 paths; 354 more are omitted from this static page.
Changed files with action and line counts A mibs/arista non-text +0 / -0 A mibs/arista/ARISTA-PRODUCTS-MIB.txt +45 / -0 A mibs/arista/ARISTA-SMI-MIB.txt +47 / -0 A mibs/aruba non-text +0 / -0 A mibs/aruba/a80sb_mb_private.mib +3,846 / -0 A mibs/aruba/aruba-ap.my +3,509 / -0 A mibs/aruba/aruba-auth.my +397 / -0 A mibs/aruba/aruba-cts.my +147 / -0 A mibs/aruba/aruba-esi.my +173 / -0 A mibs/aruba/aruba-ifext.my +682 / -0 A mibs/aruba/aruba-mesh.my +193 / -0 A mibs/aruba/aruba-mgmt.my +156 / -0 A mibs/aruba/aruba-mobility.my +769 / -0 A mibs/aruba/aruba-mon.my +2,753 / -0 A mibs/aruba/aruba-snr.my +399 / -0 A mibs/aruba/aruba-switch.my +2,270 / -0 A mibs/aruba/aruba-systemext.my +1,064 / -0 A mibs/aruba/aruba-tc.my +631 / -0 A mibs/aruba/aruba-trap.my +2,659 / -0 A mibs/aruba/aruba-user.my +537 / -0 A mibs/aruba/aruba-voice.my +902 / -0 A mibs/aruba/aruba-wlan.my +3,873 / -0 A mibs/aruba/aruba.my +210 / -0 A mibs/asante non-text +0 / -0 A mibs/asante/ASANTE-AH1012-MIB.txt +2,087 / -0 A mibs/asante/AsanteSwitchMIB.txt +2,846 / -0 A mibs/cabletron non-text +0 / -0 A mibs/cabletron/cabletron-traps-irm.txt +150 / -0 A mibs/cabletron/cabletron-traps.txt +4,483 / -0 A mibs/cabletron/chassis-mib.txt +709 / -0
0 added
0 removed
filtered activity
bring back graphs tab, add greyscale images
Changed files with action and line counts M html/images/icons/greyscale/network.png non-text +0 / -0 M html/images/icons/greyscale/system.png non-text +0 / -0 M html/pages/device.inc.php +4 / -4
+4 added
−4 removed
filtered activity
two new icons (need to be made grey)
Changed files with action and line counts A html/images/icons/greyscale/network.png +2 / -0 A html/images/icons/greyscale/system.png +2 / -0 A html/images/icons/network.png +2 / -0 A html/images/icons/system.png +2 / -0
0 added
0 removed
filtered activity
new graph structure. cleaned up extremeware. print device ver/features/hw during poll. add extreme device rewriting
Showing the first 30 paths; 13 more are omitted from this static page.
Changed files with action and line counts A html/images/os/extreme.png +1 / -0 D html/images/os/extremeware.png +0 / -1 A html/includes/graphs/device_snmp_packets.inc.php +25 / -0 A html/includes/graphs/device_snmp_statistics.inc.php +49 / -0 M html/includes/print-device-graph.php +8 / -8 M html/pages/device/graphs.inc.php +42 / -17 D html/pages/device/graphs/cpu.inc.php +0 / -5 D html/pages/device/graphs/hrprocesses.inc.php +0 / -5 D html/pages/device/graphs/hrusers.inc.php +0 / -5 D html/pages/device/graphs/laload.inc.php +0 / -5 D html/pages/device/graphs/memory.inc.php +0 / -5 D html/pages/device/graphs/netstats.inc.php +0 / -33 A html/pages/device/graphs/network non-text +0 / -0 A html/pages/device/graphs/network/netstats.inc.php +51 / -0 D html/pages/device/graphs/os-allied.inc.php +0 / -6 D html/pages/device/graphs/os-bcm96348.inc.php +0 / -16 D html/pages/device/graphs/os-fortigate.inc.php +0 / -13 D html/pages/device/graphs/os-ios.inc.php +0 / -10 D html/pages/device/graphs/os-ironware.inc.php +0 / -10 D html/pages/device/graphs/os-junos.inc.php +0 / -6 D html/pages/device/graphs/os-junose.inc.php +0 / -7 D html/pages/device/graphs/os-mgeups.inc.php +0 / -4 D html/pages/device/graphs/os-papouch-tme.inc.php +0 / -4 D html/pages/device/graphs/os-powerconnect.inc.php +0 / -5 D html/pages/device/graphs/os-procurve.inc.php +0 / -7 D html/pages/device/graphs/os-redback.inc.php +0 / -10 D html/pages/device/graphs/os-screenos.inc.php +0 / -16 D html/pages/device/graphs/os-snom.inc.php +0 / -4 D html/pages/device/graphs/os-unix.inc.php +0 / -11 D html/pages/device/graphs/os-windows.inc.php +0 / -11
+317 added
−237 removed
filtered activity
better allied telesis version/model parsing
Changed files with action and line counts M includes/polling/device-allied.inc.php +36 / -2 M mibs/alliedtelesis/.index +2 / -0
+36 added
−2 removed
filtered activity
mib fixes and updates
Changed files with action and line counts M mibs/alliedtelesis/.index +20 / -0 M mibs/alliedtelesis/at-boards.mib +101 / -49 M mibs/alliedtelesis/at-product.mib +45 / -9 M mibs/alliedtelesis/at-smi.mib +7 / -1 M mibs/alliedtelesis/at-sysinfo.mib +91 / -5 M mibs/alliedtelesis/at-trigger.mib +465 / -46 D mibs/rfc2851.mib +0 / -182
0 added
0 removed
filtered activity
radlan + allied telesis mibs. add radlan os type. move dell powerconnect 3524 to radlan type. allied telesis at8000s is also radlan.
Showing the first 30 paths; 53 more are omitted from this static page.
Changed files with action and line counts A html/images/os/radlan.png +1 / -0 M includes/osdiscovery/discover-allied.php +2 / -0 M includes/osdiscovery/discover-powerconnect.php +2 / -2 A includes/osdiscovery/discover-radlan.php +10 / -0 M includes/polling/device-allied.inc.php +8 / -5 A includes/polling/device-radlan.inc.php +43 / -0 M includes/static-config.php +7 / -0 A mibs/DOCS-IF-MIB.my +5,255 / -0 A mibs/IANA-MAU-MIB.my +903 / -0 A mibs/IEEE802dot11-MIB.my +2,977 / -0 A mibs/MAU-MIB.my +1,837 / -0 A mibs/RFC1389-MIB.my +419 / -0 A mibs/alliedtelesis non-text +0 / -0 A mibs/alliedtelesis/.index +33 / -0 A mibs/alliedtelesis/at-boards.mib +272 / -0 A mibs/alliedtelesis/at-bri.mib +232 / -0 A mibs/alliedtelesis/at-capability.mib +264 / -0 A mibs/alliedtelesis/at-dhcp.mib +280 / -0 A mibs/alliedtelesis/at-ds3.mib +147 / -0 A mibs/alliedtelesis/at-envmon.mib +626 / -0 A mibs/alliedtelesis/at-epsr.mib +221 / -0 A mibs/alliedtelesis/at-eth.mib +124 / -0 A mibs/alliedtelesis/at-file.mib +157 / -0 A mibs/alliedtelesis/at-firewall.mib +138 / -0 A mibs/alliedtelesis/at-flash.mib +167 / -0 A mibs/alliedtelesis/at-install.mib +448 / -0 A mibs/alliedtelesis/at-interface.mib +496 / -0 A mibs/alliedtelesis/at-isdn.mib +1,286 / -0 A mibs/alliedtelesis/at-lb.mib +650 / -0 A mibs/alliedtelesis/at-loader.mib +183 / -0
+72 added
−7 removed
filtered activity
fix vista sp2 build number in windows poller
Changed files with action and line counts M includes/polling/device-windows.inc.php +1 / -1
+1 added
−1 removed
filtered activity
clean up last duplicate icons
Changed files with action and line counts D html/images/os/asa.png +0 / -1 D html/images/os/cat1900.png +0 / -2 A html/images/os/hp.png +2 / -0 D html/images/os/jetdirect.png +0 / -2 D html/images/os/procurve.png +0 / -1 M includes/static-config.php +8 / -0
+8 added
0 removed
filtered activity
now really add drac polling support + clean up duplicate icons
Changed files with action and line counts D html/images/os/airport.png +0 / -1 A html/images/os/apple.png +1 / -0 A html/images/os/axis.png +1 / -0 D html/images/os/axiscam.png +0 / -1 D html/images/os/axisdocserver.png +0 / -1 D html/images/os/iosxe.png +0 / -1 D html/images/os/iosxr.png +0 / -1 D html/images/os/junose.png +0 / -1 A includes/polling/device-drac.inc.php +7 / -0 M includes/static-config.php +6 / -0
+13 added
0 removed
filtered activity
add Dell DRAC MIB, read DRAC hardware info, move humidity discovery to include_dir style, minor fixes
Changed files with action and line counts M html/includes/functions.inc.php +11 / -0 A includes/discovery/humidity non-text +0 / -0 M includes/discovery/humidity.inc.php +1 / -38 A includes/discovery/humidity/akcp.inc.php +42 / -0 M includes/discovery/temperatures/lm-sensors.inc.php +18 / -18 M includes/functions.php +0 / -11 A mibs/DELL-RAC-MIB.mib +1,233 / -0
+72 added
−67 removed
filtered activity
fix dell laser icon
Changed files with action and line counts M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
move more settings to defaults.inc.php, vastly simplify config.php.default. move collectd functions to html/includes/, include them only where needed.
Changed files with action and line counts M config.php.default +10 / -177 M html/collectd-graph.php +4 / -0 M html/images/observium-logo.png binary +0 / -0 A html/includes/collectd non-text +0 / -0 A html/includes/collectd/config.php +68 / -0 A html/includes/collectd/definitions.local.php +79 / -0 A html/includes/collectd/definitions.php +2,095 / -0 A html/includes/collectd/functions.php +789 / -0 M html/pages/device/collectd.inc.php +4 / -0 D includes/collectd non-text +0 / -0 D includes/collectd/config.php +0 / -68 D includes/collectd/definitions.local.php +0 / -79 D includes/collectd/definitions.php +0 / -2,095 D includes/collectd/functions.php +0 / -789 M includes/defaults.inc.php +99 / -35 M includes/functions.php +1 / -7 M includes/port-descr-parser.inc.php +1 / -1 M includes/static-config.php +4 / -23
+3,154 added
−3,274 removed
filtered activity
discovery for xerox printers
Changed files with action and line counts A html/images/os/xerox.png +1 / -0 A includes/osdiscovery/discover-xerox.php +9 / -0 M includes/static-config.php +7 / -0
+16 added
0 removed
filtered activity
more os support
Changed files with action and line counts D html/images/os/d-link.png +0 / -1 D html/images/os/drac.png +0 / -1 A html/images/os/novell.png +1 / -0 M includes/osdiscovery/discover-ies.php +1 / -1 A includes/osdiscovery/discover-netware.php +9 / -0 A includes/osdiscovery/discover-zyxeles.php +9 / -0 M includes/static-config.php +8 / -1
+27 added
−2 removed
filtered activity
unify mge icon
Changed files with action and line counts A html/images/os/mge.png +1 / -0 D html/images/os/mgepdu.png +0 / -1 D html/images/os/mgeups.png +0 / -1 M includes/static-config.php +2 / -0
+2 added
0 removed
filtered activity
brother printer detection
Changed files with action and line counts A html/images/os/brother.png +1 / -0 A includes/osdiscovery/discover-brother.php +9 / -0 M includes/static-config.php +6 / -0
+15 added
0 removed
filtered activity
sonicwall detection
Changed files with action and line counts A includes/osdiscovery/discover-sonicwall.php +8 / -0 M includes/static-config.php +5 / -0
+13 added
0 removed
filtered activity
fix d-link switch detection
Changed files with action and line counts D includes/osdiscovery/discover-dlink.inc.php non-text +0 / -0 A includes/osdiscovery/discover-dlink.php +12 / -0
+12 added
0 removed
filtered activity
fix dlink ap discovery code
Changed files with action and line counts M includes/osdiscovery/discover-dlinkap.php +0 / -10
0 added
−10 removed
filtered activity
more hardware detection - discovering the internets :)
Changed files with action and line counts M html/css/styles.css +1 / -1 D html/images/os/dell-laser.png +0 / -1 A html/images/os/dell.png +1 / -0 A html/images/os/konica.png +1 / -0 A html/images/os/kyocera.png +1 / -0 D html/images/os/powerconnect.png +0 / -1 D html/images/os/powervault.png +0 / -1 A html/images/os/ricoh.png +1 / -0 D html/images/os/zywall.png +0 / -1 A html/images/os/zyxel.png +1 / -0 M includes/discovery/toner.inc.php +2 / -2 M includes/osdiscovery/discover-dlink.inc.php +0 / -10 A includes/osdiscovery/discover-dlinkap.php +20 / -0 A includes/osdiscovery/discover-ies.php +10 / -0 A includes/osdiscovery/discover-konica.php +9 / -0 A includes/osdiscovery/discover-kyocera.php +9 / -0 M includes/osdiscovery/discover-powerconnect.php +3 / -3 A includes/osdiscovery/discover-prestige.php +10 / -0 M includes/osdiscovery/discover-procurve.php +1 / -1 A includes/osdiscovery/discover-ricoh.php +9 / -0 M includes/osdiscovery/discover-speedtouch.php +1 / -0 M includes/polling/device-windows.inc.php +2 / -1 M includes/static-config.php +44 / -4
+120 added
−21 removed
filtered activity
Changed files with action and line counts M html/pages/device/hrdevice.inc.php +1 / -1
+1 added
−1 removed
filtered activity
clean up some windows stuff
Changed files with action and line counts A html/includes/graphs/XXX_device_memory_windows.inc.php +65 / -0 D html/includes/graphs/device_memory_windows.inc.php +0 / -65 M html/pages/device/graphs/os-windows.inc.php +1 / -0
+66 added
−65 removed
filtered activity
rework netstats polling to work around missing oids and implement snmp_get_multi (maybe needs more work)
Changed files with action and line counts M includes/polling/device-netstats.inc.php +17 / -5 M includes/polling/device-windows.inc.php +14 / -3 M includes/snmp.inc.php +26 / -0
+57 added
−8 removed
filtered activity
add some icons for some manufacturers
Changed files with action and line counts A html/images/os/conexant.png +1 / -0 A html/images/os/d-link.png +1 / -0 A html/images/os/linksys.png +1 / -0 A html/images/os/netgear.png +1 / -0 A html/images/os/sonicwall.png +1 / -0 A html/images/os/watchguard.png +1 / -0
0 added
0 removed
filtered activity
add broadcom detection and image. add ability to define image in $config['os'][$os]['icon']
Changed files with action and line counts M CHANGELOG +18 / -1 A html/images/os/broadcom.png +1 / -0 M includes/functions.php +15 / -7 A includes/osdiscovery/discover-bcm963.php +10 / -0 M includes/static-config.php +3 / -0
+46 added
−8 removed
filtered activity
fix generate_if_thumbnail (rename to port needed...)
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2
+2 added
−2 removed
filtered activity
fix vrfs
Changed files with action and line counts M html/includes/print-vrf.inc +1 / -1 M html/pages/device/vrfs.inc.php +1 / -1
+2 added
−2 removed
filtered activity
small speedup to entity polling
Changed files with action and line counts M includes/discovery/entity-physical.inc.php +22 / -21
+22 added
−21 removed
filtered activity
THIS. IS. OBSERVIUM. also some indexes on sql tables.
Changed files with action and line counts M CHANGELOG +2 / -2 M INSTALL +2 / -2 M README +3 / -3 M check-errors.php +1 / -1 M config.php.default +13 / -13 M database-schema.sql +1 / -0 M database-update.sql +8 / -0 M discovery.php +2 / -2 A html/images/observium-icon.png +1 / -0 A html/images/observium-logo.png +1 / -0 M html/index.php +1 / -1 M html/pages/about.inc.php +12 / -12 M includes/port-descr-parser.inc.php +6 / -2 M irc.php +4 / -4 M poller.php +3 / -3 M test-discovery.php +2 / -2 M test-poll.php +2 / -2 M versioncheck.php +1 / -1
+54 added
−50 removed
filtered activity
powerconnect 62xx temperature reading - can only find one even though there is one per stackmember, sigh
Changed files with action and line counts A includes/discovery/temperatures/powerconnect.inc.php +21 / -0
+21 added
0 removed
filtered activity
Thank you Dell for changing the capitalization in
sysDescr on a software upgrade
Changed files with action and line counts M includes/osdiscovery/discover-powerconnect.php +1 / -1
+1 added
−1 removed
filtered activity
axis network document server discovery
Changed files with action and line counts A html/images/os/axisdocserver.png +1 / -0 A includes/osdiscovery/discover-axisdocserver.php +9 / -0 M includes/static-config.php +2 / -0
+11 added
0 removed
filtered activity
fix install_dir in include_dir and add optional regex
Changed files with action and line counts M includes/functions.php +4 / -4
+4 added
−4 removed
filtered activity
fix php notice
Changed files with action and line counts M scripts/mysql_stats.php +1 / -1
+1 added
−1 removed
filtered activity
svn stats script :)
Changed files with action and line counts A scripts/mysql_stats.php +1,241 / -0
+1,241 added
0 removed
filtered activity
show disabled devices in grey in device list
Changed files with action and line counts M html/css/styles.css +4 / -0 M includes/functions.php +1 / -0
+1 added
0 removed
filtered activity
discover motorola netopia routers
Changed files with action and line counts A html/images/os/netopia.png +1 / -0 A includes/osdiscovery/discover-netopia.php +9 / -0 M includes/static-config.php +3 / -0
+12 added
0 removed
filtered activity
detect more airports
Changed files with action and line counts M includes/osdiscovery/discover-airport.php +1 / -0
+1 added
0 removed
filtered activity
added a bunch of device types to discover
Changed files with action and line counts A html/images/os/axiscam.png +1 / -0 A html/images/os/drac.png +1 / -0 A html/images/os/mgepdu.png +1 / -0 M includes/functions.php +1 / -1 M includes/osdiscovery/discover-apc.php +1 / -0 A includes/osdiscovery/discover-axiscam.php +9 / -0 A includes/osdiscovery/discover-drac.php +9 / -0 M includes/osdiscovery/discover-jetdirect.php +2 / -1 A includes/osdiscovery/discover-mgepdu.php +9 / -0 M includes/osdiscovery/discover-speedtouch.php +1 / -0 M includes/static-config.php +10 / -2
+42 added
−4 removed
filtered activity
really fix voltage polling - patch by jduggan
Changed files with action and line counts M includes/polling/voltages.inc.php +1 / -1
+1 added
−1 removed
filtered activity
recognize apc switched rack pdu
Changed files with action and line counts M includes/osdiscovery/discover-apc.php +1 / -0
+1 added
0 removed
filtered activity
gamatronic ups fixes
Changed files with action and line counts M includes/discovery/voltages.inc.php +26 / -28 M includes/static-config.php +2 / -0
+28 added
−28 removed
filtered activity
bugfix in discover_sensor
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix voltage polling
Changed files with action and line counts M includes/polling/voltages.inc.php +1 / -1
+1 added
−1 removed
filtered activity
actually commit powervault detection + minor polling
Changed files with action and line counts M addhost.php +2 / -2 M includes/functions.php +0 / -1 A includes/osdiscovery/discover-powervault.php +9 / -0 A includes/polling/device-powervault.inc.php +5 / -0 M includes/static-config.php +2 / -0
+18 added
−3 removed
filtered activity
Changed files with action and line counts M database-update.sql +2 / -0 A includes/discovery/temperatures/cisco-entity-sensor.inc.php +37 / -0
+37 added
0 removed
filtered activity
break broken screenos detection now
Changed files with action and line counts M includes/osdiscovery/discover-screenos.php +1 / -1
+1 added
−1 removed
filtered activity
un-break allied and powervault detection through sysobjectid
Changed files with action and line counts M includes/osdiscovery/discover-screenos.php +0 / -1
0 added
−1 removed
filtered activity
detect newer papouch TME, detect powervault tl2000/4000
Changed files with action and line counts A html/images/os/powervault.png +1 / -0 M includes/osdiscovery/discover-papouch-tme.php +2 / -1
+2 added
−1 removed
filtered activity
add nxos discovery
Changed files with action and line counts M config.php.default +1 / -1 A html/images/os/extremeware.png +1 / -0 A includes/osdiscovery/discover-nxos.php +10 / -0 M includes/static-config.php +4 / -0 A mibs/extreme-v762b3.mib +21,956 / -0
+15 added
−1 removed
filtered activity
use configured monospace font in graphs
Changed files with action and line counts M html/includes/graphs/common.inc.php +2 / -2
+2 added
−2 removed
filtered activity
name current differently on single phase APC PDUs
Changed files with action and line counts M includes/discovery/current.inc.php +8 / -1
+8 added
−1 removed
filtered activity
fix updating of currents until the function is merged to discover_sensor :)
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
Also show minimum temperature on popup temp graph
Changed files with action and line counts M html/includes/graphs/temperature.inc.php +2 / -1
+2 added
−1 removed
filtered activity
fix poller breaking on down device, add airport description and image, make zywall and 3com images transparent
Changed files with action and line counts M html/images/os/3com.png non-text +0 / -0 A html/images/os/airport.png +1 / -0 M html/images/os/zywall.png non-text +0 / -0 M includes/static-config.php +3 / -0 M poller.php +1 / -1
+4 added
−1 removed
filtered activity
APC UPS V/Hz values support, extra AirPort detection string
Changed files with action and line counts M includes/discovery/frequencies.inc.php +25 / -1 M includes/discovery/temperatures/apc.inc.php +5 / -5 M includes/discovery/voltages.inc.php +26 / -0 M includes/osdiscovery/discover-airport.php +1 / -0
+57 added
−6 removed
filtered activity
recognise some new OSes, add an image for dlink, move
sysObjectId polling to be global for os detection
Changed files with action and line counts M addhost.php +9 / -7 A html/images/os/dlink.png +1 / -0 M includes/functions.php +4 / -2 A includes/osdiscovery/discover-airport.php +9 / -0 M includes/osdiscovery/discover-allied.php +0 / -1 A includes/osdiscovery/discover-dlink.inc.php +10 / -0 A includes/osdiscovery/discover-extremeware.php +10 / -0 M includes/osdiscovery/discover-junos.php +0 / -1 M includes/osdiscovery/discover-junose.php +0 / -1 A includes/osdiscovery/discover-zywall.php +10 / -0
+52 added
−12 removed
filtered activity
updated email sending to allow global disabling and
sysContact override
Changed files with action and line counts M check-errors.php +1 / -2 M check-services.php +2 / -2 A html/images/os/zywall.png +1 / -0 M includes/defaults.inc.php +4 / -4 M includes/functions.php +18 / -2 M includes/polling/bgpPeer.inc.php +3 / -4 M includes/polling/current.inc.php +2 / -4 M includes/polling/fanspeeds.inc.php +1 / -4 M includes/polling/frequencies.inc.php +2 / -6 M includes/polling/humidity.inc.php +4 / -2 M includes/polling/ports.inc.php +2 / -3 M includes/polling/temperatures.inc.php +1 / -1 M includes/polling/voltages.inc.php +2 / -3 M includes/static-config.php +5 / -0 M poll-reachability.php +8 / -4 M poller.php +1 / -1
+56 added
−42 removed
filtered activity
APC UPS internal temperature support
Changed files with action and line counts A includes/discovery/temperatures/apc.inc.php +21 / -0
+21 added
0 removed
filtered activity
APC UPS and older Masterswitch identification, both tested on AP9606 controller card
Changed files with action and line counts M includes/discovery/toner.inc.php +1 / -1 M includes/polling/device-apc.inc.php +32 / -0
+33 added
−1 removed
filtered activity
only discover toner if it actually exists - HP LJ 4100 has 4 indexes but only one toner; should fix FS#46
Changed files with action and line counts M includes/discovery/toner.inc.php +47 / -53
+47 added
−53 removed
filtered activity
DEL. HOST. DOT. INC. DOT. PEE. AICH. PEE.
Changed files with action and line counts A html/pages/delhost.inc.php +36 / -0
+36 added
0 removed
filtered activity
use .inc.
Changed files with action and line counts M html/index.php +4 / -4
+4 added
−4 removed
filtered activity
don't warn on non-writeable rrd dir (why would apache be allowed to write there?
Changed files with action and line counts M html/includes/authenticate.inc.php +3 / -2
+3 added
−2 removed
filtered activity
go away!
Changed files with action and line counts D html/pages/delhost.php +0 / -36
0 added
−36 removed
filtered activity
inc.php plx
Showing the first 30 paths; 39 more are omitted from this static page.
Changed files with action and line counts A html/pages/about.inc.php +194 / -0 D html/pages/about.php +0 / -194 A html/pages/addhost.inc.php +59 / -0 D html/pages/addhost.php +0 / -59 A html/pages/addsrv.inc.php +75 / -0 D html/pages/addsrv.php +0 / -75 A html/pages/adduser.inc.php +67 / -0 D html/pages/adduser.php +0 / -67 A html/pages/alerts.inc.php +69 / -0 D html/pages/alerts.php +0 / -69 A html/pages/authlog.inc.php +43 / -0 D html/pages/authlog.php +0 / -43 A html/pages/bgp.inc.php +91 / -0 D html/pages/bgp.php +0 / -91 A html/pages/bill.inc.php +202 / -0 D html/pages/bill.php +0 / -202 A html/pages/bills.inc.php +172 / -0 D html/pages/bills.php +0 / -172 A html/pages/configuration.inc.php +6 / -0 D html/pages/configuration.php +0 / -6 A html/pages/customers.inc.php +79 / -0 D html/pages/customers.php +0 / -79 D html/pages/default-jt.php +0 / -211 A html/pages/delsrv.inc.php +41 / -0 D html/pages/delsrv.php +0 / -41 A html/pages/deluser.inc.php +50 / -0 D html/pages/deluser.php +0 / -50 A html/pages/device.inc.php +250 / -0 D html/pages/device.php +0 / -250 A html/pages/devices.inc.php +129 / -0
+2,844 added
−3,055 removed
filtered activity
err, failfixfix
Changed files with action and line counts M html/index.php +1 / -1
+1 added
−1 removed
filtered activity
failfix six of infinite
Changed files with action and line counts M html/includes/print-menubar.php +1 / -0 M html/index.php +1 / -1
+2 added
−1 removed
filtered activity
better name, and include in menu
Changed files with action and line counts M html/includes/print-menubar.php +7 / -1 A html/pages/settings.inc.php +16 / -0 D html/pages/showconfig.inc.php +0 / -16
+23 added
−17 removed
filtered activity
basic page to display global configuration
Changed files with action and line counts A html/pages/showconfig.inc.php +16 / -0
+16 added
0 removed
filtered activity
nms nms nms
Changed files with action and line counts M INSTALL +1 / -1 M README +3 / -3 M database-schema.sql +1 / -0 M html/pages/about.php +3 / -3 D includes/discovery/temperatures/observer-custom.inc.php +0 / -26 A includes/discovery/temperatures/observernms-custom.inc.php +26 / -0 M includes/port-descr-parser.inc.php +1 / -1 M includes/static-config.php +4 / -4 M irc.php +2 / -2
+40 added
−40 removed
filtered activity
fix potential bug with erroneous space in collectd graphs
Changed files with action and line counts M includes/collectd/config.php +1 / -1 M includes/defaults.inc.php +1 / -1 M includes/static-config.php +2 / -1
+4 added
−3 removed
filtered activity
More renames
Changed files with action and line counts M config.php.default +10 / -10
+10 added
−10 removed
filtered activity
add port parser to default config, rename some stuff
Changed files with action and line counts M check-errors.php +1 / -1 M contrib/syslog2mysql.sh +4 / -4 M discovery.php +2 / -2 M includes/defaults.inc.php +2 / -0 M includes/functions.php +1 / -1 M poller.php +4 / -2 M test-discovery.php +2 / -2 M test-poll.php +2 / -2
+18 added
−14 removed
filtered activity
split fan discovery into include_dir
Changed files with action and line counts A includes/discovery/fanspeeds non-text +0 / -0 M includes/discovery/fanspeeds.inc.php +1 / -96 A includes/discovery/fanspeeds/areca.inc.php +28 / -0 A includes/discovery/fanspeeds/lmsensors.inc.php +32 / -0 A includes/discovery/fanspeeds/supermicro.inc.php +47 / -0 A includes/discovery/processors/hrdevice.inc.php +48 / -0 A includes/discovery/processors/ios.inc.php +58 / -0 A includes/discovery/processors/ironware.inc.php +48 / -0 A includes/discovery/processors/junos.inc.php +36 / -0 A includes/discovery/processors/junose.inc.php +33 / -0 D includes/discovery/processors/processors-hrdevice.inc.php +0 / -48 D includes/discovery/processors/processors-ios.inc.php +0 / -58 D includes/discovery/processors/processors-ironware.inc.php +0 / -48 D includes/discovery/processors/processors-junos.inc.php +0 / -36 D includes/discovery/processors/processors-junose.inc.php +0 / -33 M includes/discovery/temperatures.inc.php +0 / -5
+331 added
−324 removed
filtered activity
move processors discovery to include_dir
Changed files with action and line counts A includes/discovery/processors non-text +0 / -0 D includes/discovery/processors-hrdevice.inc.php +0 / -49 D includes/discovery/processors-ios.inc.php +0 / -53 D includes/discovery/processors-ironware.inc.php +0 / -46 D includes/discovery/processors-junos.inc.php +0 / -30 D includes/discovery/processors-junose.inc.php +0 / -28 M includes/discovery/processors-ucd-old.inc.php +2 / -2 M includes/discovery/processors.inc.php +1 / -5 A includes/discovery/processors/processors-hrdevice.inc.php +48 / -0 A includes/discovery/processors/processors-ios.inc.php +58 / -0 A includes/discovery/processors/processors-ironware.inc.php +48 / -0 A includes/discovery/processors/processors-junos.inc.php +36 / -0 A includes/discovery/processors/processors-junose.inc.php +33 / -0
+226 added
−213 removed
filtered activity
automatically load all temperature include files, moved almost all of them over to internal snmp functions, PLEASE TEST
Changed files with action and line counts M includes/discovery/processors-junos.inc.php +3 / -3 M includes/discovery/temperatures.inc.php +1 / -13 M includes/discovery/temperatures/adva.inc.php +4 / -0 M includes/discovery/temperatures/akcp.inc.php +28 / -27 M includes/discovery/temperatures/areca.inc.php +37 / -34 M includes/discovery/temperatures/cisco-envmon.inc.php +23 / -23 M includes/discovery/temperatures/dell.inc.php +4 / -2 M includes/discovery/temperatures/ironware.inc.php +29 / -26 M includes/discovery/temperatures/junos.inc.php +5 / -5 M includes/discovery/temperatures/junose.inc.php +8 / -3 M includes/discovery/temperatures/lm-sensors.inc.php +4 / -5 M includes/discovery/temperatures/netmanplus.inc.php +18 / -17 M includes/discovery/temperatures/observer-custom.inc.php +19 / -15 M includes/discovery/temperatures/papouch-tme.inc.php +13 / -14 M includes/discovery/temperatures/supermicro.inc.php +28 / -29 M includes/functions.php +19 / -0
+243 added
−216 removed
filtered activity
Add detection for MGE Evolution UPS
Changed files with action and line counts M includes/osdiscovery/discover-mgeups.php +2 / -1
+2 added
−1 removed
filtered activity
Fix
Q-BRIDGE-MIB vlan numbers on Procurve switches + minor misc
Changed files with action and line counts M html/map.php +0 / -2 M includes/discovery/processors-ironware.inc.php +1 / -1 M includes/discovery/q-bridge-mib.inc.php +3 / -3
+4 added
−6 removed
filtered activity
workaround not havnig divisor set for processor
Changed files with action and line counts M includes/polling/processors.inc.php +1 / -0
+1 added
0 removed
filtered activity
use precision for processors
Changed files with action and line counts M includes/polling/mempools.inc.php +3 / -1 M includes/polling/processors.inc.php +2 / -2
+5 added
−3 removed
filtered activity
don't set current value of processor on discovery (duh)
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
update precision (divisor) on processors
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix ironware cpu divisor issue
Changed files with action and line counts M includes/discovery/processors-ironware.inc.php +1 / -1
+1 added
−1 removed
filtered activity
also detect 3com superstack type
Changed files with action and line counts M includes/osdiscovery/discover-3com.php +1 / -0
+1 added
0 removed
filtered activity
genericify that, use it for mempools also
Changed files with action and line counts M html/includes/functions.inc.php +1 / -1 M html/pages/device/health/memory.inc.php +1 / -1 M html/pages/device/health/processors.inc.php +1 / -1 M html/pages/device/overview/mempools.inc.php +1 / -5 M html/pages/device/overview/processors.inc.php +1 / -1
+5 added
−9 removed
filtered activity
improved processor text description rewriting (now in function)
Changed files with action and line counts M html/includes/functions.inc.php +14 / -0 M html/pages/device/health/processors.inc.php +2 / -4 M html/pages/device/overview/processors.inc.php +1 / -5
+17 added
−9 removed
filtered activity
use installdir path in check-services - patch by Steven Bens
Changed files with action and line counts M check-services.php +1 / -1
+1 added
−1 removed
filtered activity
start of universal discover_sensor, change humidity to that one already, rest needs small rework
Changed files with action and line counts M includes/discovery/functions.inc.php +37 / -33
+37 added
−33 removed
filtered activity
move current to sensors table, plug some sql injection holes
Changed files with action and line counts M database-update.sql +1 / -0 M html/includes/graphs/current.inc.php +4 / -4 M html/includes/graphs/device_current.inc.php +4 / -4 M html/pages/device/health.inc.php +4 / -3 M html/pages/device/health/current.inc.php +13 / -13 M html/pages/device/health/diskio.inc.php +1 / -1 M html/pages/device/health/fanspeeds.inc.php +1 / -1 M html/pages/device/health/frequencies.inc.php +1 / -1 M html/pages/device/health/humidity.inc.php +1 / -1 M html/pages/device/health/storage.inc.php +1 / -1 M html/pages/device/health/temperatures.inc.php +1 / -1 M html/pages/device/health/voltages.inc.php +1 / -1 M html/pages/device/overview/current.inc.php +11 / -12 M html/pages/health/current.inc.php +23 / -23 M includes/discovery/functions.inc.php +6 / -6 M includes/functions.php +11 / -14 M includes/polling/current.inc.php +17 / -20
+100 added
−106 removed
filtered activity
Move voltages to sensors table, clean up some unused functions and move web-only functions to the html includes file
Changed files with action and line counts M database-update.sql +3 / -0 M html/includes/functions.inc.php +39 / -0 M html/includes/graphs/device_voltages.inc.php +4 / -4 M html/includes/graphs/voltage.inc.php +4 / -4 M html/pages/device/health.inc.php +1 / -1 M html/pages/device/health/voltages.inc.php +13 / -13 M html/pages/device/overview/voltages.inc.php +11 / -12 M html/pages/health/voltages.inc.php +22 / -22 M includes/discovery/functions.inc.php +9 / -9 M includes/functions.php +6 / -83 M includes/polling/voltages.inc.php +17 / -20
+126 added
−168 removed
filtered activity
show correct overlib graph for temperatures
Changed files with action and line counts M includes/static-config.php +3 / -3
+3 added
−3 removed
filtered activity
fix to show health tab when device has temp sensors
Changed files with action and line counts M html/pages/device.php +1 / -1
+1 added
−1 removed
filtered activity
only show temperature sensors on temperature health page, doh
Changed files with action and line counts M html/pages/health/temperatures.inc.php +2 / -2
+2 added
−2 removed
filtered activity
failfix five of infinite
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1 A includes/discovery/temperatures/papouch-tme.inc.php +21 / -0 D includes/discovery/temperatures/papouche-tme.inc.php +0 / -21
+22 added
−22 removed
filtered activity
APC STS/ATS support
Changed files with action and line counts M database-update.sql +3 / -0 M includes/discovery/current.inc.php +21 / -1 M includes/discovery/frequencies.inc.php +42 / -0 M includes/discovery/voltages.inc.php +42 / -0 M includes/polling/device-apc.inc.php +26 / -1
+131 added
−2 removed
filtered activity
failfix four of infinite
Changed files with action and line counts M includes/polling/device-dell-laser.inc.php +1 / -1
+1 added
−1 removed
filtered activity
failfix three of infinite
Changed files with action and line counts M includes/polling/current.inc.php +1 / -1
+1 added
−1 removed
filtered activity
failfix two of infinite
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +1 / -1 M includes/polling/frequencies.inc.php +1 / -1
+2 added
−2 removed
filtered activity
failfix one of infinite
Changed files with action and line counts M includes/polling/current.inc.php +1 / -2 M includes/polling/fanspeeds.inc.php +1 / -1 M includes/polling/frequencies.inc.php +1 / -1
+3 added
−4 removed
filtered activity
cleanup checks add some mibs
Changed files with action and line counts M html/includes/authenticate.inc.php +3 / -3 A mibs/CISCO-FIREWALL-MIB.my +1,336 / -0 A mibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my +5,881 / -0 A mibs/CISCO-MEDIA-GATEWAY-MIB.my +2,282 / -0
+3 added
−3 removed
filtered activity
some code formatting improvements from sovern
Changed files with action and line counts M includes/discovery/cisco-pw.inc.php +37 / -37 M includes/discovery/discovery-protocols.inc.php +51 / -51 M includes/discovery/ports.inc.php +63 / -63 M includes/discovery/processors-ios.inc.php +37 / -37
+188 added
−188 removed
filtered activity
improved authentication checks (not sure this file is the right place, but meh) from sovern (also some fixes for diskio_ops)
Changed files with action and line counts M html/includes/authenticate.inc.php +17 / -2 M html/includes/functions.inc.php +2 / -2 M html/includes/graphs/diskio_ops.inc.php +1 / -1
+20 added
−5 removed
filtered activity
add functions to identify and decode snmp hex strings, add hex string support to jetdirect for toners
Changed files with action and line counts M includes/discovery/toner.inc.php +2 / -1 M includes/functions.php +11 / -0 M includes/polling/device-areca.inc.php +2 / -2
+15 added
−3 removed
filtered activity
more jetdirect osdiscovery
Changed files with action and line counts M includes/osdiscovery/discover-jetdirect.php +1 / -1
+1 added
−1 removed
filtered activity
forgot jetdirect discovery file a few commits back
Changed files with action and line counts A includes/osdiscovery/discover-jetdirect.php +9 / -0
+9 added
0 removed
filtered activity
disable snmp timeouts for now, pending fixes
Changed files with action and line counts M html/pages/device/health.inc.php +1 / -1 M includes/snmp.inc.php +11 / -11
+12 added
−12 removed
filtered activity
make ops default diskio type
Changed files with action and line counts A html/includes/graphs/device_diskio.inc.php +5 / -0
+5 added
0 removed
filtered activity
add two new diskio graphtypes (bit more work needed methinks)
Changed files with action and line counts A html/includes/graphs/device_diskio_bits.inc.php +36 / -0 A html/includes/graphs/device_diskio_ops.inc.php +36 / -0
+72 added
0 removed
filtered activity
fix voltage error
Changed files with action and line counts M includes/polling/voltages.inc.php +1 / -1
+1 added
−1 removed
filtered activity
rrdcached support (yarly!)
Changed files with action and line counts M config.php.default +4 / -0 M html/graph.php +5 / -2 M includes/rrdtool.inc.php +9 / -2
+18 added
−4 removed
filtered activity
revamped customer aggregates page, using new port description parser fields in database
Changed files with action and line counts M html/pages/customers.php +47 / -49
+47 added
−49 removed
filtered activity
cleanups
Changed files with action and line counts M includes/discovery/cisco-vrf.inc.php +3 / -5 M includes/discovery/ups.inc.php +4 / -1
+7 added
−6 removed
filtered activity
add split multicast/broadcast graphing for linux/ios/iosxe/iosxr and global toggle for polling if it (adds load)
Changed files with action and line counts M config.php.default +1 / -0 M html/includes/graphs/generic_multi_seperated.inc.php +25 / -17 M html/includes/graphs/port_nupkts.inc.php +48 / -14 M includes/defaults.inc.php +4 / -0 M includes/polling/ports.inc.php +25 / -2 M includes/static-config.php +4 / -0
+107 added
−33 removed
filtered activity
fix path issue with map.php - from stan brinkerhoff
Changed files with action and line counts M html/map.php +20 / -5
+20 added
−5 removed
filtered activity
add DOT11 MIBs
Changed files with action and line counts A mibs/CISCO-DOT11-ASSOCIATION-MIB.my +1,072 / -0 A mibs/CISCO-DOT11-IF-MIB.my +4,482 / -0
0 added
0 removed
filtered activity
split temperature into separate files
Changed files with action and line counts A includes/discovery/temperatures non-text +0 / -0 D includes/discovery/temperatures-adva.inc.php +0 / -85 D includes/discovery/temperatures-junose.inc.php +0 / -25 M includes/discovery/temperatures.inc.php +13 / -301 A includes/discovery/temperatures/adva.inc.php +85 / -0 A includes/discovery/temperatures/akcp.inc.php +40 / -0 A includes/discovery/temperatures/areca.inc.php +46 / -0 A includes/discovery/temperatures/cisco-envmon.inc.php +33 / -0 A includes/discovery/temperatures/dell.inc.php +23 / -0 A includes/discovery/temperatures/ironware.inc.php +35 / -0 A includes/discovery/temperatures/junos.inc.php +35 / -0 A includes/discovery/temperatures/junose.inc.php +25 / -0 A includes/discovery/temperatures/lm-sensors.inc.php +32 / -0 A includes/discovery/temperatures/netmanplus.inc.php +26 / -0 A includes/discovery/temperatures/observer-custom.inc.php +22 / -0 A includes/discovery/temperatures/papouche-tme.inc.php +21 / -0 A includes/discovery/temperatures/supermicro.inc.php +42 / -0
+478 added
−411 removed
filtered activity
migrate all SNMP calls to use $config['mibdir']. automatically generated from install_dir if not present
Showing the first 30 paths; 23 more are omitted from this static page.
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +4 / -4 M includes/discovery/cisco-mac-accounting.inc.php +1 / -1 M includes/discovery/cisco-processors.inc.php +3 / -3 M includes/discovery/cisco-pw.inc.php +3 / -3 M includes/discovery/cisco-vlans.inc.php +4 / -4 M includes/discovery/cisco-vrf.inc.php +4 / -4 M includes/discovery/current.inc.php +2 / -1 M includes/discovery/entity-physical.inc.php +2 / -2 M includes/discovery/host-physical.php +2 / -2 M includes/discovery/ipv4-addresses.inc.php +2 / -2 M includes/discovery/ipv6-addresses.inc.php +5 / -5 M includes/discovery/q-bridge-mib.inc.php +3 / -3 M includes/discovery/temperatures-adva.inc.php +4 / -4 M includes/discovery/temperatures.inc.php +27 / -24 M includes/discovery/voltages.inc.php +2 / -1 M includes/polling/bgpPeer.inc.php +8 / -6 M includes/polling/cisco-enhanced-mempool.inc.php +1 / -1 M includes/polling/cisco-entity-sensors.inc.php +1 / -1 M includes/polling/cisco-mempool.inc.php +1 / -1 M includes/polling/cisco-processors.inc.php +1 / -1 M includes/polling/current.inc.php +5 / -2 M includes/polling/device-catos.inc.php +1 / -1 M includes/polling/device-dell-laser.inc.php +2 / -2 M includes/polling/device-fortigate.inc.php +5 / -3 M includes/polling/device-ios.inc.php +3 / -3 M includes/polling/device-ironware.inc.php +2 / -2 M includes/polling/device-junos.inc.php +2 / -2 M includes/polling/device-mgeups.inc.php +1 / -1 M includes/polling/device-netstats.inc.php +1 / -1 M includes/polling/device-powerconnect.inc.php +2 / -2
+168 added
−128 removed
filtered activity
add jetdirect support, fix automatic type assignment
Changed files with action and line counts M discovery.php +1 / -1 A html/images/os/jetdirect.png +2 / -0 M includes/discovery/toner.inc.php +3 / -3 M includes/static-config.php +7 / -0
+11 added
−4 removed
filtered activity
add option to dropdown the list of locations in the menu
Changed files with action and line counts M config.php.default +1 / -0 M html/includes/print-menubar.php +28 / -1 A scripts/snmpd-ipmi.pl +180 / -0
+209 added
−1 removed
filtered activity
fix default frontpage to ignore deleted interfaces, and add rewrite note
Changed files with action and line counts M html/pages/front/default.php +5 / -0
+5 added
0 removed
filtered activity
June 2010
undebug adduser :>
Changed files with action and line counts M adduser.php +0 / -2
0 added
−2 removed
filtered activity
fix about layout, add mysql auth type to defaults.inc.php delete a space or some shit in adduser.php
Changed files with action and line counts M adduser.php +2 / -0 M html/pages/about.php +7 / -9 M includes/defaults.inc.php +3 / -0
+12 added
−9 removed
filtered activity
disable services discovery by default
Changed files with action and line counts M includes/discovery/services.inc.php +5 / -0
+5 added
0 removed
filtered activity
bad klaver :>
Changed files with action and line counts M includes/discovery/services.inc.php +0 / -11 M includes/functions.php +1 / -0 A includes/services.inc.php +15 / -0
+16 added
−11 removed
filtered activity
add support for redback and services discovery (thanks klaver) perhaps need to make services discovery one-time only, triggered, or disableable :>
Changed files with action and line counts M discovery.php +1 / -0 A html/pages/device/graphs/os-redback.inc.php +10 / -0 A includes/discovery/services.inc.php +42 / -0 A includes/osdiscovery/discover-redback.php +7 / -0 A includes/polling/device-redback.inc.php +6 / -0
+66 added
0 removed
filtered activity
blacklist routeros for bulkwalk
Changed files with action and line counts M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
add Mikrotik RouterOS detection (thanks to Zoiah for SNMP access)
Changed files with action and line counts A html/images/os/routeros.png +1 / -0 A includes/osdiscovery/discover-routeros.php +12 / -0 A includes/polling/device-routeros.inc.php +6 / -0 M includes/static-config.php +3 / -0
+21 added
0 removed
filtered activity
align all minigraphs on the device overview
Changed files with action and line counts M html/pages/device/overview/humidity.inc.php +1 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1
+2 added
−2 removed
filtered activity
another overlooked fanspeed modification
Changed files with action and line counts M html/pages/device/overview/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
small graph fix
Changed files with action and line counts M html/includes/graphs/fanspeed.inc.php +1 / -1
+1 added
−1 removed
filtered activity
move fanspeed to sensors table - please run discovery immediately after svn up
Changed files with action and line counts M html/includes/graphs/device_fanspeeds.inc.php +4 / -5 M html/includes/graphs/fanspeed.inc.php +4 / -4 M html/pages/device/health.inc.php +1 / -1 M html/pages/device/health/fanspeeds.inc.php +13 / -13 M html/pages/device/overview/fanspeeds.inc.php +10 / -11 M html/pages/health/fanspeeds.inc.php +22 / -22 M includes/discovery/fanspeeds.inc.php +4 / -4 M includes/discovery/functions.inc.php +7 / -7 M includes/polling/fanspeeds.inc.php +11 / -11
+76 added
−78 removed
filtered activity
move temperatures to sensors table - please run discovery immediately after svn up
Changed files with action and line counts M html/includes/graphs/device_temperatures.inc.php +8 / -8 M html/includes/graphs/temperature.inc.php +5 / -5 M html/pages/device/health.inc.php +1 / -1 M html/pages/device/health/temperatures.inc.php +14 / -15 M html/pages/device/overview/temperatures.inc.php +12 / -12 M html/pages/health/temperatures.inc.php +24 / -24 M includes/discovery/functions.inc.php +6 / -7 M includes/discovery/temperatures.inc.php +4 / -4 M includes/functions.php +1 / -1 M includes/polling/temperatures.inc.php +11 / -11
+86 added
−88 removed
filtered activity
snmp timeout & retry settings, for now only globally and not per device
Changed files with action and line counts M config.php.default +1 / -1 M includes/defaults.inc.php +4 / -0 M includes/snmp.inc.php +48 / -29
+53 added
−30 removed
filtered activity
move default device type per os into ['os'] array and dedupe some of the OS entries in there
Changed files with action and line counts M discovery.php +7 / -33 M includes/static-config.php +46 / -21
+53 added
−54 removed
filtered activity
missing ;s
Changed files with action and line counts M includes/static-config.php +6 / -6
+6 added
−6 removed
filtered activity
merge $popgraph and $popdescr into $config['os'] as overgraph and overtext
merge ifalias/ifdescr/ifname/ifindex decision making about port names into $config['os']
Changed files with action and line counts M database-update.sql +1 / -0 M html/includes/functions.inc.php +11 / -6 M includes/polling/interfaces.inc.php +1 / -1 M includes/rewrites.php +4 / -4 M includes/snmp.inc.php +7 / -7 M includes/static-config.php +95 / -84
+118 added
−102 removed
filtered activity
unify $os_group and $os_type into $config['os']
Changed files with action and line counts M discovery.php +1 / -1 M html/graph.php +3 / -4 M html/includes/dev-overview-data.inc.php +1 / -1 M html/includes/hostbox.inc +1 / -1 M html/pages/device.php +1 / -1 M html/pages/device/graphs.inc.php +1 / -1 M html/pages/devices.php +1 / -1 M includes/static-config.php +59 / -51 M poller.php +1 / -1
+69 added
−62 removed
filtered activity
per device type hover graphs
Changed files with action and line counts M html/includes/functions.inc.php +38 / -0 M includes/functions.php +0 / -27 M includes/static-config.php +32 / -1
+70 added
−28 removed
filtered activity
less ugly minkels double space workaround
Changed files with action and line counts M includes/polling/device-akcp.inc.php +1 / -3
+1 added
−3 removed
filtered activity
enlarge device type so environment can fit
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
replace environment icon
Changed files with action and line counts M html/images/icons/environment.png non-text +0 / -0
0 added
0 removed
filtered activity
Add environment device type
Changed files with action and line counts M discovery.php +5 / -0 A html/images/icons/environment.png +2 / -0 M html/includes/print-menubar.php +1 / -0 M html/pages/device/edit/device.inc.php +0 / -2 M includes/static-config.php +1 / -0 M poller.php +1 / -1
+8 added
−3 removed
filtered activity
Gamatronic UPS support (patch by jduggan)
Changed files with action and line counts A html/images/os/gamatronicups.png +1 / -0 M includes/discovery/current.inc.php +38 / -0 M includes/discovery/voltages.inc.php +34 / -0 A includes/osdiscovery/discover-gamatronicups.php +12 / -0 A mibs/GMACI.mib +1,913 / -0 A mibs/GamaMib.mib +8,393 / -0
+84 added
0 removed
filtered activity
update cron.sh to use poller.php
Changed files with action and line counts M scripts/cron.sh +3 / -3
+3 added
−3 removed
filtered activity
better sensorprobe detection
Changed files with action and line counts M includes/osdiscovery/discover-akcp.php +1 / -2
+1 added
−2 removed
filtered activity
switch to poller.php away from poll-device.php. increase syslog table read speed a bit by using php-side device info cache
Changed files with action and line counts M html/pages/front/demo.php +6 / -2 M html/pages/syslog.php +4 / -4 M poll-device.php +3 / -260 M poller.php +221 / -40
+234 added
−306 removed
filtered activity
fix futuristic experimental secret poller
Changed files with action and line counts M poller.php +1 / -1
+1 added
−1 removed
filtered activity
show friendly OS text in device dropdown
Changed files with action and line counts M html/pages/devices.php +1 / -1
+1 added
−1 removed
filtered activity
Fix twitter link, add facebook page
Changed files with action and line counts M html/pages/about.php +2 / -1
+2 added
−1 removed
filtered activity
fix layout of about page with long apache version strings, add humidity to stats
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2 M html/pages/about.php +33 / -27
+35 added
−29 removed
filtered activity
update syntax help to reflect commit r1211
Changed files with action and line counts M discovery.php +7 / -7 M poll-device.php +7 / -7
+14 added
−14 removed
filtered activity
sensors table, with humidity as its first consumer - akcp humidity support implemented
Changed files with action and line counts M database-update.sql +1 / -0 A html/images/icons/greyscale/humidity.png +1 / -0 A html/images/icons/humidity.png +2 / -0 A html/includes/graphs/device_humidity.inc.php +51 / -0 A html/includes/graphs/humidity.inc.php +37 / -0 M html/includes/graphs/temperature.inc.php +0 / -1 M html/includes/print-menubar.php +1 / -0 M html/pages/device/health.inc.php +3 / -0 A html/pages/device/health/humidity.inc.php +59 / -0 M html/pages/device/overview.inc.php +1 / -0 A html/pages/device/overview/humidity.inc.php +46 / -0 M html/pages/health.php +2 / -1 A html/pages/health/humidity.inc.php +97 / -0 M includes/discovery/functions.inc.php +37 / -0 M includes/discovery/humidity.inc.php +8 / -8 M includes/polling/device-akcp.inc.php +3 / -1 A includes/polling/humidity.inc.php +55 / -0 M poll-device.php +1 / -0
+401 added
−11 removed
filtered activity
clean up commandline delhost output
Changed files with action and line counts M delhost.php +1 / -1 M html/pages/delhost.php +3 / -3 M includes/functions.php +2 / -2
+6 added
−6 removed
filtered activity
humidity discovery for akcp/minkelsrms - still needs discover_humidity function, db table, webinterface, polling
Changed files with action and line counts M discovery.php +1 / -0 A includes/discovery/humidity.inc.php +73 / -0
+74 added
0 removed
filtered activity
retrieve temperature limits from sensorprobe
Changed files with action and line counts M includes/discovery/temperatures.inc.php +10 / -1
+10 added
−1 removed
filtered activity
Changed files with action and line counts M includes/discovery/temperatures.inc.php +27 / -0 M includes/osdiscovery/discover-akcp.php +1 / -0
+28 added
0 removed
filtered activity
fixed eventlogging for poll-device
Changed files with action and line counts M poll-device.php +10 / -10
+10 added
−10 removed
filtered activity
better spacing on mac accounting top10 page :)
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +3 / -3
+3 added
−3 removed
filtered activity
remove mysql_error print
Changed files with action and line counts M html/pages/about.php +0 / -1
0 added
−1 removed
filtered activity
0.10.6 release. ><{{{*>
Changed files with action and line counts M CHANGELOG +5 / -3 M includes/static-config.php +1 / -1
+6 added
−4 removed
filtered activity
remove wrong fixme comment
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +0 / -1
0 added
−1 removed
filtered activity
also use toner.png location on device page
Changed files with action and line counts M html/pages/device.php +1 / -1
+1 added
−1 removed
filtered activity
nicer toner icon
Changed files with action and line counts M html/images/icons/toner.png non-text +0 / -0
0 added
0 removed
filtered activity
oopsx
Changed files with action and line counts M html/index.php +0 / -2
0 added
−2 removed
filtered activity
pretty up frequency/current/fanspeed graphs, add Dell multifunction laserprinter detection (PRINTERS, WE LOVE THEM)
Changed files with action and line counts M html/includes/graphs/current.inc.php +0 / -1 M html/includes/graphs/fanspeed.inc.php +0 / -1 M html/includes/graphs/frequency.inc.php +0 / -1 M includes/osdiscovery/discover-dell-laser.php +1 / -0
+1 added
−3 removed
filtered activity
small cleanups
Changed files with action and line counts M includes/discovery/cisco-processors.inc.php +0 / -8 M includes/functions.php +0 / -6 M includes/polling/storage.inc.php +1 / -1
+1 added
−15 removed
filtered activity
only show password change field if authentication backend can change the password
Changed files with action and line counts M html/pages/preferences.php +7 / -8
+7 added
−8 removed
filtered activity
applications table in mysql update script
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
fix password change for mysql auth
Changed files with action and line counts M html/includes/authentication/mysql.inc.php +4 / -4 M html/pages/preferences.php +22 / -0
+26 added
−4 removed
filtered activity
remove statistics line
Changed files with action and line counts M html/includes/print-menubar.php +0 / -2
0 added
−2 removed
filtered activity
more icons more info in about page
Changed files with action and line counts M html/images/icons/current.png non-text +0 / -0 A html/images/icons/eventlog.png +2 / -0 M html/images/icons/frequencies.png non-text +0 / -0 A html/images/icons/inventory.png +2 / -0 A html/images/icons/ipv4.png +1 / -0 A html/images/icons/ipv6.png +1 / -0 A html/images/icons/port.png +2 / -0 A html/images/icons/syslog.png +2 / -0 A html/images/icons/toner.png +2 / -0 M html/images/icons/voltages.png non-text +0 / -0 M html/includes/print-event-short.inc +4 / -5 M html/pages/about.php +106 / -7
+110 added
−12 removed
filtered activity
prettier about page, some links and versions :)
Changed files with action and line counts M html/pages/about.php +45 / -11 M html/php.php +1 / -1
+46 added
−12 removed
filtered activity
billing bugfix :)
Changed files with action and line counts M includes/billing.php +6 / -2 M poll-billing.php +2 / -2
+8 added
−4 removed
filtered activity
make billing usable (shonky interface it now has!)
Changed files with action and line counts M database-update.sql +1 / -0 D html/ajax non-text +0 / -0 D html/ajax/list_interfaces.php +0 / -18 A html/ajax_listports.php +29 / -0 M html/billing-graph.php +21 / -15 A html/includes/javascript-interfacepicker.inc.php +28 / -0 A html/pages/bill non-text +0 / -0 A html/pages/bill.php +202 / -0 A html/pages/bill/edit.php +63 / -0 M html/pages/bills.php +65 / -2 M html/pages/edituser.php +2 / -28
+410 added
−63 removed
filtered activity
better default syslog filter
Changed files with action and line counts M includes/defaults.inc.php +7 / -0
+7 added
0 removed
filtered activity
explain applications
Changed files with action and line counts M DEVELOPING +22 / -0
+22 added
0 removed
filtered activity
fix auto fixer :)
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
rejig events system (still not great. meh) clean up some pages.
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +4 / -0 A fix-events.php +20 / -0 M html/includes/device-edit.inc.php +11 / -9 M html/includes/print-event.inc +9 / -5 M html/includes/print-syslog.inc +1 / -1 M html/pages/device/edit/device.inc.php +11 / -1 M html/pages/device/events.inc.php +1 / -1 M html/pages/device/health/processors.inc.php +1 / -1 M html/pages/device/overview.inc.php +13 / -0 M html/pages/health/processors.inc.php +1 / -1 M includes/functions.php +2 / -0 M includes/polling/bgpPeer.inc.php +3 / -3 M includes/polling/current.inc.php +2 / -2 M includes/polling/fanspeeds.inc.php +1 / -1 M includes/polling/frequencies.inc.php +2 / -2 M includes/polling/ports.inc.php +4 / -4 M includes/polling/temperatures.inc.php +1 / -1 M includes/polling/voltages.inc.php +2 / -2
+89 added
−34 removed
filtered activity
services fixes
Changed files with action and line counts M check-services.php +4 / -3 M html/pages/services.php +1 / -3
+5 added
−6 removed
filtered activity
some more icons, changes to device editing system
Changed files with action and line counts A html/images/icons/apache.png +1 / -0 A html/images/icons/bind.png +1 / -0 A html/images/icons/device.png +2 / -0 A html/images/icons/greyscale/apache.png +1 / -0 A html/images/icons/greyscale/apps.png +1 / -0 A html/images/icons/greyscale/bind.png +1 / -0 A html/images/icons/greyscale/device.png +2 / -0 A html/images/icons/greyscale/mysql.png +1 / -0 A html/images/icons/greyscale/postfix.png +1 / -0 A html/images/icons/greyscale/services.png +1 / -0 A html/images/icons/mysql.png +1 / -0 A html/images/icons/postfix.png +1 / -0 A html/images/icons/services.png +1 / -0 M html/includes/graphs/generic_simplex.inc.php +2 / -1 M html/pages/device.php +1 / -1 D html/pages/device/applications non-text +0 / -0 D html/pages/device/applications.inc.php +0 / -73 A html/pages/device/apps non-text +0 / -0 A html/pages/device/apps.inc.php +34 / -0 A html/pages/device/edit non-text +0 / -0 M html/pages/device/edit.inc.php +22 / -81 A html/pages/device/edit/apps.inc.php +17 / -0 A html/pages/device/edit/device.inc.php +93 / -0 A html/pages/device/edit/services.inc.php +91 / -0 M html/pages/device/srv.inc.php +2 / -4 M poll-device.php +1 / -0 D scripts/posfix-queues +0 / -14 A scripts/postfix-queues +14 / -0
+277 added
−174 removed
filtered activity
clean up diskio output
Changed files with action and line counts M includes/discovery/ucd-diskio.inc.php +2 / -2
+2 added
−2 removed
filtered activity
dirty script to expose postfix queue stats in snmp
Changed files with action and line counts A scripts/posfix-queues +14 / -0
+14 added
0 removed
filtered activity
dirty script to collect apapche stats and expose them via snmp :)
Changed files with action and line counts A scripts/apache-stats +88 / -0
+88 added
0 removed
filtered activity
add applications polling infrastructure (OH YEAH!)
Changed files with action and line counts A html/images/icons/apps.png +2 / -0 M html/pages/device.php +9 / -0 A html/pages/device/applications non-text +0 / -0 A html/pages/device/applications.inc.php +73 / -0 A includes/polling/applications non-text +0 / -0 A includes/polling/applications.inc.php +25 / -0 A includes/polling/applications/apache.inc.php +51 / -0
+158 added
0 removed
filtered activity
add diskio graphs
Changed files with action and line counts A html/includes/graphs/diskio_bits.inc.php +17 / -0 A html/includes/graphs/diskio_ops.inc.php +29 / -0
+46 added
0 removed
filtered activity
database updates :)
Changed files with action and line counts M database-update.sql +3 / -2
0 added
0 removed
filtered activity
UCD DiskIO MIB support. Still needs graphs tidied up and web display made a bit more useful
Changed files with action and line counts M discovery.php +2 / -0 A html/images/icons/diskio.png +1 / -0 A html/images/icons/greyscale/diskio.png +1 / -0 M html/images/icons/greyscale/storage.png non-text +0 / -0 M html/images/icons/storage.png non-text +0 / -0 M html/includes/graphs/generic_duplex.inc.php +0 / -1 M html/pages/device/health.inc.php +3 / -0 A html/pages/device/health/diskio.inc.php +73 / -0 A includes/discovery/ucd-diskio.inc.php +52 / -0 A includes/polling/ucd-diskio.inc.php +65 / -0 M poll-device.php +1 / -0
+196 added
−1 removed
filtered activity
failfix
Changed files with action and line counts M html/map.php +1 / -1
+1 added
−1 removed
filtered activity
UNDERPANTSGNOMES
Changed files with action and line counts A includes/port-descr-parser.inc.php +30 / -0
+30 added
0 removed
filtered activity
FS#36: allow hostnames as parameter for discovery and polling
Changed files with action and line counts M discovery.php +8 / -1 M poll-device.php +8 / -1
+16 added
−2 removed
filtered activity
plug shell injection hole in map.php (thanks to Scrye)
Changed files with action and line counts M html/map.php +9 / -0
+9 added
0 removed
filtered activity
fix serial parsing for some areca controller firmwares
Changed files with action and line counts M includes/functions.php +11 / -0 M includes/polling/device-areca.inc.php +6 / -0
+17 added
0 removed
filtered activity
fix distro detection script for 'SUSE LINUX Enterprise Server 9 (x86_64) 3' which has lsb-release but not with that info
Changed files with action and line counts M scripts/distro +6 / -2
+6 added
−2 removed
filtered activity
add papouch tme image
Changed files with action and line counts A html/images/os/papouch-tme.png +1 / -0
0 added
0 removed
filtered activity
also support 'exec' extension next to 'extend' for distro script, sles9 snmpd did not seem to like the extend line
Changed files with action and line counts M includes/polling/device-unix.inc.php +10 / -1
+10 added
−1 removed
filtered activity
basic 3com detection with image
Changed files with action and line counts M discovery.php +1 / -0 A html/images/os/3com.png +1 / -0 A includes/osdiscovery/discover-3com.php +9 / -0
+10 added
0 removed
filtered activity
some devices bork the query on
hrSystemUptime , do a separate query now (hello netman plus)
Changed files with action and line counts M poll-device.php +8 / -7
+8 added
−7 removed
filtered activity
also remove from general functions.php
Changed files with action and line counts M includes/functions.php +0 / -1
0 added
−1 removed
filtered activity
added missing pages for current and frequencies on the devices health tab
Changed files with action and line counts M html/pages/device/health.inc.php +3 / -2 A html/pages/device/health/current.inc.php +59 / -0 A html/pages/device/health/frequencies.inc.php +58 / -0 M html/pages/health.php +8 / -4
+128 added
−6 removed
filtered activity
forgot to remove removed files from graph.php, broken graphs, woopsie.
Changed files with action and line counts M html/graph.php +0 / -1
0 added
−1 removed
filtered activity
smalle fix + cleaning up of unused old code
Changed files with action and line counts M html/pages/device/overview/current.inc.php +1 / -1 D includes/graphing non-text +0 / -0 D includes/graphing.php +0 / -466 D includes/graphing/fortigate.php +0 / -65 D includes/graphing/screenos.php +0 / -79 D includes/graphing/unix.php +0 / -435 D includes/graphing/windows.php +0 / -252
+1 added
−1,298 removed
filtered activity
frequencies for netmanplus complete
Changed files with action and line counts M includes/discovery/frequencies.inc.php +39 / -2
+39 added
−2 removed
filtered activity
fix the last discovery function to use the by-reference array, toner
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -1 M includes/discovery/toner.inc.php +6 / -5
+8 added
−6 removed
filtered activity
fix sid3windr's epic fail (almost collapsed universe)
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix warning limit for last commit
Changed files with action and line counts M includes/discovery/current.inc.php +4 / -4
+4 added
−4 removed
filtered activity
netman plus currents + use by-reference array on discover_current()
Changed files with action and line counts M includes/discovery/current.inc.php +77 / -9 M includes/discovery/functions.inc.php +2 / -1 M includes/discovery/voltages.inc.php +5 / -4
+84 added
−14 removed
filtered activity
Unify + use by-reference array for fans too
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +9 / -9 M includes/discovery/functions.inc.php +16 / -16
+25 added
−25 removed
filtered activity
various fixes, add some more netmanplus stats, convert discover_volt and discover_freq to use the by-reference array like discover_temperature
Changed files with action and line counts M includes/discovery/frequencies.inc.php +6 / -41 M includes/discovery/functions.inc.php +8 / -2 M includes/discovery/temperatures.inc.php +1 / -1 M includes/discovery/voltages.inc.php +49 / -57 M includes/polling/current.inc.php +1 / -1 M includes/static-config.php +1 / -1
+66 added
−103 removed
filtered activity
remove papouch tme polling file
Changed files with action and line counts D includes/polling/device-papouch-tme.php +0 / -5
0 added
−5 removed
filtered activity
add snmpbulkwalk blacklist, add power device type for netmanplus
Changed files with action and line counts M discovery.php +1 / -0 M includes/snmp.inc.php +63 / -10 M includes/static-config.php +3 / -1
+67 added
−11 removed
filtered activity
fix last commit
Changed files with action and line counts M includes/static-config.php +1 / -1
+1 added
−1 removed
filtered activity
Add TME OS text
Changed files with action and line counts M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
add some netmanplus voltages
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1 M includes/discovery/voltages.inc.php +51 / -0 M includes/static-config.php +6 / -1
+58 added
−2 removed
filtered activity
do not update database/rrd for ports which are set ignored (maybe we want to update db?)
Changed files with action and line counts M includes/polling/ports.inc.php +5 / -3
+5 added
−3 removed
filtered activity
Fix up logon window layout
Changed files with action and line counts M html/pages/logon.inc +6 / -6
+6 added
−6 removed
filtered activity
increase
ifDescr length, for Windows! :/
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
add netmanplus version
Changed files with action and line counts A includes/polling/device-netmanplus.inc.php +5 / -0
+5 added
0 removed
filtered activity
riello temperature description fix
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix netmanplus temperature detection
Changed files with action and line counts M includes/discovery/temperatures.inc.php +2 / -2
+2 added
−2 removed
filtered activity
refactor part of temperature discovery + add riello ups battery temperature
Changed files with action and line counts M includes/discovery/temperatures.inc.php +202 / -194
+202 added
−194 removed
filtered activity
add Riello UPS MIB
Changed files with action and line counts A mibs/RFC1628A.MIB +954 / -0
0 added
0 removed
filtered activity
now akcp sensorprobe actually works too ;)
Changed files with action and line counts M includes/osdiscovery/discover-akcp.php +1 / -1
+1 added
−1 removed
filtered activity
Detection support for Minkels RMS / AKCP SensorProbe
Changed files with action and line counts A html/images/os/akcp.png +1 / -0 A html/images/os/minkelsrms.png +1 / -0 A includes/osdiscovery/discover-akcp.php +10 / -0 A includes/polling/device-akcp.inc.php +6 / -0 A includes/polling/device-minkelsrms.inc.php +7 / -0
+23 added
0 removed
filtered activity
Add detection for Riello NetMan Plus UPS controller cards
Changed files with action and line counts A html/images/os/netmanplus.png +1 / -0 A includes/osdiscovery/discover-netmanplus.php +9 / -0
+9 added
0 removed
filtered activity
test commit
Changed files with action and line counts M alerts.php +0 / -1
0 added
−1 removed
filtered activity
jaja, add headers :D
Changed files with action and line counts A html/includes/header-small.inc.php +53 / -0 A html/includes/header.inc.php +53 / -0 M includes/defaults.inc.php +2 / -0
+108 added
0 removed
filtered activity
also you. gone.
Changed files with action and line counts D html/images/icons/flags/england.png +0 / -2 D html/images/icons/flags/scotland.png +0 / -2
0 added
0 removed
filtered activity
omnomnom wales begone
Changed files with action and line counts D html/images/icons/flags/wales.png +0 / -2
0 added
0 removed
filtered activity
add about page, and some country icons (perhaps we need them at some point :>)
Showing the first 30 paths; 221 more are omitted from this static page.
Changed files with action and line counts A html/images/icons/flags non-text +0 / -0 A html/images/icons/flags/ad.png +2 / -0 A html/images/icons/flags/ae.png +2 / -0 A html/images/icons/flags/af.png +2 / -0 A html/images/icons/flags/ag.png +2 / -0 A html/images/icons/flags/ai.png +2 / -0 A html/images/icons/flags/al.png +2 / -0 A html/images/icons/flags/am.png +2 / -0 A html/images/icons/flags/an.png +2 / -0 A html/images/icons/flags/ao.png +1 / -0 A html/images/icons/flags/ar.png +2 / -0 A html/images/icons/flags/as.png +2 / -0 A html/images/icons/flags/at.png +2 / -0 A html/images/icons/flags/au.png +2 / -0 A html/images/icons/flags/aw.png +2 / -0 A html/images/icons/flags/ax.png +2 / -0 A html/images/icons/flags/az.png +2 / -0 A html/images/icons/flags/ba.png +2 / -0 A html/images/icons/flags/bb.png +2 / -0 A html/images/icons/flags/bd.png +2 / -0 A html/images/icons/flags/be.png +2 / -0 A html/images/icons/flags/bf.png +2 / -0 A html/images/icons/flags/bg.png +2 / -0 A html/images/icons/flags/bh.png +2 / -0 A html/images/icons/flags/bi.png +2 / -0 A html/images/icons/flags/bj.png +2 / -0 A html/images/icons/flags/bm.png +2 / -0 A html/images/icons/flags/bn.png +2 / -0 A html/images/icons/flags/bo.png +2 / -0 A html/images/icons/flags/br.png +2 / -0
+63 added
−54 removed
filtered activity
fix bug in hardware string for dell laser
Changed files with action and line counts M includes/polling/device-dell-laser.inc.php +4 / -1
+4 added
−1 removed
filtered activity
hardware description fix for dell 5130cdn laser
Changed files with action and line counts M includes/polling/device-dell-laser.inc.php +3 / -0
+3 added
0 removed
filtered activity
fix current detection on mge ups
Changed files with action and line counts M includes/discovery/current.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix fanspeed precision for areca controllers
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
oops, wrong filename ;)
Changed files with action and line counts A includes/polling/device-papouch-tme.php +5 / -0 D includes/polling/device-papouch.php +0 / -5
+5 added
−5 removed
filtered activity
Add TME hardware to info
Changed files with action and line counts A includes/polling/device-papouch.php +5 / -0
+5 added
0 removed
filtered activity
add hardware type for mge ups
Changed files with action and line counts M includes/polling/device-mgeups.inc.php +1 / -0
+1 added
0 removed
filtered activity
order areca harddisk temperatures correctly then
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
centre login box
Changed files with action and line counts M html/pages/logon.inc +4 / -0
+4 added
0 removed
filtered activity
prototype irc bot! :D :D :D :D :D :D
Changed files with action and line counts M includes/defaults.inc.php +6 / -0 A irc.php +69 / -0
+75 added
0 removed
filtered activity
some graph cleanups and minor improvements
Changed files with action and line counts M html/includes/graphs/device_ipSystemStats.inc.php +8 / -8 M html/includes/graphs/mac_acc_total.inc.php +7 / -3 M html/pages/device/hrdevice.inc.php +27 / -0 M html/pages/device/map.inc.php +1 / -1 M html/pages/front/demo.php +3 / -3 M includes/syslog.php +5 / -2
+51 added
−17 removed
filtered activity
Reverted 'temperature' database change.
Changed files with action and line counts M database-update.sql +1 / -0 M poll-reachability.php +1 / -1
0 added
0 removed
filtered activity
Changed files with action and line counts M html/pages/health.php +2 / -2
0 added
0 removed
filtered activity
fix a couple of graphs
Changed files with action and line counts M generate-iplist.php +4 / -4 M html/includes/graphs/device_cpu_unix.inc.php +5 / -4 M html/pages/device.php +1 / -1
+10 added
−9 removed
filtered activity
fix load graph (fixed per-os specific graphs for device-level graphs *only*)
Changed files with action and line counts M html/graph.php +1 / -0 M includes/polling/device-unix.inc.php +1 / -1 M includes/polling/ports.inc.php +2 / -1 M includes/polling/processors.inc.php +1 / -1 M poll-device.php +1 / -1
+6 added
−4 removed
filtered activity
fix checking for $os_group without bothering to set it... :D :D :D :D
Changed files with action and line counts M html/pages/device.php +5 / -1
+5 added
−1 removed
filtered activity
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)
Changed files with action and line counts M html/images/icons/memory.png non-text +0 / -0 M html/includes/graphs/temperature.inc.php +1 / -1 M html/pages/health/current.inc.php +1 / -1 M html/pages/health/frequencies.inc.php +1 / -1 M html/pages/health/voltages.inc.php +1 / -1 A includes/polling/device-speedtouch.inc.php +24 / -0
+28 added
−4 removed
filtered activity
make displaying of per-device health page options menu closer to global. add overview icons (bulb)
Changed files with action and line counts A html/images/icons/greyscale/overview.png +1 / -0 A html/images/icons/overview.png +1 / -0 M html/includes/graphs/storage.inc.php +1 / -0 M html/includes/print-menubar.php +1 / -2 M html/pages/device/health.inc.php +21 / -9
+23 added
−11 removed
filtered activity
prettier graphs for voltage/processor
Changed files with action and line counts M html/includes/graphs/processor.inc.php +6 / -0 M html/includes/graphs/voltage.inc.php +9 / -1
+15 added
−1 removed
filtered activity
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)
Changed files with action and line counts M includes/discovery/functions.inc.php +16 / -3
+16 added
−3 removed
filtered activity
newer icons, clean up style of some health pages
Changed files with action and line counts M discovery.php +1 / -1 M html/images/icons/greyscale/storage.png non-text +0 / -0 M html/images/icons/storage.png non-text +0 / -0 M html/pages/health/processors.inc.php +2 / -0 M html/pages/health/storage.inc.php +1 / -1 M html/pages/health/temperatures.inc.php +3 / -1
+7 added
−3 removed
filtered activity
switch to preg_split (split deprecated). ignore temps >1000 and == 0 for lmsensors
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1 M includes/discovery/temperatures.inc.php +3 / -1 M includes/snmp.inc.php +3 / -3
+7 added
−5 removed
filtered activity
more icon improvements (dynamic grey/colour icons on health menu, ALLES SEXYPANTS!)
Changed files with action and line counts M html/images/icons/graphs.png non-text +0 / -0 A html/images/icons/greyscale non-text +0 / -0 A html/images/icons/greyscale/current.png +1 / -0 A html/images/icons/greyscale/fanspeeds.png +1 / -0 A html/images/icons/greyscale/frequencies.png +1 / -0 A html/images/icons/greyscale/graphs.png +1 / -0 A html/images/icons/greyscale/memory.png +1 / -0 A html/images/icons/greyscale/nographs.png +1 / -0 A html/images/icons/greyscale/power.png +1 / -0 A html/images/icons/greyscale/processors.png +1 / -0 A html/images/icons/greyscale/sensors.png +1 / -0 A html/images/icons/greyscale/storage.png +1 / -0 A html/images/icons/greyscale/temperatures.png +1 / -0 A html/images/icons/greyscale/voltages.png +1 / -0 M html/images/icons/nographs.png non-text +0 / -0 M html/pages/health.php +16 / -6
+16 added
−6 removed
filtered activity
some prettier icons on device overviews
Changed files with action and line counts M html/pages/device/overview/fanspeeds.inc.php +1 / -1 M html/pages/device/overview/mempools.inc.php +1 / -1 M html/pages/device/overview/processors.inc.php +1 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1
+4 added
−4 removed
filtered activity
add graphs/nographs option to global health pages
Changed files with action and line counts M html/pages/health/current.inc.php +29 / -0 M html/pages/health/fanspeeds.inc.php +30 / -0 M html/pages/health/frequencies.inc.php +28 / -0 M html/pages/health/memory.inc.php +3 / -1 M html/pages/health/processors.inc.php +4 / -0 M html/pages/health/storage.inc.php +30 / -0 M html/pages/health/temperatures.inc.php +30 / -0 M html/pages/health/voltages.inc.php +31 / -0
+185 added
−1 removed
filtered activity
better icons (moar!)
Changed files with action and line counts M html/images/icons/current.png non-text +0 / -0 M html/images/icons/frequencies.png non-text +0 / -0 M html/images/icons/memory.png non-text +0 / -0 M html/images/icons/processors.png non-text +0 / -0 M html/images/icons/voltages.png non-text +0 / -0 M html/includes/print-menubar.php +3 / -2
+3 added
−2 removed
filtered activity
add some new icons (better/works, bleh). add graphs/nographs display type to health.
Changed files with action and line counts M html/css/styles.css +4 / -0 D html/images/icons/cpuload.png +0 / -1 D html/images/icons/fans.png +0 / -1 A html/images/icons/fanspeeds.png +1 / -0 A html/images/icons/graphs.png +1 / -0 A html/images/icons/memory.png +1 / -0 D html/images/icons/mempool.png +0 / -1 A html/images/icons/nographs.png +1 / -0 A html/images/icons/processors.png +1 / -0 D html/images/icons/temperature.png +0 / -1 A html/images/icons/temperatures.png +1 / -0 M html/includes/functions.inc.php +1 / -1 M html/includes/print-menubar.php +2 / -2 M html/pages/health.php +20 / -5
+23 added
−8 removed
filtered activity
support for sensors and hw info on areca sas controllers
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +24 / -1 M includes/discovery/temperatures.inc.php +22 / -3 M includes/discovery/voltages.inc.php +28 / -5 M includes/polling/device-areca.inc.php +5 / -0
+79 added
−9 removed
filtered activity
only show graphs tab if there is a graph definition file
Changed files with action and line counts M html/pages/device.php +5 / -1
+5 added
−1 removed
filtered activity
also unset serial variable upon new device
Changed files with action and line counts M poll-device.php +1 / -1
+1 added
−1 removed
filtered activity
fix another typo in discovery
Changed files with action and line counts M discovery.php +1 / -0
+1 added
0 removed
filtered activity
fix typo in discovery
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
add power type in device menu dropdown
Changed files with action and line counts A html/images/icons/power.png +1 / -0 M html/includes/print-menubar.php +1 / -0
+1 added
0 removed
filtered activity
yeeha sql injection fixes
Changed files with action and line counts M html/pages/devices.php +8 / -8
+8 added
−8 removed
filtered activity
refactored device types, added power type for APC and MGE stuff + some warning fixes
Changed files with action and line counts M discovery.php +29 / -39 M html/includes/functions.inc.php +2 / -2 M html/pages/device/edit.inc.php +22 / -16
+53 added
−57 removed
filtered activity
fix event logs for limit alerts
Changed files with action and line counts M includes/polling/current.inc.php +2 / -2 M includes/polling/frequencies.inc.php +2 / -2 M includes/polling/temperatures.inc.php +1 / -1 M includes/polling/voltages.inc.php +2 / -2
+7 added
−7 removed
filtered activity
Show serial number on device page
Changed files with action and line counts M html/includes/dev-overview-data.inc.php +8 / -0
+8 added
0 removed
filtered activity
fixed <? into <?php - grmbl
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1
+1 added
−1 removed
filtered activity
add device serial number into database, for devices not having entity mib
Changed files with action and line counts M database-update.sql +1 / -0 M poll-device.php +6 / -0
+6 added
0 removed
filtered activity
MGE UPS current support
Changed files with action and line counts M includes/discovery/current.inc.php +56 / -3
+56 added
−3 removed
filtered activity
fix copypaste error screwing up frequencies on mge ups
Changed files with action and line counts M includes/discovery/frequencies.inc.php +2 / -2
+2 added
−2 removed
filtered activity
mge icon is now transparent
Changed files with action and line counts M html/images/os/mgeups.png non-text +0 / -0
0 added
0 removed
filtered activity
revert 'rrdtool -' change for now
Changed files with action and line counts M html/graph.php +4 / -3
+4 added
−3 removed
filtered activity
pretty up toner graph :>
Changed files with action and line counts M html/includes/graphs/device_toner.inc.php +5 / -5
+5 added
−5 removed
filtered activity
current support for webinterface
Changed files with action and line counts A html/includes/graphs/current.inc.php +23 / -0 A html/includes/graphs/device_current.inc.php +56 / -0 M html/pages/device.php +2 / -0 M html/pages/device/health.inc.php +3 / -0 M html/pages/device/overview.inc.php +1 / -0 A html/pages/device/overview/current.inc.php +45 / -0
+130 added
0 removed
filtered activity
current polling
Changed files with action and line counts A includes/polling/current.inc.php +56 / -0 M poll-device.php +1 / -0
+57 added
0 removed
filtered activity
current support (STILL NEEDS AN ICON, YES), discovery only on APC devices at the moment
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +1 / -0 A html/images/icons/current.png +1 / -0 M html/includes/print-menubar.php +1 / -0 M html/pages/health.php +2 / -1 A html/pages/health/current.inc.php +63 / -0 A includes/discovery/current.inc.php +68 / -0 M includes/discovery/functions.inc.php +36 / -0 M includes/discovery/voltages.inc.php +1 / -1 M includes/polling/device-apc.inc.php +6 / -4
+178 added
−6 removed
filtered activity
Changed files with action and line counts M poll-device.php +2 / -2
+2 added
−2 removed
filtered activity
add polling for mge ups software version
Changed files with action and line counts A includes/polling/device-mgeups.inc.php +5 / -0
+5 added
0 removed
filtered activity
fix some warnings and a mistake from a previous commit on the processors health page
Changed files with action and line counts M html/index.php +3 / -2 M html/pages/health/processors.inc.php +3 / -3
+6 added
−5 removed
filtered activity
fix supermicro temperature discovery bug affected by recent schema change
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
add temperature polling for harddisks connected to areca controllers
Changed files with action and line counts M includes/discovery/temperatures.inc.php +25 / -4 A includes/polling/device-areca.inc.php +7 / -0 M includes/static-config.php +2 / -0
+34 added
−4 removed
filtered activity
fix updating already known temperatures on discovery, plus schema change which I forgot on one of the previous commits
Changed files with action and line counts M database-update.sql +1 / -0 M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
also order health graphs by temperature index
Changed files with action and line counts M html/includes/graphs/device_temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
also order by index on health temperature page, not sure if this is a great idea?
Changed files with action and line counts M html/pages/health/temperatures.inc.php +2 / -2
+2 added
−2 removed
filtered activity
order temperature by index on device overview
Changed files with action and line counts M html/pages/device/overview/temperatures.inc.php +5 / -6
+5 added
−6 removed
filtered activity
Properly format MAC addresses on change event
Changed files with action and line counts M includes/discovery/arp-table.inc.php +1 / -1
+1 added
−1 removed
filtered activity
add discovery for os type for areca controllers (no specific monitoring atm)
Changed files with action and line counts A html/images/os/areca.png +1 / -0 A includes/osdiscovery/discover-areca.php +10 / -0
+10 added
0 removed
filtered activity
more precision in the numbers under the voltage graph
Changed files with action and line counts M html/includes/graphs/voltage.inc.php +4 / -4
+4 added
−4 removed
filtered activity
shorter fan name so it fits on the image
Changed files with action and line counts M html/includes/graphs/fanspeed.inc.php +2 / -2
+2 added
−2 removed
filtered activity
clear out more tables when deleting a device
Changed files with action and line counts M includes/functions.php +5 / -0
+5 added
0 removed
filtered activity
alphabetically order hosts on processor and memory health status pages instead of having them scattered around ungrouped
Changed files with action and line counts M html/pages/health/memory.inc.php +1 / -1 M html/pages/health/processors.inc.php +20 / -21
+21 added
−22 removed
filtered activity
backslash fix since new rrdtool usage
Changed files with action and line counts M html/includes/graphs/generic_duplex.inc.php +2 / -2
+2 added
−2 removed
filtered activity
be more specific in regex ignore for traffic, so useful powerconnect 62xx interfaces dont get ignored
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
+1 added
−1 removed
filtered activity
pass arguments to rrdtool via stdin instead of commandline (experimental, please find regressions if any ;))
Changed files with action and line counts M html/graph.php +4 / -2 M html/includes/graphs/generic_bits.inc.php +4 / -4 M html/includes/graphs/generic_duplex.inc.php +3 / -3
+11 added
−9 removed
filtered activity
use ifdescr on powerconnect
Changed files with action and line counts M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
missing frequencies icon
Changed files with action and line counts A html/images/icons/frequencies.png +1 / -0
0 added
0 removed
filtered activity
apc mgmt card discovery
Changed files with action and line counts A includes/osdiscovery/discover-apc.php +9 / -0
+9 added
0 removed
filtered activity
fix frequency discovery for mge pulsar
Changed files with action and line counts M includes/discovery/frequencies.inc.php +4 / -4
+4 added
−4 removed
filtered activity
fix log messages
Changed files with action and line counts M includes/polling/frequencies.inc.php +2 / -2 M includes/polling/voltages.inc.php +2 / -2
+4 added
−4 removed
filtered activity
forgot another frequencies page, added basic apc mgmt card detection support
Changed files with action and line counts A html/images/os/apc.png +1 / -0 A html/pages/device/overview/frequencies.inc.php +45 / -0 A includes/polling/device-apc.inc.php +10 / -0
+55 added
0 removed
filtered activity
frequency fixes for MGE UPS Galaxy
Changed files with action and line counts M includes/discovery/frequencies.inc.php +16 / -4
+16 added
−4 removed
filtered activity
Attempt at fixing MGE UPS for Galaxy model
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1 M html/pages/device/overview.inc.php +1 / -0 M includes/discovery/voltages.inc.php +16 / -4
+18 added
−5 removed
filtered activity
argh, clean up fucked up patches, add galaxy pw autodiscovery to mgeups
Changed files with action and line counts M includes/discovery/frequencies.inc.php +0 / -101 M includes/discovery/ups.inc.php +0 / -20 M includes/osdiscovery/discover-mgeups.php +1 / -18 M includes/polling/frequencies.inc.php +0 / -55
+1 added
−194 removed
filtered activity
erm, forgot to add quite a bunch of files to the repo for the last few commits :/
Changed files with action and line counts A html/includes/graphs/device_frequencies.inc.php +56 / -0 A html/includes/graphs/frequency.inc.php +23 / -0 A html/pages/health/frequencies.inc.php +61 / -0 A includes/discovery/frequencies.inc.php +202 / -0 A includes/discovery/ups.inc.php +30 / -0 A includes/osdiscovery/discover-mgeups.php +27 / -0 A includes/polling/frequencies.inc.php +110 / -0 A mibs/mgeups.mib +7,584 / -0
+509 added
0 removed
filtered activity
power frequencies in web interface, still needs an icon in the main menu
Changed files with action and line counts M html/includes/graphs/device_voltages.inc.php +1 / -1 M html/includes/print-menubar.php +1 / -0 M html/pages/device/health.inc.php +3 / -0 M html/pages/health.php +2 / -1
+7 added
−2 removed
filtered activity
more mge fixes, cleanups, and addition of frequency monitoring (no webinterface part yet)
Changed files with action and line counts M database-update.sql +1 / -1 M discovery.php +1 / -0 M html/pages/device.php +3 / -1 M html/pages/device/graphs/os-mgeups.inc.php +2 / -2 M html/pages/device/graphs/os-papouch-tme.inc.php +2 / -2 M includes/discovery/functions.inc.php +36 / -0 M includes/discovery/voltages.inc.php +2 / -2 M poll-device.php +2 / -1
+48 added
−8 removed
filtered activity
cleanups + more mge ups
Changed files with action and line counts M INSTALL +1 / -1 A html/images/os/mgeups.png +1 / -0 M html/pages/device/graphs.inc.php +0 / -46 A html/pages/device/graphs/os-mgeups.inc.php +4 / -0 M includes/static-config.php +4 / -1
+9 added
−48 removed
filtered activity
MGE UPS support, various fixes
Changed files with action and line counts M config.php.default +1 / -1 M discovery.php +1 / -0 M includes/discovery/functions.inc.php +1 / -1 M includes/discovery/mempools-cemp.inc.php +2 / -2 M includes/discovery/toner.inc.php +1 / -1 M includes/discovery/voltages.inc.php +59 / -0
+65 added
−5 removed
filtered activity
allow adding devices which don't have snmp hostname in their stack
Changed files with action and line counts M addhost.php +1 / -1
+1 added
−1 removed
filtered activity
May 2010
fix emailing of up/down hosts and add config option to allow unauth'd graphs
Changed files with action and line counts M html/graph.php +3 / -1 M includes/defaults.inc.php +2 / -0 M poll-device.php +3 / -0
+8 added
−1 removed
filtered activity
|<--
-->|
Changed files with action and line counts M INSTALL +1 / -1
+1 added
−1 removed
filtered activity
storage legend fix (lazy sid3windr!) add generic ucd processor discovery/poller
Changed files with action and line counts M html/includes/graphs/storage.inc.php +2 / -2 D includes/discovery/cemp-mib.inc.php +0 / -47 D includes/discovery/cmp-mib.inc.php +0 / -40 A includes/discovery/processors-ucd-old.inc.php +20 / -0 M includes/discovery/processors.inc.php +4 / -0 A includes/polling/processors-ucd-old.inc.php +11 / -0 M includes/polling/processors.inc.php +9 / -2
+46 added
−91 removed
filtered activity
basics of customisable
ifAlias parser. fixed "Processorss" to "Processors" in top menu
Changed files with action and line counts M config.php.default +3 / -0 M database-update.sql +2 / -0 M html/includes/print-menubar.php +1 / -1 M html/pages/customers.php +1 / -1 M html/pages/services.php +33 / -3 M includes/polling/ports.inc.php +22 / -0
+60 added
−5 removed
filtered activity
add mib and fix silly typo
Changed files with action and line counts M includes/discovery/mempools-cemp.inc.php +2 / -2 M includes/discovery/mempools-cmp.inc.php +2 / -1 A mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my +2,273 / -0
+4 added
−3 removed
filtered activity
cleaup some graph drawing functions and interface text printing functions (much moar needed)
Changed files with action and line counts M html/includes/functions.inc.php +79 / -13 M html/pages/device/overview/ports.inc.php +2 / -2 M html/pages/front/demo.php +18 / -8 M includes/functions.php +0 / -33 M includes/polling/bgpPeer.inc.php +1 / -0 M includes/static-config.php +8 / -0
+108 added
−56 removed
filtered activity
cleanup some mac accounting stuff
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +4 / -2 M includes/polling/cisco-mac-accounting.inc.php +20 / -12
+24 added
−14 removed
filtered activity
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?)
Showing the first 30 paths; 1 more are omitted from this static page.
Changed files with action and line counts M config.php.default +1 / -1 M html/graph.php +8 / -26 M html/includes/graphs/device_bits.inc.php +2 / -6 M html/includes/graphs/device_cpu.inc.php +4 / -2 M html/includes/graphs/device_cpu_powerconnect.inc.php +3 / -1 M html/includes/graphs/device_cpu_procurve.inc.php +3 / -1 M html/includes/graphs/device_cpu_unix.inc.php +3 / -2 M html/includes/graphs/device_fanspeeds.inc.php +4 / -4 M html/includes/graphs/device_hrprocesses.inc.php +3 / -1 M html/includes/graphs/device_hrusers.inc.php +3 / -1 M html/includes/graphs/device_icmp.inc.php +3 / -1 M html/includes/graphs/device_icmp_informational.inc.php +3 / -1 M html/includes/graphs/device_ip.inc.php +2 / -1 M html/includes/graphs/device_ipSystemStats.inc.php +3 / -2 M html/includes/graphs/device_ip_fragmented.inc.php +2 / -2 M html/includes/graphs/device_load.inc.php +2 / -1 M html/includes/graphs/device_load_unix.inc.php +2 / -1 M html/includes/graphs/device_load_windows.inc.php +2 / -1 M html/includes/graphs/device_memory.inc.php +3 / -2 M html/includes/graphs/device_memory_procurve.inc.php +2 / -1 M html/includes/graphs/device_memory_unix.inc.php +2 / -1 M html/includes/graphs/device_memory_windows.inc.php +2 / -1 M html/includes/graphs/device_processors.inc.php +3 / -2 M html/includes/graphs/device_storage.inc.php +4 / -2 M html/includes/graphs/device_tcp.inc.php +2 / -1 M html/includes/graphs/device_temperatures.inc.php +3 / -2 M html/includes/graphs/device_toner.inc.php +3 / -2 M html/includes/graphs/device_udp.inc.php +2 / -1 M html/includes/graphs/device_uptime.inc.php +4 / -3 M html/includes/graphs/device_voltages.inc.php +3 / -2
+87 added
−76 removed
filtered activity
April 2010
fix ironware temperature precision (/2)
Changed files with action and line counts M includes/discovery/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
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?
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -0 M includes/discovery/temperatures.inc.php +24 / -110
+25 added
−110 removed
filtered activity
remove parenthesis from safe filenames filter (parenthesis are certified unsafe by the WHO and should be eradicated where possible.)
boob /\\ quake //\ ???
// ||_ _|| \\
__||_( `. ,' )_||___
|______\____X____/______;|
Changed files with action and line counts M html/includes/graphs/temperature.inc.php +1 / -0 M includes/common.php +2 / -1
+3 added
−1 removed
filtered activity
fix legend for trio bits graphtype
Changed files with action and line counts M html/includes/graphs/multi_bits_trio.inc.php +3 / -0
+3 added
0 removed
filtered activity
fix silly graphtype
Changed files with action and line counts M html/includes/graphs/multi_bits_duo.inc.php +10 / -8
+10 added
−8 removed
filtered activity
add ; to old db update script
Changed files with action and line counts M database-update-pre1000.sql +1 / -1 M includes/services/telnet/check.inc +1 / -1
+1 added
−1 removed
filtered activity
count services as being down in the RRD when the host is down (for filthy SLA calculations?)
Changed files with action and line counts M check-services.php +6 / -1 M html/includes/graphs/service.inc.php +2 / -2
+8 added
−3 removed
filtered activity
clean up device/interface removal code (it's still fucking foul, but meh)
Changed files with action and line counts M delhost.php +1 / -1 M html/pages/delhost.php +2 / -2 M html/pages/ports/deleted.inc.php +4 / -4 M includes/functions.php +16 / -8
+23 added
−15 removed
filtered activity
add deleted ports to ports menu remove old popup failure
Changed files with action and line counts M html/includes/print-menubar.php +14 / -0 D html/includes/warn-deleted-ports.inc.php +0 / -5
+14 added
−5 removed
filtered activity
add page to remove deleted ports (pour mon petit grenouille!)
nn
_.__-'@_ \/ _@'-__._
/ '--) (--` \
/ >__<<_/ o \_>>__< \
\\=x \=x \|/ x=/ x=//
Changed files with action and line counts M html/.htaccess +2 / -0 M html/includes/functions.inc.php +31 / -0 M html/index.php +1 / -0 A html/pages/ports non-text +0 / -0 M html/pages/ports.php +3 / -155 A html/pages/ports/default.inc.php +163 / -0 A html/pages/ports/deleted.inc.php +48 / -0 M includes/functions.php +0 / -30 M includes/rewrites.php +5 / -0
+253 added
−185 removed
filtered activity
added permissions cache
Changed files with action and line counts M html/includes/functions.inc.php +13 / -0 M html/index.php +4 / -1 M html/pages/locations.php +14 / -14
+31 added
−15 removed
filtered activity
remove silly image from overview (dank u geert :P)
Changed files with action and line counts M html/includes/dev-overview-data.inc.php +16 / -16
+16 added
−16 removed
filtered activity
bit cleaner junos atm vps (DIRTY LIKE COWS IN MUD)
Changed files with action and line counts M html/pages/device/port/junose-atm-vp.inc.php +8 / -3
+8 added
−3 removed
filtered activity
Juniper ATM VP graphing (basic, dirty) for thevoke
Changed files with action and line counts A html/includes/graphs/atmvp_bits.inc.php +22 / -0 A html/includes/graphs/atmvp_cells.inc.php +33 / -0 A html/includes/graphs/atmvp_errors.inc.php +34 / -0 A html/includes/graphs/atmvp_packets.inc.php +33 / -0 M html/pages/device/interface.inc.php +1 / -1 M html/pages/device/port/junose-atm-vp.inc.php +13 / -43
+136 added
−44 removed
filtered activity
implement bad_if_regexp regular expression filter for port
ifDescr (clean and allow for
portName and
ifName too?) (thanks thevoke!)
Changed files with action and line counts M includes/discovery/ports.inc.php +8 / -0
+8 added
0 removed
filtered activity
allow customisable filtering of interfaces from device_bits graph (also usable on theoretical device_pkts and device_errors)
Changed files with action and line counts M html/includes/graphs/device_bits.inc.php +26 / -6 M html/includes/print-menubar.php +2 / -2 M html/includes/print-syslog.inc +1 / -1 M html/index.php +1 / -1 M html/pages/front/demo.php +140 / -56 M includes/common.php +13 / -0 M includes/defaults.inc.php +4 / -1 M includes/functions.php +0 / -13
+187 added
−80 removed
filtered activity
fixed UPDATE queries in discovery for voltages,fans,toner
Changed files with action and line counts M includes/discovery/functions.inc.php +3 / -3
+3 added
−3 removed
filtered activity
remove speed from fan name
Changed files with action and line counts M includes/discovery/fanspeeds.inc.php +2 / -0
+2 added
0 removed
filtered activity
remove legend from aggregate graph in ports section in device overview
Changed files with action and line counts M html/pages/device/overview/ports.inc.php +4 / -2
+4 added
−2 removed
filtered activity
add some complex graphtypes useful for fancy frontpage stuff (code sucks, though)
Changed files with action and line counts A html/includes/graphs/multi_bits_duo.inc.php +116 / -0 A html/includes/graphs/multi_bits_trio.inc.php +159 / -0
+275 added
0 removed
filtered activity
remove old storage tab. it is now all dead. BYE BYE STORAGE TAB.
Changed files with action and line counts M html/includes/print-menubar.php +1 / -3 M html/index.php +1 / -1
+2 added
−4 removed
filtered activity
adding new /health/ pages, need cleaning up, need option to enable/disable graphs (right side 'toggle'?)
Changed files with action and line counts M html/includes/print-menubar.php +8 / -4 M html/index.php +1 / -1 M html/pages/device.php +6 / -2 M html/pages/device/health/processors.inc.php +7 / -2 M html/pages/device/overview/processors.inc.php +2 / -0 A html/pages/health non-text +0 / -0 A html/pages/health.php +40 / -0 A html/pages/health/fanspeeds.inc.php +62 / -0 D html/pages/health/fanspeeds.php non-text +0 / -0 A html/pages/health/memory.inc.php +77 / -0 A html/pages/health/processors.inc.php +78 / -0 A html/pages/health/storage.inc.php +81 / -0 A html/pages/health/temperatures.inc.php +65 / -0 D html/pages/health/temperatures.php non-text +0 / -0 A html/pages/health/voltages.inc.php +62 / -0 D html/pages/health/voltages.php non-text +0 / -0 D html/pages/sensors non-text +0 / -0 D html/pages/sensors.php +0 / -35 D html/pages/sensors/fanspeeds.php +0 / -62 D html/pages/sensors/temperatures.php +0 / -65 D html/pages/sensors/voltages.php +0 / -62
+489 added
−233 removed
filtered activity
print only eventlog entries we're authorised to view. (HOERAH)
Changed files with action and line counts M html/includes/print-syslog.inc +5 / -0
+5 added
0 removed
filtered activity
only print interface/device links if the user is allowed to see that device/interface. (TODO: graph security)
Changed files with action and line counts M includes/functions.php +12 / -1
+12 added
−1 removed
filtered activity
remove branding warning (everything works without it as well)
Changed files with action and line counts M html/index.php +1 / -1
+1 added
−1 removed
filtered activity
newline fixes
Changed files with action and line counts M html/index.php +0 / -1 M poll-device.php +2 / -2
+2 added
−3 removed
filtered activity
remove double-dee-doop
Changed files with action and line counts M discovery.php +0 / -5
0 added
−5 removed
filtered activity
AlliedTelesyn Support
Changed files with action and line counts M discovery.php +10 / -0 A html/images/os/allied.png +1 / -0 A html/pages/device/graphs/os-allied.inc.php +6 / -0 M html/pages/vrfs.php +2 / -2 A includes/osdiscovery/discover-allied.php +11 / -0 A includes/polling/device-allied.inc.php +15 / -0 M includes/static-config.php +1 / -1 M poll-device.php +2 / -1
+47 added
−4 removed
filtered activity
remove warning for enable_nagios
Changed files with action and line counts M includes/static-config.php +1 / -1
+1 added
−1 removed
filtered activity
moar sortings
Changed files with action and line counts M html/pages/device/overview/storage.inc.php +1 / -1
+1 added
−1 removed
filtered activity
err, wake up sid3windr :P fixed last commit
Changed files with action and line counts M html/pages/device/overview/processors.inc.php +2 / -2
+2 added
−2 removed
filtered activity
order processors by descr (patch by beens)
Changed files with action and line counts M html/pages/device/overview/processors.inc.php +1 / -1
+1 added
−1 removed
filtered activity
March 2010
s/Observer/ObserverNMS
Added Adam again ;)
Changed files with action and line counts M html/index.php +2 / -2
0 added
0 removed
filtered activity
First step toward multi-tenancy (multi branding in 1 instance)
Created branding config.
Adjusted some defaults.
Changed files with action and line counts M config.php.default +37 / -15 M html/index.php +28 / -5 M includes/defaults.inc.php +1 / -0
0 added
0 removed
filtered activity
add speedtouch image. :>
Changed files with action and line counts A html/images/os/speedtouch.png +1 / -0
0 added
0 removed
filtered activity
apostrophe -> semicolon. merci grivat!
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix bug where mempool >2GB was broken. (i blame sid3windr for this, he was probably distracting me with talk of printers or something)
Changed files with action and line counts M database-update.sql +1 / -1 M includes/discovery/functions.inc.php +3 / -1 M includes/polling/mempools.inc.php +2 / -1
+5 added
−2 removed
filtered activity
OMNOMNOM. DEPRECATED SENSORS BEGONE.
This line, and those below, will be ignored--
M html/pages/device.php
Changed files with action and line counts M html/pages/device.php +8 / -8
+8 added
−8 removed
filtered activity
add a tiny bit of debugging :>
Changed files with action and line counts M includes/discovery/temperatures.inc.php +8 / -18 M includes/polling/bgpPeer.inc.php +7 / -6
+15 added
−24 removed
filtered activity
ANGRY BUNNY SAYS NO.
Changed files with action and line counts D html/pages/ifdown.php +0 / -63
0 added
−63 removed
filtered activity
larger mempool table entries
Changed files with action and line counts M database-update.sql +1 / -0 M includes/defaults.inc.php +1 / -1
+1 added
−1 removed
filtered activity
more interface link fixes? don't know if they're needed - don't have anything with mac accounting
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +4 / -4
+4 added
−4 removed
filtered activity
fix graph links on ports page
Changed files with action and line counts M html/includes/print-interface.inc.php +4 / -4
+4 added
−4 removed
filtered activity
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.
Changed files with action and line counts M html/netcmd.php +11 / -4 M includes/defaults.inc.php +4 / -0
0 added
0 removed
filtered activity
BUFIX: Syntax error.
Changed files with action and line counts M config.php.default +1 / -1
0 added
0 removed
filtered activity
Added support for CentOS.
Changed files with action and line counts M scripts/distro +6 / -1
0 added
0 removed
filtered activity
doh
Changed files with action and line counts M includes/osdiscovery/discover-powerconnect.php +1 / -1
+1 added
−1 removed
filtered activity
catch more powerconnect
Changed files with action and line counts M includes/osdiscovery/discover-powerconnect.php +4 / -4
+4 added
−4 removed
filtered activity
POWERCONNECT YES
Changed files with action and line counts M includes/osdiscovery/discover-powerconnect.php +3 / -3
+3 added
−3 removed
filtered activity
temperature graph improvement (is it? bunny will know.)
Changed files with action and line counts M html/includes/graphs/temperature.inc.php +16 / -8
+16 added
−8 removed
filtered activity
showconfig level 7 or above only
Changed files with action and line counts M html/pages/device/showconfig.inc.php +1 / -1
+1 added
−1 removed
filtered activity
reduce services/locations viewing level to 5
Changed files with action and line counts M html/pages/locations.php +1 / -1 M html/pages/services.php +1 / -1
+2 added
−2 removed
filtered activity
hide some sensitive stuff for users < level 7
Changed files with action and line counts M html/pages/device.php +2 / -2 M html/pages/device/edit.inc.php +2 / -2
+4 added
−4 removed
filtered activity
fix mempool a bit
Changed files with action and line counts M includes/discovery/mempools-hrstorage.inc.php +3 / -1
+3 added
−1 removed
filtered activity
always go to new line for device location on device down box on frontpage
Changed files with action and line counts M html/pages/front/default.php +1 / -1
+1 added
−1 removed
filtered activity
add some files i never knew we needed
Changed files with action and line counts A html/pages/device/port/graphs.inc.php +30 / -0 A html/pages/device/port/junose-atm-vp.inc.php +64 / -0
+94 added
0 removed
filtered activity
fix mempool polling. move removal of storage cache array to poll-device.php. perhaps this needs further aggregated elsewhere ?
Changed files with action and line counts M includes/polling/mempools-hrstorage.inc.php +1 / -1 M includes/polling/storage.inc.php +1 / -1 M poll-device.php +2 / -0 M test-poll.php +2 / -1
+6 added
−3 removed
filtered activity
Changed files with action and line counts M html/includes/print-interface-graphs.inc.php +1 / -1 M html/pages/device/overview/ports.inc.php +1 / -1 A includes/discovery/mempools-hrstorage.inc.php +26 / -0 M includes/discovery/mempools.inc.php +1 / -0 A includes/polling/mempools-hrstorage.inc.php +18 / -0
+47 added
−2 removed
filtered activity
fix
Changed files with action and line counts M includes/functions.php +1 / -0
+1 added
0 removed
filtered activity
improve some graphing stuff. sexypants.
Changed files with action and line counts M html/includes/print-interface-graphs.inc.php +6 / -31 M html/pages/device/overview/ports.inc.php +28 / -2
+34 added
−33 removed
filtered activity
restore correct fan speed notification logic
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix fans to notify *BELOW* speed not above! :D
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -4 M includes/polling/fanspeeds.inc.php +1 / -1
+3 added
−5 removed
filtered activity
cosmetic fix ;)
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
fix hrsystemuptime polling?
Changed files with action and line counts M poll-device.php +3 / -2
+3 added
−2 removed
filtered activity
fix heartbeat in rrd, oops
Changed files with action and line counts M includes/polling/toner.inc.php +1 / -1
+1 added
−1 removed
filtered activity
moar better colours for toners
Changed files with action and line counts M html/includes/graphs/device_toner.inc.php +6 / -2
+6 added
−2 removed
filtered activity
omnomnom cisco begone
Changed files with action and line counts D html/includes/graphs/device_memory_ios.inc.php +0 / -65
0 added
−65 removed
filtered activity
toner graphing
Changed files with action and line counts A html/includes/graphs/device_toner.inc.php +55 / -0 M html/pages/device.php +1 / -1 A html/pages/device/toner.inc.php +8 / -0 M includes/discovery/toner.inc.php +1 / -0 M includes/polling/toner.inc.php +1 / -1
+66 added
−2 removed
filtered activity
change show_printers to enable_printers, add printer tab (still empty) to printer devices and fix syntax error
Changed files with action and line counts M config.php.default +1 / -1 M html/includes/print-menubar.php +1 / -1 M html/pages/device.php +9 / -0 M includes/discovery/toner.inc.php +2 / -2 M poll-device.php +1 / -1
+14 added
−5 removed
filtered activity
toner polling
Changed files with action and line counts A includes/polling/toner.inc.php +40 / -0 M poll-device.php +1 / -0
+41 added
0 removed
filtered activity
cleanup overview eventlog
Changed files with action and line counts M html/includes/print-event-short.inc +6 / -6
+6 added
−6 removed
filtered activity
some db cleanups and removal of debugging and cleanup of processor descriptions
Changed files with action and line counts M database-update.sql +5 / -0 M includes/discovery/functions.inc.php +0 / -1 M includes/discovery/mempools-cemp.inc.php +4 / -0
+4 added
−1 removed
filtered activity
hrdevice processors cleanup (strip vendor id, strip (TM) and (R))
Changed files with action and line counts M includes/discovery/processors-hrdevice.inc.php +9 / -0
+9 added
0 removed
filtered activity
fix status setting for down also add new storage image :>
Changed files with action and line counts M html/images/icons/storage.png non-text +0 / -0 M includes/discovery/storage-hrstorage.inc.php +1 / -0 M poll-device.php +10 / -10
+11 added
−10 removed
filtered activity
more icons and fixing overview.
Changed files with action and line counts A html/images/icons/overview non-text +0 / -0 A html/images/icons/overview/mempools.png +1 / -0 A html/images/icons/overview/processors.png +1 / -0 A html/images/icons/storage.png +1 / -0 M html/includes/functions.inc.php +25 / -3 M html/includes/print-interface-graphs.inc.php +34 / -16 M html/pages/device/interface.inc.php +12 / -32 M html/pages/device/overview.inc.php +2 / -2 D html/pages/device/overview/cemp.inc.php +0 / -41 D html/pages/device/overview/cmp.inc.php +0 / -38 M html/pages/device/overview/fanspeeds.inc.php +1 / -1 M html/pages/device/overview/mempools.inc.php +1 / -1 M html/pages/device/overview/processors.inc.php +1 / -1 M html/pages/device/overview/storage.inc.php +1 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1 M html/pages/device/overview/voltages.inc.php +1 / -1 M includes/snmp.inc.php +1 / -1
+80 added
−139 removed
filtered activity
add more icons
Changed files with action and line counts M html/pages/device/overview/fanspeeds.inc.php +1 / -1 M html/pages/device/overview/voltages.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Dell Laser Toner discovery for EnterpriseNMS
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +1 / -2 M includes/discovery/functions.inc.php +234 / -153 A includes/discovery/toner.inc.php +66 / -0
+301 added
−155 removed
filtered activity
ACTUALLY run the whole update script for <1000 instead of never
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
don't discover disabled devices
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
don't poll disabled devices
Changed files with action and line counts M poll-device.php +1 / -1
+1 added
−1 removed
filtered activity
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?
Changed files with action and line counts A html/images/icons/cpuload.png +1 / -0 A html/images/icons/mempool.png +1 / -0 M html/pages/device/overview/mempools.inc.php +3 / -3 M html/pages/device/overview/processors.inc.php +8 / -2 M html/pages/device/overview/temperatures.inc.php +1 / -1
+12 added
−6 removed
filtered activity
Changed files with action and line counts M discovery.php +1 / -1 M includes/discovery/functions.inc.php +8 / -3 A includes/discovery/mempools-cemp.inc.php +22 / -0 M includes/discovery/mempools-cmp.inc.php +4 / -1 M includes/discovery/mempools.inc.php +1 / -0 M includes/polling/device-ios.inc.php +3 / -3 A includes/polling/mempools-cemp.inc.php +17 / -0 M includes/polling/mempools.inc.php +1 / -1
+57 added
−9 removed
filtered activity
reset sql auto update. add "pre-1000" script for revisions below 1000 (cut down excessive SQL churn).
Changed files with action and line counts A database-update-pre1000.sql +121 / -0 M database-update.sql +0 / -121 M discovery.php +4 / -0
+4 added
0 removed
filtered activity
cleanups code, YAY COMMIT 1000
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1 M html/includes/dev-overview-data.inc.php +56 / -37 M html/pages/device/overview/ports.inc.php +14 / -18
+71 added
−56 removed
filtered activity
allow lack of trailing slash in rancid config directories
Changed files with action and line counts M html/pages/device.php +1 / -0 M html/pages/device/showconfig.inc.php +1 / -0
+2 added
0 removed
filtered activity
config.php.default tweaks
Changed files with action and line counts M config.php.default +2 / -2
+2 added
−2 removed
filtered activity
more warning cleanups
Changed files with action and line counts M html/pages/locations.php +1 / -1 M html/pages/sensors.php +2 / -2
+3 added
−3 removed
filtered activity
warnings cleanup
Changed files with action and line counts M includes/functions.php +2 / -2
+2 added
−2 removed
filtered activity
REWRITE THIS ;)
Changed files with action and line counts D html/includes/warn-deleted-interfaces.inc.php +0 / -5 A html/includes/warn-deleted-ports.inc.php +5 / -0
+5 added
−5 removed
filtered activity
more working less sucking
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1 M html/includes/authentication/http-auth.inc.php +7 / -0 M html/includes/authentication/ldap.inc.php +9 / -1 M html/includes/authentication/mysql.inc.php +8 / -1
+25 added
−3 removed
filtered activity
can has working pages? NO CAN HAS :(
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -1 M html/includes/authentication/http-auth.inc.php +1 / -1 M html/includes/authentication/ldap.inc.php +1 / -1 M html/includes/authentication/mysql.inc.php +1 / -1
+4 added
−4 removed
filtered activity
userlevel via authmodule
Changed files with action and line counts M html/includes/authenticate.inc.php +1 / -5 M html/includes/authentication/http-auth.inc.php +7 / -0 M html/includes/authentication/ldap.inc.php +8 / -1 M html/includes/authentication/mysql.inc.php +7 / -0
+23 added
−6 removed
filtered activity
MOAR AUTHMODULE, with some parts left to do...
Changed files with action and line counts M adduser.php +28 / -12 M html/includes/authentication/http-auth.inc.php +16 / -0 M html/includes/authentication/ldap.inc.php +18 / -1 M html/includes/authentication/mysql.inc.php +17 / -0 M html/includes/error-no-perm.inc.php +1 / -1 M html/includes/print-menubar.php +9 / -4 M html/pages/adduser.php +43 / -27 M html/pages/deluser.php +29 / -20
+161 added
−65 removed
filtered activity
change password option in the auth modules, not used in the webinterface yet
Changed files with action and line counts M html/includes/authentication/http-auth.inc.php +11 / -0 M html/includes/authentication/ldap.inc.php +10 / -0 M html/includes/authentication/mysql.inc.php +12 / -0
+33 added
0 removed
filtered activity
topnav logic change (level 10 only to see everything), code cleanup
Changed files with action and line counts M html/includes/topnav.inc +36 / -38
+36 added
−38 removed
filtered activity
fix sensor links on device overview
Changed files with action and line counts M html/pages/device/overview/fanspeeds.inc.php +1 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1 M html/pages/device/overview/voltages.inc.php +1 / -1
+3 added
−3 removed
filtered activity
Juniper JunOSe temperatures (sponsored by redLED Industries Inc.)
Changed files with action and line counts M includes/discovery/functions.inc.php +24 / -0 A includes/discovery/temperatures-junose.inc.php +25 / -0 M includes/discovery/temperatures.inc.php +2 / -0
+51 added
0 removed
filtered activity
fix escaped eventlog that shouldn't be escaped
Changed files with action and line counts M includes/polling/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix windows uptime
Changed files with action and line counts M includes/polling/hr-mib.inc.php +2 / -8 M poll-device.php +1 / -0
+3 added
−8 removed
filtered activity
find older hardware for powerconnect - works on 5224
Changed files with action and line counts M includes/polling/device-powerconnect.inc.php +5 / -0
+5 added
0 removed
filtered activity
Changed files with action and line counts M poll-device.php +27 / -10
+27 added
−10 removed
filtered activity
fix uptime polling broken in r970
Changed files with action and line counts M poll-device.php +56 / -54
+56 added
−54 removed
filtered activity
junos atm vp collection! konijntjetijd!
Changed files with action and line counts M includes/discovery/junose-atm-vp.inc.php +3 / -1 A includes/polling/junose-atm-vp.inc.php +78 / -0
+81 added
−1 removed
filtered activity
db update
Changed files with action and line counts M database-update.sql +2 / -1 M discovery.php +1 / -2 M includes/discovery/functions.inc.php +3 / -3 M includes/polling/device-junose.inc.php +3 / -0
+7 added
−5 removed
filtered activity
junose-atm-vp stuff
Changed files with action and line counts M config.php.default +1 / -1 M database-update.sql +1 / -0 M discovery.php +1 / -1 M includes/defaults.inc.php +1 / -1 D includes/discovery/junose-atm-vc.inc.php +0 / -51 A includes/discovery/junose-atm-vp.inc.php +52 / -0
+55 added
−54 removed
filtered activity
allow specifying LDAP version 2 or 3 in the config
Changed files with action and line counts M html/includes/authentication/ldap.inc.php +4 / -0 M includes/defaults.inc.php +3 / -0
+7 added
0 removed
filtered activity
February 2010
bit of restructuring and tiding. all hail bunny.
Changed files with action and line counts M config.php.default +1 / -1 M discovery.php +15 / -41 M includes/defaults.inc.php +3 / -1 M includes/discovery/arp-table.inc.php +0 / -1 M includes/discovery/bgp-peers.inc.php +0 / -1 M includes/discovery/cisco-mac-accounting.inc.php +8 / -1 M includes/discovery/cisco-pw.inc.php +2 / -2 M includes/discovery/cisco-vlans.inc.php +4 / -0 M includes/discovery/cisco-vrf.inc.php +6 / -1 M includes/discovery/functions.inc.php +16 / -1 A includes/discovery/junose-atm-vc.inc.php +51 / -0 D includes/functions-poller.inc.php +0 / -289 M includes/functions.php +1 / -0 A includes/snmp.inc.php +289 / -0 M includes/static-config.php +2 / -2 M poll-device.php +0 / -1 M poller.php +0 / -1 M test-discovery.php +0 / -1 M test-poll.php +0 / -1
+398 added
−345 removed
filtered activity
discovery powerconnect
Changed files with action and line counts M includes/osdiscovery/discover-powerconnect.php +1 / -0
+1 added
0 removed
filtered activity
set device to network if os is ironware
Changed files with action and line counts M discovery.php +7 / -3
+7 added
−3 removed
filtered activity
remove print_r from etherlike graphs
Changed files with action and line counts M html/includes/graphs/port_etherlike.inc.php +1 / -1
+1 added
−1 removed
filtered activity
auth modules! please test http-auth again, i haven't, but i think i got it right...
Changed files with action and line counts M html/includes/authenticate.inc.php +35 / -65 A html/includes/authentication non-text +0 / -0 A html/includes/authentication/http-auth.inc.php +27 / -0 A html/includes/authentication/ldap.inc.php +33 / -0 A html/includes/authentication/mysql.inc.php +16 / -0 M html/index.php +1 / -1 M html/pages/logon.inc +2 / -2
+114 added
−68 removed
filtered activity
Add HTTP-Auth (thanks Allen Parker <parker a isohunt o com>)
Changed files with action and line counts M config.php.default +2 / -1 M html/includes/authenticate.inc.php +22 / -10 M html/includes/graphs/device_storage.inc.php +2 / -2 M html/includes/graphs/mempool.inc.php +10 / -6 M html/includes/graphs/storage.inc.php +2 / -2 M includes/static-config.php +4 / -0
+42 added
−21 removed
filtered activity
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
Changed files with action and line counts M config.php.default +0 / -5 M includes/defaults.inc.php +3 / -0 M includes/discovery/storage-hrstorage.inc.php +9 / -7
+12 added
−12 removed
filtered activity
Put device rebooted event in the event log before other device events
Changed files with action and line counts M poll-device.php +23 / -22
+23 added
−22 removed
filtered activity
hurray for the atm forum
Changed files with action and line counts D mibs/ATM-FORUM-SNMP-M4-MIB.mib +0 / -4,630 A mibs/junose/ATM-FORUM-SNMP-M4-MIB.mib +4,733 / -0
0 added
0 removed
filtered activity
Add ATM-FORUM-SNMP-M4 MIB. Required for JunOSe ATM MIBs
Changed files with action and line counts A mibs/ATM-FORUM-SNMP-M4-MIB.mib +4,733 / -0
0 added
0 removed
filtered activity
clean up storage polling output
Changed files with action and line counts M includes/polling/storage-hrstorage.inc.php +1 / -1
+1 added
−1 removed
filtered activity
include defaults.php before config.php, not FROM config.php
Changed files with action and line counts M addhost.php +1 / -0 M adduser.php +1 / -0 M alerts.php +1 / -0 M check-errors.php +1 / -0 M check-services.php +1 / -0 M cleanup.php +1 / -0 M config.php.default +0 / -1 M delhost.php +1 / -0 M discovery.php +1 / -0 M generate-iplist.php +1 / -0 M html/ajax/list_interfaces.php +1 / -0 M html/billing-graph.php +1 / -0 M html/collectd-graph.php +1 / -0 M html/graph.php +1 / -1 M html/index.php +1 / -0 M html/map.php +1 / -0 M html/netcmd.php +1 / -0 M html/percentage.php +1 / -0 M poll-billing.php +1 / -0 M poll-device.php +1 / -0 M poll-reachability.php +1 / -0 M poller.php +1 / -0 M renamehost.php +1 / -0 M scan-snmp.php +1 / -0 M snmptrap.php +1 / -0 M syslog.php +1 / -0 M test-discovery.php +1 / -0 M test-poll.php +1 / -0 M versioncheck.php +1 / -0
+28 added
−2 removed
filtered activity
BUGFIX: Access privilege fix on the storage overview.
Changed files with action and line counts M html/pages/storage.php +1 / -1
0 added
0 removed
filtered activity
Storage config / defaults fixes.
Changed files with action and line counts M config.php.default +0 / -3 M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
Typo fix.
Changed files with action and line counts M html/pages/storage.php +1 / -1
0 added
0 removed
filtered activity
Additional Cisco hardware check.
Changed files with action and line counts M includes/functions.php +2 / -0
0 added
0 removed
filtered activity
Let's hope it's fixed now :)
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
Regex fix in ignore_junos_os_drives
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
ignore_bsd_os_drives regex fix.
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
Ignored some FreeBSD OS drives.
Changed files with action and line counts M html/pages/device/overview/storage.inc.php +8 / -0 M html/pages/storage.php +8 / -0 M includes/defaults.inc.php +1 / -0
0 added
0 removed
filtered activity
Ignored some Juniper ERX storage partitions.
Changed files with action and line counts M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
fix hrdevice cpu popup and link
Changed files with action and line counts M html/pages/device/hrdevice.inc.php +4 / -3
+4 added
−3 removed
filtered activity
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.
Changed files with action and line counts M html/includes/print-menubar.php +4 / -0 M html/includes/topnav.inc +1 / -1 M html/pages/ports.php +7 / -4
0 added
0 removed
filtered activity
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.
Changed files with action and line counts M includes/discovery/arp-table.inc.php +1 / -1
0 added
0 removed
filtered activity
fix RRD format for storage RRDS. we need to look at these rrd formats, i think, some might SUCK.
Changed files with action and line counts M html/pages/device/health/storage.inc.php +3 / -3 M includes/polling/storage.inc.php +2 / -2 M includes/rrdtool.inc.php +1 / -1
+6 added
−6 removed
filtered activity
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.
Changed files with action and line counts M check-services.php +2 / -2 M includes/defaults.inc.php +10 / -9 M includes/polling/fanspeeds.inc.php +1 / -1 M includes/polling/hr-mib_storage.inc.php +1 / -1 M includes/polling/ports.inc.php +14 / -0 M includes/polling/temperatures.inc.php +1 / -1 M includes/polling/voltages.inc.php +2 / -2 M poll-reachability.php +2 / -2
0 added
0 removed
filtered activity
syslog fix + device_fanspeeds graph for health main page
Changed files with action and line counts A html/includes/graphs/device_fanspeeds.inc.php +55 / -0 M includes/syslog.php +1 / -1 M syslog.php +1 / -0
+57 added
−1 removed
filtered activity
add device_memory graph and fix single mempool graph
Changed files with action and line counts M html/includes/graphs/device_memory.inc.php +23 / -0 M html/includes/graphs/mempool.inc.php +8 / -13
+31 added
−13 removed
filtered activity
junos mempools
Changed files with action and line counts M database-update.sql +2 / -0 M html/includes/print-interface.inc.php +9 / -1 M includes/defaults.inc.php +4 / -0 A includes/discovery/mempools-junos.inc.php +30 / -0 M includes/discovery/mempools.inc.php +1 / -0 A includes/polling/mempools-junos.inc.php +20 / -0 M includes/polling/mempools.inc.php +3 / -2 M includes/polling/storage-hrstorage.inc.php +0 / -2
+67 added
−5 removed
filtered activity
memory health page
Changed files with action and line counts A html/pages/device/health/memory.inc.php +73 / -0
+73 added
0 removed
filtered activity
storage fixes, moving things from graphing page, ironware dynamic memory pool (static!)
Changed files with action and line counts A html/includes/graphs/device_processors.inc.php +36 / -0 M html/includes/graphs/device_storage.inc.php +1 / -1 A html/includes/graphs/device_voltages.inc.php +55 / -0 M html/includes/graphs/storage.inc.php +1 / -1 M html/pages/device/graphs/os-ios.inc.php +3 / -3 M html/pages/device/graphs/os-ironware.inc.php +1 / -1 M html/pages/device/graphs/os-junos.inc.php +2 / -2 M html/pages/device/graphs/os-junose.inc.php +3 / -2 M html/pages/device/graphs/os-unix.inc.php +0 / -1 M html/pages/device/graphs/os-windows.inc.php +0 / -2 D html/pages/device/graphs/temperatures.inc.php +0 / -7 M html/pages/device/health.inc.php +8 / -5 A includes/discovery/mempools-ironware-dyn.inc.php +17 / -0 M includes/discovery/mempools.inc.php +1 / -0 A includes/polling/mempools-ironware-dyn.inc.php +10 / -0 M includes/polling/mempools.inc.php +1 / -4 M includes/polling/storage.inc.php +1 / -1
+140 added
−30 removed
filtered activity
fix etherlike graphing,more storage changes, create health aggregate page
Changed files with action and line counts D html/includes/graphs/device_hrstorage.inc.php +0 / -29 A html/includes/graphs/device_storage.inc.php +30 / -0 M html/includes/graphs/port_etherlike.inc.php +7 / -6 D html/pages/device/graphs/hrstorage.inc.php +0 / -9 M html/pages/device/graphs/os-unix.inc.php +0 / -1 M html/pages/device/graphs/os-windows.inc.php +0 / -1 A html/pages/device/graphs/storage.inc.php +9 / -0 M html/pages/device/health.inc.php +16 / -10 D html/pages/device/health/temp.inc.php +0 / -59 A html/pages/device/health/temperatures.inc.php +59 / -0
+121 added
−115 removed
filtered activity
JunOS support for the storage rewrite.
Changed files with action and line counts M html/pages/device/overview/storage.inc.php +1 / -0 M html/pages/storage.php +1 / -0 M includes/defaults.inc.php +1 / -1
0 added
0 removed
filtered activity
add semicolon :)
Changed files with action and line counts M database-update.sql +1 / -1
0 added
0 removed
filtered activity
fix some storage mess.
Changed files with action and line counts M database-update.sql +1 / -0 M html/pages/device/overview/storage.inc.php +3 / -4 M html/pages/storage.php +10 / -13
+13 added
−17 removed
filtered activity
remove " from processor descriptions (need to standardize this later)
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -0
+1 added
0 removed
filtered activity
move interfaces to ports :)
Changed files with action and line counts D html/pages/interfaces.php +0 / -159 A html/pages/ports.php +159 / -0 M html/pages/storage.php +1 / -0
+160 added
−159 removed
filtered activity
new storage overview module
Changed files with action and line counts A html/pages/device/overview/storage.inc.php +58 / -0
+58 added
0 removed
filtered activity
add storage graph type (needs rewrite a bit, too long)
Changed files with action and line counts A html/includes/graphs/storage.inc.php +32 / -0
+32 added
0 removed
filtered activity
storage poller redux
Changed files with action and line counts A includes/polling/storage-hrstorage.inc.php +20 / -0 A includes/polling/storage.inc.php +58 / -0
+78 added
0 removed
filtered activity
continuation of storage changes, addition of rrdtool functions
Changed files with action and line counts M database-update.sql +3 / -0 M includes/discovery/functions.inc.php +23 / -0 M includes/discovery/mempools-cmp.inc.php +1 / -1 A includes/discovery/storage-hrstorage.inc.php +34 / -0 M includes/discovery/storage.inc.php +16 / -58 M includes/functions.php +3 / -46 M includes/graphing/unix.php +6 / -6 M includes/polling/hr-mib.inc.php +0 / -1 M includes/polling/hr-mib_storage.inc.php +17 / -15 M includes/rewrites.php +0 / -2 A includes/rrdtool.inc.php +40 / -0 M includes/unix-graphing.php +3 / -3 M poll-device.php +1 / -0
+144 added
−132 removed
filtered activity
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
Changed files with action and line counts M html/graph.php +2 / -2 D html/includes/graphs/cpmCPU.inc.php +0 / -26 M html/includes/graphs/device_hrstorage.inc.php +3 / -3 D html/includes/graphs/hrProcessor.inc.php +0 / -28 D html/includes/graphs/hrstorage.inc.php +0 / -31 M html/pages/device.php +2 / -2 M html/pages/device/graphs/hrstorage.inc.php +1 / -1 M html/pages/device/health.inc.php +5 / -9 D html/pages/device/health/cemp.inc.php +0 / -62 D html/pages/device/health/cmp.inc.php +0 / -55 D html/pages/device/health/hrprocessors.inc.php +0 / -52 M html/pages/device/health/processors.inc.php +21 / -7 M html/pages/device/health/storage.inc.php +12 / -12 M html/pages/device/overview.inc.php +2 / -1 D html/pages/device/overview/hrProcessors.inc.php +0 / -33 D html/pages/device/overview/hrStorage.inc.php +0 / -58 D html/pages/device/storage.inc.php +0 / -85 M html/pages/storage.php +22 / -17
+70 added
−484 removed
filtered activity
BUNNY!
(\(\
( - -)
((') (')
Changed files with action and line counts D html/images/os/m0n0wall.png +0 / -1 A html/images/os/monowall.png +1 / -0
0 added
0 removed
filtered activity
overview tab 2: the return. also config option to make it shoo.
Changed files with action and line counts M html/pages/device.php +8 / -8 M includes/defaults.inc.php +4 / -0
+12 added
−8 removed
filtered activity
fix monowall to be in unix os group
Changed files with action and line counts M includes/static-config.php +2 / -2
+2 added
−2 removed
filtered activity
database addition for generic mempools (don't remove old ones yet)
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
add generic memory pool poller and add old-cisco-memory-pool-mib support
Changed files with action and line counts M discovery.php +2 / -0 A html/includes/graphs/mempool.inc.php +32 / -0 M html/pages/device/overview.inc.php +3 / -2 A html/pages/device/overview/mempools.inc.php +51 / -0 M includes/discovery/functions.inc.php +23 / -0 A includes/discovery/mempools-cmp.inc.php +21 / -0 A includes/discovery/mempools.inc.php +29 / -0 M includes/polling/device-ios.inc.php +6 / -2 A includes/polling/mempools-cmp.inc.php +17 / -0 A includes/polling/mempools.inc.php +57 / -0 M poll-device.php +1 / -0
+242 added
−4 removed
filtered activity
Device hardware rewrite addon (Ex "CISCO1841" to "Cisco 1841")
Changed files with action and line counts M includes/functions.php +2 / -0
0 added
0 removed
filtered activity
Unknown Linux devices with -server in the kernel version are now identified as a server. (Tested on Ubuntu 9.10-server)
Changed files with action and line counts M discovery.php +4 / -0
0 added
0 removed
filtered activity
make service graph make a tiny bit more sense. because moar.
Changed files with action and line counts M html/includes/graphs/service.inc.php +9 / -5 M html/includes/print-service.inc +6 / -1
+15 added
−6 removed
filtered activity
Changed files with action and line counts M database-update.sql +2 / -2
0 added
0 removed
filtered activity
add service history RRD and graph
Changed files with action and line counts M check-services.php +15 / -2 M database-update.sql +1 / -0 A html/includes/graphs/service.inc.php +30 / -0 M html/includes/graphs/temperature.inc.php +2 / -2 M html/includes/print-menubar.php +1 / -1 M html/includes/print-service.inc +4 / -1 M html/includes/service-add.inc.php +1 / -1 M html/includes/topnav.inc +4 / -4 M html/pages/default-jt.php +1 / -1 M html/pages/delsrv.php +1 / -1 M html/pages/device.php +1 / -1 M html/pages/device/overview.inc.php +5 / -5 M html/pages/device/srv.inc.php +2 / -2 M html/pages/front/default.php +1 / -1 M html/pages/front/demo.php +1 / -1 M html/pages/front/example2.php +1 / -1 M html/pages/front/jt.php +1 / -1 M html/pages/services.php +3 / -3 M includes/functions.php +2 / -2
+76 added
−30 removed
filtered activity
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)
Changed files with action and line counts M html/includes/dev-overview-data.inc.php +8 / -8 M html/includes/hostbox.inc +1 / -1 M includes/defaults.inc.php +2 / -0 M includes/functions.php +21 / -1
0 added
0 removed
filtered activity
back to >
Changed files with action and line counts M includes/discovery/arp-table.inc.php +1 / -1
+1 added
−1 removed
filtered activity
add single quotes in eventlog statement
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
Added a setting to toggle the display of sysDescr on the device overview page.
Setting: overview_show_sysDescr
Default: true
Changed files with action and line counts M html/includes/dev-overview-data.inc.php +3 / -1 M includes/defaults.inc.php +2 / -0
0 added
0 removed
filtered activity
hm, fix to last commit, debug output would never fire
Changed files with action and line counts M includes/functions.php +4 / -1
+4 added
−1 removed
filtered activity
hide debug output from log_event()
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
cleanup junos processor detection
Changed files with action and line counts M includes/discovery/processors-junos.inc.php +1 / -1
+1 added
−1 removed
filtered activity
patch from jduggan to detect mac address changes
Changed files with action and line counts M includes/discovery/arp-table.inc.php +6 / -0
+6 added
0 removed
filtered activity
BUGFIX: Syntax error fix.
Changed files with action and line counts M includes/polling/temperatures.inc.php +1 / -1
0 added
0 removed
filtered activity
fix eventlog type column
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
cleanups
Changed files with action and line counts M includes/discovery/bgp-peers.inc.php +1 / -1 M includes/discovery/cisco-vlans.inc.php +2 / -2 M includes/discovery/processors-junos.inc.php +1 / -1 M includes/discovery/q-bridge-mib.inc.php +3 / -3 M includes/polling/interfaces.inc.php +1 / -1 M includes/polling/ports.inc.php +1 / -1 M includes/syslog.php +1 / -1
+10 added
−10 removed
filtered activity
temp_tenths is for oldies, remove cruft
Changed files with action and line counts M includes/polling/temperatures.inc.php +3 / -7
+3 added
−7 removed
filtered activity
clean up some graphing for new juniper stuff
Changed files with action and line counts M html/includes/graphs/device_cpu.inc.php +0 / -1 D html/includes/graphs/device_cpu_junos.inc.php +0 / -25 M html/includes/graphs/generic_multi_line.inc.php +2 / -2 M html/includes/graphs/processor.inc.php +3 / -3
+5 added
−31 removed
filtered activity
cleanups
Changed files with action and line counts D html/includes/graphs/device_cpu_windows.inc.php +0 / -68 M includes/discovery/processors-hrdevice.inc.php +1 / -1 M includes/discovery/processors-junos.inc.php +14 / -13
+15 added
−82 removed
filtered activity
perhaps it would be best to actually include the junos polling script.
Changed files with action and line counts A includes/discovery/processors-junos.inc.php +29 / -0
+29 added
0 removed
filtered activity
cpu polling support for Juniper JunOS. tested on m7i only
Changed files with action and line counts M includes/defaults.inc.php +3 / -0 M includes/discovery/processors.inc.php +1 / -0 M includes/functions-poller.inc.php +21 / -0 M test-discovery.php +2 / -0
+27 added
0 removed
filtered activity
fix database update for syslogging
Changed files with action and line counts M database-update.sql +1 / -1
0 added
0 removed
filtered activity
resize bars in overview to 20px high, looks better, less hassle.
Changed files with action and line counts M html/pages/device/overview/hrStorage.inc.php +1 / -1 M html/pages/device/overview/processors.inc.php +1 / -1
+2 added
−2 removed
filtered activity
honestly, this really, truly fixes processor detection on IOS. probably.
Changed files with action and line counts M includes/discovery/functions.inc.php +5 / -5
+5 added
−5 removed
filtered activity
final fix for processors. I believe it all works now.
Changed files with action and line counts M includes/discovery/processors-ios.inc.php +1 / -1
+1 added
−1 removed
filtered activity
BUGFIX: temp_index was already defined as an integer. Use CHANGE instead of ADD.
Changed files with action and line counts M database-update.sql +1 / -1
0 added
0 removed
filtered activity
another processor fix!
Changed files with action and line counts M includes/discovery/processors-ios.inc.php +1 / -0
+1 added
0 removed
filtered activity
update processors code some more
Changed files with action and line counts M includes/discovery/functions.inc.php +2 / -2
+2 added
−2 removed
filtered activity
fix processors
Changed files with action and line counts M database-update.sql +1 / -0 M includes/discovery/functions.inc.php +1 / -1 M includes/discovery/processors-ios.inc.php +1 / -1
+2 added
−2 removed
filtered activity
Changed files with action and line counts M html/pages/device/overview/hrStorage.inc.php +12 / -0
0 added
0 removed
filtered activity
rewritten processors discovery to use function
Changed files with action and line counts M includes/discovery/processors-hrdevice.inc.php +1 / -15 M includes/discovery/processors-ios.inc.php +1 / -1 M includes/discovery/processors-ironware.inc.php +1 / -14 M includes/discovery/processors-junose.inc.php +2 / -14
+5 added
−44 removed
filtered activity
add a default catch-all IOS cpu poller using
avgBusy5
Changed files with action and line counts M database-update.sql +1 / -0 M html/includes/functions.inc.php +2 / -3 M html/pages/device/health/storage.inc.php +11 / -7 M html/pages/device/storage.inc.php +7 / -1 M html/pages/storage.php +12 / -8 M includes/discovery/functions.inc.php +21 / -0 M includes/discovery/processors-ios.inc.php +7 / -14 M poll-device.php +4 / -1
+64 added
−34 removed
filtered activity
BUGFIX: Ignored interfaces should not be in the alerts.
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1
0 added
0 removed
filtered activity
Do not display "Services" in the top navigation when servies are disabled.
Changed files with action and line counts M html/includes/topnav.inc +2 / -0
0 added
0 removed
filtered activity
Added default config item to filter JunOS system partitions from the GUI.
Setting: ignore_junos_os_drives
Default: /packages, /dev and /proc
Changed files with action and line counts M html/pages/storage.php +12 / -1 M includes/defaults.inc.php +1 / -0
0 added
0 removed
filtered activity
fix juniper temperature detection temporarily before rewrite
Changed files with action and line counts M includes/discovery/temperatures.inc.php +2 / -2
+2 added
−2 removed
filtered activity
yes, i suck, i know :(
Changed files with action and line counts M database-update.sql +2 / -2
0 added
0 removed
filtered activity
fix db update! :O
Changed files with action and line counts M database-update.sql +2 / -2
0 added
0 removed
filtered activity
fixes to map.php to display hosts not in database (found with discovery protocols)
Changed files with action and line counts M html/map.php +15 / -3
+15 added
−3 removed
filtered activity
rename some gui include files
Changed files with action and line counts M html/ajax/list_interfaces.php +1 / -1 M html/billing-graph.php +1 / -1 M html/collectd-graph.php +1 / -1 M html/graph.php +1 / -1 D html/includes/add-srv.inc +0 / -16 D html/includes/authenticate.inc +0 / -91 A html/includes/authenticate.inc.php +91 / -0 D html/includes/del-srv.inc +0 / -15 A html/includes/device-edit.inc.php +28 / -0 D html/includes/device-header.inc +0 / -21 A html/includes/device-header.inc.php +21 / -0 D html/includes/edit-host.inc +0 / -28 A html/includes/service-add.inc.php +16 / -0 A html/includes/service-delete.inc.php +15 / -0 M html/index.php +1 / -1 M html/map.php +1 / -1 M html/netcmd.php +1 / -1 M html/pages/addsrv.php +1 / -1 M html/pages/delsrv.php +1 / -1 M html/pages/device.php +1 / -1 M html/pages/device/edit.inc.php +1 / -1 M html/pages/vrf.php +1 / -1 M html/percentage.php +1 / -1
+184 added
−184 removed
filtered activity
rename discovery include scripts and update discovery.php
Showing the first 30 paths; 7 more are omitted from this static page.
Changed files with action and line counts M discovery.php +19 / -25 A includes/discovery/arp-table.inc.php +63 / -0 D includes/discovery/arp-table.php +0 / -63 A includes/discovery/bgp-peers.inc.php +145 / -0 D includes/discovery/bgp-peers.php +0 / -145 A includes/discovery/cemp-mib.inc.php +47 / -0 D includes/discovery/cemp-mib.php +0 / -47 A includes/discovery/cisco-mac-accounting.inc.php +47 / -0 D includes/discovery/cisco-mac-accounting.php +0 / -47 A includes/discovery/cisco-processors.inc.php +65 / -0 D includes/discovery/cisco-processors.php +0 / -65 A includes/discovery/cisco-pw.inc.php +67 / -0 D includes/discovery/cisco-pw.php +0 / -67 A includes/discovery/cisco-vlans.inc.php +59 / -0 D includes/discovery/cisco-vlans.php +0 / -59 A includes/discovery/cisco-vrf.inc.php +82 / -0 D includes/discovery/cisco-vrf.php +0 / -82 A includes/discovery/cmp-mib.inc.php +40 / -0 D includes/discovery/cmp-mib.php +0 / -40 A includes/discovery/fanspeeds.inc.php +98 / -0 D includes/discovery/fanspeeds.php +0 / -98 D includes/discovery/interfaces.php +0 / -77 A includes/discovery/ipv4-addresses.inc.php +55 / -0 D includes/discovery/ipv4-addresses.php +0 / -55 A includes/discovery/ipv6-addresses.inc.php +69 / -0 D includes/discovery/ipv6-addresses.php +0 / -69 A includes/discovery/ports.inc.php +77 / -0 A includes/discovery/q-bridge-mib.inc.php +58 / -0 D includes/discovery/q-bridge-mib.php +0 / -58 A includes/discovery/storage.inc.php +71 / -0
+1,588 added
−1,594 removed
filtered activity
change interfaces table to ports (to match GUI conventions)
Showing the first 30 paths; 50 more are omitted from this static page.
Changed files with action and line counts M addhost.php +1 / -1 M check-errors.php +2 / -2 M cleanup.php +11 / -11 M contrib/generate-dnstext.php +1 / -1 M contrib/generate-vegadns.php +1 / -1 M database-update.sql +2 / -0 M discovery.php +1 / -1 M html/ajax/list_interfaces.php +2 / -2 M html/includes/graphs/customer_bits.inc.php +2 / -2 M html/includes/graphs/device_bits.inc.php +2 / -2 M html/includes/graphs/mac_acc_bits.inc.php +1 / -1 M html/includes/graphs/mac_acc_pkts.inc.php +1 / -1 M html/includes/graphs/mac_acc_total.inc.php +2 / -2 M html/includes/graphs/multi_bits.inc.php +4 / -4 M html/includes/graphs/multi_bits_separate.inc.php +5 / -5 M html/includes/graphs/pagp_bits.inc.php +3 / -3 M html/includes/graphs/port_bits.inc.php +1 / -1 M html/includes/graphs/port_errors.inc.php +1 / -1 M html/includes/graphs/port_etherlike.inc.php +2 / -2 M html/includes/graphs/port_nupkts.inc.php +1 / -1 M html/includes/graphs/port_upkts.inc.php +1 / -1 M html/includes/print-event-short.inc +1 / -1 M html/includes/print-interface.inc.php +7 / -7 M html/includes/print-menubar.php +9 / -9 M html/includes/print-vlan.inc +1 / -1 M html/includes/print-vrf.inc +1 / -1 M html/includes/topnav.inc +18 / -18 M html/index.php +1 / -1 M html/map.php +5 / -5 M html/pages/bgp.php +1 / -1
+297 added
−297 removed
filtered activity
move cpd-ldp to discovery-protocols
Changed files with action and line counts M discovery.php +2 / -2 D includes/discovery/cdp-lldp.inc.php +0 / -110 A includes/discovery/discovery-protocols.inc.php +110 / -0 M syslog.php +0 / -1
+112 added
−113 removed
filtered activity
clean up discovery output for cdp/fdp/lldp
Changed files with action and line counts M includes/discovery/cdp-lldp.inc.php +1 / -4
+1 added
−4 removed
filtered activity
clear $array at the start of each device. ignore fake cpus from net-snmpd. syslog additions.
Changed files with action and line counts M discovery.php +1 / -5 M includes/discovery/processors-hrdevice.inc.php +1 / -1 M includes/polling/ucd-mib.inc.php +1 / -1 M includes/syslog.php +2 / -10 M poll-device.php +1 / -1 M syslog.php +0 / -11
+6 added
−29 removed
filtered activity
migrate from reprocessing syslog from sql to native sql injector. changes dateime to timestamp in database. will break existing syslog dates! ** BEWARE **
Changed files with action and line counts M database-update.sql +2 / -0 M html/includes/print-syslog.inc +0 / -6 M html/pages/default-jt.php +1 / -1 M html/pages/device/syslog.inc.php +2 / -2 M html/pages/front/default.php +1 / -1 M html/pages/front/demo.php +2 / -2 M html/pages/front/example2.php +1 / -1 M html/pages/front/jt.php +1 / -1 M html/pages/syslog.php +4 / -4 M includes/syslog.php +3 / -7 D process-syslog.php +0 / -41 A syslog.php +30 / -0
+45 added
−66 removed
filtered activity
adva temperatures (unworking on current DB schema)
Changed files with action and line counts A includes/discovery/temperatures-adva.php +85 / -0 M includes/static-config.php +4 / -0
+89 added
0 removed
filtered activity
add solaris, opensolaris and generic OS images
Changed files with action and line counts A html/images/os/generic.png +2 / -0 A html/images/os/opensolaris.png +2 / -0 A html/images/os/solaris.png +2 / -0
0 added
0 removed
filtered activity
add generic device, hackeryfix hr-mib memory
Changed files with action and line counts M includes/discovery/cdp-lldp.inc.php +9 / -7 M includes/functions.php +1 / -1 M includes/polling/hr-mib.inc.php +0 / -1 D includes/polling/hr-mib_processor.inc.php +0 / -42 M includes/polling/ucd-mib.inc.php +1 / -2 M includes/static-config.php +1 / -0
+12 added
−53 removed
filtered activity
add solaris/opensolaris basic detection (no real support yet)
Changed files with action and line counts A includes/osdiscovery/discover-solaris.php +13 / -0 M includes/polling/device-unix.inc.php +3 / -1 M includes/static-config.php +3 / -0
+19 added
−1 removed
filtered activity
adding SNMP trap handling capability (yes it is horrible horrible right now!)
Changed files with action and line counts M database-update.sql +1 / -0 M includes/functions.php +8 / -0 A includes/snmptrap non-text +0 / -0 A includes/snmptrap/linkDown.inc.php +20 / -0 A includes/snmptrap/linkUp.inc.php +22 / -0 M includes/static-config.php +0 / -1 A snmptrap.php +31 / -0
+81 added
−1 removed
filtered activity
apparently the divisor isn't always correct on supermicro...
Changed files with action and line counts M includes/discovery/fanspeeds.php +2 / -1
+2 added
−1 removed
filtered activity
wrong adama is wrong!
Changed files with action and line counts M INSTALL +0 / -2
0 added
−2 removed
filtered activity
add note about fan/voltage for LMSensors
Changed files with action and line counts M INSTALL +3 / -1
+3 added
−1 removed
filtered activity
fix junos (change to snmp_get function) and fix poller detection and setting of up/down
Changed files with action and line counts M includes/polling/device-junos.inc.php +2 / -2 M poll-device.php +19 / -23
+21 added
−25 removed
filtered activity
fix cbgp table afi/safi to varchar 16 (allow multicast, which is longer than 8 chars!)
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
multiple directories for rancid configs (use array instead of text variable)
Changed files with action and line counts M html/pages/device.php +9 / -1 M html/pages/device/overview/temperatures.inc.php +1 / -1 M html/pages/device/showconfig.inc.php +11 / -5 M includes/discovery/temperatures.php +3 / -1
+24 added
−8 removed
filtered activity
whoops, swapped min&max
Changed files with action and line counts M includes/discovery/fanspeeds.php +1 / -0 M includes/discovery/voltages.php +2 / -2 M includes/polling/voltages.inc.php +2 / -2
+5 added
−4 removed
filtered activity
fix voltage precisions
Changed files with action and line counts M includes/discovery/voltages.php +3 / -4
+3 added
−4 removed
filtered activity
fix voltage limits
Changed files with action and line counts M includes/discovery/functions.inc.php +1 / -1 M includes/discovery/voltages.php +8 / -8
+9 added
−9 removed
filtered activity
fixed bug with not unsetting deleted status for ports
Changed files with action and line counts M html/pages/device/ports.inc.php +1 / -1 M includes/discovery/interfaces.php +0 / -4
+1 added
−5 removed
filtered activity
fix processors table
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
DIE DIEDIEDIEDIE DIE DIE DIE DIE DIE DIEDIEDIE DIE DIE DIE DIE FUCKING DIE
Changed files with action and line counts M includes/discovery/processors-hrdevice.inc.php +1 / -1
+1 added
−1 removed
filtered activity
cleanups + remove space in astext
Changed files with action and line counts M includes/functions.php +6 / -8
+6 added
−8 removed
filtered activity
attempt to fix css progress bar text alignment but no great success
Changed files with action and line counts M html/includes/functions.inc.php +10 / -5
+10 added
−5 removed
filtered activity
add line to "lowercase" os types on discovery (fix for old versions)
Changed files with action and line counts M discovery.php +5 / -0 M includes/defaults.inc.php +3 / -0 M includes/discovery/processors.inc.php +1 / -1
+9 added
−1 removed
filtered activity
fix bgp page alert colour
Changed files with action and line counts M html/pages/bgp.php +3 / -1
+3 added
−1 removed
filtered activity
add two new icons for pps in/out
Changed files with action and line counts A html/images/icons/arrow_pps_in.png +1 / -0 A html/images/icons/arrow_pps_out.png +1 / -0
0 added
0 removed
filtered activity
cdp/lldp rewrite and addition of brocade FDP discovery. now records neighbours even if it doesn't monitor that neighbour
Changed files with action and line counts M cleanup.php +5 / -5 M database-update.sql +4 / -0 M html/includes/print-interface.inc.php +1 / -1 M html/map.php +12 / -12 M html/pages/device.php +1 / -1 M html/pages/purgeports.php +2 / -2 M includes/discovery/cdp-lldp.inc.php +63 / -79 M includes/discovery/functions.inc.php +27 / -0 M includes/functions-poller.inc.php +2 / -2 M includes/functions.php +4 / -4 M map.php +6 / -6 M test-discovery.php +2 / -0
+125 added
−112 removed
filtered activity
don't send notify mail if we couldn't get the uptime
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +18 / -15
+18 added
−15 removed
filtered activity
adding ironware linecard cpu polling
Changed files with action and line counts M database-update.sql +11 / -10 A includes/discovery/processors-ironware.inc.php +59 / -0 M includes/discovery/processors.inc.php +1 / -0 M includes/functions-poller.inc.php +16 / -0 M includes/polling/processors.inc.php +1 / -2
+77 added
−2 removed
filtered activity
fix typo in safename (now matches (, was missing a \!
Changed files with action and line counts M includes/common.php +1 / -1
+1 added
−1 removed
filtered activity
more adama general failures fixup
Changed files with action and line counts M includes/discovery/fanspeeds.php +1 / -1 M includes/discovery/functions.inc.php +1 / -1 M includes/polling/bgpPeer.inc.php +2 / -1
+4 added
−3 removed
filtered activity
dupe mib
Changed files with action and line counts D mibs/junos/BGP4-V2-MIB-JUNIPER.mib +0 / -4,179
0 added
0 removed
filtered activity
move bgp4 junos mib to the apparent new location it should be in
Changed files with action and line counts D mibs/BGP4-V2-MIB-JUNIPER.mib +0 / -4,179 A mibs/junos/BGP4-V2-MIB-JUNIPER.mib +4,226 / -0
0 added
0 removed
filtered activity
update changelog a bit
Changed files with action and line counts M CHANGELOG +4 / -0
+4 added
0 removed
filtered activity
drop HC counters from tcp in/out segs. shout if we need it :P
Changed files with action and line counts M includes/polling/device-netstats.inc.php +5 / -1
+5 added
−1 removed
filtered activity
further cleanups to voltage discovery code. removing erroneous CR, removing old unix processors tab from health page
Changed files with action and line counts M database-update.sql +1 / -0 M html/pages/device/health.inc.php +1 / -4 M includes/discovery/functions.inc.php +30 / -4 M includes/discovery/processors-ios.inc.php +0 / -2 M includes/discovery/voltages.php +42 / -63
+73 added
−73 removed
filtered activity
remove cr between cdp&lldp, fix arp table, fix hr-device to poll les data.
Changed files with action and line counts M includes/discovery/arp-table.php +1 / -1 M includes/discovery/cdp-lldp.inc.php +0 / -2 M includes/discovery/hr-device.inc.php +8 / -4 D mibs/junos/.index +0 / -75 D mibs/junose/.index +0 / -164
+9 added
−7 removed
filtered activity
updates
Changed files with action and line counts M includes/discovery/fanspeeds.php +2 / -2 M mibs/junos/.index +59 / -59 M mibs/junose/.index +143 / -143
+2 added
−2 removed
filtered activity
fix
Changed files with action and line counts M includes/discovery/processors-hrdevice.inc.php +2 / -4
+2 added
−4 removed
filtered activity
fan fix???
Changed files with action and line counts M includes/discovery/fanspeeds.php +8 / -8 M mibs/junose/.index +143 / -143
+8 added
−8 removed
filtered activity
fix to fans
Changed files with action and line counts M includes/discovery/fanspeeds.php +2 / -2
+2 added
−2 removed
filtered activity
again fix?
Changed files with action and line counts M includes/discovery/fanspeeds.php +2 / -1
+2 added
−1 removed
filtered activity
fix supermicro?
Changed files with action and line counts M includes/discovery/fanspeeds.php +1 / -1
+1 added
−1 removed
filtered activity
debug print go
Changed files with action and line counts M includes/discovery/storage.php +1 / -1
+1 added
−1 removed
filtered activity
more db changes :)
Changed files with action and line counts M database-update.sql +2 / -0
0 added
0 removed
filtered activity
add table to database
Changed files with action and line counts M database-update.sql +1 / -0 M mibs/junose/.index +143 / -143
0 added
0 removed
filtered activity
fix fan discovery
Changed files with action and line counts M includes/discovery/fanspeeds.php +1 / -1 M mibs/junos/.index +59 / -59 M mibs/junose/.index +143 / -143
+1 added
−1 removed
filtered activity
more fixes to discovery
Changed files with action and line counts M database-update.sql +2 / -1 M discovery.php +1 / -0 M includes/defaults.inc.php +5 / -2 M includes/polling/fanspeeds.inc.php +1 / -1
+7 added
−3 removed
filtered activity
rewrite of some discovery stuff
Changed files with action and line counts M includes/discovery/fanspeeds.php +38 / -64 A includes/discovery/functions.inc.php +27 / -0 M includes/discovery/voltages.php +8 / -9
+73 added
−73 removed
filtered activity
fix storage graph to 0-100%
Changed files with action and line counts M html/includes/graphs/hrstorage.inc.php +1 / -0
+1 added
0 removed
filtered activity
remove juniper mibs from default, need to include mibs/junos/ for those
Showing the first 30 paths; 46 more are omitted from this static page.
Changed files with action and line counts D juniErxSystem.mi2 +0 / -1,954 D mibs/mib-jnx-analyzer.txt +0 / -389 D mibs/mib-jnx-atm-cos.txt +0 / -662 D mibs/mib-jnx-atm.txt +0 / -989 D mibs/mib-jnx-bfd-exp.txt +0 / -824 D mibs/mib-jnx-bfd.txt +0 / -149 D mibs/mib-jnx-bgpmib2.txt +0 / -4,179 D mibs/mib-jnx-cfgmgmt.txt +0 / -281 D mibs/mib-jnx-chas-defines.txt +0 / -1,953 D mibs/mib-jnx-chassis-alarm.txt +0 / -173 D mibs/mib-jnx-chassis-fwdd.txt +0 / -76 D mibs/mib-jnx-chassis.txt +0 / -1,830 D mibs/mib-jnx-coll.txt +0 / -869 D mibs/mib-jnx-cos.txt +0 / -2,318 D mibs/mib-jnx-dcu.txt +0 / -202 D mibs/mib-jnx-dfc.txt +0 / -833 D mibs/mib-jnx-event.txt +0 / -120 D mibs/mib-jnx-ex-mac-notification.txt +0 / -257 D mibs/mib-jnx-ex-smi.txt +0 / -21 D mibs/mib-jnx-exp.txt +0 / -90 D mibs/mib-jnx-firewall.txt +0 / -235 D mibs/mib-jnx-hostresources.txt +0 / -73 D mibs/mib-jnx-if-extensions.txt +0 / -536 D mibs/mib-jnx-ipforward.txt +0 / -72 D mibs/mib-jnx-ipsec-flow-mon.txt +0 / -1,084 D mibs/mib-jnx-ipsec-monitor-asp.txt +0 / -1,071 D mibs/mib-jnx-ipv4.txt +0 / -115 D mibs/mib-jnx-ipv6.txt +0 / -930 D mibs/mib-jnx-js-auth.txt +0 / -187 D mibs/mib-jnx-js-cert.txt +0 / -176
0 added
−1,954 removed
filtered activity
[ not ( !
Changed files with action and line counts M html/pages/eventlog.php +1 / -1 M html/pages/syslog.php +1 / -1
+2 added
−2 removed
filtered activity
added emergency "kill all entries" syslog/eventlog for level 10+ users
Changed files with action and line counts M html/pages/eventlog.php +2 / -0 M html/pages/syslog.php +2 / -0
+4 added
0 removed
filtered activity
remember to add includes/discovery/processors-hrdevice.inc.php ! :>
Changed files with action and line counts A includes/discovery/processors-hrdevice.inc.php +56 / -0
+56 added
0 removed
filtered activity
remove absolute paths from menubar (thanks Eimann)
Changed files with action and line counts M html/includes/print-menubar.php +2 / -2
+2 added
−2 removed
filtered activity
db update
Changed files with action and line counts M database-update.sql +1 / -0
0 added
0 removed
filtered activity
much much much much much much prettier percentage bars and some moving around of overview page.
Changed files with action and line counts M html/includes/functions.inc.php +9 / -0 M html/pages/device/health.inc.php +0 / -3 D html/pages/device/health/cpm.inc.php +0 / -52 M html/pages/device/overview.inc.php +2 / -3 M html/pages/device/overview/hrStorage.inc.php +19 / -12 M html/pages/device/overview/processors.inc.php +15 / -8 M includes/discovery/processors.inc.php +1 / -0 M includes/discovery/storage.php +4 / -1 M includes/polling/hr-mib.inc.php +1 / -1
+51 added
−80 removed
filtered activity
adding more junose and foundry/brocade. adding new mibs. unifying processor polling
Showing the first 30 paths; 266 more are omitted from this static page.
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +5 / -2 M html/includes/graphs/device_cpu.inc.php +33 / -0 D html/includes/graphs/device_cpu_ios.inc.php +0 / -41 A html/includes/graphs/processor.inc.php +28 / -0 M html/pages/device.php +2 / -1 A html/pages/device/graphs/os-ironware.inc.php +10 / -0 A html/pages/device/graphs/os-junose.inc.php +6 / -0 M html/pages/device/health.inc.php +3 / -1 A html/pages/device/health/processors.inc.php +52 / -0 M html/pages/device/overview.inc.php +30 / -30 D html/pages/device/overview/cpmCPU.inc.php +0 / -27 M html/pages/device/overview/ports.inc.php +1 / -1 A html/pages/device/overview/processors.inc.php +38 / -0 M html/pages/device/overview/temperatures.inc.php +1 / -1 M includes/discovery/bgp-peers.php +1 / -1 M includes/discovery/interfaces.php +1 / -1 A includes/discovery/processors-ios.inc.php +61 / -0 A includes/discovery/processors-junose.inc.php +40 / -0 A includes/discovery/processors.inc.php +30 / -0 M includes/discovery/temperatures.php +4 / -4 M includes/functions-poller.inc.php +47 / -24 A includes/osdiscovery/discover-ironware.php +8 / -0 M includes/polling/device-ios.inc.php +1 / -1 A includes/polling/device-ironware.inc.php +14 / -0 M includes/polling/device-junos.inc.php +5 / -5 A includes/polling/device-junose.inc.php +31 / -0 A includes/polling/processors.inc.php +36 / -0 M includes/rewrites.php +21 / -0 M includes/static-config.php +2 / -1
+512 added
−141 removed
filtered activity
add new IronWare (Brocade/Foundry) OS type. rename temp/fan/voltage_host to device_id
Changed files with action and line counts M database-update.sql +5 / -0 M discovery.php +1 / -1 A html/images/os/ironware.png +1 / -0 M html/includes/dev-overview-data.inc.php +3 / -1 M html/includes/graphs/device_temperatures.inc.php +1 / -1 M html/includes/graphs/fanspeed.inc.php +1 / -1 M html/includes/graphs/temperature.inc.php +1 / -1 M html/includes/graphs/voltage.inc.php +1 / -1 M html/includes/print-interface.inc.php +5 / -5 M html/pages/device.php +1 / -1 M html/pages/device/graphs/temperatures.inc.php +1 / -1 M html/pages/device/health.inc.php +3 / -3 M html/pages/device/health/fanspeeds.inc.php +1 / -1 M html/pages/device/health/temp.inc.php +1 / -1 M html/pages/device/health/voltages.inc.php +1 / -1 M html/pages/device/overview/fanspeeds.inc.php +3 / -3 M html/pages/device/overview/temperatures.inc.php +3 / -3 M html/pages/device/overview/voltages.inc.php +3 / -3 M html/pages/sensors/fanspeeds.php +2 / -2 M html/pages/sensors/temperatures.php +2 / -2 M html/pages/sensors/voltages.php +2 / -2 M includes/discovery/fanspeeds.php +8 / -8 M includes/discovery/temperatures.php +71 / -27 M includes/discovery/voltages.php +8 / -8 M includes/functions.php +2 / -2 M includes/polling/fanspeeds.inc.php +1 / -1 M includes/polling/temperatures.inc.php +1 / -1 M includes/polling/voltages.inc.php +1 / -1 M includes/rewrites.php +439 / -0 M includes/static-config.php +1 / -0
+568 added
−82 removed
filtered activity
voltages and fanspeeds on device overview
Changed files with action and line counts M html/pages/device/overview.inc.php +2 / -0 A html/pages/device/overview/fanspeeds.inc.php +45 / -0 M html/pages/device/overview/temperatures.inc.php +3 / -2 A html/pages/device/overview/voltages.inc.php +45 / -0
+95 added
−2 removed
filtered activity
fanspeeds and voltages on health tab
Changed files with action and line counts M html/pages/device/health.inc.php +6 / -0 A html/pages/device/health/fanspeeds.inc.php +59 / -0 A html/pages/device/health/voltages.inc.php +59 / -0
+124 added
0 removed
filtered activity
sid3windrfailunfailed
Changed files with action and line counts M html/includes/print-menubar.php +2 / -2
+2 added
−2 removed
filtered activity
try IE fix?
Changed files with action and line counts M html/includes/print-menubar.php +3 / -2
+3 added
−2 removed
filtered activity
align fanspeed legenda
Changed files with action and line counts M html/includes/graphs/fanspeed.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix graph colours for volt and fan, optimize code
Changed files with action and line counts M html/includes/graphs/fanspeed.inc.php +1 / -5 M html/includes/graphs/temperature.inc.php +1 / -2 M html/includes/graphs/voltage.inc.php +1 / -5
+3 added
−12 removed
filtered activity
enlarge gray area around logon form
Changed files with action and line counts M html/pages/logon.inc +1 / -1
+1 added
−1 removed
filtered activity
fix fanspeed max
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
correct units on fan and voltage graphs
Changed files with action and line counts M html/includes/graphs/fanspeed.inc.php +2 / -2 M html/includes/graphs/voltage.inc.php +2 / -2
+4 added
−4 removed
filtered activity
whoops, create table must be one line, doh
Changed files with action and line counts M database-update.sql +2 / -22
0 added
0 removed
filtered activity
err, speeds, not peeds
Changed files with action and line counts M html/pages/sensors.php +1 / -1
+1 added
−1 removed
filtered activity
fix temp discovery if no temps in database
Changed files with action and line counts M includes/discovery/temperatures.php +15 / -13
+15 added
−13 removed
filtered activity
fix voltages discovery if no voltages in database
Changed files with action and line counts M includes/discovery/voltages.php +15 / -13
+15 added
−13 removed
filtered activity
fix fanspeeds if no fans in database
Changed files with action and line counts M includes/discovery/fanspeeds.php +16 / -15
+16 added
−15 removed
filtered activity
link menu bar to sensors directly
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1
+1 added
−1 removed
filtered activity
fixie of link in optionbar
Changed files with action and line counts M html/pages/sensors.php +1 / -1
+1 added
−1 removed
filtered activity
voltage and fanspeeds now on webpage, graphs for fans are broken for now
Changed files with action and line counts A html/includes/graphs/fanspeed.inc.php +27 / -0 A html/includes/graphs/voltage.inc.php +27 / -0 M html/includes/print-menubar.php +1 / -1 M html/pages/sensors.php +1 / -1 A html/pages/sensors/fanspeeds.php +62 / -0 A html/pages/sensors/voltages.php +62 / -0
+180 added
−2 removed
filtered activity
make services work again. uses nagios plugins.
Changed files with action and line counts M includes/defaults.inc.php +2 / -0 M includes/services/dns/check.inc +1 / -1 M includes/services/ftp/check.inc +1 / -1 M includes/services/http/check.inc +1 / -1 M includes/services/imap/check.inc +1 / -1 M includes/services/mysql/check.inc +1 / -3 M includes/services/pop/check.inc +1 / -1 M includes/services/simap/check.inc +1 / -1 M includes/services/smtp/check.inc +1 / -1 M includes/services/spop/check.inc +1 / -1 M includes/services/ssh/check.inc +1 / -1 M includes/services/telnet/check.inc +2 / -3
+14 added
−15 removed
filtered activity
menu option bar thingeroo to sensors page (keep the style!) :)
Changed files with action and line counts M html/pages/sensors.php +21 / -1
+21 added
−1 removed
filtered activity
new icons for sensors
Changed files with action and line counts A html/images/icons non-text +0 / -0 A html/images/icons/fans.png +1 / -0 A html/images/icons/sensors.png +1 / -0 A html/images/icons/temperature.png +1 / -0 A html/images/icons/voltages.png +1 / -0 M html/includes/print-menubar.php +4 / -4 M includes/defaults.inc.php +72 / -0
+76 added
−4 removed
filtered activity
cleanups
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +0 / -1 M includes/polling/temperatures.inc.php +0 / -1 M includes/polling/voltages.inc.php +0 / -2
0 added
−4 removed
filtered activity
oops, broke voltage descriptions
Changed files with action and line counts M includes/discovery/voltages.php +1 / -1
+1 added
−1 removed
filtered activity
move divider for voltages into discovery
Changed files with action and line counts M database-update.sql +3 / -0 M includes/discovery/voltages.php +5 / -5 M includes/polling/voltages.inc.php +1 / -2
+6 added
−7 removed
filtered activity
fix screenos type discovery
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
fix broken include
Changed files with action and line counts M config.php.default +2 / -2
+2 added
−2 removed
filtered activity
voltage polling complete
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +4 / -3 M includes/polling/temperatures.inc.php +9 / -7 A includes/polling/voltages.inc.php +59 / -0 M poll-device.php +1 / -0
+73 added
−10 removed
filtered activity
correct limit logic for fans
Changed files with action and line counts M includes/polling/fanspeeds.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fan speed polling
Changed files with action and line counts A includes/polling/fanspeeds.inc.php +43 / -0 M poll-device.php +1 / -0
+44 added
0 removed
filtered activity
discovery complete for voltage and fanspeed on supermicro
Changed files with action and line counts M database-update.sql +1 / -0 M includes/discovery/fanspeeds.php +23 / -17 M includes/discovery/temperatures.php +23 / -17 M includes/discovery/voltages.php +23 / -15
+69 added
−49 removed
filtered activity
basic discovery only of voltages and fanspeeds, on supermicro superodoctor boxes only for now
Changed files with action and line counts M database-update.sql +22 / -0 M discovery.php +3 / -1 A includes/discovery/fanspeeds.php +114 / -0 A includes/discovery/voltages.php +113 / -0
+230 added
−1 removed
filtered activity
minor check-errors grammar patch ;)
Changed files with action and line counts M check-errors.php +1 / -1
+1 added
−1 removed
filtered activity
clean up temperatures a bit, replace it by sensors in the menu bar, add fans and voltages though not working yet
Changed files with action and line counts M html/includes/print-menubar.php +12 / -1 A html/pages/sensors non-text +0 / -0 A html/pages/sensors.php +15 / -0 A html/pages/sensors/temperatures.php +65 / -0 D html/pages/temperatures.php +0 / -68
+92 added
−69 removed
filtered activity
remove broken juniper mib (J mibs suck, C implementation sucks.)
Changed files with action and line counts M includes/discovery/cisco-vrf.php +2 / -0 M includes/functions.php +1 / -0 D mibs/mib-l3vpnmib.txt +0 / -1,681
+3 added
0 removed
filtered activity
start cleanup of overlib into functions. create defaults.inc.php for new settings (why not before? because i suck. duh.)
Changed files with action and line counts M config.php.default +3 / -9 A includes/defaults.inc.php +7 / -0 M includes/functions.php +22 / -12
+32 added
−21 removed
filtered activity
port/macaccounting: add host/interface links if mac accouning entry refers to device in database
Changed files with action and line counts M html/pages/device/port/macaccounting.inc.php +5 / -1
+5 added
−1 removed
filtered activity
large graph type fix for interface mini graphs. fix mac accounting. add nifty warning background. cleanup graphing popups.
Changed files with action and line counts M config.php.default +2 / -3 M html/images/warning-background.png non-text +0 / -0 M html/includes/hostbox.inc +2 / -2 M html/includes/print-interface.inc.php +3 / -3 M html/pages/bgp.php +5 / -5 M html/pages/device/bgp.inc.php +4 / -4
+16 added
−17 removed
filtered activity
add nice warning image to background of broken bgp sessions
Changed files with action and line counts A html/images/warning-background.png +1 / -0 M html/pages/device/bgp.inc.php +3 / -3
+3 added
−3 removed
filtered activity
fixing mac accounting for bgp peers
Changed files with action and line counts M html/pages/device/bgp.inc.php +49 / -57
+49 added
−57 removed
filtered activity
remove relative width for input boxes
Changed files with action and line counts M html/css/styles.css +0 / -1
0 added
0 removed
filtered activity
new snmp_walk function with basic logging. increments $runtime_stats['snmpwalk'] for stats. should do timekeeping for debug?
Changed files with action and line counts M includes/discovery/interfaces.php +2 / -12 M includes/functions-poller.inc.php +18 / -0
+20 added
−12 removed
filtered activity
drop temp- requirement, this is just to fool snmpd
Changed files with action and line counts M includes/discovery/temperatures.php +21 / -24
+21 added
−24 removed
filtered activity
coding style on temp discovery
Changed files with action and line counts M includes/discovery/temperatures.php +205 / -152
+205 added
−152 removed
filtered activity
fixing graphing code and graphing page
Changed files with action and line counts M html/includes/print-device-graph.php +9 / -0 M html/pages/device/graphs.inc.php +6 / -0 M html/pages/device/graphs/cpu.inc.php +3 / -5 M html/pages/device/graphs/hrprocesses.inc.php +3 / -3 M html/pages/device/graphs/hrstorage.inc.php +3 / -3 M html/pages/device/graphs/hrusers.inc.php +3 / -3 M html/pages/device/graphs/laload.inc.php +3 / -6 M html/pages/device/graphs/memory.inc.php +3 / -3 M html/pages/device/graphs/netstats.inc.php +26 / -21 M html/pages/device/graphs/os-bcm96348.inc.php +13 / -11 M html/pages/device/graphs/os-fortigate.inc.php +6 / -4 M html/pages/device/graphs/os-papouch-tme.inc.php +1 / -2 M html/pages/device/graphs/os-powerconnect.inc.php +3 / -11 M html/pages/device/graphs/os-procurve.inc.php +5 / -9 M html/pages/device/graphs/os-screenos.inc.php +6 / -3 M html/pages/device/graphs/os-snom.inc.php +1 / -1 M html/pages/device/graphs/os-windows.inc.php +0 / -5 M html/pages/device/graphs/temperatures.inc.php +1 / -1 M html/pages/device/graphs/uptime.inc.php +1 / -1
+96 added
−92 removed
filtered activity
update junos temp descs if needed
Changed files with action and line counts M includes/discovery/temperatures.php +4 / -0
+4 added
0 removed
filtered activity
make sensor names a bit smaller
Changed files with action and line counts M html/pages/device/overview/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix alternating row colours for collectd
Changed files with action and line counts M html/css/styles.css +4 / -0 M html/pages/device/collectd.inc.php +12 / -2
+12 added
−2 removed
filtered activity
fix temperature code, makes junos m7i temps work in graphs tab too
Changed files with action and line counts M html/includes/graphs/device_temperatures.inc.php +31 / -9 M html/includes/graphs/temperature.inc.php +1 / -1
+32 added
−10 removed
filtered activity
css fixes
Changed files with action and line counts M html/css/styles.css +1 / -2 M html/pages/devices.php +1 / -1
+1 added
−1 removed
filtered activity
default to transparant rrds
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
use rrdtool_update() everywhere instead of single rrdtool update lines, remove some dead code, and a bunch of coding style cleanups..
Changed files with action and line counts M includes/functions.php +137 / -97 M includes/polling/cisco-mac-accounting.inc.php +0 / -1 M includes/polling/device-catos.inc.php +1 / -1 M includes/polling/temperatures.inc.php +1 / -4
+139 added
−103 removed
filtered activity
less forks, more spoons...
Changed files with action and line counts M html/graph.php +1 / -1
+1 added
−1 removed
filtered activity
fixing lits of bits of html removing borders, adding submit class to buttons
Changed files with action and line counts M html/css/styles.css +2 / -1 M html/pages/addhost.php +1 / -1 M html/pages/bills.php +1 / -1 M html/pages/delhost.php +1 / -1 M html/pages/device/ciscosensors.inc.php +4 / -21 M html/pages/device/health.inc.php +1 / -14 M html/pages/device/syslog.inc.php +1 / -1 M html/pages/device/vlans.inc.php +6 / -21 M html/pages/devices.php +1 / -1 M html/pages/interfaces.php +1 / -1 M html/pages/inventory.php +1 / -1 M html/pages/ipv4.php +4 / -21 M html/pages/ipv6.php +4 / -19 M html/pages/logon.inc +2 / -2 M html/pages/preferences.php +1 / -1 M html/pages/syslog.php +1 / -1 M includes/discovery/temperatures.php +1 / -0 M process-syslog.php +0 / -5
+31 added
−112 removed
filtered activity
Changed files with action and line counts M includes/discovery/hr-device.inc.php +2 / -1 M includes/polling/bgpPeer.inc.php +4 / -4 M includes/syslog.php +3 / -3
+9 added
−8 removed
filtered activity
whoops, remove debug print
Changed files with action and line counts M html/pages/devices.php +0 / -2
0 added
−2 removed
filtered activity
2 bugfixes to devices page
Changed files with action and line counts M html/pages/devices.php +8 / -6
+8 added
−6 removed
filtered activity
clean up devices php/html code and small bugfix
Changed files with action and line counts M html/pages/devices.php +100 / -101
+100 added
−101 removed
filtered activity
copy junos.png to junose.png
Changed files with action and line counts A html/images/os/junose.png +1 / -0
0 added
0 removed
filtered activity
prettyifying some things, fixing yellow border on vrf page boxes
Changed files with action and line counts M html/css/styles.css +20 / -0 A html/images/submitbg.png +1 / -0 A html/images/textbg.png +1 / -0 M html/pages/device/vrfs.inc.php +3 / -18 M html/pages/devices.php +1 / -1 M html/pages/vrfs.php +2 / -19
+6 added
−38 removed
filtered activity
fixed display of cpu usage on junos - rm your rrd/*/junos-cpu.rrd if it doesnt work..
Changed files with action and line counts A html/includes/graphs/device_cpu_junos.inc.php +25 / -0 M includes/polling/device-junos.inc.php +16 / -15
+41 added
−15 removed
filtered activity
one less fork if no cpu usage could be read on junos (i.e. olive)
Changed files with action and line counts M includes/polling/device-junos.inc.php +8 / -4
+8 added
−4 removed
filtered activity
use mysql_real_escape_string
Changed files with action and line counts M includes/discovery/bgp-peers.php +1 / -1 M includes/discovery/cisco-vlans.php +2 / -2 M includes/discovery/q-bridge-mib.php +2 / -2
+5 added
−5 removed
filtered activity
one less fork per graph on a page, yay
Changed files with action and line counts M html/graph.php +2 / -2
+2 added
−2 removed
filtered activity
add units to temperature health page
Changed files with action and line counts M html/pages/device/health/temp.inc.php +2 / -2
+2 added
−2 removed
filtered activity
small layout cleanup in temperature graph
Changed files with action and line counts M html/includes/graphs/temperature.inc.php +1 / -1
+1 added
−1 removed
filtered activity
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
Showing the first 30 paths; 16 more are omitted from this static page.
Changed files with action and line counts M html/includes/graphs/bgp_updates.inc.php +1 / -1 M html/includes/graphs/cbgp_prefixes.inc.php +1 / -1 M html/includes/graphs/cempMemPool.inc.php +1 / -1 M html/includes/graphs/cisco_entity_sensor.inc.php +1 / -1 M html/includes/graphs/cmpMemPool.inc.php +1 / -1 M html/includes/graphs/cpmCPU.inc.php +1 / -1 M html/includes/graphs/customer_bits.inc.php +2 / -2 M html/includes/graphs/device_bits.inc.php +2 / -2 M html/includes/graphs/device_cpu_ios.inc.php +1 / -1 M html/includes/graphs/device_cpu_unix.inc.php +1 / -1 M html/includes/graphs/device_cpu_windows.inc.php +1 / -1 M html/includes/graphs/device_hrstorage.inc.php +1 / -1 M html/includes/graphs/device_memory_ios.inc.php +2 / -2 M html/includes/graphs/device_temperatures.inc.php +1 / -1 M html/includes/graphs/hrProcessor.inc.php +1 / -1 M html/includes/graphs/hrstorage.inc.php +1 / -1 M html/includes/graphs/mac_acc_bits.inc.php +2 / -2 M html/includes/graphs/mac_acc_pkts.inc.php +2 / -2 M html/includes/graphs/mac_acc_total.inc.php +1 / -1 M html/includes/graphs/multi_bits.inc.php +2 / -2 M html/includes/graphs/multi_bits_separate.inc.php +1 / -1 M html/includes/graphs/pagp_bits.inc.php +2 / -2 M html/includes/graphs/port_bits.inc.php +2 / -2 M html/includes/graphs/port_errors.inc.php +2 / -2 M html/includes/graphs/port_etherlike.inc.php +2 / -2 M html/includes/graphs/port_nupkts.inc.php +2 / -2 M html/includes/graphs/port_upkts.inc.php +2 / -2 M html/includes/graphs/temperature.inc.php +3 / -5 M html/includes/print-interface.inc.php +1 / -1 M includes/common.php +4 / -0
+66 added
−65 removed
filtered activity
start of support for JunOSe
Changed files with action and line counts M discovery.php +4 / -0 A includes/osdiscovery/discover-junose.php +11 / -0 A juniErxSystem.mi2 +2,031 / -0 A mibs/juniErxSystem.mi2 +2,031 / -0
+2,046 added
0 removed
filtered activity
allow as0 as local asn, to work around an apparent problem in junos 8.2R4.5
Changed files with action and line counts M includes/discovery/bgp-peers.php +2 / -2
+2 added
−2 removed
filtered activity
fix missing } in debugging. bugs in the debugging code, hurray!
Changed files with action and line counts M includes/discovery/bgp-peers.php +1 / -1
+1 added
−1 removed
filtered activity
even more debugging
Changed files with action and line counts M includes/discovery/bgp-peers.php +5 / -2
+5 added
−2 removed
filtered activity
more debugging
Changed files with action and line counts M includes/discovery/bgp-peers.php +3 / -1
+3 added
−1 removed
filtered activity
add a debugging line
Changed files with action and line counts M includes/discovery/bgp-peers.php +1 / -0
+1 added
0 removed
filtered activity
fix descriptions for lmsensors with space in them
Changed files with action and line counts M includes/discovery/temperatures.php +1 / -1
+1 added
−1 removed
filtered activity
fix some rewriting of interfaces. fix some other small things.
Changed files with action and line counts M html/includes/print-interface.inc.php +3 / -3 M html/pages/device/port/macaccounting.inc.php +2 / -2 M includes/graphing.php +3 / -3 M includes/polling/interfaces.inc.php +1 / -1 M includes/polling/ports.inc.php +4 / -3 M includes/rewrites.php +11 / -3 M includes/static-config.php +3 / -0
+27 added
−15 removed
filtered activity
add printers os group
Changed files with action and line counts M includes/static-config.php +2 / -0
+2 added
0 removed
filtered activity
January 2010
also in the subject line
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +3 / -3
+3 added
−3 removed
filtered activity
include astext on bgp notifications
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +3 / -3
+3 added
−3 removed
filtered activity
code cleanups
Changed files with action and line counts M check-services.php +1 / -1 M cleanup.php +1 / -1 M html/pages/delsrv.php +1 / -1 M html/pages/device/showconfig.inc.php +2 / -3 M map.php +5 / -5
+10 added
−11 removed
filtered activity
allow ignoring comments in rancid showconfig
Changed files with action and line counts M config.php.default +2 / -0 M html/pages/device/showconfig.inc.php +10 / -1
+12 added
−1 removed
filtered activity
poll quagga on all unices, load device list into memory first
Changed files with action and line counts M discovery.php +5 / -1
+5 added
−1 removed
filtered activity
fix rancid config tab
Changed files with action and line counts M html/pages/device.php +11 / -11
+11 added
−11 removed
filtered activity
one shellexec down, 200 to go..
Changed files with action and line counts M includes/polling/hr-mib_storage.inc.php +1 / -1
+1 added
−1 removed
filtered activity
improve junos mountpoint strings
Changed files with action and line counts M includes/discovery/storage.php +1 / -1
+1 added
−1 removed
filtered activity
fix alignment/html typo on storage page
Changed files with action and line counts M html/pages/storage.php +1 / -1
+1 added
−1 removed
filtered activity
add storage warning percentage in database even though we can't configure it from anywhere yet
Changed files with action and line counts M database-update.sql +1 / -1 M includes/polling/hr-mib_storage.inc.php +5 / -5
+5 added
−5 removed
filtered activity
fix dell laser printer portnames
Changed files with action and line counts M includes/static-config.php +1 / -0
+1 added
0 removed
filtered activity
set ignore as default for loopback/removeable and network mounts
Changed files with action and line counts M config.php.default +2 / -2
+2 added
−2 removed
filtered activity
speedups to syslog page, caching of device_id
Changed files with action and line counts M html/includes/print-syslog.inc +5 / -2 M html/pages/front/default.php +4 / -1 M html/pages/front/demo.php +2 / -2 M html/pages/syslog.php +4 / -1 M includes/functions.php +11 / -0 M includes/syslog.php +14 / -8
+40 added
−14 removed
filtered activity
Also discover bgp on Linux boxes, this works with quagga's smux snmp plugin using bgp4-mib
Changed files with action and line counts M discovery.php +6 / -0 M includes/discovery/bgp-peers.php +1 / -1
+7 added
−1 removed
filtered activity
also allow ignoring network mounts
Changed files with action and line counts M config.php.default +1 / -0 M includes/discovery/storage.php +1 / -0
+2 added
0 removed
filtered activity
allow ignoring of removable disks - this includes loopmounts on linux at least, so we get rid of all those pesky 100% storages
Changed files with action and line counts M config.php.default +1 / -0 M includes/discovery/storage.php +1 / -0
+2 added
0 removed
filtered activity
remove windows line endings
Changed files with action and line counts M html/includes/print-menubar.php non-text +0 / -0
0 added
0 removed
filtered activity
optional printers type in devices menu
Changed files with action and line counts M config.php.default +1 / -0 M discovery.php +5 / -0 M html/includes/print-menubar.php +8 / -0 M html/pages/device/edit.inc.php +2 / -0
+16 added
0 removed
filtered activity
nicer uptime display for 1 day
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
basic dell laserprinter support
Changed files with action and line counts M DEVELOPING +2 / -0 A html/images/os/dell-laser.png +1 / -0 A includes/osdiscovery/discover-dell-laser.php +10 / -0 A includes/polling/device-dell-laser.inc.php +8 / -0 M includes/static-config.php +1 / -0
+21 added
0 removed
filtered activity
fix windows uptime
Changed files with action and line counts M includes/polling/hr-mib.inc.php +2 / -0
+2 added
0 removed
filtered activity
fix crappy code for 32-bit systems
Changed files with action and line counts M includes/polling/device-netstats.inc.php +11 / -4 M includes/polling/ports.inc.php +1 / -1
+12 added
−5 removed
filtered activity
make sure to unset $peerhost if no match, else will match previous entry in the table (durr)
Changed files with action and line counts M html/pages/device/bgp.inc.php +6 / -5
+6 added
−5 removed
filtered activity
fix some errors displaying peer hostname and link on /device/*/bgp/ page. split ipv4/ipv6 sql into 2 queries.
Changed files with action and line counts M html/pages/device/bgp.inc.php +23 / -4
+23 added
−4 removed
filtered activity
fix up dropdowns on interfaces page as well
Changed files with action and line counts M html/pages/interfaces.php +12 / -6
+12 added
−6 removed
filtered activity
update eventlog on temperature over threshold
Changed files with action and line counts M includes/polling/temperatures.inc.php +1 / -0
+1 added
0 removed
filtered activity
allow addhost to use default community and snmp version
Changed files with action and line counts M addhost.php +5 / -2
+5 added
−2 removed
filtered activity
try 5 times to get a valid temperature, Papouch TME sometimes returns 999.9 - refactor temp polling code a little bit
Changed files with action and line counts M includes/polling/temperatures.inc.php +14 / -10
+14 added
−10 removed
filtered activity
make sure selection of dropdown boxes on devices page is not empty
Changed files with action and line counts M html/pages/devices.php +52 / -33
+52 added
−33 removed
filtered activity
set version for Windows XP
Changed files with action and line counts M includes/polling/device-windows.inc.php +1 / -0
+1 added
0 removed
filtered activity
enable hiding of services on menu bar if wanted
Changed files with action and line counts M config.php.default +1 / -0 M html/includes/print-menubar.php +7 / -0
+8 added
0 removed
filtered activity
alert flag on temperature page in case of over liit
Changed files with action and line counts M html/pages/temperatures.php +19 / -16
+19 added
−16 removed
filtered activity
upon discovery, insert correct temps for devices with precision <> 1
Changed files with action and line counts M includes/discovery/temperatures.php +2 / -2
+2 added
−2 removed
filtered activity
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
Changed files with action and line counts M config.php.default +4 / -0 M includes/discovery/temperatures.php +14 / -12 M includes/polling/temperatures.inc.php +1 / -1
+19 added
−13 removed
filtered activity
test
Changed files with action and line counts M README +1 / -1
+1 added
−1 removed
filtered activity
test
Changed files with action and line counts M README +1 / -1
+1 added
−1 removed
filtered activity
test
Changed files with action and line counts M README +1 / -1
+1 added
−1 removed
filtered activity
nonsense change for test
Changed files with action and line counts M README +1 / -1
+1 added
−1 removed
filtered activity
another nonsense commit
Changed files with action and line counts M CHANGELOG +1 / -1
+1 added
−1 removed
filtered activity
nonsense commit =)
Changed files with action and line counts M CHANGELOG +1 / -1
+1 added
−1 removed
filtered activity
three part version number.
Changed files with action and line counts M CHANGELOG +1 / -1
+1 added
−1 removed
filtered activity
mention twitter and svn page
Changed files with action and line counts M CHANGELOG +3 / -0
+3 added
0 removed
filtered activity
remove a line
Changed files with action and line counts M README +0 / -4
0 added
−4 removed
filtered activity
fix HC counters decision code, ignore if zero. (thanks Petr Hromadko!)
Changed files with action and line counts M html/pages/devices.php +0 / -1 M includes/polling/ports.inc.php +1 / -1
+1 added
−2 removed
filtered activity
global map page almost there ;)
Changed files with action and line counts M html/map.php +13 / -6
+13 added
−6 removed
filtered activity
fix svn db reloading
Changed files with action and line counts M discovery.php +1 / -1
+1 added
−1 removed
filtered activity
supermicro temp monitor install docs
Changed files with action and line counts M INSTALL +7 / -0
+7 added
0 removed
filtered activity
some installation notes added
Changed files with action and line counts M INSTALL +35 / -0
+35 added
0 removed
filtered activity
more fixes
Changed files with action and line counts M html/map.php +1 / -1 M includes/discovery/cdp-lldp.inc.php +3 / -3 M includes/discovery/hr-device.inc.php +1 / -1 M includes/discovery/q-bridge-mib.php +1 / -1
+6 added
−6 removed
filtered activity
fix snmp cache value functions
Changed files with action and line counts M includes/functions-poller.inc.php +3 / -3
+3 added
−3 removed
filtered activity
more warning cleanups
Changed files with action and line counts M discovery.php +10 / -3 M includes/discovery/cdp-lldp.inc.php +4 / -4 M includes/discovery/entity-physical.inc.php +2 / -2 M includes/discovery/interfaces.php +3 / -3 M includes/discovery/storage.php +2 / -2
+21 added
−14 removed
filtered activity
warning fixes + bug fix resulting from these stricter checks in juniper v6 discovery
Changed files with action and line counts M includes/discovery/bgp-peers.php +3 / -3 M includes/discovery/cdp-lldp.inc.php +1 / -1 M includes/discovery/hr-device.inc.php +1 / -1
+5 added
−5 removed
filtered activity
more warning fixes
Changed files with action and line counts M html/includes/print-menubar.php +3 / -3
+3 added
−3 removed
filtered activity
fix dbschema table
Changed files with action and line counts M database-update.sql +2 / -1
0 added
0 removed
filtered activity
rewrote shorthost function, made some php warnings go away (when using 'use strict' equivalent ;)
Changed files with action and line counts M html/includes/print-event.inc +2 / -2 M html/index.php +2 / -2 M html/pages/front/default.php +1 / -1 M includes/collectd/config.php +3 / -3 M includes/functions.php +12 / -18 M includes/rewrites.php +1 / -1
+21 added
−27 removed
filtered activity
ldap access filtering by group
Changed files with action and line counts M config.php.default +3 / -2 M html/includes/authenticate.inc +14 / -4
+17 added
−6 removed
filtered activity
only run database schema update when running svn and actually have something to update
Changed files with action and line counts M database-update.sql +1 / -0 M discovery.php +21 / -2
+21 added
−2 removed
filtered activity
bye yellow border on interfaces page
Changed files with action and line counts M html/pages/interfaces.php +2 / -19
+2 added
−19 removed
filtered activity
added space in bgp notification mail subject
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +2 / -2
+2 added
−2 removed
filtered activity
lm-sensors support + precision in temperature poller instead of tenths
Changed files with action and line counts M database-update.sql +3 / -1 M includes/discovery/temperatures.php +37 / -4 M includes/polling/temperatures.inc.php +4 / -0
+41 added
−4 removed
filtered activity
default configured frontpage to default.php
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
ignore peers not yet polled
Changed files with action and line counts M html/pages/front/default.php +2 / -2
+2 added
−2 removed
filtered activity
some docs updates
Changed files with action and line counts M CHANGELOG +10 / -2 A DEVELOPING +18 / -0 M README +1 / -1
+29 added
−3 removed
filtered activity
add uptime graph for papouch tme
Changed files with action and line counts A html/pages/device/graphs/os-papouch-tme.inc.php +5 / -0
+5 added
0 removed
filtered activity
update TME description
Changed files with action and line counts M includes/discovery/temperatures.php +6 / -1
+6 added
−1 removed
filtered activity
woops, fill out temp oid for TME, temp graphing now supported, yay
Changed files with action and line counts M includes/discovery/temperatures.php +1 / -0
+1 added
0 removed
filtered activity
fix Papouch TME tenths + linux sensor support
Changed files with action and line counts M includes/discovery/temperatures.php +4 / -4
+4 added
−4 removed
filtered activity
remove module use from tme
Changed files with action and line counts M includes/discovery/temperatures.php +2 / -2 M includes/polling/temperatures.inc.php +0 / -3
+2 added
−5 removed
filtered activity
die papouch, with your broken MIB
Changed files with action and line counts D mibs/TMESNMP2.mib +0 / -70
0 added
0 removed
filtered activity
die papouch, with your broken MIB
Changed files with action and line counts D mibs/Papouch-SMI.mib +0 / -54
0 added
0 removed
filtered activity
fix junos temperatures + add papouch tme
Changed files with action and line counts M includes/discovery/temperatures.php +19 / -2
+19 added
−2 removed
filtered activity
Papouch TME MIBs
Changed files with action and line counts A mibs/Papouch-SMI.mib +61 / -0 A mibs/TMESNMP2.mib +77 / -0
0 added
0 removed
filtered activity
use snmpwalk instead of bulkwalk on v1 devices, in arp table
Changed files with action and line counts M includes/discovery/arp-table.php +1 / -1
+1 added
−1 removed
filtered activity
allow dash in OS name
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
Papouch TME (Ethernet Thermometer) OS discovery support
Changed files with action and line counts A includes/osdiscovery/discover-papouch-tme.php +10 / -0
+10 added
0 removed
filtered activity
arp page html fixies
Changed files with action and line counts M html/pages/device/port/arp.inc.php +8 / -8
+8 added
−8 removed
filtered activity
yellow borders be gone
Changed files with action and line counts M html/pages/device/interface.inc.php +3 / -21
+3 added
−21 removed
filtered activity
move arp table polling out of cisco mac accounting file, this works on other devices as well - tested on linux/net-snmp and junos
Changed files with action and line counts M discovery.php +2 / -0 A includes/discovery/arp-table.php +63 / -0 M includes/discovery/cisco-mac-accounting.php +0 / -61
+65 added
−61 removed
filtered activity
notify() test + indent cleanup + html cleanup
Changed files with action and line counts M includes/functions.php +45 / -36 M poll-device.php +1 / -2
+46 added
−38 removed
filtered activity
fixes
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
html fixies in top bar
Changed files with action and line counts M html/includes/print-menubar.php +43 / -50
+43 added
−50 removed
filtered activity
permissions for /bgp
Changed files with action and line counts M html/pages/bgp.php +48 / -42
+48 added
−42 removed
filtered activity
stupid junifail
Changed files with action and line counts D mibs/mib-rfc2851.txt +0 / -308
0 added
0 removed
filtered activity
die
Changed files with action and line counts D mibs/IP-MIB.txt non-text +0 / -0
0 added
0 removed
filtered activity
mail/eventlog on bgp up/down/flap
Changed files with action and line counts M includes/polling/bgpPeer.inc.php +21 / -1
+21 added
−1 removed
filtered activity
fix semicolon in cisco-processors
Changed files with action and line counts M includes/discovery/cisco-processors.php +1 / -1
+1 added
−1 removed
filtered activity
fix database update script
Changed files with action and line counts M database-update.sql +4 / -3
0 added
0 removed
filtered activity
show svn revision in footer, when checked out from svn
Changed files with action and line counts M html/index.php +8 / -1
+8 added
−1 removed
filtered activity
fix cron scripts a bit
Changed files with action and line counts M scripts/cron-hourly.sh +2 / -5 M scripts/cron.sh +4 / -8
+6 added
−13 removed
filtered activity
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1, bulkwalk doesnt work
Changed files with action and line counts A html/images/os/cat1900.png +2 / -0 M includes/discovery/interfaces.php +1 / -1 M includes/functions-poller.inc.php +7 / -7 A includes/osdiscovery/discover-cat1900.php +10 / -0 A includes/polling/device-cat1900.inc.php +8 / -0 M includes/polling/interfaces.inc.php +1 / -1
+27 added
−9 removed
filtered activity
html fixes on locations page
Changed files with action and line counts M html/includes/topnav.inc +0 / -1 M html/pages/locations.php +11 / -14
+11 added
−15 removed
filtered activity
add svn ignore settings
Changed files with action and line counts M /home/observium/trunk +4 / -0
+4 added
0 removed
filtered activity
juniper bgp mib
Changed files with action and line counts A mibs/BGP4-V2-MIB-JUNIPER.mib +4,226 / -0
0 added
0 removed
filtered activity
forgotten dell mib
Changed files with action and line counts A mibs/apollo.txt +6,844 / -0
0 added
0 removed
filtered activity
forgot to commit this a while back, CPU graph for powerconnect devices
Changed files with action and line counts A html/includes/graphs/device_cpu_powerconnect.inc.php +25 / -0
+25 added
0 removed
filtered activity
working favicon in default config
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
html fix
Changed files with action and line counts M html/index.php +37 / -39
+37 added
−39 removed
filtered activity
html fixes
Changed files with action and line counts M html/css/styles.css +1 / -2 M html/includes/topnav.inc +36 / -34 M html/index.php +2 / -2 M html/pages/front/default.php +1 / -1 M includes/functions.php +8 / -8
+47 added
−45 removed
filtered activity
ignore physical entity inventory if the hardware doesn't say what they are - HI DELL
Changed files with action and line counts M includes/discovery/entity-physical.inc.php +39 / -37
+39 added
−37 removed
filtered activity
further align the top up/down/ignored overview
Changed files with action and line counts M html/includes/topnav.inc +18 / -13
+18 added
−13 removed
filtered activity
add table headers to bgp page
Changed files with action and line counts M html/pages/bgp.php +3 / -1
+3 added
−1 removed
filtered activity
cache astext to reduce number of dns queries
Changed files with action and line counts M includes/functions.php +12 / -4
+12 added
−4 removed
filtered activity
but no red on the alerts page, since they'd all be red
Changed files with action and line counts M html/pages/bgp.php +1 / -1
+1 added
−1 removed
filtered activity
make broken bgp sessions red (again?) on the global bgp page
Changed files with action and line counts M html/pages/bgp.php +1 / -1
+1 added
−1 removed
filtered activity
fixed bgp consolidation code
Changed files with action and line counts M includes/discovery/bgp-peers.php +41 / -36 M includes/polling/bgpPeer.inc.php +1 / -1
+42 added
−37 removed
filtered activity
now recognizes devices by v6 ip on the device bgp table page as well + code cleanups
Changed files with action and line counts M html/pages/device/bgp.inc.php +8 / -5
+8 added
−5 removed
filtered activity
refactored bgp discovery
Changed files with action and line counts M includes/discovery/bgp-peers.php +83 / -77
+83 added
−77 removed
filtered activity
more rewritten links
Changed files with action and line counts M html/includes/print-menubar.php +3 / -3
+3 added
−3 removed
filtered activity
some html fixes
Changed files with action and line counts M html/index.php +4 / -4 M html/pages/logon.inc +10 / -8
+14 added
−12 removed
filtered activity
update peer AS on discovery for already known peers
Changed files with action and line counts M includes/discovery/bgp-peers.php +2 / -2
+2 added
−2 removed
filtered activity
fix
Changed files with action and line counts M includes/discovery/cisco-processors.php +16 / -1
+16 added
−1 removed
filtered activity
small updates fix uptime display
Changed files with action and line counts M database-update.sql +1 / -1 M html/pages/devices.php +1 / -1
+1 added
−1 removed
filtered activity
show uptime, not (yet?) using the attribs part for uptime...
Changed files with action and line counts M html/pages/devices.php +1 / -1
+1 added
−1 removed
filtered activity
only single lines between a host and its interfaces
Changed files with action and line counts M html/map.php +10 / -2
+10 added
−2 removed
filtered activity
authentication check on the map file now
Changed files with action and line counts M html/map.php +54 / -47
+54 added
−47 removed
filtered activity
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
Changed files with action and line counts M html/map.php +71 / -63
+71 added
−63 removed
filtered activity
allow editing of community on device tab, fix yellow border on bgp page
Changed files with action and line counts M html/includes/edit-host.inc +5 / -1 M html/pages/device/bgp.inc.php +3 / -17 M html/pages/device/edit.inc.php +18 / -11
+26 added
−29 removed
filtered activity
removing yellow edges
Changed files with action and line counts M html/pages/bills.php +4 / -26 M html/pages/inventory.php +4 / -21 M html/pages/syslog.php +5 / -18
+13 added
−65 removed
filtered activity
allow for custom ASN textual descriptions
Changed files with action and line counts M config.php.default +4 / -0 M includes/functions.php +12 / -3
+16 added
−3 removed
filtered activity
fix astext for ipv4 bgp peers, oops.
Changed files with action and line counts M includes/discovery/bgp-peers.php +1 / -1
+1 added
−1 removed
filtered activity
remove yellow shade around logon window
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2 M html/pages/logon.inc +4 / -17
+6 added
−19 removed
filtered activity
fix to syslog page
Changed files with action and line counts M html/pages/device/syslog.inc.php +1 / -3
+1 added
−3 removed
filtered activity
updates
Changed files with action and line counts M html/pages/device/collectd.inc.php +2 / -20 M html/pages/device/syslog.inc.php +9 / -21
+11 added
−41 removed
filtered activity
fix yellow border around devices selector as well
Changed files with action and line counts M html/includes/functions.inc.php +2 / -2 M html/pages/devices.php +3 / -19
+5 added
−21 removed
filtered activity
fix yellow border in device health page
Changed files with action and line counts M html/pages/device/health.inc.php +22 / -27
+22 added
−27 removed
filtered activity
fix broken button
Changed files with action and line counts M html/pages/device.php +1 / -1
+1 added
−1 removed
filtered activity
fix collectd default config
Changed files with action and line counts M config.php.default +1 / -1
+1 added
−1 removed
filtered activity
fix newlines in 2 polling files
Changed files with action and line counts M includes/polling/hr-mib_storage.inc.php +1 / -1 M includes/polling/temperatures.inc.php +1 / -1
+2 added
−2 removed
filtered activity
more html fixes - yes, Adam, I'm anal like that ;-)
Changed files with action and line counts M html/pages/device.php +76 / -98 M includes/functions.php +4 / -4
+80 added
−102 removed
filtered activity
html cleanups
Changed files with action and line counts M html/includes/error-no-perm.inc.php +4 / -4 M html/includes/topnav.inc +25 / -30 M html/index.php +3 / -3 M html/pages/bills.php +4 / -4 M html/pages/default-jt.php +8 / -8 M html/pages/device/bgp.inc.php +4 / -4 M html/pages/device/ciscosensors.inc.php +4 / -4 M html/pages/device/collectd.inc.php +4 / -4 M html/pages/device/health.inc.php +4 / -4 M html/pages/device/interface.inc.php +4 / -4 M html/pages/device/syslog.inc.php +4 / -4 M html/pages/device/vlans.inc.php +4 / -4 M html/pages/device/vrfs.inc.php +4 / -4 M html/pages/devices.php +4 / -4 M html/pages/front/default.php +4 / -4 M html/pages/interfaces.php +4 / -4 M html/pages/inventory.php +4 / -4 M html/pages/ipv6.php +4 / -4 M html/pages/logon.inc +4 / -4 M html/pages/syslog.php +4 / -4 M html/pages/vrfs.php +4 / -4
+108 added
−113 removed
filtered activity
some code and html cleanups
Changed files with action and line counts M html/includes/hostbox.inc +14 / -14 M html/includes/print-menubar.php +82 / -86 M html/index.php +14 / -13 M includes/functions.php +4 / -1
+114 added
−114 removed
filtered activity
fixed the interface display in event log, plus some html fixes
Changed files with action and line counts M html/includes/print-event.inc +10 / -15 M html/pages/device/events.inc.php +3 / -3 M html/pages/eventlog.php +2 / -2 M includes/common.php +6 / -0
+21 added
−20 removed
filtered activity
fix ifnamedescr in short event log (hopefully)
Changed files with action and line counts M html/includes/print-event-short.inc +1 / -1
+1 added
−1 removed
filtered activity
fixup graph code and html
Changed files with action and line counts M html/pages/device/graphs.inc.php +41 / -118
+41 added
−118 removed
filtered activity
really fixed v6 bgp on juniper now, yay
Changed files with action and line counts M html/includes/print-menubar.php +1 / -1 M html/pages/bgp.php +1 / -1 M html/pages/device/bgp.inc.php +1 / -1 M includes/polling/bgpPeer.inc.php +5 / -2
+8 added
−5 removed
filtered activity
oops, fixed ipv62snmp()
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
correct count, variable i was used in other places, skewing the counter at the end
Changed files with action and line counts M poll-device.php +3 / -3
+3 added
−3 removed
filtered activity
err, right
Changed files with action and line counts M html/pages/device/graphs/os-bcm96348.inc.php +2 / -0 M html/pages/device/graphs/os-fortigate.inc.php +2 / -0 M html/pages/device/graphs/os-powerconnect.inc.php +2 / -0 M html/pages/device/graphs/os-procurve.inc.php +2 / -0 M html/pages/device/graphs/os-screenos.inc.php +2 / -0 M html/pages/device/graphs/os-snom.inc.php +2 / -0
+12 added
0 removed
filtered activity
move graphs code into separate files per OS
Changed files with action and line counts A html/pages/device/graphs/os-bcm96348.inc.php +12 / -0 A html/pages/device/graphs/os-fortigate.inc.php +9 / -0 A html/pages/device/graphs/os-powerconnect.inc.php +11 / -0 A html/pages/device/graphs/os-procurve.inc.php +9 / -0 A html/pages/device/graphs/os-screenos.inc.php +11 / -0 A html/pages/device/graphs/os-snom.inc.php +2 / -0
+54 added
0 removed
filtered activity
fix junos graphs tab
Changed files with action and line counts M html/pages/device/graphs/os-junos.inc.php +4 / -4
+4 added
−4 removed
filtered activity
added hrdevice browser page (initial)
Changed files with action and line counts M html/pages/device.php +8 / -2 A html/pages/device/hrdevice.inc.php +37 / -0
+45 added
−2 removed
filtered activity
remove debug print in eventlog()
Changed files with action and line counts M includes/functions.php +0 / -1
0 added
−1 removed
filtered activity
ipv6 sessions (at least on juniper) now also can go into alert
Changed files with action and line counts M html/pages/bgp.php +1 / -1
+1 added
−1 removed
filtered activity
Ignore failed temperature readings, though they will probably still be inserted as 0 degrees
Changed files with action and line counts M includes/polling/temperatures.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix
Changed files with action and line counts M includes/functions-poller.inc.php +1 / -1
+1 added
−1 removed
filtered activity
fix map
Changed files with action and line counts M html/map.php +2 / -6
+2 added
−6 removed
filtered activity
minor code cleanup, change queries to eventlog table to eventlog() function
Changed files with action and line counts M includes/discovery/os.inc.php +1 / -1 M includes/functions.php +9 / -1 M includes/polling/interfaces.inc.php +5 / -5 M includes/polling/ports.inc.php +3 / -13 M poll-device.php +25 / -25 M poll-reachability.php +1 / -1
+44 added
−46 removed
filtered activity
Changed files with action and line counts M discovery.php +4 / -2 M html/map.php +6 / -2 M includes/functions-poller.inc.php +2 / -1
+12 added
−5 removed
filtered activity
Changed files with action and line counts M includes/functions.php +1 / -1
+1 added
−1 removed
filtered activity
woops, broke host 'up' a few commits back...
Changed files with action and line counts M poll-device.php +1 / -1
+1 added
−1 removed
filtered activity
smaller ipv6 addresses on overview page
Changed files with action and line counts M html/pages/front/default.php +1 / -1
+1 added
−1 removed
filtered activity
tooltip with full text over asn in bgp session on frontpage
Changed files with action and line counts M html/pages/front/default.php +1 / -1
+1 added
−1 removed
filtered activity
frontpage overview now also using ifnamedescr()
Changed files with action and line counts M html/pages/front/default.php +2 / -1
+2 added
−1 removed
filtered activity
use
ifNameDescr in map, so powerconnect has useful interface names, remove powerconnect from ifdescr whitelist
Changed files with action and line counts M html/map.php +10 / -13 M includes/rewrites.php +2 / -2 M includes/static-config.php +0 / -1
+12 added
−16 removed
filtered activity
ehh, i broke polling a bit, i think i fixed it now?
Changed files with action and line counts M poll-device.php +10 / -9
+10 added
−9 removed
filtered activity
really fix up/down issue
Changed files with action and line counts M poll-device.php +8 / -12
+8 added
−12 removed
filtered activity
Device status changes now are processed correctly, and report down in the eventlog as well
Changed files with action and line counts M poll-device.php +1 / -0
+1 added
0 removed
filtered activity
better lldp/cdp discovery output
Changed files with action and line counts M includes/discovery/cdp-lldp.inc.php +2 / -35
+2 added
−35 removed
filtered activity
tiny bit less confusing link discovery output
Changed files with action and line counts M includes/discovery/cdp-lldp.inc.php +2 / -0
+2 added
0 removed
filtered activity
avoid error on ldap bind when session has expired
Changed files with action and line counts M html/includes/authenticate.inc +22 / -19
+22 added
−19 removed
filtered activity
LLDP support! Only tested on Procurve 2626 and Powerconnect 5324 but seems to work.
Changed files with action and line counts M discovery.php +2 / -1 A includes/discovery/cdp-lldp.inc.php +160 / -0 D includes/discovery/cisco-cdp.inc.php +0 / -98 M includes/functions-poller.inc.php +21 / -2
+183 added
−101 removed
filtered activity
replace recently committed duration() by already existing format_uptime()
Changed files with action and line counts M includes/functions.php +0 / -22 M poll-device.php +1 / -1
+1 added
−23 removed
filtered activity
fix for cdp where hostname != sysname
Changed files with action and line counts M includes/discovery/cisco-cdp.inc.php +4 / -4
+4 added
−4 removed
filtered activity
powerconnect cpu :>
Changed files with action and line counts M html/pages/device/graphs.inc.php +15 / -0 M includes/polling/device-powerconnect.inc.php +23 / -0 A mibs/RADLAN-MIB.txt +6,844 / -0 A mibs/rfc1442v.smi +43 / -0 A mibs/rfc1451.mi1 +130 / -0 A mibs/rlmng.mib +169 / -0
+38 added
0 removed
filtered activity
remove old stupid nagios crap
Showing the first 30 paths; 35 more are omitted from this static page.
Changed files with action and line counts D scripts/services non-text +0 / -0 D scripts/services/check_bl +0 / -161 D scripts/services/check_breeze +0 / -88 M scripts/services/check_by_ssh +0 / -2 M scripts/services/check_dhcp +0 / -2 M scripts/services/check_dig +0 / -2 M scripts/services/check_disk +0 / -2 D scripts/services/check_disk_smb +0 / -297 M scripts/services/check_dns +0 / -2 M scripts/services/check_dummy +0 / -2 D scripts/services/check_file_age +0 / -114 D scripts/services/check_flexlm +0 / -246 M scripts/services/check_fping +0 / -2 D scripts/services/check_ftp +0 / -2 M scripts/services/check_game +0 / -2 M scripts/services/check_hpjd +0 / -2 M scripts/services/check_http +0 / -2 M scripts/services/check_icmp +0 / -2 D scripts/services/check_ifoperstatus +0 / -506 D scripts/services/check_ifstatus +0 / -460 D scripts/services/check_imap +0 / -2 D scripts/services/check_ircd +0 / -251 D scripts/services/check_jabber +0 / -2 M scripts/services/check_ldap +0 / -2 M scripts/services/check_ldaps +0 / -2 M scripts/services/check_load +0 / -2 D scripts/services/check_log +0 / -218 D scripts/services/check_mailq +0 / -611 M scripts/services/check_mrtg +0 / -2 M scripts/services/check_mrtgtraf +0 / -2
0 added
−4,464 removed
filtered activity
vlan fixes (sid3windr)
Changed files with action and line counts M includes/discovery/cisco-vlans.php +5 / -3 M includes/discovery/q-bridge-mib.php +7 / -6
+12 added
−9 removed
filtered activity
Changed files with action and line counts M discovery.php +3 / -2 A includes/discovery/q-bridge-mib.php +57 / -0
+60 added
−2 removed
filtered activity
sid3windr updates!
Changed files with action and line counts M database-update.sql +2 / -0 M html/pages/ipv4.php +9 / -9 M html/pages/logon.inc +41 / -40 M html/pages/temperatures.php +10 / -3 M includes/discovery/bgp-peers.php +2 / -2 M includes/discovery/storage.php +1 / -1 M includes/functions.php +11 / -0 M includes/polling/device-unix.inc.php +3 / -1
+77 added
−56 removed
filtered activity
sid3windr fixes!
Changed files with action and line counts M includes/functions.php +23 / -2 M includes/polling/hr-mib_processor.inc.php +1 / -1 M poll-device.php +2 / -1
+26 added
−4 removed
filtered activity
fix
Changed files with action and line counts M html/includes/authenticate.inc +2 / -4
+2 added
−4 removed
filtered activity
sid3windr fixes
Changed files with action and line counts M includes/discovery/ipv6-addresses.php +1 / -1 M includes/functions.php +2 / -3
+3 added
−4 removed
filtered activity
fixes
Changed files with action and line counts M includes/discovery/ipv6-addresses.php +0 / -34 M includes/functions.php +36 / -0
+36 added
−34 removed
filtered activity
ipv6-mib support
Changed files with action and line counts M includes/discovery/bgp-peers.php +3 / -6 M includes/discovery/ipv6-addresses.php +55 / -31 M includes/functions.php +17 / -0 M includes/polling/bgpPeer.inc.php +1 / -5
+76 added
−42 removed
filtered activity
update to 2010. versioning now <major>.<year>.<month>.<minor revision>
Changed files with action and line counts M html/index.php +1 / -1 M includes/static-config.php +1 / -1
+2 added
−2 removed
filtered activity
updates to temperature display on overview
Changed files with action and line counts M html/includes/graphs/temperature.inc.php +0 / -1 M html/pages/device/overview/temperatures.inc.php +13 / -5
+13 added
−6 removed
filtered activity