code and formatting cleanups/small fixes
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
fix discovery of IPMI for indexes
M
includes/discovery/ipmi.inc.php
+2
📈 2 added
📉 0 removed
remove warning
M
includes/snmp.inc.php
+1
-1
📈 1 added
📉 1 removed
make ipmitool path configurable
M
includes/defaults.inc.php
+1
M
includes/discovery/ipmi.inc.php
+1
-1
M
includes/functions.php
+1
M
includes/polling/ipmi.inc.php
+1
-1
📈 4 added
📉 2 removed
correct humidity graphs after DS name change
M
html/includes/graphs/sensor/humidity.inc.php
+2
-2
📈 2 added
📉 2 removed
Add webinterface support for IPMI poller
A
html/images/icons/greyscale/ipmi.png
+1
A
html/images/icons/ipmi.png
+1
A
html/includes/device-ipmi-edit.inc.php
+16
M
html/includes/functions.inc.php
+2
-2
M
html/pages/device/edit.inc.php
+3
-2
A
html/pages/device/edit/ipmi.inc.php
+59
M
includes/discovery/ipmi.inc.php
+3
-2
M
includes/functions.php
+11
-5
📈 96 added
📉 11 removed
Show unit on IPMI poll, minor fix to CHANGELOG
M
CHANGELOG
+1
-1
M
includes/polling/ipmi.inc.php
+5
-3
📈 6 added
📉 4 removed
rename fanspeed rrds to work like the other sensors
M
html/includes/graphs/sensor/fanspeed.inc.php
+1
-1
M
includes/polling/fanspeeds.inc.php
+7
-4
📈 8 added
📉 5 removed
add image for engenius access points
A
html/images/os/engenius.png
+1
📈 1 added
📉 0 removed
add engenius discovery and polling, missing image
A
includes/discovery/os/engenius.inc.php
+10
A
includes/polling/os/engenius.inc.php
+37
A
mibs/ENGENIUS-CLIENT-MIB
+204
A
mibs/ENGENIUS-MESH-MIB
+7,400
A
mibs/ENGENIUS-PRIVATE-MIB
+1,460
A
mibs/ENGENIUS-STATUS-MIB
+1,332
📈 47 added
📉 0 removed
allow negative values in ipmi sensor files, for negative volts and temperatures
M
includes/polling/ipmi.inc.php
+14
-6
📈 14 added
📉 6 removed
commit sensor fix script that should have gone along with the previous ones
📈 84 added
📉 0 removed
remove old and not very well working snmpd ipmi addin
D
scripts/snmpd-ipmi.pl
-180
📈 0 added
📉 180 removed
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.
M
database-update.sql
+1
M
discovery.php
+10
-6
M
html/includes/dev-overview-data.inc.php
+2
-20
M
html/includes/graphs/sensor/current.inc.php
+5
-5
M
html/includes/graphs/sensor/fanspeed.inc.php
+5
-5
M
html/includes/graphs/sensor/frequency.inc.php
+5
-5
M
html/includes/graphs/sensor/humidity.inc.php
+14
-14
M
html/includes/graphs/sensor/temperature.inc.php
+17
-17
M
html/includes/graphs/sensor/voltage.inc.php
+10
-10
M
html/pages/device.inc.php
+1
M
includes/discovery/entity-sensor.inc.php
-3
M
includes/discovery/functions.inc.php
+29
-23
A
includes/discovery/ipmi.inc.php
+31
M
includes/discovery/sensors.inc.php
+1
M
includes/functions.php
+14
-1
M
includes/polling/current.inc.php
+2
-2
M
includes/polling/fanspeeds.inc.php
+7
-5
M
includes/polling/frequencies.inc.php
+3
-3
M
includes/polling/humidity.inc.php
+3
-6
A
includes/polling/ipmi.inc.php
+52
M
includes/polling/temperatures.inc.php
+5
-4
M
includes/polling/voltages.inc.php
+4
-4
M
includes/snmp.inc.php
+58
-47
M
includes/static-config.php
+11
M
poller.php
+3
-2
📈 293 added
📉 182 removed
add comment for snmp internal :>
M
config.php.default
+1
M
html/pages/bill/edit.inc.php
+2
-2
📈 3 added
📉 2 removed
set sensor type for ipoman outlet current
M
includes/discovery/current/ipoman.inc.php
+1
-1
📈 1 added
📉 1 removed
small fixes
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
fix graphs after r1750, sigh
M
html/includes/graphs/graph.inc.php
+5
-5
M
html/includes/graphs/sensor/auth.inc.php
-3
📈 5 added
📉 8 removed
small cidr check optimization
M
html/includes/graphs/graph.inc.php
+1
📈 1 added
📉 0 removed
remove default warning limit variables from defaults as they are no longer used
M
includes/defaults.inc.php
-8
📈 0 added
📉 8 removed
move ldap example settings to defaults.inc.php
M
config.php.default
-7
M
includes/defaults.inc.php
+5
📈 5 added
📉 7 removed
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...
M
html/includes/graphs/graph.inc.php
+76
-48
M
includes/defaults.inc.php
+1
📈 77 added
📉 48 removed
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
M
html/css/styles.css
+6
M
html/pages/device/overview.inc.php
+6
-6
D
html/pages/device/overview/current.inc.php
-40
D
html/pages/device/overview/fanspeeds.inc.php
-40
D
html/pages/device/overview/frequencies.inc.php
-42
A
html/pages/device/overview/generic
A
html/pages/device/overview/generic/sensor.inc.php
+40
D
html/pages/device/overview/humidity.inc.php
-47
A
html/pages/device/overview/sensors
A
html/pages/device/overview/sensors/current.inc.php
+10
A
html/pages/device/overview/sensors/fanspeeds.inc.php
+10
A
html/pages/device/overview/sensors/frequencies.inc.php
+10
A
html/pages/device/overview/sensors/humidity.inc.php
+10
A
html/pages/device/overview/sensors/temperatures.inc.php
+10
A
html/pages/device/overview/sensors/voltages.inc.php
+10
D
html/pages/device/overview/temperatures.inc.php
-44
D
html/pages/device/overview/voltages.inc.php
-40
📈 106 added
📉 259 removed
fix typo on iftype page for transit/peering/etc
M
html/pages/iftype.inc.php
+1
-1
📈 1 added
📉 1 removed
reset valid_afi_safi per peer, to not show error graphs on bgp sessions not supporting this prefix type
M
html/pages/device/bgp.inc.php
+2
📈 2 added
📉 0 removed
fix graph shown when clicking device overview network traffic graph
M
html/pages/device/overview/ports.inc.php
+1
-1
📈 1 added
📉 1 removed
add 95th to multi_bits graphs
M
html/includes/graphs/generic_multi_bits.inc.php
+12
-3
📈 12 added
📉 3 removed
fix errors in description of ipoman currents
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
parsing of ipv6 afi on junos bgp poll/discovery
M
includes/discovery/bgp-peers.inc.php
+4
-1
M
includes/polling/bgp-peers.inc.php
+4
-1
📈 8 added
📉 2 removed
no longer show broken graphs when there are none to be shown, indentation fixes
M
html/pages/device/bgp.inc.php
+119
-93
M
html/pages/iftype.inc.php
+47
-41
📈 166 added
📉 134 removed
add % to processor usage graph
M
html/includes/graphs/processor/usage.inc.php
+3
-3
📈 3 added
📉 3 removed
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
M
html/includes/functions.inc.php
+2
-3
D
html/includes/graphs/bgp/cbgp_prefixes.inc.php
-22
A
html/includes/graphs/bgp/prefixes.inc.php
+22
M
html/pages/bgp.inc.php
+1
-1
M
html/pages/device/bgp.inc.php
+4
-4
📈 29 added
📉 30 removed
fix logfile()
for newline, thanks Klaver
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
fix unsetting of cache in the wrong place on discovery of bgp peers on junos, whoops
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
make snmpwalk_cache_multi_oid really do what its name says, cache - should speed up junos bgp counters tremendously on large number of sessions
M
includes/snmp.inc.php
+24
-15
📈 24 added
📉 15 removed
replace ugly shell echo by logfile()
M
discovery.php
+1
-2
M
includes/functions.php
+10
-1
M
poller.php
+2
-1
📈 13 added
📉 4 removed
Add JunOS prefix count graphing to BGP sessions
M
includes/discovery/bgp-peers.inc.php
+82
-22
M
includes/polling/bgp-peers.inc.php
+88
-43
📈 170 added
📉 65 removed
clean up MAC change reporting, graph error size
M
html/includes/graphs/graph.inc.php
+1
-1
M
includes/discovery/arp-table.inc.php
+10
-5
M
includes/polling/cisco-mac-accounting.inc.php
+2
📈 13 added
📉 6 removed
unbroke adduser.php
📈 1 added
📉 1 removed
disable ipv4/ipv6 interface indicator for now
M
html/includes/header.inc.php
+1
-1
📈 1 added
📉 1 removed
Made sensor descriptions clickable on device health pages to go directly to the selected sensor graph
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
Correct current limits on iPoMan
M
includes/discovery/current/ipoman.inc.php
+2
-2
📈 2 added
📉 2 removed
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
)
M
html/pages/device/edit/ports.inc.php
+2
-2
📈 2 added
📉 2 removed
Minor fixes, some cleanups, and standardising on echo("x") instead of echo "x"
M
adduser.php
+2
-2
M
delhost.php
+1
-1
M
discovery.php
+3
-2
M
fix-port-rrd.php
+3
-3
M
html/ajax_listports.php
+14
-13
M
html/includes/authenticate.inc.php
+4
-8
M
html/includes/authentication/ldap.inc.php
+1
-1
M
html/includes/functions.inc.php
+3
-3
M
html/includes/ifbox.inc
+2
-2
M
html/includes/print-menubar.php
+4
-4
M
html/includes/topnav.inc
+18
-18
M
html/index.php
+8
-10
M
html/map.php
+2
-2
M
html/pages/alerts.inc.php
+3
-1
M
html/pages/bgp.inc.php
+1
-2
M
html/pages/bill/edit.inc.php
+3
-3
M
html/pages/delhost.inc.php
+2
-4
M
html/pages/device/edit/device.inc.php
+4
-4
M
html/pages/device/edit/ports.inc.php
+10
-10
M
html/pages/device/interface.inc.php
+2
-2
M
html/pages/device/showconfig.inc.php
+1
-2
M
html/pages/logon.inc.php
+1
-1
M
includes/discovery/arp-table.inc.php
+1
-1
M
includes/discovery/bgp-peers.inc.php
+2
-2
M
includes/discovery/current/apc.inc.php
+2
-2
M
includes/discovery/current/gamatronicups.inc.php
+28
-29
M
includes/discovery/current/ipoman.inc.php
+2
-2
M
includes/discovery/current/mgeups.inc.php
+2
-2
M
includes/discovery/current/rfc1628.inc.php
+4
-4
M
includes/discovery/current/xups.inc.php
+3
-3
M
includes/discovery/discovery-protocols.inc.php
+1
-1
M
includes/discovery/frequencies/ipoman.inc.php
+1
-1
M
includes/discovery/frequencies/mgeups.inc.php
+2
-2
M
includes/discovery/frequencies/rfc1628.inc.php
+3
-3
M
includes/discovery/frequencies/xups.inc.php
+3
-3
M
includes/discovery/toner.inc.php
+1
-1
M
includes/discovery/voltages/apc.inc.php
+4
-4
M
includes/discovery/voltages/areca.inc.php
+1
-1
M
includes/discovery/voltages/gamatronicups.inc.php
+2
-2
M
includes/discovery/voltages/ipoman.inc.php
+1
-1
M
includes/discovery/voltages/linux.inc.php
+1
-1
M
includes/discovery/voltages/mgeups.inc.php
+3
-2
M
includes/discovery/voltages/rfc1628.inc.php
+4
-4
M
includes/discovery/voltages/supermicro.inc.php
+1
-1
M
includes/discovery/voltages/xups.inc.php
+4
-4
M
includes/functions.php
-1
M
includes/polling/applications/mysql.inc.php
+2
-2
M
includes/polling/applications/nginx.inc.php
+1
-1
M
includes/polling/bgp-peers.inc.php
+7
-7
M
includes/polling/fanspeeds.inc.php
+1
-2
M
includes/polling/frequencies.inc.php
-2
M
includes/polling/humidity.inc.php
-2
M
includes/polling/os/junos.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+4
-4
M
includes/polling/voltages.inc.php
-2
M
includes/polling/wifi.inc.php
+5
-5
D
includes/procurve-graphing.php
-67
D
includes/procurve.php
-5
M
includes/services.inc.php
+1
-1
M
includes/snom-graphing.php
+3
-1
M
includes/static-config.php
+3
-3
M
poll-device.php
+2
-2
M
poller.php
+1
-1
📈 199 added
📉 283 removed
OSX Server Distro detection by Shil (http://www.observium.org/forum/index.php
/topic,79.0
.html
)
📈 4 added
📉 0 removed
Add support for Ingrasys iPoMan 1201 + minor fixes
M
html/includes/authentication/ldap.inc.php
+4
M
html/map.php
+1
-1
M
html/pages/device/overview/current.inc.php
+1
-1
M
html/pages/device/overview/humidity.inc.php
+2
-2
M
html/pages/device/overview/voltages.inc.php
+1
-1
M
html/pages/health/humidity.inc.php
+1
-1
A
includes/discovery/current/ipoman.inc.php
+61
M
includes/discovery/entity-sensor.inc.php
+2
A
includes/discovery/frequencies/ipoman.inc.php
+44
A
includes/discovery/humidity/ipoman.inc.php
+29
A
includes/discovery/os/ipoman.inc.php
+8
A
includes/discovery/temperatures/ipoman.inc.php
+29
A
includes/discovery/voltages/ipoman.inc.php
+44
A
includes/polling/os/ipoman.inc.php
+10
M
includes/static-config.php
+6
A
mibs/IPOMANII-MIB
+4,570
📈 243 added
📉 6 removed
MySQL Application poller (thanks to Ove)
A
html/includes/graphs/application/mysql_command_counters.inc.php
+69
A
html/includes/graphs/application/mysql_connections.inc.php
+51
A
html/includes/graphs/application/mysql_files_tables.inc.php
+39
A
html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php
+37
A
html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php
+39
A
html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php
+32
A
html/includes/graphs/application/mysql_innodb_io_pending.inc.php
+55
A
html/includes/graphs/application/mysql_innodb_io.inc.php
+38
A
html/includes/graphs/application/mysql_innodb_log.inc.php
+32
A
html/includes/graphs/application/mysql_innodb_row_operations.inc.php
+44
A
html/includes/graphs/application/mysql_innodb_semaphores.inc.php
+31
A
html/includes/graphs/application/mysql_innodb_transactions.inc.php
+21
A
html/includes/graphs/application/mysql_myisam_indexes.inc.php
+38
A
html/includes/graphs/application/mysql_network_traffic.inc.php
+29
A
html/includes/graphs/application/mysql_query_cache_memory.inc.php
+29
A
html/includes/graphs/application/mysql_query_cache.inc.php
+46
A
html/includes/graphs/application/mysql_select_types.inc.php
+53
A
html/includes/graphs/application/mysql_slow_queries.inc.php
+23
A
html/includes/graphs/application/mysql_sorts.inc.php
+38
A
html/includes/graphs/application/mysql_table_locks.inc.php
+30
A
html/includes/graphs/application/mysql_temporary_objects.inc.php
+36
M
html/includes/graphs/generic_bits.inc.php
+3
A
html/pages/device/apps/mysql.inc.php
+46
A
includes/polling/applications/mysql.inc.php
+114
A
scripts/mysql-stats
+131
📈 1,104 added
📉 0 removed
fix auth for processor graphs
M
html/includes/graphs/processor/auth.inc.php
+1
-1
📈 1 added
📉 1 removed
hamsterlogin is go
A
html/images/login-hamster.png
+1
M
html/pages/logon.inc.php
+2
-4
📈 3 added
📉 4 removed
Add NGINX application type, graphing connections. Thanks to Ove
A
html/images/icons/greyscale/nginx.png
+1
A
html/images/icons/nginx.png
+1
A
html/includes/graphs/application/nginx_connections.inc.php
+38
A
html/includes/graphs/application/nginx_req.inc.php
+22
A
html/pages/device/apps/nginx.inc.php
+27
A
includes/polling/applications/nginx.inc.php
+37
A
scripts/nginx-stats
+37
📈 163 added
📉 0 removed
remove apachestats (historical)
D
includes/polling/apachestats.inc.php
-31
📈 0 added
📉 31 removed
disable snmp timeout/retries as defaults
M
includes/defaults.inc.php
+3
-3
M
includes/snmp.inc.php
+86
-57
📈 89 added
📉 60 removed
blah
M
html/pages/bill/edit.inc.php
+2
-3
📈 2 added
📉 3 removed
fixed some broken links on health/[processors|memory]/ pages (thanks tbac)
M
html/pages/health/memory.inc.php
+1
-1
M
html/pages/health/processors.inc.php
+1
-1
📈 2 added
📉 2 removed
improved devices page
M
html/includes/hostbox.inc
+1
-1
M
html/pages/devices.inc.php
+1
-1
📈 2 added
📉 2 removed
show ports/sensors on the device list page. add option to use php-snmp functions for snmp_get()
s
M
config.php.default
+3
M
database-update.sql
+2
-1
M
discovery.php
+5
-5
M
html/includes/device-edit.inc.php
+4
-1
M
html/includes/graphs/common.inc.php
+2
M
html/includes/hostbox.inc
+11
M
html/pages/bill.inc.php
+14
-2
M
html/pages/device/edit/device.inc.php
+11
M
includes/defaults.inc.php
+2
-1
M
includes/polling/ports.inc.php
+7
-1
M
includes/snmp.inc.php
+167
-126
📈 228 added
📉 137 removed
stuff
M
html/pages/device/graphs.inc.php
+1
-1
📈 1 added
📉 1 removed
fix to include_dir to work on older versions of php (thanks Mark Loveley of Griffin)
M
includes/functions.php
+5
-1
📈 5 added
📉 1 removed
enable deletion of bill
A
html/pages/bill/actions.inc.php
+40
A
html/pages/bill/delete.inc.php
+23
📈 63 added
📉 0 removed
enable editing of bills once created
M
html/pages/bill.inc.php
+5
-3
A
html/pages/bill/edit.inc.php
+117
D
html/pages/bill/edit.php
-63
📈 122 added
📉 66 removed
fix cust graphs
M
html/includes/graphs/customer/auth.inc.php
+1
-1
📈 1 added
📉 1 removed
show number of deleted ports in menu
M
html/includes/print-menubar.php
+1
-1
📈 1 added
📉 1 removed
add exp
M
config.php.default
+2
-1
📈 2 added
📉 1 removed
remove base_url as default
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
set all unix-like stuff to server, and remove old linux handling (quicker than you, failwindr :)
M
discovery.php
-5
M
includes/static-config.php
+9
📈 9 added
📉 5 removed
openindiana logo
A
html/images/os/openindiana.png
+1
📈 1 added
📉 0 removed
openindiana support
M
includes/discovery/os/solaris.inc.php
+3
M
includes/static-config.php
+4
📈 7 added
📉 0 removed
oh, set to 1s rather than 1000s :)
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
re-enable snmp timeout code, set to 5 tries of 1000ms
M
database-update.sql
+2
M
includes/defaults.inc.php
+2
-2
M
includes/snmp.inc.php
+11
-11
📈 15 added
📉 13 removed
ok maybe it is not very unix-like
M
includes/static-config.php
+2
-4
📈 2 added
📉 4 removed
detect adva by
sysObjectID, use UNIX os_group, display traffic graph
A
includes/discovery/os/adva.inc.php
+9
M
includes/static-config.php
+3
📈 12 added
📉 0 removed
fix net-snmp arguments order (breaks non-linux platforms)
M
includes/snmp.inc.php
+22
-22
📈 22 added
📉 22 removed
ginger patch
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
remove the old version checker code (we are svn, and do not use it)
M
html/includes/header-small.inc.php
+14
-12
M
html/includes/header.inc.php
+14
-12
📈 28 added
📉 24 removed
allow manual ignore of ports
A
html/images/icons/greyscale/port.png
+1
A
html/images/icons/greyscale/ports.png
+1
A
html/images/icons/ports.png
+2
A
html/includes/port-edit.inc.php
+49
M
html/pages/device/edit.inc.php
+1
A
html/pages/device/edit/ports.inc.php
+51
📈 105 added
📉 0 removed
fix for JT frontpage (port -> id)
M
html/pages/front/jt.php
+3
-3
📈 3 added
📉 3 removed
MRES
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
fix bits_trio graphtype
M
html/includes/graphs/multiport/bits_trio.inc.php
+3
-3
📈 3 added
📉 3 removed
add sanos detection (it is just nxos, so we treat it as if it's IOS for discovery purposes)
M
html/includes/graphs/bill/bits.inc.php
-2
A
includes/discovery/os/sanos.inc.php
+10
M
includes/functions.php
+1
-1
M
includes/static-config.php
+12
📈 23 added
📉 3 removed
improved (and fixed) multiport_bits_separate
M
html/includes/graphs/multiport/bits_separate.inc.php
+19
-68
📈 19 added
📉 68 removed
fix unauthenticated graphs via $config
['allow_unauth_graphs']
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
fix fuckup (doh)
M
html/includes/graphs/device/ucd_load.inc.php
+2
M
includes/static-config.php
+1
-1
📈 3 added
📉 1 removed
solve some php warnings
M
includes/defaults.inc.php
+3
-1
M
includes/functions.php
+1
-1
M
includes/static-config.php
+10
-5
📈 14 added
📉 7 removed
disable warnings/errors if not debugging
M
discovery.php
+16
-5
M
html/index.php
+6
M
poller.php
+14
-1
📈 36 added
📉 6 removed
remove leading slash
M
html/includes/print-interface.inc.php
+1
-1
📈 1 added
📉 1 removed
remove duplicate servers entry
M
includes/static-config.php
-5
📈 0 added
📉 5 removed
unflatten map when flat map is ugly (>10 links?)
📈 10 added
📉 2 removed
add leading slash to path postpend
M
check-services.php
+1
-1
📈 1 added
📉 1 removed
fix auth for atmvp graphs
A
html/includes/graphs/atmvp/auth.inc.php
+24
M
html/includes/graphs/atmvp/bits.inc.php
-14
M
html/includes/graphs/atmvp/cells.inc.php
-14
M
html/includes/graphs/atmvp/errors.inc.php
-14
M
html/includes/graphs/atmvp/packets.inc.php
-14
📈 24 added
📉 56 removed
fix services bugs (thanks to neitsabes71)
M
check-services.php
+1
-1
M
html/includes/graphs/service/auth.inc.php
+1
-1
📈 2 added
📉 2 removed
fix about page sensor totals
M
html/pages/about.inc.php
-7
📈 0 added
📉 7 removed
fix bits_trio (this should be a specific type for its purpose, i think)
M
html/includes/graphs/multiport/bits_trio.inc.php
+1
-1
M
includes/discovery/ports.inc.php
+3
-3
📈 4 added
📉 4 removed
fix some things :>
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
cleaner fortigate hardware
M
includes/polling/os/fortigate.inc.php
-2
M
includes/rewrites.php
+1
-1
📈 1 added
📉 3 removed
show volt/current/freq graphs for powerware on overlib
M
includes/static-config.php
+6
📈 6 added
📉 0 removed
M
includes/polling/os/extremeware.inc.php
-1
M
includes/polling/os/fortigate.inc.php
+12
-6
M
includes/rewrites.php
+144
-70
M
poller.php
+1
📈 157 added
📉 77 removed
many small fixes, hacky way to ignore no more variables, fix up supermicro sensor limits, loosen automatic sensor limit settings a bit
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
fix billing graph since RRD name change. make default frontpage prettier (i think)
M
html/includes/graphs/bill/bits.inc.php
+2
-2
M
html/pages/front/default.php
+10
-26
📈 12 added
📉 28 removed
fix customer and iftype graphs since port rrd filename changes
M
html/includes/graphs/customer/bits.inc.php
+2
-2
M
html/pages/iftype.inc.php
+1
-1
📈 3 added
📉 3 removed
fix polling and displaying of etherlike statistics
M
html/pages/device/port/graphs.inc.php
+1
-1
M
includes/polling/port-etherlike.inc.php
+1
-1
📈 2 added
📉 2 removed
fixes
M
html/includes/graphs/graph.inc.php
+1
-1
M
includes/discovery/cisco-entity-sensor.inc.php
+1
📈 2 added
📉 1 removed
try to clean up NXOS incorrectly reported sensors
M
includes/discovery/cisco-entity-sensor.inc.php
+3
-1
📈 3 added
📉 1 removed
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.
M
discovery.php
+1
-7
M
html/includes/graphs/graph.inc.php
+1
-1
M
html/includes/graphs/sensor/current.inc.php
+4
M
html/includes/graphs/sensor/fanspeed.inc.php
+3
M
html/includes/graphs/sensor/frequency.inc.php
+3
M
html/includes/graphs/sensor/humidity.inc.php
+3
M
html/includes/graphs/sensor/temperature.inc.php
+2
-4
M
html/includes/graphs/sensor/voltage.inc.php
+3
M
html/pages/device/health/sensors.inc.php
+3
-3
M
includes/discovery/cisco-entity-sensor.inc.php
+78
-10
M
includes/discovery/discovery-protocols.inc.php
-4
M
includes/discovery/entity-physical.inc.php
+13
-29
M
includes/discovery/entity-sensor.inc.php
+28
-5
M
includes/discovery/functions.inc.php
+26
-6
M
includes/discovery/hr-device.inc.php
+2
-2
M
includes/discovery/junose-atm-vp.inc.php
+2
-2
M
includes/discovery/mempools/cemp.inc.php
+2
-2
M
includes/discovery/mempools/cmp.inc.php
+1
-1
M
includes/discovery/mempools/hp-procurve.inc.php
+1
-1
M
includes/discovery/mempools/hrstorage.inc.php
+1
-1
M
includes/discovery/mempools/junos.inc.php
+2
-2
M
includes/discovery/processors/hrdevice.inc.php
+1
-1
M
includes/discovery/processors/ios.inc.php
+1
-1
M
includes/discovery/processors/ironware.inc.php
+1
-1
M
includes/discovery/processors/junos.inc.php
+2
-2
M
includes/discovery/processors/junose.inc.php
+1
-1
M
includes/discovery/storage-hrstorage.inc.php
+1
-1
M
includes/discovery/temperatures/cisco-envmon.inc.php
+2
-1
M
includes/discovery/temperatures/ftos-c-series.inc.php
+2
-2
M
includes/discovery/temperatures/ftos-e-series.inc.php
+2
-2
M
includes/discovery/temperatures/ftos-s-series.inc.php
+2
-2
M
includes/discovery/temperatures/junose.inc.php
+2
-2
M
includes/discovery/temperatures/zyxel-ies.inc.php
+2
-2
M
includes/discovery/ucd-diskio.inc.php
+2
-2
M
includes/functions.php
+12
-4
M
includes/polling/altiga-ssl.inc.php
+3
-3
M
includes/polling/cisco-ipsec-flow-monitor.inc.php
+1
-1
M
includes/polling/cisco-mac-accounting.inc.php
+6
-6
M
includes/polling/ipSystemStats.inc.php
-1
M
includes/polling/junose-atm-vp.inc.php
-1
M
includes/polling/mempools/hpGlobal.inc.php
+1
-1
M
includes/polling/mempools/hpLocal.inc.php
+1
-1
M
includes/polling/mempools/hrstorage.inc.php
+1
-1
M
includes/polling/mempools/junos.inc.php
+1
-1
M
includes/polling/netstats-icmp.inc.php
+3
-3
M
includes/polling/netstats-snmp.inc.php
+3
-3
M
includes/polling/port-etherlike.inc.php
+2
-2
M
includes/polling/port-poe.inc.php
+3
-3
M
includes/polling/ports.inc.php
+2
-2
M
includes/polling/storage-hrstorage.inc.php
+1
-1
M
includes/polling/ucd-diskio.inc.php
-2
M
includes/polling/ucd-mib.inc.php
-1
M
includes/snmp.inc.php
+18
-18
M
test-discovery.php
+4
-4
📈 262 added
📉 159 removed
high/low range
M
html/includes/graphs/sensor/temperature.inc.php
+5
📈 5 added
📉 0 removed
genericise device health pages
M
html/pages/device/health/current.inc.php
+4
-32
M
html/pages/device/health/fanspeeds.inc.php
+4
-36
M
html/pages/device/health/frequencies.inc.php
+4
-35
M
html/pages/device/health/humidity.inc.php
+4
-36
A
html/pages/device/health/sensors.inc.php
+38
html/pages/device/health/temperatures.inc.php
+4
-36
M
html/pages/device/health/voltages.inc.php
+4
-37
📈 62 added
📉 212 removed
autoset thresholds for sensors which don't have them
M
html/includes/graphs/sensor/temperature.inc.php
+5
-5
M
html/includes/graphs/sensor/voltage.inc.php
+2
-2
M
html/pages/device/health/temperatures.inc.php
+6
-5
M
html/pages/device/overview/current.inc.php
-5
M
html/pages/device/overview/fanspeeds.inc.php
-5
M
html/pages/device/overview/frequencies.inc.php
-5
M
html/pages/device/overview/temperatures.inc.php
+4
-7
M
html/pages/device/overview/voltages.inc.php
-5
M
includes/discovery/functions.inc.php
+78
-5
M
includes/discovery/temperatures/ironware.inc.php
+3
📈 98 added
📉 44 removed
fixes
M
includes/polling/os/screenos.inc.php
+8
-4
M
includes/static-config.php
+18
-7
📈 26 added
📉 11 removed
generic_duplex graphtype improvements
M
html/includes/graphs/generic_duplex.inc.php
+14
-5
📈 14 added
📉 5 removed
move diskio to bytes instead of bits
A
html/includes/graphs/device/screenos_sessions.inc.php
+35
M
html/includes/graphs/diskio/bits.inc.php
+1
-1
A
html/includes/graphs/generic_bytes.inc.php
+63
📈 99 added
📉 1 removed
os discovery debug forced (for now) and extra fortigate detection
M
includes/discovery/os/fortigate.inc.php
+2
-1
M
includes/functions.php
+4
-2
📈 6 added
📉 3 removed
improve fortigate detection
M
includes/discovery/os/fortigate.inc.php
+3
-4
📈 3 added
📉 4 removed
Add traffic graphs to more network OSes
M
includes/static-config.php
+88
-1
📈 88 added
📉 1 removed
fiddle with nonunicast ports graph (bit broken atm)
M
discovery.php
+1
-1
M
html/includes/graphs/port/nupkts.inc.php
+16
-7
📈 17 added
📉 8 removed
Add precision to current graph, sexify fix-port-rrd.php
, fix papouch tme precision and lm-sensors description fixing
M
fix-port-rrd.php
+5
-3
M
html/includes/graphs/sensor/current.inc.php
+5
-4
M
includes/discovery/cisco-entity-sensor.inc.php
+1
-2
M
includes/discovery/entity-sensor.inc.php
+1
-1
M
includes/discovery/temperatures/lm-sensors.inc.php
+1
M
includes/discovery/temperatures/papouch-tme.inc.php
+1
-1
📈 14 added
📉 11 removed
hack to force separated non-unicast for the time being
M
html/includes/graphs/port/nupkts.inc.php
+2
-2
📈 2 added
📉 2 removed
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 *******
M
database-update.sql
+1
M
discovery.php
+6
A
fix-port-rrd.php
+206
M
html/includes/graphs/device/bits.inc.php
+2
-2
M
html/includes/graphs/multiport/bits_duo.inc.php
+4
-4
M
html/includes/graphs/multiport/bits_separate.inc.php
+1
-1
M
html/includes/graphs/multiport/bits_trio.inc.php
+8
-8
M
html/includes/graphs/multiport/bits.inc.php
+2
-2
M
html/includes/graphs/port/auth.inc.php
+3
M
html/includes/graphs/port/bits.inc.php
-2
M
html/includes/graphs/port/errors.inc.php
+22
-14
M
html/includes/graphs/port/etherlike.inc.php
+1
-1
M
html/includes/graphs/port/nupkts.inc.php
+1
-2
M
html/includes/graphs/port/pagp_bits.inc.php
+2
-2
M
html/includes/graphs/port/upkts.inc.php
-2
M
html/includes/print-interface.inc.php
+2
-2
M
html/pages/device/port/graphs.inc.php
+1
-1
M
includes/polling/port-etherlike.inc.php
+10
-5
M
includes/polling/ports.inc.php
+27
-25
📈 299 added
📉 73 removed
A
html/includes/graphs/service
D
html/includes/graphs/service.inc.php
-34
A
html/includes/graphs/service/auth.inc.php
+20
A
html/includes/graphs/service/availability.inc.php
+26
M
html/includes/print-service.inc
+2
-2
M
html/pages/services.inc.php
+1
-1
A
mibs/CISCO-PRODUCTS-MIB
+1,120
M
poller.php
-4
📈 49 added
📉 41 removed
add some checking to adding/removing permissions for users
M
html/pages/edituser.inc.php
+28
-16
📈 28 added
📉 16 removed
smarter catos version/hardware fetcher. put software release year into $features
M
includes/polling/os/catos.inc.php
+6
-5
M
poller.php
+6
📈 12 added
📉 5 removed
fix uptime graph
M
html/includes/graphs/device/uptime.inc.php
-4
M
html/index.php
+2
-1
M
poller.php
+1
-1
📈 3 added
📉 6 removed
use
entPhysicalName when detecting mempool names on cisco ios. rewrite "centralized forwarding card" to CFC. change old observer reference in
irc.php
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
flatten map (it was like that for a reason :P) and list all ports deleted when deleting an interface
M
html/map.php
+3
-2
M
includes/functions.php
+3
-2
📈 6 added
📉 4 removed
poller output cleanups (i think we should start to put some colour in here, to make it all sexypants)
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
VRF tracking fix to database tables
M
database-update.sql
+2
-1
📈 2 added
📉 1 removed
rename HP SN MIBs file
D
mibs/h2r07604c
-36,503
A
mibs/HP-SN-MIBS
+37,204
📈 0 added
📉 0 removed
increase mempool_index size to accomodate larger indexes
M
database-update.sql
+1
M
html/includes/functions.inc.php
-18
M
html/includes/graphs/device/cras_sessions.inc.php
+2
M
includes/cisco-entities.php
-1
M
includes/discovery/cisco-entity-sensor.inc.php
+10
-2
M
includes/polling/os/allied.inc.php
+5
-5
M
includes/polling/os/ftos.inc.php
+3
-3
M
includes/polling/os/procurve.inc.php
+1
-1
M
includes/polling/os/radlan.inc.php
+2
-2
M
includes/rewrites.php
+22
M
poller.php
+16
-19
📈 62 added
📉 51 removed
clean up more mib names (remove .txt, .mib, .my)
A
mibs/220AQV1C0-private
+75
D
mibs/220AQV1C0-private.mib
-75
A
mibs/ADSL-LINE-EXT-MIB
+1,221
D
mibs/ADSL-LINE-EXT-MIB.mib
-1,216
A
mibs/ADSL-LINE-MIB
+4,382
D
mibs/ADSL-LINE-MIB.mib
-4,382
A
mibs/ADSL-TC-MIB
+113
D
mibs/ADSL-TC-MIB.mib
-113
A
mibs/AGENTX-MIB
+527
D
mibs/AGENTX-MIB.txt
-527
A
mibs/AIRPORT-BASESTATION-3-MIB
+420
D
mibs/AIRPORT-BASESTATION-3-MIB.txt
-403
A
mibs/ALTIGA-ADDRESS-STATS-MIB
+497
D
mibs/ALTIGA-ADDRESS-STATS-MIB.my
-479
A
mibs/ALTIGA-BMGT-STATS-MIB
+237
D
mibs/ALTIGA-BMGT-STATS-MIB.my
-224
A
mibs/ALTIGA-CAP
+265
D
mibs/ALTIGA-CAP.my
-253
A
mibs/ALTIGA-CERT-STATS-MIB
+260
D
mibs/ALTIGA-CERT-STATS-MIB.my
-248
A
mibs/ALTIGA-DHCP-SERVER-STATS-MIB
+240
D
mibs/ALTIGA-DHCP-SERVER-STATS-MIB.my
-227
A
mibs/ALTIGA-DHCP-STATS-MIB
+381
D
mibs/ALTIGA-DHCP-STATS-MIB.my
-368
A
mibs/ALTIGA-DNS-STATS-MIB
+135
D
mibs/ALTIGA-DNS-STATS-MIB.my
-123
A
mibs/ALTIGA-EVENT-STATS-MIB
+177
D
mibs/ALTIGA-EVENT-STATS-MIB.my
-165
A
mibs/ALTIGA-FILTER-STATS-MIB
+294
D
mibs/ALTIGA-FILTER-STATS-MIB.my
-282
A
mibs/ALTIGA-FTP-STATS-MIB
+217
D
mibs/ALTIGA-FTP-STATS-MIB.my
-205
A
mibs/ALTIGA-GENERAL-STATS-MIB
+156
D
mibs/ALTIGA-GENERAL-STATS-MIB.my
-144
A
mibs/ALTIGA-GLOBAL-REG
+267
D
mibs/ALTIGA-GLOBAL-REG.my
-226
A
mibs/ALTIGA-HARDWARE-STATS-MIB
+748
D
mibs/ALTIGA-HARDWARE-STATS-MIB.my
-734
A
mibs/ALTIGA-HTTP-STATS-MIB
+336
D
mibs/ALTIGA-HTTP-STATS-MIB.my
-324
A
mibs/ALTIGA-IP-STATS-MIB
+132
D
mibs/ALTIGA-IP-STATS-MIB.my
-120
A
mibs/ALTIGA-L2TP-STATS-MIB
+1,318
D
mibs/ALTIGA-L2TP-STATS-MIB.my
-1,306
A
mibs/ALTIGA-LBSSF-STATS-MIB
+309
D
mibs/ALTIGA-LBSSF-STATS-MIB.my
-296
A
mibs/ALTIGA-MIB
+344
D
mibs/ALTIGA-MIB.my
-320
A
mibs/ALTIGA-MULTILINK-STATS-MIB
+313
D
mibs/ALTIGA-MULTILINK-STATS-MIB.my
-301
A
mibs/ALTIGA-NAT-STATS-MIB
+437
D
mibs/ALTIGA-NAT-STATS-MIB.my
-425
A
mibs/ALTIGA-PPP-STATS-MIB
+341
D
mibs/ALTIGA-PPP-STATS-MIB.my
-327
A
mibs/ALTIGA-PPPOE-STATS-MIB
+357
D
mibs/ALTIGA-PPPOE-STATS-MIB.my
-345
A
mibs/ALTIGA-PPTP-STATS-MIB
+811
D
mibs/ALTIGA-PPTP-STATS-MIB.my
-799
A
mibs/ALTIGA-SDI-ACE-STATS-MIB
+239
D
mibs/ALTIGA-SDI-ACE-STATS-MIB.my
-227
A
mibs/ALTIGA-SEP-STATS-MIB
+497
D
mibs/ALTIGA-SEP-STATS-MIB.my
-484
A
mibs/ALTIGA-SESSION-STATS-MIB
+2,093
D
mibs/ALTIGA-SESSION-STATS-MIB.my
-2,081
A
mibs/ALTIGA-SSH-STATS-MIB
+287
D
mibs/ALTIGA-SSH-STATS-MIB.my
-275
A
mibs/ALTIGA-SSL-STATS-MIB
+154
D
mibs/ALTIGA-SSL-STATS-MIB.my
-142
A
mibs/ALTIGA-SYNC-STATS-MIB
+362
D
mibs/ALTIGA-SYNC-STATS-MIB.my
-350
A
mibs/ALTIGA-T1E1-STATS-MIB
+275
D
mibs/ALTIGA-T1E1-STATS-MIB.my
-263
A
mibs/ALTIGA-TELNET-STATS-MIB
+585
D
mibs/ALTIGA-TELNET-STATS-MIB.my
-543
A
mibs/ALTIGA-VERSION-STATS-MIB
+158
D
mibs/ALTIGA-VERSION-STATS-MIB.my
-146
A
mibs/ATM-FORUM-MIB
+1,257
D
mibs/ATM-FORUM-MIB.mib
-1,109
A
mibs/ATM-MIB
+3,023
D
mibs/ATM-MIB.mib
-3,023
A
mibs/ATM-TC-MIB
+714
D
mibs/ATM-TC-MIB.mib
-706
A
mibs/BGP4-MIB
+1,271
D
mibs/BGP4-MIB.mib
-1,230
A
mibs/BRIDGE-MIB
+1,466
D
mibs/BRIDGE-MIB.mib
-1,466
A
mibs/CISCO-BGP4-MIB
+1,169
D
mibs/CISCO-BGP4-MIB.my
-1,160
A
mibs/CISCO-CDP-MIB
+828
D
mibs/CISCO-CDP-MIB.my
-806
A
mibs/CISCO-CHANNEL-MIB
+1,522
D
mibs/CISCO-CHANNEL-MIB.my
-1,491
A
mibs/CISCO-CLASS-BASED-QOS-MIB
+6,965
D
mibs/CISCO-CLASS-BASED-QOS-MIB.my
-6,833
A
mibs/CISCO-DOT11-ASSOCIATION-MIB
+1,072
D
mibs/CISCO-DOT11-ASSOCIATION-MIB.my
-1,037
A
mibs/CISCO-DOT11-IF-MIB
+4,482
D
mibs/CISCO-DOT11-IF-MIB.my
-4,452
A
mibs/CISCO-ENHANCED-MEMPOOL-MIB
+1,118
D
mibs/CISCO-ENHANCED-MEMPOOL-MIB.my
-1,101
A
mibs/CISCO-ENTITY-EXT-MIB
+714
D
mibs/CISCO-ENTITY-EXT-MIB.my
-679
A
mibs/CISCO-ENTITY-SENSOR-MIB
+874
D
mibs/CISCO-ENTITY-SENSOR-MIB.my
-840
A
mibs/CISCO-ENVMON-MIB
+932
D
mibs/CISCO-ENVMON-MIB.my
-917
A
mibs/CISCO-ETHER-CFM-MIB
+693
D
mibs/CISCO-ETHER-CFM-MIB.my
-679
A
mibs/CISCO-FIREWALL-MIB
+1,336
D
mibs/CISCO-FIREWALL-MIB.my
-1,276
A
mibs/CISCO-FRAME-RELAY-MIB
+2,207
D
mibs/CISCO-FRAME-RELAY-MIB.my
-2,137
A
mibs/CISCO-IETF-ISIS-MIB
+3,816
D
mibs/CISCO-IETF-ISIS-MIB.my
-3,670
A
mibs/CISCO-IETF-PW-ENET-MIB
+510
D
mibs/CISCO-IETF-PW-ENET-MIB.my
-498
A
mibs/CISCO-IETF-PW-FR-MIB
+565
D
mibs/CISCO-IETF-PW-FR-MIB.my
-538
A
mibs/CISCO-IETF-PW-MIB
+1,369
D
mibs/CISCO-IETF-PW-MIB.my
-1,358
A
mibs/CISCO-IETF-PW-MPLS-MIB
+924
D
mibs/CISCO-IETF-PW-MPLS-MIB.my
-913
A
mibs/CISCO-IETF-PW-TC-MIB
+165
D
mibs/CISCO-IETF-PW-TC-MIB.my
-154
A
mibs/CISCO-IF-EXTENSION-MIB
+1,896
D
mibs/CISCO-IF-EXTENSION-MIB.my
-1,873
A
mibs/CISCO-IP-STAT-MIB
+487
D
mibs/CISCO-IP-STAT-MIB.my
-463
A
mibs/CISCO-IP-URPF-MIB
+708
D
mibs/CISCO-IP-URPF-MIB.my
-686
A
mibs/CISCO-IPSEC-FLOW-MONITOR-MIB
+5,881
D
mibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my
-5,737
A
mibs/CISCO-LAG-MIB
+623
D
mibs/CISCO-LAG-MIB.my
-574
A
mibs/CISCO-MEDIA-GATEWAY-MIB
+2,282
D
mibs/CISCO-MEDIA-GATEWAY-MIB.my
-2,217
A
mibs/CISCO-MEMORY-POOL-MIB
+318
D
mibs/CISCO-MEMORY-POOL-MIB.my
-303
A
mibs/CISCO-MVPN-MIB
+1,223
D
mibs/CISCO-MVPN-MIB.my
-1,166
A
mibs/CISCO-PAGP-MIB
+1,005
D
mibs/CISCO-PAGP-MIB.my
-994
A
mibs/CISCO-POWER-ETHERNET-EXT-MIB
+887
D
mibs/CISCO-POWER-ETHERNET-EXT-MIB.my
-875
A
mibs/CISCO-PROCESS-MIB
+1,869
D
mibs/CISCO-PROCESS-MIB.my
-1,840
A
mibs/CISCO-QOS-PIB-MIB
+2,022
D
mibs/CISCO-QOS-PIB-MIB.my
-1,917
A
mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB
+2,273
D
mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my
-2,177
A
mibs/CISCO-RTTMON-MIB
+9,301
D
mibs/CISCO-RTTMON-MIB.my
-9,225
A
mibs/CISCO-RTTMON-TC-MIB
+736
D
mibs/CISCO-RTTMON-TC-MIB.my
-719
A
mibs/CISCO-SMI
+326
D
mibs/CISCO-SMI.my
-307
A
mibs/CISCO-STACK-MIB
+13,045
D
mibs/CISCO-STACK-MIB.my
-12,869
A
mibs/CISCO-SWITCH-ENGINE-MIB
+5,486
D
mibs/CISCO-SWITCH-ENGINE-MIB.my
-5,340
A
mibs/CISCO-TC
+1,632
A
mibs/CISCO-TC-NO-U32
+212
D
mibs/CISCO-TC-NO-U32.my
-202
D
mibs/CISCO-TC.my
-1,623
A
mibs/CISCO-TCP-MIB
+250
D
mibs/CISCO-TCP-MIB.my
-234
A
mibs/CISCO-TCPOFFLOAD-MIB
+298
D
mibs/CISCO-TCPOFFLOAD-MIB.my
-281
A
mibs/CISCO-VLAN-MEMBERSHIP-MIB
+732
D
mibs/CISCO-VLAN-MEMBERSHIP-MIB.my
-708
A
mibs/CISCO-VTP-MIB
+4,457
D
mibs/CISCO-VTP-MIB.my
-4,374
A
mibs/DELL-RAC-MIB
+1,233
D
mibs/DELL-RAC-MIB.mib
-1,222
A
mibs/Dell-Vendor-MIB
+458
D
mibs/Dell-Vendor-MIB.mib
-446
A
mibs/DeltaUPS-MIB
+1,666
D
mibs/DeltaUPS-MIB.mib
-1,628
A
mibs/DEVROUTE-MIB
+336
D
mibs/DEVROUTE-MIB.mib
-335
A
mibs/DIFFSERV-DSCP-TC
+68
D
mibs/DIFFSERV-DSCP-TC.my
-68
A
mibs/DIFFSERV-MIB
+3,704
D
mibs/DIFFSERV-MIB.my
-3,469
A
mibs/DISMAN-EVENT-MIB
+1,955
D
mibs/DISMAN-EVENT-MIB.txt
-1,898
A
mibs/DISMAN-PING-MIB
+1,141
D
mibs/DISMAN-PING-MIB.mib
-1,140
A
mibs/DISMAN-SCHEDULE-MIB
+699
D
mibs/DISMAN-SCHEDULE-MIB.txt
-676
A
mibs/DISMAN-SCRIPT-MIB
+1,764
D
mibs/DISMAN-SCRIPT-MIB.txt
-1,723
A
mibs/DISMAN-TRACEROUTE-MIB
+1,316
D
mibs/DISMAN-TRACEROUTE-MIB.mib
-1,316
A
mibs/DLSW-MIB
+3,585
D
mibs/DLSW-MIB.mib
-3,287
A
mibs/DOCS-IF-MIB
+5,255
D
mibs/DOCS-IF-MIB.my
-5,255
A
mibs/DRAFT-MSDP-MIB
+1,079
D
mibs/DRAFT-MSDP-MIB.mib
-1,059
A
mibs/DS1-MIB
+2,108
D
mibs/DS1-MIB.mib
-2,108
A
mibs/DS3-MIB
+1,794
D
mibs/DS3-MIB.mib
-1,769
A
mibs/ENROUTE-245-MIB
+5,894
D
mibs/ENROUTE-245-MIB.txt
-4,389
A
mibs/ENROUTE-POWERPC-244-MIB
+5,894
D
mibs/ENROUTE-POWERPC-244-MIB.txt
-4,389
A
mibs/ENTITY-MIB
+1,466
D
mibs/ENTITY-MIB.my
-1,444
A
mibs/ESO-CONSORTIUM-MIB
+183
D
mibs/ESO-CONSORTIUM-MIB.mib
-167
A
mibs/EtherLike-MIB
+1,862
D
mibs/EtherLike-MIB.txt
-1,862
A
mibs/extreme-v762b3
+21,956
D
mibs/extreme-v762b3.mib
-21,084
A
mibs/FDDI-SMT73-MIB
+2,150
D
mibs/FDDI-SMT73-MIB.my
-2,140
A
mibs/FORTINET-MIB-280
+730
D
mibs/FORTINET-MIB-280.mib
-705
A
mibs/FOUNDRY-CAR-MIB
+265
D
mibs/FOUNDRY-CAR-MIB.mib
-261
A
mibs/FOUNDRY-SN-AGENT-MIB
+4,003
D
mibs/FOUNDRY-SN-AGENT-MIB.mib
-3,953
A
mibs/FOUNDRY-SN-APPLETALK-MIB
+765
D
mibs/FOUNDRY-SN-APPLETALK-MIB.mib
-741
A
mibs/FOUNDRY-SN-BGP4-GROUP-MIB
+3,089
D
mibs/FOUNDRY-SN-BGP4-GROUP-MIB.mib
-3,053
A
mibs/FOUNDRY-SN-IGMP-MIB
+129
D
mibs/FOUNDRY-SN-IGMP-MIB.mib
-112
A
mibs/FOUNDRY-SN-IP-ACL-MIB
+476
D
mibs/FOUNDRY-SN-IP-ACL-MIB.mib
-469
A
mibs/FOUNDRY-SN-IP-MIB
+5,406
D
mibs/FOUNDRY-SN-IP-MIB.mib
-5,297
A
mibs/FOUNDRY-SN-IP-VRRP-MIB
+1,144
D
mibs/FOUNDRY-SN-IP-VRRP-MIB.mib
-1,108
A
mibs/FOUNDRY-SN-IPX-MIB
+1,329
D
mibs/FOUNDRY-SN-IPX-MIB.mib
-1,301
A
mibs/foundry-sn-mac-authentication
+234
D
mibs/foundry-sn-mac-authentication.mib
-224
A
mibs/foundry-sn-mac-vlan
+285
D
mibs/foundry-sn-mac-vlan.mib
-266
A
mibs/foundry-sn-mrp
+325
D
mibs/foundry-sn-mrp.mib
-320
A
mibs/FOUNDRY-SN-OSPF-GROUP-MIB
+3,409
D
mibs/FOUNDRY-SN-OSPF-GROUP-MIB.mib
-3,330
A
mibs/FOUNDRY-SN-POS-GROUP-MIB
+533
D
mibs/FOUNDRY-SN-POS-GROUP-MIB.mib
-518
A
mibs/FOUNDRY-SN-ROOT-MIB
+770
D
mibs/FOUNDRY-SN-ROOT-MIB.mib
-743
A
mibs/FOUNDRY-SN-ROUTER-TRAP-MIB
+439
D
mibs/FOUNDRY-SN-ROUTER-TRAP-MIB.mib
-419
A
mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB
+4,617
D
mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib
-4,531
A
mibs/FOUNDRY-SN-SWITCH-GROUP-MIB
+8,063
D
mibs/FOUNDRY-SN-SWITCH-GROUP-MIB.mib
-7,953
A
mibs/FOUNDRY-SN-TRAP-MIB
+1,326
D
mibs/FOUNDRY-SN-TRAP-MIB.mib
-1,303
A
mibs/FOUNDRY-SN-VSRP-MIB
+628
D
mibs/FOUNDRY-SN-VSRP-MIB.mib
-609
A
mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB
+497
D
mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib
-464
A
mibs/FOUNDRY-VLAN-CAR-MIB
+256
D
mibs/FOUNDRY-VLAN-CAR-MIB.mib
-249
A
mibs/FR-MFR-MIB
+884
D
mibs/FR-MFR-MIB.mib
-884
A
mibs/GMPLS-LSR-STD-MIB
+548
D
mibs/GMPLS-LSR-STD-MIB.mib
-503
A
mibs/GMPLS-TC-STD-MIB
+168
D
mibs/GMPLS-TC-STD-MIB.mib
-127
A
mibs/GMPLS-TE-STD-MIB
+1,777
D
mibs/GMPLS-TE-STD-MIB.mib
-1,718
A
mibs/GNOME-SMI
+88
D
mibs/GNOME-SMI.txt
-87
A
mibs/h2r07604c
+37,204
D
mibs/h2r07604c.mib
-36,503
A
mibs/HCNUM-TC
+118
D
mibs/HCNUM-TC.txt
-118
A
mibs/HDSL2-SHDSL-LINE-MIB
+2,316
D
mibs/HDSL2-SHDSL-LINE-MIB.mib
-2,282
A
mibs/HOST-RESOURCES-MIB
+1,540
D
mibs/HOST-RESOURCES-MIB.txt
-1,489
A
mibs/HOST-RESOURCES-TYPES
+389
D
mibs/HOST-RESOURCES-TYPES.txt
-385
A
mibs/HUAWEI-MIB
+384
D
mibs/HUAWEI-MIB.mib
-374
A
mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB
+121
D
mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
-121
A
mibs/IANA-GMPLS-TC-MIB
+330
D
mibs/IANA-GMPLS-TC-MIB.mib
-289
A
mibs/IANA-LANGUAGE-MIB
+123
D
mibs/IANA-LANGUAGE-MIB.txt
-123
A
mibs/IANA-MAU-MIB
+903
D
mibs/IANA-MAU-MIB.my
-903
A
mibs/IANA-RTPROTO-MIB
+92
D
mibs/IANA-RTPROTO-MIB.txt
-92
A
mibs/IANAifType-MIB
+518
D
mibs/IANAifType-MIB.my
-509
A
mibs/IEEE8021-PAE-MIB
+1,919
D
mibs/IEEE8021-PAE-MIB.mib
-1,866
A
mibs/IEEE8023-LAG-MIB
+1,400
D
mibs/IEEE8023-LAG-MIB.my
-1,362
A
mibs/IEEE802dot11-MIB
+2,977
D
mibs/IEEE802dot11-MIB.my
-2,781
A
mibs/IF-INVERTED-STACK-MIB
+149
D
mibs/IF-INVERTED-STACK-MIB.txt
-143
A
mibs/IF-MIB
+1,814
D
mibs/IF-MIB.txt
-1,751
A
mibs/IGMP-STD-MIB
+511
D
mibs/IGMP-STD-MIB.mib
-501
A
mibs/INET-ADDRESS-MIB
+425
D
mibs/INET-ADDRESS-MIB.my
-414
A
mibs/INTEGRATED-SERVICES-MIB
+790
D
mibs/INTEGRATED-SERVICES-MIB.my
-778
A
mibs/IP-FORWARD-MIB
+1,357
D
mibs/IP-FORWARD-MIB.txt
-1,321
A
mibs/IP-MIB
+5,171
D
mibs/IP-MIB.my
-5,041
A
mibs/IPMROUTE-MIB
+951
D
mibs/IPMROUTE-MIB.mib
-924
A
mibs/IPMROUTE-STD-MIB
+876
D
mibs/IPMROUTE-STD-MIB.mib
-850
A
mibs/IPV6-ICMP-MIB
+529
D
mibs/IPV6-ICMP-MIB.txt
-527
A
mibs/IPV6-MIB
+1,443
D
mibs/IPV6-MIB.txt
-1,434
A
mibs/IPV6-MLD-MIB
+427
D
mibs/IPV6-MLD-MIB.my
-427
A
mibs/IPV6-TC
+67
D
mibs/IPV6-TC.mib
-66
D
mibs/IPV6-TC.txt
-66
A
mibs/IPV6-TCP-MIB
+211
D
mibs/IPV6-TCP-MIB.txt
-200
A
mibs/IPV6-UDP-MIB
+141
D
mibs/IPV6-UDP-MIB.txt
-131
A
mibs/jnx-wx.mib
+1,160
D
mibs/jnx-wx.mib.txt
-1,115
A
mibs/JUNIPER-WX-MIB
+2,550
D
mibs/JUNIPER-WX-MIB.my
-2,511
A
mibs/LLDP-EXT-DOT1-MIB
+855
D
mibs/LLDP-EXT-DOT1-MIB.mib
-791
A
mibs/LLDP-MIB
+1,987
D
mibs/LLDP-MIB.my
-1,927
A
mibs/LM-SENSORS-MIB
+230
D
mibs/LM-SENSORS-MIB.txt
-220
A
mibs/MAU-MIB
+1,837
D
mibs/MAU-MIB.my
-1,837
A
mibs/MG-SNMP-UPS-MIB
+7,584
D
mibs/MG-SNMP-UPS-MIB.mib
-7,293
A
mibs/MIB-DELL-10892
+12,110
D
mibs/MIB-DELL-10892.mib
-11,671
A
mibs/MPLS-L3VPN-STD-MIB
+1,621
D
mibs/MPLS-L3VPN-STD-MIB.my
-1,566
A
mibs/MPLS-LSR-MIB
+2,127
D
mibs/MPLS-LSR-MIB.my
-2,086
A
mibs/MPLS-LSR-STD-MIB
+2,104
D
mibs/MPLS-LSR-STD-MIB.my
-2,068
A
mibs/MPLS-TC-STD-MIB
+637
D
mibs/MPLS-TC-STD-MIB.my
-634
A
mibs/MPLS-TE-STD-MIB
+2,518
D
mibs/MPLS-TE-STD-MIB.mib
-2,479
A
mibs/MPLS-VPN-MIB
+1,763
D
mibs/MPLS-VPN-MIB.my
-1,623
A
mibs/NET-SNMP-AGENT-MIB
+550
D
mibs/NET-SNMP-AGENT-MIB.txt
-523
A
mibs/NET-SNMP-EXAMPLES-MIB
+285
D
mibs/NET-SNMP-EXAMPLES-MIB.txt
-265
A
mibs/NET-SNMP-EXTEND-MIB
+322
D
mibs/NET-SNMP-EXTEND-MIB.txt
-316
A
mibs/NET-SNMP-MIB
+67
D
mibs/NET-SNMP-MIB.txt
-46
A
mibs/NET-SNMP-TC
+123
D
mibs/NET-SNMP-TC.txt
-85
A
mibs/NET-SNMP-VACM-MIB
+154
D
mibs/NET-SNMP-VACM-MIB.txt
-151
A
mibs/NETWORK-APPLIANCE-MIB
+24,180
D
mibs/NETWORK-APPLIANCE-MIB.my
-24,177
A
mibs/NOTIFICATION-LOG-MIB
+782
D
mibs/NOTIFICATION-LOG-MIB.txt
-755
A
mibs/NS-ADDR
+142
D
mibs/NS-ADDR.mib
-138
A
mibs/NS-BGP4
+784
D
mibs/NS-BGP4.mib
-779
A
mibs/NS-CHASSIS
+271
D
mibs/NS-CHASSIS.mib
-268
A
mibs/NS-IDS
+880
D
mibs/NS-IDS.mib
-876
A
mibs/NS-INTERFACE
+696
D
mibs/NS-INTERFACE.mib
-692
A
mibs/NS-IP-ARP
+184
D
mibs/NS-IP-ARP.mib
-180
A
mibs/NS-NAT
+459
D
mibs/NS-NAT.mib
-455
A
mibs/NS-NSRP
+1,182
D
mibs/NS-NSRP.mib
-1,178
A
mibs/NS-OSPF
+2,397
A
mibs/NS-OSPF-TRAP
+444
D
mibs/NS-OSPF-TRAP.mib
-436
D
mibs/NS-OSPF.mib
-2,299
A
mibs/NS-POLICY
+568
D
mibs/NS-POLICY.mib
-564
A
mibs/NS-PRODUCTS
+117
D
mibs/NS-PRODUCTS.mib
-115
A
mibs/NS-QOS
+174
D
mibs/NS-QOS.mib
-170
A
mibs/NS-RES
+269
D
mibs/NS-RES.mib
-265
A
mibs/NS-RIP
+567
D
mibs/NS-RIP.mib
-502
A
mibs/NS-SCHEDULE
+253
D
mibs/NS-SCHEDULE.mib
-249
A
mibs/NS-SERVICE
+323
D
mibs/NS-SERVICE.mib
-319
A
mibs/NS-SMI
+95
D
mibs/NS-SMI.mib
-90
A
mibs/NS-TRAPS
+428
D
mibs/NS-TRAPS.mib
-426
A
mibs/NS-VR
+157
A
mibs/NS-VR-BGP4
+787
D
mibs/NS-VR-BGP4.mib
-782
A
mibs/NS-VR-OSPF
+2,410
D
mibs/NS-VR-OSPF.mib
-2,312
A
mibs/NS-VR-RIP
+567
D
mibs/NS-VR-RIP.mib
-502
D
mibs/NS-VR.mib
-152
A
mibs/NS-VSYS
+98
D
mibs/NS-VSYS.mib
-94
A
mibs/NS-ZONE
+122
D
mibs/NS-ZONE.mib
-118
A
mibs/OLD-CISCO-CHASSIS-MIB-V1SMI
+2,468
D
mibs/OLD-CISCO-CHASSIS-MIB-V1SMI.my
-2,457
A
mibs/OLD-CISCO-CPU-MIB
+70
D
mibs/OLD-CISCO-CPU-MIB.my
-58
A
mibs/OLD-CISCO-INTERFACES-MIB
+1,405
D
mibs/OLD-CISCO-INTERFACES-MIB.my
-1,395
A
mibs/OLD-CISCO-MEMORY-MIB
+429
D
mibs/OLD-CISCO-MEMORY-MIB.my
-417
A
mibs/OLD-CISCO-SYS-MIB
+1,043
D
mibs/OLD-CISCO-SYS-MIB.my
-1,014
A
mibs/OPT-IF-MIB
+6,261
D
mibs/OPT-IF-MIB.mib
-6,119
A
mibs/OSPF-MIB
+4,218
D
mibs/OSPF-MIB.my
-4,160
A
mibs/OSPF-TRAP-MIB
+443
D
mibs/OSPF-TRAP-MIB.txt
-437
A
mibs/PerfHist-TC-MIB
+173
D
mibs/PerfHist-TC-MIB.my
-162
A
mibs/PIM-MIB
+909
D
mibs/PIM-MIB.mib
-893
A
mibs/POWER-ETHERNET-MIB
+629
D
mibs/POWER-ETHERNET-MIB.my
-611
A
mibs/PPVPN-TC-MIB
+47
D
mibs/PPVPN-TC-MIB.mib
-46
A
mibs/PTOPO-MIB
+824
D
mibs/PTOPO-MIB.mib
-799
A
mibs/Q-BRIDGE-MIB
+2,489
D
mibs/Q-BRIDGE-MIB.mib
-2,429
A
mibs/RFC-1212
+79
D
mibs/RFC-1212.mib
-72
A
mibs/RFC-1215
+38
D
mibs/RFC-1215.txt
-29
A
mibs/RFC1155-SMI
+119
D
mibs/RFC1155-SMI.txt
-119
A
mibs/RFC1213-MIB
+2,613
D
mibs/RFC1213-MIB.txt
-2,485
A
mibs/RFC1284-MIB
+740
D
mibs/RFC1284-MIB.my
-738
A
mibs/RFC1389-MIB
+419
D
mibs/RFC1389-MIB.my
-417
A
mibs/RIPv2-MIB
+530
D
mibs/RIPv2-MIB.txt
-507
A
mibs/RMON-MIB
+3,980
D
mibs/RMON-MIB.txt
-3,726
A
mibs/RMON2-MIB
+6,019
D
mibs/RMON2-MIB.mib
-5,857
A
mibs/RSTP-MIB
+307
D
mibs/RSTP-MIB.mib
-307
A
mibs/SMON-MIB
+1,276
D
mibs/SMON-MIB.mib
-1,265
A
mibs/SMUX-MIB
+158
D
mibs/SMUX-MIB.txt
-158
A
mibs/SNA-SDLC-MIB
+2,761
D
mibs/SNA-SDLC-MIB.mib
-2,658
A
mibs/SNMP-COMMUNITY-MIB
+429
D
mibs/SNMP-COMMUNITY-MIB.txt
-413
A
mibs/SNMP-FRAMEWORK-MIB
+526
D
mibs/SNMP-FRAMEWORK-MIB.txt
-520
A
mibs/SNMP-MPD-MIB
+145
D
mibs/SNMP-MPD-MIB.txt
-141
A
mibs/SNMP-NOTIFICATION-MIB
+589
D
mibs/SNMP-NOTIFICATION-MIB.txt
-574
A
mibs/SNMP-PROXY-MIB
+294
D
mibs/SNMP-PROXY-MIB.txt
-279
A
mibs/SNMP-REPEATER-MIB
+1,319
D
mibs/SNMP-REPEATER-MIB.my
-1,307
A
mibs/SNMP-TARGET-MIB
+660
D
mibs/SNMP-TARGET-MIB.txt
-645
A
mibs/SNMP-USER-BASED-SM-MIB
+912
D
mibs/SNMP-USER-BASED-SM-MIB.txt
-902
A
mibs/SNMP-USM-AES-MIB
+62
D
mibs/SNMP-USM-AES-MIB.txt
-62
A
mibs/SNMP-USM-DH-OBJECTS-MIB
+537
D
mibs/SNMP-USM-DH-OBJECTS-MIB.txt
-531
A
mibs/SNMP-VIEW-BASED-ACM-MIB
+830
D
mibs/SNMP-VIEW-BASED-ACM-MIB.txt
-816
A
mibs/SNMPv2-CONF
+322
D
mibs/SNMPv2-CONF.txt
-318
A
mibs/SNMPv2-MIB
+854
D
mibs/SNMPv2-MIB.txt
-809
A
mibs/SNMPv2-SMI
+344
D
mibs/SNMPv2-SMI.txt
-312
A
mibs/SNMPv2-TC
+772
D
mibs/SNMPv2-TC.txt
-764
A
mibs/SNMPv2-TM
+176
D
mibs/SNMPv2-TM.txt
-170
A
mibs/SONET-MIB
+2,360
D
mibs/SONET-MIB.mib
-2,193
A
mibs/SOURCE-ROUTING-MIB
+452
D
mibs/SOURCE-ROUTING-MIB.txt
-427
A
mibs/SUPERMICRO-HEALTH-MIB
+246
D
mibs/SUPERMICRO-HEALTH-MIB.mib
-231
A
mibs/SUPERMICRO-SMI
+55
D
mibs/SUPERMICRO-SMI.mib
-46
A
mibs/SYSAPPL-MIB
+1,553
D
mibs/SYSAPPL-MIB.mib
-1,553
A
mibs/TCP-MIB
+785
D
mibs/TCP-MIB.txt
-775
A
mibs/TOKEN-RING-RMON-MIB
+2,580
D
mibs/TOKEN-RING-RMON-MIB.my
-2,579
A
mibs/TRANSPORT-ADDRESS-MIB
+417
D
mibs/TRANSPORT-ADDRESS-MIB.txt
-412
A
mibs/TUNNEL-MIB
+735
D
mibs/TUNNEL-MIB.my
-734
A
mibs/UCD-DEMO-MIB
+74
D
mibs/UCD-DEMO-MIB.txt
-74
A
mibs/UCD-DISKIO-MIB
+162
D
mibs/UCD-DISKIO-MIB.txt
-156
A
mibs/UCD-DLMOD-MIB
+119
D
mibs/UCD-DLMOD-MIB.txt
-115
A
mibs/UCD-IPFWACC-MIB
+327
D
mibs/UCD-IPFWACC-MIB.txt
-327
A
mibs/UCD-SNMP-MIB
+1,628
D
mibs/UCD-SNMP-MIB.txt
-1,538
A
mibs/UDP-MIB
+549
D
mibs/UDP-MIB.txt
-533
A
mibs/VPN-TC-STD-MIB
+81
D
mibs/VPN-TC-STD-MIB.my
-72
A
mibs/VRRP-MIB
+792
D
mibs/VRRP-MIB.my
-759
📈 0 added
📉 0 removed
prettier cras sessions (separate clientless from tunnels)
M
html/includes/graphs/device/cras_sessions.inc.php
+19
-19
📈 19 added
📉 19 removed
revert quote in asa os detection
M
includes/discovery/os/asa.inc.php
+1
-1
📈 1 added
📉 1 removed
fix auth for multiport (hacky)
M
html/includes/graphs/multiport/auth.inc.php
+6
-1
📈 6 added
📉 1 removed
fix supermicro fan discovery
M
includes/discovery/fanspeeds/supermicro.inc.php
+4
-4
📈 4 added
📉 4 removed
duh
M
html/includes/graphs/port/nupkts.inc.php
-2
📈 0 added
📉 2 removed
remove old debug from packets graph (oopsiepops)
M
html/includes/graphs/port/nupkts.inc.php
+2
M
html/includes/graphs/port/upkts.inc.php
+1
-1
📈 3 added
📉 1 removed
also run CDP discovery on non-IOS hosts
M
includes/discovery/discovery-protocols.inc.php
+35
-25
📈 35 added
📉 25 removed
fix asa detection (wtf Cisco?) - fix by Bill Fenner
M
includes/discovery/os/asa.inc.php
+1
-1
📈 1 added
📉 1 removed
fix trimming quotes from areca controller sensors, fix health/frequencies page to use new table
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
M
includes/discovery/cisco-entity-sensor.inc.php
+1
-1
M
includes/discovery/entity-sensor.inc.php
+1
-1
📈 2 added
📉 2 removed
can auth via _GET
M
html/includes/authenticate.inc.php
+5
-6
📈 5 added
📉 6 removed
reworking poe polling a bit, but still unpolished or even unfinished
M
includes/defaults.inc.php
+1
D
includes/polling/cisco-poe.inc.php
-63
M
includes/polling/port-adsl.inc.php
+2
-2
M
includes/polling/port-etherlike.inc.php
+2
-2
A
includes/polling/port-poe.inc.php
+44
M
includes/polling/ports.inc.php
+6
-3
📈 55 added
📉 70 removed
better fix
M
html/includes/functions.inc.php
+3
-3
📈 3 added
📉 3 removed
fix device overlib with odd chars
M
html/includes/functions.inc.php
+3
-3
📈 3 added
📉 3 removed
ok not all graphs, but a few more (atleast cpu, mem and bits for device overlibs)
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
hack to make *all* graphs draw, even if missing rrd
M
html/includes/graphs/device/mempools.inc.php
+19
-18
M
html/includes/graphs/device/processors.inc.php
+1
-3
M
html/includes/graphs/generic_multi_bits.inc.php
+2
M
html/includes/graphs/graph.inc.php
+1
📈 23 added
📉 21 removed
minus debug :>
M
html/includes/graphs/graph.inc.php
+1
-1
📈 1 added
📉 1 removed
improved graph errors
M
html/includes/graphs/graph.inc.php
+25
-5
📈 25 added
📉 5 removed
clean up unused function, remove baseurl (yay relative urls)
M
html/pages/bill.inc.php
+4
-4
M
includes/functions.php
-19
📈 4 added
📉 23 removed
fix graphs
M
html/includes/graphs/common.inc.php
+1
-1
M
html/includes/graphs/graph.inc.php
+2
-1
📈 3 added
📉 2 removed
rename merge generateiflink && generate_if_link to generate_port_link, rename generatedevicelink to generate_device_link
M
html/includes/device-header.inc.php
+1
-1
M
html/includes/functions.inc.php
+4
-13
M
html/includes/graphs/application/auth.inc.php
+1
-1
M
html/includes/graphs/bgp/auth.inc.php
+1
-1
M
html/includes/graphs/customer/auth.inc.php
+1
-1
M
html/includes/graphs/device/auth.inc.php
+1
-1
M
html/includes/graphs/diskio/auth.inc.php
+1
-1
M
html/includes/graphs/mempool/auth.inc.php
+1
-1
M
html/includes/graphs/multiport/auth.inc.php
+2
-2
M
html/includes/graphs/port/auth.inc.php
+2
-2
M
html/includes/graphs/processor/auth.inc.php
+1
-1
M
html/includes/graphs/sensor/auth.inc.php
+1
-1
M
html/includes/graphs/storage/auth.inc.php
+1
-1
M
html/includes/hostbox.inc
+1
-1
M
html/includes/print-event-short.inc
+1
-1
M
html/includes/print-event.inc
+2
-2
M
html/includes/print-interface-adsl.inc.php
+8
-8
M
html/includes/print-interface.inc.php
+10
-10
M
html/includes/print-service.inc
+1
-1
M
html/includes/print-syslog.inc
+1
-1
M
html/includes/print-vlan.inc
+1
-1
M
html/includes/print-vrf.inc
+1
-1
M
html/pages/bgp.inc.php
+2
-2
M
html/pages/bill.inc.php
+1
-1
M
html/pages/bill/edit.php
+1
-1
M
html/pages/customers.inc.php
+2
-2
M
html/pages/device/arp.inc.php
+3
-3
M
html/pages/device/bgp.inc.php
+1
-1
M
html/pages/device/entphysical.inc.php
+1
-1
M
html/pages/device/hrdevice.inc.php
+1
-1
M
html/pages/device/overview/ports.inc.php
+1
-1
M
html/pages/device/port/arp.inc.php
+2
-2
M
html/pages/device/port/macaccounting.inc.php
+1
-1
M
html/pages/device/port/pagp.inc.php
+1
-1
M
html/pages/front/default.php
+6
-6
M
html/pages/front/demo.php
+6
-6
M
html/pages/front/example2.php
+6
-6
M
html/pages/front/jt.php
+6
-6
M
html/pages/health/current.inc.php
+1
-1
M
html/pages/health/fanspeeds.inc.php
+1
-1
M
html/pages/health/frequencies.inc.php
+1
-1
M
html/pages/health/humidity.inc.php
+1
-1
M
html/pages/health/memory.inc.php
+1
-1
M
html/pages/health/processors.inc.php
+1
-1
M
html/pages/health/storage.inc.php
+1
-1
M
html/pages/health/temperatures.inc.php
+1
-1
M
html/pages/health/voltages.inc.php
+1
-1
M
html/pages/iftype.inc.php
+2
-2
M
html/pages/inventory.inc.php
+1
-1
M
html/pages/ipv4.inc.php
+3
-3
M
html/pages/ipv6.inc.php
+3
-3
M
html/pages/ports/default.inc.php
+3
-3
M
html/pages/ports/deleted.inc.php
+4
-4
M
html/pages/pseudowires.inc.php
+2
-2
M
html/pages/storage.inc.php
+1
-1
M
html/pages/vrfs.inc.php
+2
-2
📈 115 added
📉 124 removed
restore graph error width FOR GREAT JUSTICE (someone fix the scale part for me plx)
M
html/includes/graphs/graph.inc.php
+1
-1
📈 1 added
📉 1 removed
catos changes
M
includes/polling/os/catos.inc.php
+9
📈 9 added
📉 0 removed
make graph error box the requested size
M
html/includes/graphs/graph.inc.php
+1
-1
📈 1 added
📉 1 removed
fix free storage space
M
html/pages/health/storage.inc.php
+1
-1
📈 1 added
📉 1 removed
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
M
includes/defaults.inc.php
+1
-1
M
includes/polling/os/catos.inc.php
-38
A
mibs/CISCO-CEF-MIB
+2,965
A
mibs/CISCO-CEF-TC
+453
M
poller.php
+3
-2
📈 4 added
📉 41 removed
eh, really fix map
📈 1 added
📉 1 removed
fix map
📈 1 added
📉 0 removed
fix mac accounting total graph
M
html/includes/graphs/port/mac_acc_total.inc.php
+1
-1
📈 1 added
📉 1 removed
more fixes to mac accounting
M
html/pages/device/port/macaccounting.inc.php
+11
-11
📈 11 added
📉 11 removed
fix some mac accounting stuff
M
html/pages/device/port/macaccounting.inc.php
+13
-13
📈 13 added
📉 13 removed
fix broken graphs with disabled short tags
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
fix demo template
M
html/pages/front/demo.php
+19
-19
📈 19 added
📉 19 removed
fix wifi clients graph more
D
html/includes/graphs/device/aironet_wifi_clients.inc.php
-29
A
html/includes/graphs/device/wifi_clients.inc.php
+29
M
includes/polling/wifi.inc.php
+2
-2
📈 31 added
📉 31 removed
fix wifi polling for airport devices
D
includes/polling/aironet_wifi_clients.inc.php
-76
A
includes/polling/wifi.inc.php
+81
M
poller.php
+1
-1
📈 82 added
📉 77 removed
rename polling
bgpPeer.inc.php
file to the same name as discovery
bgp-peers.inc.php
A
includes/polling/bgp-peers.inc.php
+189
D
includes/polling/bgpPeer.inc.php
-189
M
includes/polling/ups.inc.php
+1
-1
M
poller.php
+1
-1
📈 191 added
📉 191 removed
improved cipsec graphs
M
html/includes/graphs/device/cipsec_flow_bits.inc.php
-1
M
html/includes/graphs/device/cipsec_flow_pkts.inc.php
+1
-1
M
html/includes/graphs/device/cipsec_flow_tunnels.inc.php
+15
-8
M
html/includes/graphs/graph.inc.php
+7
-5
📈 23 added
📉 15 removed
improve error output from grapher
M
html/includes/graphs/graph.inc.php
+22
-14
📈 22 added
📉 14 removed
storage graphtype auth
A
html/includes/graphs/storage/auth.inc.php
+20
📈 20 added
📉 0 removed
fixes to billing
M
html/ajax_listports.php
+2
-1
M
html/pages/bill.inc.php
+10
-7
📈 12 added
📉 8 removed
fix new billing graph, fix interface links
M
html/includes/functions.inc.php
+1
M
html/includes/graphs/bill/auth.inc.php
+2
-3
M
html/includes/graphs/graph.inc.php
+3
-1
📈 6 added
📉 4 removed
more improvments to collectd
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
collectd improvements
M
html/includes/collectd/functions.php
+16
-4
📈 16 added
📉 4 removed
add rrdcached support to collectd
M
html/collectd-graph.php
+1
M
html/includes/collectd/config.php
+1
-1
M
html/includes/collectd/definitions.php
+14
-14
M
html/includes/collectd/functions.php
+4
-4
📈 20 added
📉 19 removed
fix BGP graphs
A
html/includes/graphs/bgp/auth.inc.php
+21
M
html/includes/graphs/bgp/cbgp_prefixes.inc.php
+1
-3
M
html/includes/graphs/bgp/updates.inc.php
+1
-3
M
html/pages/device/bgp.inc.php
+10
-10
📈 33 added
📉 16 removed
graphing system updates
M
html/includes/functions.inc.php
+29
-6
M
html/includes/graphs/application/apache_bytes.inc.php
+1
-6
M
html/includes/graphs/application/apache_cpu.inc.php
+1
-6
M
html/includes/graphs/application/apache_hits.inc.php
+1
-6
M
html/includes/graphs/application/apache_scoreboard.inc.php
+1
-6
A
html/includes/graphs/application/auth.inc.php
+12
A
html/includes/graphs/customer/auth.inc.php
+11
M
html/includes/graphs/device/auth.inc.php
+4
-5
A
html/includes/graphs/diskio/auth.inc.php
+24
M
html/includes/graphs/diskio/bits.inc.php
-9
M
html/includes/graphs/graph.inc.php
+30
-23
A
html/includes/graphs/mempool/auth.inc.php
+19
M
html/includes/graphs/mempool/usage.inc.php
+15
-19
M
html/includes/graphs/port/auth.inc.php
+2
-5
A
html/includes/graphs/processor/auth.inc.php
+16
M
html/includes/graphs/processor/usage.inc.php
+15
-19
M
html/includes/graphs/sensor/auth.inc.php
+18
-3
M
html/includes/graphs/sensor/current.inc.php
+4
-8
A
html/includes/graphs/sensor/fanspeed.inc.php
+18
M
html/includes/graphs/sensor/frequency.inc.php
+4
-8
M
html/includes/graphs/sensor/humidity.inc.php
+4
-10
M
html/includes/graphs/sensor/temperature.inc.php
+3
-4
M
html/includes/graphs/sensor/voltage.inc.php
+2
-3
M
html/includes/graphs/storage/usage.inc.php
+4
-6
M
html/includes/print-interface-adsl.inc.php
+6
-6
M
html/includes/print-interface.inc.php
+19
-17
M
html/includes/print-menubar.php
+1
-1
M
html/includes/print-syslog.inc
+1
-1
M
html/pages/device.inc.php
+17
-17
M
html/pages/device/bgp.inc.php
+8
-8
M
html/pages/device/ports.inc.php
+1
-1
M
html/pages/devices.inc.php
+1
-1
M
html/pages/front/demo.php
+5
-5
M
html/pages/front/jt.php
+5
-5
M
html/pages/graphs.inc.php
+11
-6
M
html/pages/health/memory.inc.php
+1
-1
M
html/pages/health/processors.inc.php
+1
-1
M
html/pages/health/storage.inc.php
+1
-1
M
html/pages/ipv4.inc.php
+1
-1
M
html/pages/ipv6.inc.php
+1
-1
M
html/pages/ports/default.inc.php
+1
-1
M
html/pages/ports/deleted.inc.php
+3
-3
M
html/pages/pseudowires.inc.php
+2
-2
M
includes/common.php
+36
M
includes/functions.php
-11
M
includes/polling/applications/apache.inc.php
+3
-3
📈 363 added
📉 245 removed
fix collectd graph
M
html/collectd-graph.php
+1
📈 1 added
📉 0 removed
add apache application graph page, update generic multi bits
M
html/includes/graphs/generic_multi_bits_separated.inc.php
+5
-3
A
html/pages/device/apps/apache.inc.php
+34
📈 39 added
📉 3 removed
fix permissions on device_port_* graphs (woo, we now have some graph security!) and fix some bugs with graph naming
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
add delta electronics logo
A
html/images/os/delta.png
+1
M
includes/static-config.php
+1
📈 2 added
📉 0 removed
fixes to mge ups discovery to also work on their proxy agent, also get the serial number now
M
includes/discovery/current/mgeups.inc.php
+2
-2
M
includes/discovery/frequencies/mgeups.inc.php
+2
-2
M
includes/discovery/os/mgeups.inc.php
+3
-3
M
includes/discovery/os/xerox.inc.php
+1
M
includes/discovery/voltages/mgeups.inc.php
+4
-4
M
includes/polling/os/mgeups.inc.php
+10
-3
M
includes/polling/ups.inc.php
+13
M
includes/static-config.php
+1
-1
📈 36 added
📉 15 removed
fix junos ATM VC polling and display for tehvookje
M
discovery.php
+1
-1
M
html/includes/graphs/atmvp/bits.inc.php
+22
M
html/pages/device/port/junose-atm-vp.inc.php
+1
-1
M
includes/polling/junose-atm-vp.inc.php
-1
M
poller.php
+1
📈 25 added
📉 3 removed
billing system fixes (make moar sexypants)
M
html/billing-graph.php
+8
-7
M
html/includes/authenticate.inc.php
+2
M
html/includes/functions.inc.php
+19
-1
A
html/includes/graphs/bill
A
html/includes/graphs/bill/auth.inc.php
+17
A
html/includes/graphs/bill/bits.inc.php
+28
M
html/index.php
-4
M
html/pages/bill.inc.php
+224
-181
M
html/pages/bills.inc.php
+15
-3
📈 313 added
📉 196 removed
M
includes/discovery/current/xups.inc.php
+2
-2
M
includes/polling/ups.inc.php
+3
📈 5 added
📉 2 removed
Completed
XUPS-MIB support, complete with Eaton logo
A
html/images/os/eaton.png
+1
A
includes/discovery/current/xups.inc.php
+60
A
includes/discovery/frequencies/xups.inc.php
+44
M
includes/discovery/voltages/xups.inc.php
+18
-2
M
includes/polling/frequencies.inc.php
+18
-20
A
includes/polling/ups.inc.php
+21
M
includes/static-config.php
+1
-2
📈 163 added
📉 24 removed
split frequencies and current into separate files
A
includes/discovery/current
M
includes/discovery/current.inc.php
+2
-223
A
includes/discovery/current/apc.inc.php
+67
A
includes/discovery/current/gamatronicups.inc.php
+38
A
includes/discovery/current/mgeups.inc.php
+59
A
includes/discovery/current/rfc1628.inc.php
+74
A
includes/discovery/frequencies
M
includes/discovery/frequencies.inc.php
+2
-149
A
includes/discovery/frequencies/apc.inc.php
+72
A
includes/discovery/frequencies/mgeups.inc.php
+48
A
includes/discovery/frequencies/rfc1628.inc.php
+40
📈 402 added
📉 372 removed
powerware device data polling + voltage discovery
M
discovery.php
-1
D
includes/discovery/ups.inc.php
-13
A
includes/discovery/voltages/xups.inc.php
+63
A
includes/polling/os/powerware.inc.php
+11
📈 74 added
📉 14 removed
fix bgp stuff (tell it never to show units, must have appeared in new BGP mib :>)
M
includes/polling/bgpPeer.inc.php
+3
-3
📈 3 added
📉 3 removed
fixes to things, use *only* junos and junose mibdir for those things
M
html/includes/graphs/device/ucd_io.inc.php
+2
M
html/includes/graphs/device/ucd_swap_io.inc.php
+2
M
html/includes/graphs/generic_bits.inc.php
+26
-8
M
html/includes/graphs/generic_simplex.inc.php
+3
-3
M
includes/discovery/bgp-peers.inc.php
+1
-1
M
includes/discovery/junose-atm-vp.inc.php
+1
-1
M
includes/discovery/mempools/junos.inc.php
+3
-3
M
includes/discovery/processors/junose.inc.php
+1
-1
M
includes/discovery/temperatures/junos.inc.php
+1
-1
M
includes/discovery/temperatures/junose.inc.php
+1
-1
M
includes/polling/bgpPeer.inc.php
+2
-2
M
includes/polling/junose-atm-vp.inc.php
+8
-8
M
includes/polling/mempools/junos.inc.php
+2
-2
M
includes/polling/os/junose.inc.php
+2
-2
📈 55 added
📉 33 removed
Add
XUPS-MIB, basic powerware detection and temperature readings, split up voltages polling into separate files + minor fixes
M
DEVELOPING
+2
-2
M
includes/discovery/os/dlinkap.inc.php
+1
A
includes/discovery/os/powerware.inc.php
+9
M
includes/discovery/temperatures.inc.php
+1
-1
A
includes/discovery/temperatures/xups.inc.php
+32
A
includes/discovery/voltages
M
includes/discovery/voltages.inc.php
+2
-303
A
includes/discovery/voltages/apc.inc.php
+73
A
includes/discovery/voltages/areca.inc.php
+30
A
includes/discovery/voltages/gamatronicups.inc.php
+34
A
includes/discovery/voltages/linux.inc.php
+27
A
includes/discovery/voltages/mgeups.inc.php
+48
A
includes/discovery/voltages/rfc1628.inc.php
+74
A
includes/discovery/voltages/supermicro.inc.php
+45
M
includes/static-config.php
+4
A
mibs/XUPS-MIB
+2,379
📈 382 added
📉 306 removed
more UCD graphing for unix (swap i/o, i/o, interrupts and context switches)
A
html/includes/graphs/device/ucd_contexts.inc.php
+21
A
html/includes/graphs/device/ucd_interrupts.inc.php
+22
A
html/includes/graphs/device/ucd_io.inc.php
+12
A
html/includes/graphs/device/ucd_swap_io.inc.php
+12
📈 67 added
📉 0 removed
OMNOMNOM ZYXEL NONSENSE BEGONE
📈 0 added
📉 0 removed
M
mibs/JUNIPER-SMI
+7
-1
A
mibs/junos/ENTITY-MIB.my
+1,466
A
mibs/junos/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt
+121
A
mibs/junos/mib-802.3ad.txt
+1,435
A
mibs/junos/mib-bgpmib.txt
+715
A
mibs/junos/mib-diffServDscp-tc.txt
+64
A
mibs/junos/mib-eso-consortium.txt
+183
A
mibs/junos/mib-IANA-GMPLS-TC-MIB.txt
+330
A
mibs/junos/mib-IANA-RTPROTO-MIB.txt
+95
A
mibs/junos/mib-IANAifType-MIB.txt
+314
A
mibs/junos/mib-ieee8021pae.txt
+1,919
A
mibs/junos/mib-igmpmib.txt
+511
A
mibs/junos/mib-ilmim.txt
+1,257
A
mibs/junos/mib-isismib.txt
+3,458
mibs/junos/mib-jnx-analyzer.txt
mibs/junos/mib-jnx-atm-cos.txt
mibs/junos/mib-jnx-atm.txt
mibs/junos/mib-jnx-bfd-exp.txt
mibs/junos/mib-jnx-bfd.txt
mibs/junos/mib-jnx-bgpmib2.txt
mibs/junos/mib-jnx-cfgmgmt.txt
mibs/junos/mib-jnx-chas-defines.txt
+368
-3
mibs/junos/mib-jnx-chassis-alarm.txt
mibs/junos/mib-jnx-chassis-fwdd.txt
mibs/junos/mib-jnx-chassis.txt
+2
-1
mibs/junos/mib-jnx-coll.txt
mibs/junos/mib-jnx-cos.txt
+136
-44
mibs/junos/mib-jnx-dcu.txt
mibs/junos/mib-jnx-dfc.txt
mibs/junos/mib-jnx-event.txt
mibs/junos/mib-jnx-ex-mac-notification.txt
mibs/junos/mib-jnx-ex-smi.txt
mibs/junos/mib-jnx-exp.txt
mibs/junos/mib-jnx-firewall.txt
mibs/junos/mib-jnx-hostresources.txt
mibs/junos/mib-jnx-if-extensions.txt
mibs/junos/mib-jnx-ipforward.txt
mibs/junos/mib-jnx-ipsec-flow-mon.txt
mibs/junos/mib-jnx-ipsec-monitor-asp.txt
mibs/junos/mib-jnx-ipv4.txt
mibs/junos/mib-jnx-ipv6.txt
mibs/junos/mib-jnx-js-auth.txt
mibs/junos/mib-jnx-js-cert.txt
mibs/junos/mib-jnx-js-dns.txt
mibs/junos/mib-jnx-js-idp.txt
mibs/junos/mib-jnx-js-if-ext.txt
mibs/junos/mib-jnx-js-ipsec-vpn.txt
mibs/junos/mib-jnx-js-nat.txt
+277
-10
A
mibs/junos/mib-jnx-js-packet-mirror.txt
+398
mibs/junos/mib-jnx-js-policy.txt
mibs/junos/mib-jnx-js-screening.txt
mibs/junos/mib-jnx-js-smi.txt
+1
mibs/junos/mib-jnx-js-spu-monitoring.txt
+14
-12
mibs/junos/mib-jnx-js-utm-av.txt
+12
-8
mibs/junos/mib-jnx-jsrpd.txt
mibs/junos/mib-jnx-l2ald.txt
mibs/junos/mib-jnx-l2cp-features.txt
mibs/junos/mib-jnx-l2tp.txt
mibs/junos/mib-jnx-ldp.txt
+5
-3
mibs/junos/mib-jnx-mac.txt
mibs/junos/mib-jnx-mimstp.txt
mibs/junos/mib-jnx-mpls-ldp.txt
mibs/junos/mib-jnx-mpls.txt
mibs/junos/mib-jnx-ospfv3mib.txt
mibs/junos/mib-jnx-otn.txt
mibs/junos/mib-jnx-pae-extension.txt
mibs/junos/mib-jnx-pfe.txt
+23
-5
mibs/junos/mib-jnx-ping.txt
mibs/junos/mib-jnx-pmon.txt
A
mibs/junos/mib-jnx-pwatm.txt
+823
mibs/junos/mib-jnx-pwtdm.txt
mibs/junos/mib-jnx-rmon.txt
mibs/junos/mib-jnx-rpf.txt
mibs/junos/mib-jnx-rpm.txt
mibs/junos/mib-jnx-rps.txt
mibs/junos/mib-jnx-rsvp.txt
mibs/junos/mib-jnx-rtm.txt
mibs/junos/mib-jnx-scu.txt
mibs/junos/mib-jnx-secure-access-port.txt
mibs/junos/mib-jnx-sipcommon.txt
mibs/junos/mib-jnx-smi.txt
+7
-1
mibs/junos/mib-jnx-sonet.txt
mibs/junos/mib-jnx-sonetaps.txt
mibs/junos/mib-jnx-sp.txt
mibs/junos/mib-jnx-syslog.txt
mibs/junos/mib-jnx-traceroute.txt
mibs/junos/mib-jnx-user-aaa.txt
mibs/junos/mib-jnx-util.txt
mibs/junos/mib-jnx-virtualchassis.txt
mibs/junos/mib-jnx-vlan.txt
mibs/junos/mib-jnx-vpn.txt
A
mibs/junos/mib-l3vpnmib.txt
+1,706
A
mibs/junos/mib-lldp.txt
+2,046
A
mibs/junos/mib-mroutemib.txt
+951
A
mibs/junos/mib-msdpmib.txt
+1,079
A
mibs/junos/mib-ospf2mib.txt
+3,002
A
mibs/junos/mib-ospf2trap.txt
+488
A
mibs/junos/mib-pimmib.txt
+909
A
mibs/junos/mib-rfc1513.txt
+2,327
A
mibs/junos/mib-rfc1747.txt
+2,761
A
mibs/junos/mib-rfc1907.txt
+765
A
mibs/junos/mib-rfc2011a.txt
+721
A
mibs/junos/mib-rfc2012a.txt
+333
A
mibs/junos/mib-rfc2013a.txt
+149
A
mibs/junos/mib-rfc2024a.txt
+3,585
A
mibs/junos/mib-rfc2115a.txt
+1,049
A
mibs/junos/mib-rfc2213.txt
+795
A
mibs/junos/mib-rfc2287a.txt
+1,553
A
mibs/junos/mib-rfc2465.txt
+1,452
A
mibs/junos/mib-rfc2465tc.txt
+67
A
mibs/junos/mib-rfc2493.txt
+166
A
mibs/junos/mib-rfc2495a.txt
+2,108
A
mibs/junos/mib-rfc2514.txt
+714
A
mibs/junos/mib-rfc2515a.txt
+3,023
A
mibs/junos/mib-rfc2571.txt
+496
A
mibs/junos/mib-rfc2572.txt
+140
A
mibs/junos/mib-rfc2574.txt
+899
A
mibs/junos/mib-rfc2575.txt
+818
A
mibs/junos/mib-rfc2576.txt
+427
A
mibs/junos/mib-rfc2662.txt
+4,382
A
mibs/junos/mib-rfc2662tc.txt
+115
A
mibs/junos/mib-rfc2665a.txt
+1,144
A
mibs/junos/mib-rfc2787a.txt
+814
A
mibs/junos/mib-rfc2790a.txt
+1,542
A
mibs/junos/mib-rfc2790type.txt
+387
A
mibs/junos/mib-rfc2819a.txt
+3,984
A
mibs/junos/mib-rfc2851.txt
+308
A
mibs/junos/mib-rfc2856a.txt
+117
A
mibs/junos/mib-rfc2863a.txt
+1,830
A
mibs/junos/mib-rfc2922.txt
+824
A
mibs/junos/mib-rfc2925a.txt
+1,141
A
mibs/junos/mib-rfc2925b.txt
+1,316
A
mibs/junos/mib-rfc2932.txt
+876
A
mibs/junos/mib-rfc3020.txt
+884
A
mibs/junos/mib-rfc3289.txt
+3,494
A
mibs/junos/mib-rfc3413.txt
+293
A
mibs/junos/mib-rfc3413notify.txt
+587
A
mibs/junos/mib-rfc3413target.txt
+647
A
mibs/junos/mib-rfc3417.txt
+190
A
mibs/junos/mib-rfc3419.txt
+435
A
mibs/junos/mib-rfc3591.txt
+6,261
A
mibs/junos/mib-rfc3592.txt
+2,360
A
mibs/junos/mib-rfc3621.txt
+626
A
mibs/junos/mib-rfc3811.txt
+633
A
mibs/junos/mib-rfc3812.txt
+2,482
A
mibs/junos/mib-rfc3813.txt
+2,189
A
mibs/junos/mib-rfc3896.txt
+1,794
A
mibs/junos/mib-rfc4188.txt
+1,466
A
mibs/junos/mib-rfc4318.txt
+307
A
mibs/junos/mib-rfc4363a.txt
+1,152
A
mibs/junos/mib-rfc4363b.txt
+2,348
A
mibs/junos/mib-rfc4502.txt
+6,019
A
mibs/junos/mib-rfc4801.txt
+168
A
mibs/junos/mib-rfc4802.txt
+1,777
A
mibs/junos/mib-rfc4803.txt
+548
A
mibs/junos/mib-rtmib.txt
+428
A
mibs/junos/mib-SNMPv2-SMI.txt
+344
A
mibs/junos/mib-SNMPv2-TC.txt
+772
A
mibs/junos/mib-vpntcmib.txt
+47
A
mibs/junose/af-nm-0095_001_mib.mi2
+4,734
D
mibs/junose/ATM-FORUM-SNMP-M4-MIB.mib
-4,630
A
mibs/junose/broken
A
mibs/junose/broken/juniAccountingAC.mi2
+258
A
mibs/junose/broken/juniAtmProfileAC.mi2
+112
A
mibs/junose/broken/juniDosProtectionPlat.mi2
+1,066
A
mibs/junose/broken/juniDosProtectionPlatformAC.mi2
+77
A
mibs/junose/broken/juniHttp.mi2
+330
A
mibs/junose/broken/juniIgmpAC.mi2
+208
A
mibs/junose/broken/juniInternetAC.mi2
+1,710
A
mibs/junose/broken/juniIp.mi2
+3,362
A
mibs/junose/broken/juniIpv6ProfileAC.mi2
+75
A
mibs/junose/broken/juniMplsAC.mi2
+537
A
mibs/junose/broken/juniMRouterAC.mi2
+181
A
mibs/junose/DIFFSERV-DSCP-TC.my
+68
A
mibs/junose/DIFFSERV-MIB.my
+3,704
mibs/junose/draft-ietf-atommib-sonetaps-mib-05-juni.mi2
A
mibs/junose/draft-ietf-bridge-bridgemib-smiv2-05.mi2
+1,427
A
mibs/junose/draft-ietf-disman-event-mib-v2-01.mi2
+1,946
mibs/junose/draft-ietf-idmr-dvmrp-mib-11-juni.mi2
A
mibs/junose/draft-ietf-idr-bgp4-mib-07.mi2
+1,045
mibs/junose/draft-ietf-idr-bgp4-mibv2-03-jnx.mi2
D
mibs/junose/ENTITY-MIB.my
-1,444
A
mibs/junose/IANA-ADDRESS-FAMILY-NUMBERS-MIB.mi2
+112
A
mibs/junose/IANA-RTPROTO-MIB.mi2
+95
A
mibs/junose/IANAifType-MIB.mi2
+412
A
mibs/junose/INET-ADDRESS-MIB.my
+425
A
mibs/junose/INTEGRATED-SERVICES-MIB.my
+790
mibs/junose/jnxExperiment.mi2
mibs/junose/jnxSmi.mi2
mibs/junose/juniAaa.mi2
A
mibs/junose/juniAaaServerAC.mi2
+708
mibs/junose/juniAcctng.mi2
+64
-1
mibs/junose/juniAddrPool.mi2
A
mibs/junose/juniAgents.mi2
+1,005
mibs/junose/juniAtm.mi2
A
mibs/junose/juniAtmAC.mi2
+1,825
mibs/junose/juniAtmProfile.mi2
mibs/junose/juniAutoconf.mi2
A
mibs/junose/juniAutoconfAC.mi2
+80
mibs/junose/juniBgp.mi2
A
mibs/junose/juniBgpAC.mi2
+553
mibs/junose/juniBridge.mi2
A
mibs/junose/juniBridgeAC.mi2
+69
A
mibs/junose/juniBridgedEthernetAC.mi2
+62
mibs/junose/juniBridgeEthernet.mi2
mibs/junose/juniBridgingMgr.mi2
A
mibs/junose/juniBridgingMgrAC.mi2
+60
mibs/junose/juniCli.mi2
A
mibs/junose/juniCliAC.mi2
+85
mibs/junose/juniCops.mi2
A
mibs/junose/juniCopsAC.mi2
+81
mibs/junose/juniDhcp.mi2
A
mibs/junose/juniDhcpAC.mi2
+385
mibs/junose/juniDhcpv6.mi2
A
mibs/junose/juniDhcpv6AC.mi2
+57
mibs/junose/juniDismanEvent.mi2
mibs/junose/juniDns.mi2
A
mibs/junose/juniDnsAC.mi2
+82
mibs/junose/juniDosProtection.mi2
+59
-56
A
mibs/junose/juniDosProtectionAC.mi2
+74
D
mibs/junose/juniDosProtectionPlat.mi2
-1,027
mibs/junose/juniDs1.mi2
A
mibs/junose/juniDs1AC.mi2
+292
mibs/junose/juniDs3.mi2
A
mibs/junose/juniDs3AC.mi2
+414
mibs/junose/juniDvmrp.mi2
A
mibs/junose/juniDvmrpAC.mi2
+150
A
mibs/junose/juniEntityAC.mi2
+95
mibs/junose/juniErxRegistry.mi2
mibs/junose/juniErxSystem.mi2
A
mibs/junose/juniErxSystemAC.mi2
+303
mibs/junose/juniEs2Registry.mi2
mibs/junose/juniEthernet.mi2
A
mibs/junose/juniEthernetAC.mi2
+168
A
mibs/junose/juniEventMgrAC.mi2
+406
mibs/junose/juniExperiment.mi2
A
mibs/junose/juniFileTransferAC.mi2
+79
mibs/junose/juniFileXfer.mi2
mibs/junose/juniFr.mi2
A
mibs/junose/juniFractionalT1AC.mi2
+77
A
mibs/junose/juniFrameRelayAC.mi2
+89
mibs/junose/juniFt1.mi2
A
mibs/junose/juniHaRedundancyAC.mi2
+60
mibs/junose/juniHdlc.mi2
A
mibs/junose/juniHdlcAC.mi2
+108
mibs/junose/juniHost.mi2
D
mibs/junose/juniHttp.mi2
-294
mibs/junose/juniHttpProfile.mi2
mibs/junose/juniIf.mi2
mibs/junose/juniIgmp.mi2
mibs/junose/juniIke.mi2
A
mibs/junose/juniIkeAC.mi2
+79
A
mibs/junose/juniInterfacesAC.mi2
+171
D
mibs/junose/juniIp.mi2
-3,269
mibs/junose/juniIpPolicy.mi2
A
mibs/junose/juniIpPolicyAC.mi2
+359
mibs/junose/juniIpProfile.mi2
A
mibs/junose/juniIpProfileAC.mi2
+571
mibs/junose/juniIpsecTunnel.mi2
A
mibs/junose/juniIpsecTunnelAC.mi2
+77
mibs/junose/juniIpTunnel.mi2
A
mibs/junose/juniIpTunnelAC.mi2
+80
mibs/junose/juniIpv6Profile.mi2
mibs/junose/juniIsIs.mi2
A
mibs/junose/juniIsisAC.mi2
+100
mibs/junose/juniL2tp.mi2
A
mibs/junose/juniL2tpAC.mi2
+347
mibs/junose/juniL2tpDialout.mi2
A
mibs/junose/juniL2tpDialoutGeneratorAC.mi2
+71
mibs/junose/juniLicense.mi2
A
mibs/junose/juniLicenseMgrAC.mi2
+57
A
mibs/junose/juniLocalAddressServerAC.mi2
+161
mibs/junose/juniLog.mi2
A
mibs/junose/juniLogAC.mi2
+80
mibs/junose/juniMibs.mi2
mibs/junose/juniMRouter.mi2
A
mibs/junose/juniNotificationLogAC.mi2
+65
A
mibs/junose/juniNsLookupAC.mi2
+63
mibs/junose/juniOspf.mi2
A
mibs/junose/juniOspfAC.mi2
+158
mibs/junose/juniPacketMirror.mi2
+9
-2
A
mibs/junose/juniPacketMirrorAC.mi2
+58
mibs/junose/juniPim.mi2
A
mibs/junose/juniPimAC.mi2
+81
A
mibs/junose/juniPingAC.mi2
+64
mibs/junose/juniPolicy.mi2
A
mibs/junose/juniPolicyManagerAC.mi2
+636
mibs/junose/juniPpp.mi2
+284
-12
A
mibs/junose/juniPppAC.mi2
+571
mibs/junose/juniPppoe.mi2
A
mibs/junose/juniPppoeAC.mi2
+237
mibs/junose/juniPppoeProfile.mi2
A
mibs/junose/juniPppoeProfileAC.mi2
+148
mibs/junose/juniPppProfile.mi2
+241
-5
A
mibs/junose/juniPppProfileAC.mi2
+247
mibs/junose/juniProducts.mi2
mibs/junose/juniProfile.mi2
A
mibs/junose/juniProfileAC.mi2
+98
mibs/junose/juniQos.mi2
A
mibs/junose/juniQosManagerAC.mi2
+167
mibs/junose/juniRadClient.mi2
mibs/junose/juniRadDiscon.mi2
A
mibs/junose/juniRadiusClientAC.mi2
+659
A
mibs/junose/juniRadiusDisconnectAC.mi2
+57
A
mibs/junose/juniRadiusProxyAC.mi2
+65
mibs/junose/juniRadProxy.mi2
mibs/junose/juniRadRequest.mi2
mibs/junose/juniRedundancy.mi2
mibs/junose/juniRegistry.mi2
A
mibs/junose/juniRipAC.mi2
+65
mibs/junose/juniRouter.mi2
A
mibs/junose/juniRouterAC.mi2
+152
mibs/junose/juniSlep.mi2
A
mibs/junose/juniSlepAC.mi2
+81
mibs/junose/juniSmi.mi2
mibs/junose/juniSnmp.mi2
A
mibs/junose/juniSnmpAC.mi2
+1,478
mibs/junose/juniSonet.mi2
A
mibs/junose/juniSonetAC.mi2
+483
mibs/junose/juniSscClient.mi2
A
mibs/junose/juniSscClientAC.mi2
+114
mibs/junose/juniSubscriber.mi2
A
mibs/junose/juniSubscriberAC.mi2
+80
A
mibs/junose/juniSysClockAC.mi2
+144
mibs/junose/juniSystem.mi2
mibs/junose/juniSystemClock.mi2
A
mibs/junose/juniTacacsPlusClientAC.mi2
+85
mibs/junose/juniTc.mi2
mibs/junose/juniTcsClient.mi2
A
mibs/junose/juniTraceRouteAC.mi2
+65
mibs/junose/juniTSM.mi2
A
mibs/junose/juniTsmAC.mi2
+58
mibs/junose/juniV35.mi2
A
mibs/junose/juniV35AC.mi2
+62
A
mibs/junose/juniVrrpAC.mi2
+66
D
mibs/junose/mib-802.3ad.txt
-1,388
D
mibs/junose/mib-bgpmib.txt
-715
D
mibs/junose/mib-diffServDscp-tc.txt
-64
D
mibs/junose/mib-eso-consortium.txt
-167
D
mibs/junose/mib-IANA-GMPLS-TC-MIB.txt
-289
D
mibs/junose/mib-IANA-RTPROTO-MIB.txt
-95
D
mibs/junose/mib-IANAifType-MIB.txt
-314
D
mibs/junose/mib-ieee8021pae.txt
-1,866
D
mibs/junose/mib-igmpmib.txt
-501
D
mibs/junose/mib-ilmim.txt
-1,109
D
mibs/junose/mib-isismib.txt
-3,280
D
mibs/junose/mib-l3vpnmib.txt
-1,681
D
mibs/junose/mib-lldp.txt
-2,000
D
mibs/junose/mib-mroutemib.txt
-924
D
mibs/junose/mib-msdpmib.txt
-1,059
D
mibs/junose/mib-ospf2mib.txt
-2,870
D
mibs/junose/mib-ospf2trap.txt
-482
D
mibs/junose/mib-pimmib.txt
-893
D
mibs/junose/mib-rfc1513.txt
-2,327
D
mibs/junose/mib-rfc1747.txt
-2,658
D
mibs/junose/mib-rfc1907.txt
-720
D
mibs/junose/mib-rfc2011a.txt
-707
D
mibs/junose/mib-rfc2012a.txt
-326
D
mibs/junose/mib-rfc2013a.txt
-141
D
mibs/junose/mib-rfc2024a.txt
-3,287
D
mibs/junose/mib-rfc2115a.txt
-1,049
D
mibs/junose/mib-rfc2213.txt
-781
D
mibs/junose/mib-rfc2287a.txt
-1,553
D
mibs/junose/mib-rfc2465.txt
-1,440
D
mibs/junose/mib-rfc2465tc.txt
-66
D
mibs/junose/mib-rfc2493.txt
-166
D
mibs/junose/mib-rfc2495a.txt
-2,108
D
mibs/junose/mib-rfc2514.txt
-706
D
mibs/junose/mib-rfc2515a.txt
-3,023
D
mibs/junose/mib-rfc2571.txt
-496
D
mibs/junose/mib-rfc2572.txt
-140
D
mibs/junose/mib-rfc2574.txt
-889
D
mibs/junose/mib-rfc2575.txt
-804
D
mibs/junose/mib-rfc2576.txt
-411
D
mibs/junose/mib-rfc2662.txt
-4,382
D
mibs/junose/mib-rfc2662tc.txt
-115
D
mibs/junose/mib-rfc2665a.txt
-1,144
D
mibs/junose/mib-rfc2787a.txt
-781
D
mibs/junose/mib-rfc2790a.txt
-1,542
D
mibs/junose/mib-rfc2790type.txt
-387
D
mibs/junose/mib-rfc2819a.txt
-3,984
D
mibs/junose/mib-rfc2851.txt
-308
D
mibs/junose/mib-rfc2856a.txt
-117
D
mibs/junose/mib-rfc2863a.txt
-1,767
D
mibs/junose/mib-rfc2922.txt
-799
D
mibs/junose/mib-rfc2925a.txt
-1,140
D
mibs/junose/mib-rfc2925b.txt
-1,316
D
mibs/junose/mib-rfc2932.txt
-850
D
mibs/junose/mib-rfc3020.txt
-884
D
mibs/junose/mib-rfc3289.txt
-3,259
D
mibs/junose/mib-rfc3413.txt
-293
D
mibs/junose/mib-rfc3413notify.txt
-587
D
mibs/junose/mib-rfc3413target.txt
-647
D
mibs/junose/mib-rfc3417.txt
-184
D
mibs/junose/mib-rfc3419.txt
-430
D
mibs/junose/mib-rfc3591.txt
-6,119
D
mibs/junose/mib-rfc3592.txt
-2,193
D
mibs/junose/mib-rfc3621.txt
-626
D
mibs/junose/mib-rfc3811.txt
-633
D
mibs/junose/mib-rfc3812.txt
-2,482
D
mibs/junose/mib-rfc3813.txt
-2,159
D
mibs/junose/mib-rfc3896.txt
-1,769
D
mibs/junose/mib-rfc4188.txt
-1,466
D
mibs/junose/mib-rfc4318.txt
-307
D
mibs/junose/mib-rfc4363a.txt
-1,098
D
mibs/junose/mib-rfc4363b.txt
-2,288
D
mibs/junose/mib-rfc4502.txt
-5,857
D
mibs/junose/mib-rfc4801.txt
-127
D
mibs/junose/mib-rfc4802.txt
-1,718
D
mibs/junose/mib-rfc4803.txt
-503
D
mibs/junose/mib-rtmib.txt
-407
D
mibs/junose/mib-SNMPv2-SMI.txt
-312
D
mibs/junose/mib-SNMPv2-TC.txt
-764
D
mibs/junose/mib-vpntcmib.txt
-46
A
mibs/junose/rfc1155.smi
+130
A
mibs/junose/rfc1158.mib
+29
A
mibs/junose/rfc1212.smi
+78
A
mibs/junose/rfc1213.mib
+2,619
A
mibs/junose/rfc1215.smi
+110
A
mibs/junose/rfc1471.mib
+797
A
mibs/junose/rfc1473.mib
+212
A
mibs/junose/rfc1724.mi2
+553
A
mibs/junose/rfc1850.mi2
+2,721
A
mibs/junose/rfc1850t.mi2
+454
A
mibs/junose/rfc2011.mi2
+718
A
mibs/junose/rfc2012.mi2
+330
A
mibs/junose/rfc2013.mi2
+147
A
mibs/junose/rfc2096.mi2
+805
A
mibs/junose/rfc2115.mi2
+1,040
A
mibs/junose/rfc2358.mi2
+1,115
A
mibs/junose/rfc2465tc.mi2
+67
A
mibs/junose/rfc2493.mi2
+159
A
mibs/junose/rfc2495.mi2
+2,097
A
mibs/junose/rfc2496.mi2
+1,660
A
mibs/junose/rfc2513.mi2
+803
A
mibs/junose/rfc2514.mi2
+707
A
mibs/junose/rfc2515.mi2
+3,080
A
mibs/junose/rfc2558.mi2
+2,315
A
mibs/junose/rfc2578.smi
+350
A
mibs/junose/rfc2579.smi
+776
A
mibs/junose/rfc2580.smi
+318
A
mibs/junose/rfc2619.mi2
+415
A
mibs/junose/rfc2621.mi2
+392
A
mibs/junose/rfc2737.mi2
+1,279
A
mibs/junose/rfc2787.mi2
+793
A
mibs/junose/rfc2790.mi2
+1,590
A
mibs/junose/rfc2863.mi2
+1,813
A
mibs/junose/rfc2864.mi2
+156
A
mibs/junose/rfc2925n.mi2
+452
A
mibs/junose/rfc2925p.mi2
+1,145
A
mibs/junose/rfc2925t.mi2
+1,320
A
mibs/junose/rfc2932.mi2
+874
A
mibs/junose/rfc2933.mi2
+525
A
mibs/junose/rfc2934.mi2
+895
A
mibs/junose/rfc3014.mi2
+769
A
mibs/junose/rfc3291.mi2
+295
A
mibs/junose/rfc3411.mi2
+523
A
mibs/junose/rfc3412.mi2
+145
A
mibs/junose/rfc3413n.mi2
+588
A
mibs/junose/rfc3413t.mi2
+655
A
mibs/junose/rfc3414.mi2
+905
A
mibs/junose/rfc3415.mi2
+823
A
mibs/junose/rfc3417.mi2
+178
A
mibs/junose/rfc3418.mi2
+853
A
mibs/junose/rfc3419.mi2
+417
A
mibs/junose/rfc3498.mi2
+1,657
A
mibs/junose/rfc3606.mi2
+3,246
A
mibs/junose/rfc3811.mi2
+632
A
mibs/junose/rfc3813.mi2
+2,103
A
mibs/junose/rfc3814.mi2
+1,044
A
mibs/junose/rfc3815gen.mi2
+323
A
mibs/junose/rfc3815std.mi2
+2,398
A
mibs/junose/rfc4001.mi2
+399
A
mibs/junose/rfc4022.mi2
+785
A
mibs/junose/rfc4113.mi2
+549
A
mibs/junose/rfc4292.mi2
+1,277
📈 0 added
📉 0 removed
err, subversion nicely cleared out
UPS-MIB, sigh
📈 0 added
📉 0 removed
more MIB works
M
includes/polling/os/jwos.inc.php
+4
-4
D
mibs/jwos
D
mibs/RFC1628A.MIB
-1
A
mibs/UPS-MIB
+1
📈 4 added
📉 4 removed
add more mibs
A
mibs/220AQV1C0-private.mib
+75
A
mibs/ATM-FORUM-TC-MIB
+188
A
mibs/CTRON-ENTITY-STATE-MIB
+342
A
mibs/CTRON-ENTITY-STATE-TC-MIB
+178
A
mibs/DNS-RESOLVER-MIB
+1,201
D
mibs/rfc1442v.smi
-30
A
mibs/SNMPv2-SMI-v1
+43
A
mibs/ZYXEL-MIB
+312
A
mibs/ZYXEL-ZYWALL-MIB
+1,027
📈 0 added
📉 0 removed
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)
D
mibs/DNS-RESOLVER-MIB.mib
-1,199
A
mibs/DNS-SERVER-MIB
+1,082
D
mibs/DNS-SERVER-MIB.mib
-1,068
M
mibs/jnx-wx.mib.txt
-1
A
mibs/ZYXEL-AESCOMMON-MIB
+558
D
mibs/zyxel-AESCommon.mib
-530
A
mibs/ZYXEL-AS-ATM-MIB
+317
D
mibs/zyxel-AS-ATM.mib
-293
A
mibs/ZYXEL-AS-MIB
+1,049
D
mibs/zyxel-AS.mib
-960
A
mibs/ZYXEL-IESCOMMON-MIB
+2,569
D
mibs/zyxel-IESCommon.mib
-2,453
A
mibs/ZYXEL-SAM1216
+5,466
D
mibs/zyxel-SAM1216.mib
-4,373
📈 0 added
📉 0 removed
move more mibs to route (hp and allied telesis/syn)
D
mibs/alliedtelesis
A
mibs/ALLIEDTELESYN-MIB
+6,044
A
mibs/ANIROOT-MIB
+57
A
mibs/AT-BOARDS-MIB
+319
A
mibs/AT-BRI-MIB
+232
A
mibs/AT-CAPABILITIES
+264
A
mibs/AT-DHCP-MIB
+280
A
mibs/AT-DNS-CLIENT-MIB
+194
A
mibs/AT-DS3-MIB
+147
A
mibs/AT-ENVMON-MIB
+626
A
mibs/AT-ENVMONv2-MIB
+936
A
mibs/AT-EPSR-MIB
+221
A
mibs/AT-EPSRv2-MIB
+252
A
mibs/AT-ETH-MIB
+124
A
mibs/AT-FILE-MIB
+157
A
mibs/AT-FILEv2-MIB
+662
A
mibs/AT-FIREWALL-MIB
+138
A
mibs/AT-FLASH-MIB
+167
A
mibs/AT-INSTALL-MIB
+448
A
mibs/AT-INTERFACES-MIB
+496
A
mibs/AT-IP-MIB
+209
A
mibs/AT-ISDN-MIB
+1,286
A
mibs/AT-LB-MIB
+650
A
mibs/AT-LICENSE-MIB
+459
A
mibs/AT-LOADER-MIB
+183
A
mibs/AT-LOG-MIB
+217
A
mibs/AT-LOOPPROTECT-MIB
+120
A
mibs/AT-MIBVERSION-MIB
+60
A
mibs/AT-NTP-MIB
+518
A
mibs/AT-PAE-MIB
+1,178
A
mibs/AT-PIM-MIB
+112
A
mibs/AT-PING-MIB
+335
A
mibs/AT-PRI-MIB
+251
A
mibs/AT-PRODUCT-MIB
+202
A
mibs/AT-PVSTPM-MIB
+118
A
mibs/AT-QOS-MIB
+875
A
mibs/AT-RESOURCE-MIB
+234
A
mibs/AT-SETUP-MIB
+397
A
mibs/AT-SMI-MIB
+129
A
mibs/AT-STACK-MIB
+232
A
mibs/AT-SWITCH-MIB
+715
A
mibs/AT-SYSINFO-MIB
+993
A
mibs/AT-TRIGGER-MIB
+479
A
mibs/AT-TTY-MIB
+83
A
mibs/AT-USER-MIB
+221
A
mibs/AT-VCSTACK-MIB
+474
A
mibs/AT-XEM-MIB
+191
A
mibs/ATI-8324SX-MIB
+633
A
mibs/ATI-BRIDGE-MIB
+1,338
A
mibs/AtiL2-MIB
+3,395
A
mibs/AtiSwitch-MIB
+1,369
A
mibs/ATM-DXI-MIB
+211
A
mibs/ATM-FORUM-ILMI40-MIB
+2,235
A
mibs/ATM-FORUM-M4-MIB
+4,119
A
mibs/ATM-FORUM-SNMP-M4-MIB
+4,734
A
mibs/ATM-FORUM-SRVC-REG
+112
A
mibs/ATMF-CES
+924
A
mibs/ATMF-CES-MIB
+305
A
mibs/BLADETYPE2-ACL-MIB
+1,321
A
mibs/BLADETYPE2-NETWORK-MIB
+10,617
A
mibs/BLADETYPE2-PHYSICAL-MIB
+4,795
A
mibs/BLADETYPE2-QOS-MIB
+1,352
A
mibs/BLADETYPE2-SWITCH-MIB
+5,441
A
mibs/BLADETYPE2-TRAP-MIB
+435
A
mibs/BLADETYPE4-NETWORK-MIB
+23,994
A
mibs/BLADETYPE5-NETWORK-MIB
+24,113
A
mibs/BLADETYPE6-NETWORK-MIB
+24,337
A
mibs/CENTRECOM-MIB
+1,397
A
mibs/CONFIG-MIB
+2,842
A
mibs/DEVBASE-MIB
+81
A
mibs/DEVCONTROL-MIB
+104
A
mibs/DEVETHERNET-MIB
+92
A
mibs/DEVEVENT-MIB
+98
A
mibs/DEVFILTER-MIB
+779
A
mibs/DEVHW-MIB
+80
A
mibs/DEVNM-MIB
+138
A
mibs/DEVROUTE-MIB.mib
+336
A
mibs/DEVSERVER-MIB
+137
A
mibs/DEVSW-MIB
+105
A
mibs/DEVTRAPS-MIB
+629
A
mibs/h2r07604c.mib
+37,204
D
mibs/hp
A
mibs/HP-AUTZ-MIB
+258
A
mibs/HP-BASE-MIB
+37
A
mibs/HP-DOT1X-EXTENSIONS-MIB
+1,196
A
mibs/HP-ENTITY-MIB
+1,121
A
mibs/HP-ICF-8023-RPTR
+1,509
A
mibs/HP-ICF-ARP-PROTECT
+495
A
mibs/HP-ICF-AUTORUN
+84
A
mibs/HP-ICF-BASIC
+1,991
A
mibs/HP-ICF-BRIDGE
+769
A
mibs/HP-ICF-CHAIN
+357
A
mibs/HP-ICF-CHASSIS
+685
A
mibs/HP-ICF-CONNECTION-RATE-FILTER
+145
A
mibs/HP-ICF-DOWNLOAD
+1,062
A
mibs/HP-ICF-FAULT-FINDER-MIB
+536
A
mibs/HP-ICF-GENERIC-RPTR
+2,178
A
mibs/HP-ICF-GPPC-MIB
+563
A
mibs/HP-ICF-INST-MON
+174
A
mibs/HP-ICF-IP-ROUTING
+1,011
A
mibs/HP-ICF-IPCONFIG
+864
A
mibs/HP-ICF-JUMBO-MIB
+139
A
mibs/HP-ICF-L3MAC-MIB
+111
A
mibs/HP-ICF-LINKTEST
+399
A
mibs/HP-ICF-MLD-MIB
+710
A
mibs/HP-ICF-OID
+2,377
A
mibs/HP-ICF-OSPF
+389
A
mibs/HP-ICF-PIM
+680
A
mibs/HP-ICF-PROVIDER-BRIDGE
+235
A
mibs/HP-ICF-RATE-LIMIT-MIB
+910
A
mibs/HP-ICF-RIP
+280
A
mibs/HP-ICF-SECURITY
+756
A
mibs/HP-ICF-SNMP-MIB
+529
A
mibs/HP-ICF-STACK
+218
A
mibs/HP-ICF-TC
+74
A
mibs/HP-ICF-UDLD-MIB
+326
A
mibs/HP-ICF-UDP-FORWARD
+190
A
mibs/HP-ICF-USER-PROFILE-MIB
+1,077
A
mibs/HP-ICF-VG-RPTR
+1,094
A
mibs/HP-ICF-VRRP-MIB
+204
A
mibs/HP-ICF-XRRP
+910
A
mibs/HP-IF-EXT-MIB
+203
A
mibs/HP-MEMPROC-MIB
+285
A
mibs/HP-PROCURVE-420-PRIVATE-MIB
+1,185
A
mibs/HP-SN-TRAP-MIB
+625
A
mibs/HP-SNTPclientConfiguration-MIB
+271
A
mibs/HP-SWITCH-PL-MIB
+103
A
mibs/HP-SwitchStack-MIB
+523
A
mibs/HP-SYSTEM-MIB
+537
A
mibs/HP-USER-AUTH
+1,349
A
mibs/HP-VLAN
+395
A
mibs/HpicfHighAvailability-MIB
+134
A
mibs/ICF-ETWIST
+4,700
A
mibs/ICF-VG-RPTR
+1,625
A
mibs/IPX
+1,341
A
mibs/NETSWITCH-DMA-MIB
+222
A
mibs/NETSWITCH-DRIVERS-MIB
+549
A
mibs/NETSWITCH-MIB
+487
A
mibs/ORiNOCO-MIB
+9,672
A
mibs/SEMI-MIB
+860
A
mibs/STATISTICS-MIB
+1,432
A
mibs/SWITCH-CHASSIS-MIB
+791
A
mibs/SWITCH-MIB
+202
A
mibs/SWITCH-VLAN-MIB
+742
A
mibs/TELESYN-ATI-TC
+62
A
mibs/WANSTATS-MIB
+6,671
📈 0 added
📉 0 removed
move nortel mibs to root
A
mibs/AAC-MIB
+312
A
mibs/ALTEON-CHEETAH-BWM-MIB
+1,749
A
mibs/ALTEON-CHEETAH-LAYER4-MIB
+15,155
A
mibs/ALTEON-CHEETAH-LAYER7-MIB
+1,316
A
mibs/ALTEON-CHEETAH-NETWORK-MIB
+10,191
A
mibs/ALTEON-CHEETAH-SWITCH-MIB
+11,581
A
mibs/ALTEON-CS-PHYSICAL-MIB
+3,398
A
mibs/ALTEON-ROOT-MIB
+314
A
mibs/ALTEON-TIGON-SWITCH-MIB
+1,809
A
mibs/ALTEON-TS-NETWORK-MIB
+4,642
A
mibs/ALTEON-TS-PHYSICAL-MIB
+2,310
A
mibs/BAY-STACK-ADAC-MIB
+447
A
mibs/BAY-STACK-ARP-INSPECTION-MIB
+125
A
mibs/BAY-STACK-DHCP-SNOOPING-MIB
+236
A
mibs/BAY-STACK-EAPOL-EXTENSION-MIB
+868
A
mibs/BAY-STACK-ECMP-MIB
+100
A
mibs/BAY-STACK-ERROR-MESSAGE-MIB
+86
A
mibs/BAY-STACK-LACP-EXT-MIB
+122
A
mibs/BAY-STACK-MIB
+65
A
mibs/BAY-STACK-MULTICAST-FLOODING-MIB
+101
A
mibs/BAY-STACK-OSPF-EXT-MIB
+475
A
mibs/BAY-STACK-PETH-EXT-MIB
+351
A
mibs/BAY-STACK-RADIUS-MIB
+144
A
mibs/BAY-STACK-SOURCE-GUARD-MIB
+188
A
mibs/BAY-STACK-STATS-MIB
+134
A
mibs/BAY-STACK-VRRP-EXT-MIB
+278
A
mibs/BN-IF-EXTENSIONS-MIB
+229
A
mibs/BN-LOG-MESSAGE-MIB
+495
A
mibs/CENTILLION-CONFIG-MIB
+1,558
A
mibs/CENTILLION-DOT3-EXTENSIONS-MIB
+133
A
mibs/CENTILLION-MCAST-MIB
+424
A
mibs/CENTILLION-ROOT-MIB
+587
A
mibs/CENTILLION-VLAN-MIB
+200
A
mibs/DVMRP-MIB
+837
A
mibs/IGMP-MIB
+598
D
mibs/mikrotik
A
mibs/MIKROTIK-MIB
+1,124
D
mibs/nortel
A
mibs/NORTEL-NETWORKS-MULTIPLE-SPANNING-TREE-MIB
+1,576
A
mibs/NORTEL-NETWORKS-RAPID-SPANNING-TREE-MIB
+813
A
mibs/NORTEL-SECURE-NETWORK-ACCESS-MIB
+950
A
mibs/NORTEL-WLAN-AP-MIB
+1,783
A
mibs/RAPID-CITY
+44,336
A
mibs/RAPID-CITY-BAY-STACK
+133
A
mibs/RC-MLT-MIB
+1,433
A
mibs/S5-AGENT-MIB
+2,895
A
mibs/S5-CHASSIS-MIB
+1,594
A
mibs/S5-CHASSIS-TRAP-MIB
+119
A
mibs/S5-COMMON-STATS-MIB
+410
A
mibs/S5-ETH-MULTISEG-TOPOLOGY-MIB
+713
A
mibs/S5-ETH-REDUNDANT-LINKS-MIB
+464
A
mibs/S5-ETHERNET-COMMON-MIB
+856
A
mibs/S5-ETHERNET-MIB
+217
A
mibs/S5-ETHERNET-TRAP-MIB
+170
A
mibs/S5-REG-MIB
+5,107
A
mibs/S5-ROOT-MIB
+77
A
mibs/S5-SWITCH-BAYSECURE-MIB
+929
A
mibs/S5-TCS-MIB
+190
A
mibs/SSH-MIB
+435
A
mibs/SWCOMMGMT-MIB
+1,195
A
mibs/SWL2MGMT-MIB
+4,711
A
mibs/SWL3MGMT-MIB
+1,393
A
mibs/SWPRIMGMT-MIB
+11
A
mibs/SYNOPTICS-COMMON-MIB
+2,032
A
mibs/SYNOPTICS-ETHERNET-MIB
+5,658
A
mibs/SYNOPTICS-ROOT-MIB
+774
A
mibs/Wellfleet-COMMON-MIB
+229
A
mibs/Wellfleet-CSMACD-MIB
+1,122
A
mibs/Wellfleet-DOT1QTAG-CONFIG-MIB
+151
A
mibs/Wellfleet-HARDWARE-MIB
+1,442
A
mibs/Wellfleet-MODULE-MIB
+555
A
mibs/Wellfleet-OSPF-MIB
+3,029
📈 0 added
📉 0 removed
move more mibs to root mibdir and rename
A
mibs/ACCOUNTING-CONTROL-MIB
+771
D
mibs/cabletron
A
mibs/CHASSIS-MIB
+709
A
mibs/COMMUNITY-MIB
+130
A
mibs/CT-BROADCAST-MIB
+169
A
mibs/CT-CMMPHYS-MIB
+1,176
A
mibs/CT-CONTAINER-MIB
+647
A
mibs/CT-ELS10-MIB
+3,504
A
mibs/CT-FASTPATH-DHCPSERVER-MIB
+1,015
A
mibs/CT-FASTPATH-PROTECTED-PORT-MIB
+132
A
mibs/CT-FLASH-MIB
+361
A
mibs/CT-FPS-SERVICES-MIB
+73
A
mibs/CT-HSIMPHYS-MIB
+343
A
mibs/CT-PIC-MIB
+876
A
mibs/CT-PRIORITY-CLASSIFY-MIB
+288
A
mibs/CTATM-CONFIG-MIB
+1,688
A
mibs/CTELS100-NG-MIB
+846
A
mibs/CTFPS-MIB
+621
A
mibs/CTFRAMER-CONFIG-MIB
+202
A
mibs/CTIF-EXT-MIB
+984
A
mibs/CTINB-MIB
+492
A
mibs/CTINB2-MIB
+212
A
mibs/CTRMONXT-MIB
+477
A
mibs/CTRON-ALIAS-MIB
+1,014
A
mibs/CTRON-AP3000-MIB
+4,261
A
mibs/CTRON-AppleTalk-ROUTER-MIB
+3,339
A
mibs/CTRON-APPN-MIB
+3,213
A
mibs/CTRON-BDG-MIB
+1,677
A
mibs/CTRON-BRIDGE-MIB
+2,023
A
mibs/CTRON-BUS-MIB
+129
A
mibs/CTRON-CDP-MIB
+468
A
mibs/CTRON-CHASSIS-MIB
+247
A
mibs/CTRON-COMMON-MIB
+1,409
A
mibs/CTRON-CSMACD-MIB
+214
A
mibs/CTRON-DCM-MIB
+62
A
mibs/CTRON-DECIV-ROUTER-MIB
+2,472
A
mibs/CTRON-DEVICE-MIB
+104
A
mibs/CTRON-DHCP-MIB
+569
A
mibs/CTRON-DLSW-MIB
+1,059
A
mibs/CTRON-DOWNLOAD-MIB
+349
A
mibs/CTRON-ELAN-MIB
+360
A
mibs/CTRON-ENVIRONMENT-MIB
+630
A
mibs/CTRON-ETHERNET-PARAMETERS-MIB
+661
A
mibs/CTRON-ETWMIM-MIB
+171
A
mibs/CTRON-FDDI-FNB-MIB
+948
A
mibs/CTRON-FDDI-STAT-MIB
+253
A
mibs/CTRON-FNBTR-MIB
+304
A
mibs/CTRON-FRONTPANEL-MIB
+182
A
mibs/CTRON-IF-REMAP-2-MIB
+571
A
mibs/CTRON-IF-REMAP-MIB
+210
A
mibs/CTRON-IGMP-MIB
+1,359
A
mibs/CTRON-IP-ROUTER-MIB
+4,401
A
mibs/CTRON-IPX-ROUTER-MIB
+4,792
A
mibs/CTRON-NAT-MIB
+730
A
mibs/CTRON-ORP-HSIM-MIB
+171
A
mibs/CTRON-PORTMAP-MIB
+147
A
mibs/CTRON-POWER-SUPPLY-MIB
+913
A
mibs/CTRON-PPC-BAD-PACKETS-MIB
+286
A
mibs/CTRON-PRIORITY-CLASSIFY-MIB
+714
A
mibs/CTRON-PRIORITY-EXTENSIONS-MIB
+573
A
mibs/CTRON-RATE-POLICING-MIB
+363
A
mibs/CTRON-REMOTE-ACCESS-MIB
+3,551
A
mibs/CTRON-ROUTERS-INTERNAL-MIB
+90
A
mibs/CTRON-ROUTERS-MIB
+1,222
A
mibs/CTRON-SFCS-MIB
+5,553
A
mibs/CTRON-SFPS-BASE-MIB
+1,571
A
mibs/CTRON-SFPS-BINDERY-MIB
+299
A
mibs/CTRON-SFPS-CALL-MIB
+660
A
mibs/CTRON-SFPS-CHASSIS-MIB
+171
A
mibs/CTRON-SFPS-COMMON-MIB
+603
A
mibs/CTRON-SFPS-CONN-MIB
+167
A
mibs/CTRON-SFPS-CONNECTION-MIB
+1,172
A
mibs/CTRON-SFPS-DIAGSTATS-MIB
+278
A
mibs/CTRON-SFPS-DIRECTORY-MIB
+2,263
A
mibs/CTRON-SFPS-ESYS-MIB
+1,547
A
mibs/CTRON-SFPS-EVENTLOG-MIB
+777
A
mibs/CTRON-SFPS-FLOOD-MIB
+340
A
mibs/CTRON-SFPS-INCLUDE-MIB
+494
A
mibs/CTRON-SFPS-L4SS-MIB
+1,304
A
mibs/CTRON-SFPS-MCAST-MIB
+794
A
mibs/CTRON-SFPS-PATH-MIB
+907
A
mibs/CTRON-SFPS-PKTMGR-MIB
+721
A
mibs/CTRON-SFPS-POLICY-MIB
+482
A
mibs/CTRON-SFPS-PORT-MIB
+1,045
A
mibs/CTRON-SFPS-RESOLVE-MIB
+2,083
A
mibs/CTRON-SFPS-SFLSP-MIB
+1,508
A
mibs/CTRON-SFPS-SIZE-MIB
+274
A
mibs/CTRON-SFPS-SOFTLINK-MIB
+1,060
A
mibs/CTRON-SFPS-TAP-MIB
+371
A
mibs/CTRON-SFPS-TOPOLOGY-MIB
+3,116
A
mibs/CTRON-SFPS-VLAN-MIB
+1,175
A
mibs/CTRON-SFPS-VSTP-MIB
+316
A
mibs/CTRON-SMARTTRUNK-MIB
+443
A
mibs/CTRON-SSR-CAPACITY-MIB
+641
A
mibs/CTRON-SSR-CONFIG-MIB
+269
A
mibs/CTRON-SSR-HARDWARE-MIB
+794
A
mibs/CTRON-SSR-L2-MIB
+1,064
A
mibs/CTRON-SSR-L3-MIB
+537
A
mibs/CTRON-SSR-POLICY-MIB
+1,622
A
mibs/CTRON-SSR-SERVICE-STATUS-MIB
+230
A
mibs/CTRON-SSR-SMI-MIB
+68
A
mibs/CTRON-SSR-TRAP-MIB
+361
A
mibs/CTRON-TIMED-RESET-MIB
+115
A
mibs/CTRON-TRANSLATION-MIB
+1,757
A
mibs/CTRON-TX-QUEUE-ARBITRATION-MIB
+202
A
mibs/CTRON-UPS-MIB
+208
A
mibs/CTRON-VLAN-CLASSIFY-MIB
+818
A
mibs/CTRON-VLAN-EXTENSIONS-MIB
+889
A
mibs/CTRON-WAN-IMUX-MIB
+334
A
mibs/CTRON-WAN-MIB
+3,532
A
mibs/CTRON-WAN-MULTI-IMUX-MIB
+438
A
mibs/CTRON-WEBVIEW-MIB
+119
A
mibs/CTSMTMIB-MIB
+607
A
mibs/CTTRAPLOG-MIB
+473
A
mibs/DLM-MIB
+497
A
mibs/DOT5-LOG-MIB
+2,676
A
mibs/DOT5-PHYS-MIB
+1,336
A
mibs/ELH100-MIB
+1,839
A
mibs/ELS100-S24TX2M-MIB
+722
A
mibs/EVENT-ACTIONS-MIB
+301
A
mibs/FAST-ETHERNET-MIB
+351
A
mibs/GARP-MIB
+396
A
mibs/IRM3-MIB
+3,331
A
mibs/jnx-wx.mib.txt
+1,170
A
mibs/JUNIPER-SMI
+191
A
mibs/JUNIPER-WX-MIB.my
+2,550
A
mibs/LAN-EMULATION-CLIENT-MIB
+2,528
A
mibs/NETLINK-SPECIFIC-MIB
+10,347
A
mibs/RBTWS-AP-STATUS-MIB
+1,822
A
mibs/RBTWS-BASIC-MIB
+230
A
mibs/RBTWS-CLIENT-SESSION-MIB
+667
A
mibs/RBTWS-EXTERNAL-SERVER-MIB
+163
A
mibs/RBTWS-INFO-RF-DETECT-MIB
+161
A
mibs/RBTWS-PORT-MIB
+177
A
mibs/RBTWS-REGISTRATION-MIB
+72
A
mibs/RBTWS-ROOT-MIB
+67
A
mibs/RBTWS-SYSTEM-MIB
+239
A
mibs/RBTWS-TRAP-MIB
+1,708
A
mibs/REPEATER-REV4-MIB
+4,364
A
mibs/SYSTEM-RESOURCE-MIB
+317
A
mibs/TRAP-MIB
+147
A
mibs/UPS2-MIB
+1,167
A
mibs/V2H124-24-MIB
+5,022
A
mibs/ZIPLOCK-MIB
+118
📈 0 added
📉 0 removed
replace MX mibs
mibs/jwos/jnx-wx.mib.txt
mibs/jwos/JUNIPER-WX-MIB.my
mibs/jwos/mib-jnx-smi.txt
📈 0 added
📉 0 removed
move more mibs to root (looks like only Juniper have broken enough mibs to need their own tree)
A
mibs/AP80-PRIVATE-MIB
+3,846
D
mibs/arista
A
mibs/ARISTA-PRODUCTS-MIB
+45
A
mibs/ARISTA-SMI-MIB
+47
D
mibs/aruba
A
mibs/ARUBA-MGMT-MIB
+156
A
mibs/ARUBA-MIB
+210
A
mibs/ARUBA-TC
+631
D
mibs/asante
A
mibs/ASANTE-AH1012-MIB
+2,087
A
mibs/ASANTE-SWITCH-MIB
+2,846
A
mibs/WLSR-AP-MIB
+3,509
A
mibs/WLSX-AUTH-MIB
+397
A
mibs/WLSX-CTS-MIB
+147
A
mibs/WLSX-ESI-MIB
+173
A
mibs/WLSX-IFEXT-MIB
+682
A
mibs/WLSX-MESH-MIB
+193
A
mibs/WLSX-MOBILITY-MIB
+769
A
mibs/WLSX-MON-MIB
+2,753
A
mibs/WLSX-SNR-MIB
+399
A
mibs/WLSX-SWITCH-MIB
+2,270
A
mibs/WLSX-SYSTEMEXT-MIB
+1,064
A
mibs/WLSX-TRAP-MIB
+2,659
A
mibs/WLSX-USER-MIB
+537
A
mibs/WLSX-VOICE-MIB
+902
A
mibs/WLSX-WLAN-MIB
+3,873
📈 0 added
📉 0 removed
move Cyclades mibs to mib root
D
mibs/cyclades
A
mibs/CYCLADES-ACS-ADM-MIB
+45
A
mibs/CYCLADES-ACS-CONF-MIB
+876
A
mibs/CYCLADES-ACS-INFO-MIB
+194
A
mibs/CYCLADES-ACS-MIB
+37
A
mibs/CYCLADES-ACS-PM-MIB
+302
A
mibs/CYCLADES-ACS-SYS-MIB
+303
A
mibs/CYCLADES-MIB
+11
📈 0 added
📉 0 removed
A
mibs/RADLAN-MIB
+6,844
D
mibs/RADLAN-MIB.txt
-6,370
D
mibs/RADLAN-rndMng.mib
-159
📈 0 added
📉 0 removed
move RADLAN mibs to mib root
D
mibs/radlan
A
mibs/RADLAN-AAA
+2,284
A
mibs/RADLAN-BaudRate-MIB
+74
A
mibs/RADLAN-COPY-MIB
+566
A
mibs/RADLAN-DNSCL-MIB
+225
A
mibs/RADLAN-File
+206
A
mibs/RADLAN-HWENVIROMENT
+204
A
mibs/RADLAN-IP
+863
A
mibs/RADLAN-LLDP-MIB
+49
A
mibs/RADLAN-LOCALIZATION-MIB
+76
A
mibs/RADLAN-MAC-BASE-PRIO
+252
A
mibs/RADLAN-MNGINF-MIB
+184
A
mibs/RADLAN-PHY-MIB
+222
A
mibs/RADLAN-Physicaldescription-MIB
+1,104
A
mibs/RADLAN-QOS-CLI-MIB
+2,927
A
mibs/RADLAN-QOS-SERV
+1,328
A
mibs/RADLAN-rlInterfaces
+1,010
A
mibs/RADLAN-rlLcli-MIB
+217
A
mibs/RADLAN-RMON
+328
A
mibs/RADLAN-rndApplications
+1,070
A
mibs/RADLAN-rndMng
+169
A
mibs/RADLAN-SENSORENTMIB
+87
A
mibs/RADLAN-SNMP-MIB
+136
A
mibs/RADLAN-SNMPv2
+518
A
mibs/RADLAN-SSH-MIB
+589
A
mibs/RADLAN-SSL
+380
A
mibs/RADLAN-STACK-MIB
+102
A
mibs/RADLAN-SYSLOG-MIB
+410
A
mibs/RADLAN-TIMESYNCHRONIZATION-MIB
+883
A
mibs/RADLAN-Tuning
+1,588
A
mibs/RADLAN-UDP
+118
A
mibs/RADLAN-vlan-MIB
+968
📈 0 added
📉 0 removed
move Enterasys mibs to mib root
D
mibs/enterasys
A
mibs/ENTERASYS-8021X-EXTENSIONS-MIB
+1,428
A
mibs/ENTERASYS-8021X-REKEYING-MIB
+308
A
mibs/ENTERASYS-AAA-POLICY-MIB
+205
A
mibs/ENTERASYS-ACTIVATION-MIB
+430
A
mibs/ENTERASYS-CLASS-OF-SERVICE-MIB
+2,960
A
mibs/ENTERASYS-CONFIGURATION-CHANGE-MIB
+259
A
mibs/ENTERASYS-CONFIGURATION-MANAGEMENT-MIB
+730
A
mibs/ENTERASYS-CONVERGENCE-END-POINT-MIB
+1,104
A
mibs/ENTERASYS-DIAGNOSTIC-MESSAGE-MIB
+332
A
mibs/ENTERASYS-ENCR-8021X-CONFIG-MIB
+801
A
mibs/ENTERASYS-ENCR-8021X-REKEYING-MIB
+503
A
mibs/ENTERASYS-ESWITCH-MIB
+624
A
mibs/ENTERASYS-FIREWALL-MIB
+2,941
A
mibs/ENTERASYS-FLOW-LIMITING-MIB
+1,157
A
mibs/ENTERASYS-IEEE8023-LAG-MIB-EXT-MIB
+251
A
mibs/ENTERASYS-IEEE802DOT11EXT-MIB
+713
A
mibs/ENTERASYS-IETF-BRIDGE-MIB-EXT-MIB
+1,076
A
mibs/ENTERASYS-IETF-P-BRIDGE-MIB-EXT-MIB
+168
A
mibs/ENTERASYS-IF-MIB-EXT-MIB
+273
A
mibs/ENTERASYS-IMAGE-VALIDATION-MIB
+235
A
mibs/ENTERASYS-JUMBO-ETHERNET-FRAME-MIB
+226
A
mibs/ENTERASYS-LICENSE-KEY-MIB
+414
A
mibs/ENTERASYS-LICENSE-KEY-OIDS-MIB
+174
A
mibs/ENTERASYS-LINK-FLAP-MIB
+593
A
mibs/ENTERASYS-MAC-AUTHENTICATION-MIB
+587
A
mibs/ENTERASYS-MAC-LOCKING-MIB
+653
A
mibs/ENTERASYS-MAU-MIB-EXT-MIB
+269
A
mibs/ENTERASYS-MGMT-AUTH-NOTIFICATION-MIB
+287
A
mibs/ENTERASYS-MIB-NAMES
+131
A
mibs/ENTERASYS-MIB-ORG
+397
A
mibs/ENTERASYS-MSTP-MIB
+1,234
A
mibs/ENTERASYS-MULTI-AUTH-MIB
+1,597
A
mibs/ENTERASYS-MULTI-USER-8021X-MIB
+1,110
A
mibs/ENTERASYS-NETFLOW-MIB
+205
A
mibs/ENTERASYS-OIDS-MIB
+5,232
A
mibs/ENTERASYS-POLICY-PROFILE-MIB
+3,131
A
mibs/ENTERASYS-POWER-ETHERNET-EXT-MIB
+656
A
mibs/ENTERASYS-PWA-MIB
+1,160
A
mibs/ENTERASYS-R2MGMT-MIB
+433
A
mibs/ENTERASYS-RADIUS-ACCT-CLIENT-EXT-MIB
+450
A
mibs/ENTERASYS-RADIUS-AUTH-CLIENT-ENCRYPT-MIB
+535
A
mibs/ENTERASYS-RADIUS-AUTH-CLIENT-MIB
+455
A
mibs/ENTERASYS-RESOURCE-UTILIZATION-MIB
+469
A
mibs/ENTERASYS-SECURE-SHELL-SERVER-MIB
+553
A
mibs/ENTERASYS-SERVICE-LEVEL-REPORTING-MIB
+1,636
A
mibs/ENTERASYS-SNMP-PERSISTENCE-MIB
+265
A
mibs/ENTERASYS-SNTP-CLIENT-MIB
+798
A
mibs/ENTERASYS-SPANNING-TREE-DIAGNOSTIC-MIB
+1,675
A
mibs/ENTERASYS-SSH-SERVER-MIB
+545
A
mibs/ENTERASYS-SYSLOG-CLIENT-MIB
+741
A
mibs/ENTERASYS-THREAT-NOTIFICATION-MIB
+642
A
mibs/ENTERASYS-TLS-MIB
+365
A
mibs/ENTERASYS-UPN-TC-MIB
+181
A
mibs/ENTERASYS-VLAN-AUTHORIZATION-MIB
+314
A
mibs/ENTERASYS-VLAN-INTERFACE-MIB
+277
A
mibs/ENTERASYS-WIFI-PROTECTED-ACCESS-MIB
+790
📈 0 added
📉 0 removed
move tranzeo mibs
A
mibs/ENROUTE-245-MIB.txt
+5,894
A
mibs/ENROUTE-POWERPC-244-MIB.txt
+5,894
D
mibs/GamaMib.mib
-8,261
A
mibs/GAMATRONIC-MIB
+8,393
A
mibs/LAG-MIB
+1,225
A
mibs/RADLAN-rndMng.mib
+169
D
mibs/rlmng.mib
-159
D
mibs/tranzeo
A
mibs/TRANZEO-MIB
+103
D
mibs/trunk.mib
-1,186
📈 0 added
📉 0 removed
move force10 mibs to root mibdir, as they behave with existing mibs
A
mibs/F10-C-SERIES-CHASSIS-MIB
+1,399
A
mibs/F10-CHASSIS-MIB
+2,560
A
mibs/F10-FIB-MIB
+262
A
mibs/F10-IF-EXTENSION-MIB
+507
A
mibs/F10-LINK-AGGREGATION-MIB
+589
A
mibs/F10-PRODUCTS-MIB
+179
A
mibs/F10-S-SERIES-CHASSIS-MIB
+1,450
A
mibs/FORCE10-BGP4-V2-MIB
+4,116
A
mibs/FORCE10-COPY-CONFIG-MIB
+489
A
mibs/FORCE10-MONITORING-MIB
+1,656
A
mibs/FORCE10-MSTP-MIB
+973
A
mibs/FORCE10-SMI
+92
A
mibs/FORCE10-SYSTEM-COMPONENT-MIB
+581
A
mibs/FORCE10-TC
+567
A
mibs/FORCE10-TRAP-EVENT-MIB
+412
D
mibs/ftos
📈 0 added
📉 0 removed
clean up mibs directory, delete duplicates keeping the most recent versions
A
mibs/ADSL-LINE-MIB.mib
+4,382
D
mibs/ADSL-LINE-MIB.my
-3,945
A
mibs/ATM-FORUM-MIB.mib
+1,257
A
mibs/ATM-MIB.mib
+3,023
A
mibs/ATM-TC-MIB.mib
+714
D
mibs/BGP4-MIB-rfc4273.txt
-1,230
A
mibs/BGP4-MIB.mib
+1,271
A
mibs/BRIDGE-MIB.mib
+1,466
D
mibs/BRIDGE-MIB.txt
-988
D
mibs/Dell_vendor.mib
-427
A
mibs/Dell-Vendor-MIB.mib
+458
A
mibs/DeltaUPS-MIB.mib
+1,666
A
mibs/DISMAN-PING-MIB.mib
+1,141
A
mibs/DISMAN-TRACEROUTE-MIB.mib
+1,316
A
mibs/DLSW-MIB.mib
+3,585
A
mibs/DNS-RESOLVER-MIB.mib
+1,199
A
mibs/DNS-SERVER-MIB.mib
+1,087
A
mibs/DRAFT-MSDP-MIB.mib
+1,079
A
mibs/DS1-MIB.mib
+2,108
A
mibs/DS3-MIB.mib
+1,794
A
mibs/ESO-CONSORTIUM-MIB.mib
+183
A
mibs/FR-MFR-MIB.mib
+884
A
mibs/GMPLS-LSR-STD-MIB.mib
+548
A
mibs/GMPLS-TC-STD-MIB.mib
+168
A
mibs/GMPLS-TE-STD-MIB.mib
+1,777
A
mibs/IANA-GMPLS-TC-MIB.mib
+330
A
mibs/IEEE8021-PAE-MIB.mib
+1,919
A
mibs/IGMP-STD-MIB.mib
+511
A
mibs/IPMROUTE-MIB.mib
+951
A
mibs/IPMROUTE-STD-MIB.mib
+876
A
mibs/IPV6-TC.mib
+67
D
mibs/lldp_dot3.mib
-791
D
mibs/LLDP-EXT-DOT1-MIB
-764
A
mibs/LLDP-EXT-DOT1-MIB.mib
+855
A
mibs/MG-SNMP-UPS-MIB.mib
+7,584
D
mibs/mgeups.mib
-7,293
D
mibs/mib-802.3ad.txt
-1,388
D
mibs/mib-diffServDscp-tc.txt
-64
D
mibs/mib-eso-consortium.txt
-167
D
mibs/mib-IANA-GMPLS-TC-MIB.txt
-289
D
mibs/mib-IANA-RTPROTO-MIB.txt
-95
D
mibs/mib-ieee8021pae.txt
-1,866
D
mibs/mib-igmpmib.txt
-501
D
mibs/mib-ilmim.txt
-1,109
D
mibs/mib-isismib.txt
-3,280
D
mibs/mib-lldp.txt
-2,000
D
mibs/mib-mroutemib.txt
-924
D
mibs/mib-msdpmib.txt
-1,059
D
mibs/mib-ospf2mib.txt
-2,870
D
mibs/mib-ospf2trap.txt
-482
D
mibs/mib-pimmib.txt
-893
D
mibs/mib-rfc1513.txt
-2,327
D
mibs/mib-rfc1747.txt
-2,658
D
mibs/mib-rfc1907.txt
-720
D
mibs/mib-rfc2012a.txt
-326
D
mibs/mib-rfc2013a.txt
-141
D
mibs/mib-rfc2024a.txt
-3,287
D
mibs/mib-rfc2115a.txt
-1,049
D
mibs/mib-rfc2213.txt
-781
D
mibs/mib-rfc2287a.txt
-1,553
D
mibs/mib-rfc2465.txt
-1,440
D
mibs/mib-rfc2465tc.txt
-66
D
mibs/mib-rfc2493.txt
-166
D
mibs/mib-rfc2495a.txt
-2,108
D
mibs/mib-rfc2514.txt
-706
D
mibs/mib-rfc2515a.txt
-3,023
D
mibs/mib-rfc2571.txt
-496
D
mibs/mib-rfc2572.txt
-140
D
mibs/mib-rfc2574.txt
-889
D
mibs/mib-rfc2575.txt
-804
D
mibs/mib-rfc2576.txt
-411
D
mibs/mib-rfc2662.txt
-4,382
D
mibs/mib-rfc2662tc.txt
-115
D
mibs/mib-rfc2665a.txt
-1,144
D
mibs/mib-rfc2787a.txt
-781
D
mibs/mib-rfc2790a.txt
-1,542
D
mibs/mib-rfc2790type.txt
-387
D
mibs/mib-rfc2819a.txt
-3,984
D
mibs/mib-rfc2856a.txt
-117
D
mibs/mib-rfc2922.txt
-799
D
mibs/mib-rfc2925a.txt
-1,140
D
mibs/mib-rfc2925b.txt
-1,316
D
mibs/mib-rfc2932.txt
-850
D
mibs/mib-rfc3020.txt
-884
D
mibs/mib-rfc3289.txt
-3,259
D
mibs/mib-rfc3413.txt
-293
D
mibs/mib-rfc3413notify.txt
-587
D
mibs/mib-rfc3413target.txt
-647
D
mibs/mib-rfc3417.txt
-184
D
mibs/mib-rfc3419.txt
-430
D
mibs/mib-rfc3591.txt
-6,119
D
mibs/mib-rfc3592.txt
-2,193
D
mibs/mib-rfc3621.txt
-626
D
mibs/mib-rfc3811.txt
-633
D
mibs/mib-rfc3812.txt
-2,482
D
mibs/mib-rfc3813.txt
-2,159
D
mibs/mib-rfc3896.txt
-1,769
D
mibs/mib-rfc4188.txt
-1,466
D
mibs/mib-rfc4318.txt
-307
D
mibs/mib-rfc4363a.txt
-1,098
D
mibs/mib-rfc4363b.txt
-2,288
D
mibs/mib-rfc4502.txt
-5,857
D
mibs/mib-rfc4801.txt
-127
D
mibs/mib-rfc4802.txt
-1,718
D
mibs/mib-rfc4803.txt
-503
D
mibs/mib-rtmib.txt
-407
D
mibs/mib-SNMPv2-SMI.txt
-312
D
mibs/mib-SNMPv2-TC.txt
-764
D
mibs/mib-vpntcmib.txt
-46
A
mibs/MPLS-TE-STD-MIB.mib
+2,518
A
mibs/OPT-IF-MIB.mib
+6,261
D
mibs/OSPF-MIB.txt
-2,591
A
mibs/PIM-MIB.mib
+909
A
mibs/PPVPN-TC-MIB.mib
+47
A
mibs/PTOPO-MIB.mib
+824
D
mibs/Q-BRIDGE-MIB
-2,429
A
mibs/Q-BRIDGE-MIB.mib
+2,489
D
mibs/rfc1611.mib
-1,068
D
mibs/rfc1612.mib
-1,199
A
mibs/RMON2-MIB.mib
+6,019
D
mibs/RMON2-MIB.my
-5,587
A
mibs/RSTP-MIB.mib
+307
A
mibs/SNA-SDLC-MIB.mib
+2,761
A
mibs/SONET-MIB.mib
+2,360
A
mibs/SYSAPPL-MIB.mib
+1,553
D
mibs/upsv4.mib
-1,628
📈 0 added
📉 0 removed
more improvements to graphing system, fix aironet_wifi_clients graph
A
html/images/icons/greyscale/wireless.png
+2
A
html/images/icons/wireless.png
+2
A
html/includes/graphs/device/aironet_wifi_clients.inc.php
+29
D
html/includes/graphs/device/wificlients.inc.php
-29
A
includes/polling/aironet_wifi_clients.inc.php
+76
D
includes/polling/wireless.inc.php
-76
M
includes/static-config.php
+5
-1
M
poller.php
+1
-1
📈 115 added
📉 107 removed
second attempt at device graphs setup
A
html/images/icons/greyscale/firewall.png
+1
M
html/pages/device/graphs.inc.php
+40
-24
M
includes/static-config.php
+114
-18
📈 155 added
📉 42 removed
forgot to add deltaups polling file
A
includes/polling/os/deltaups.inc.php
+13
📈 13 added
📉 0 removed
Delta UPS support, also by generalising rfc1628 support; recognize some more hardware
M
includes/discovery/current.inc.php
+6
-6
M
includes/discovery/frequencies.inc.php
+6
-6
M
includes/discovery/ipv4-addresses.inc.php
+2
A
includes/discovery/os/deltaups.inc.php
+8
M
includes/discovery/os/jetdirect.inc.php
+1
M
includes/discovery/os/wxgoos.inc.php
+2
D
includes/discovery/temperatures/netmanplus.inc.php
-27
A
includes/discovery/temperatures/rfc1628.inc.php
+27
M
includes/discovery/voltages.inc.php
+23
-23
M
includes/polling/os/ios.inc.php
-1
M
includes/static-config.php
+4
D
mibs/GMACI.mib
-1,786
M
mibs/RFC1628A.MIB
-951
A
mibs/upsv4.mib
+1,666
📈 79 added
📉 63 removed
some cipsec_flow graphing (requires db still, which will be moved to array)
A
html/includes/graphs/device/cipsec_flow_bits.inc.php
+11
A
html/includes/graphs/device/cipsec_flow_pkts.inc.php
+21
A
html/includes/graphs/device/cipsec_flow_tunnels.inc.php
+16
📈 48 added
📉 0 removed
A
includes/polling/cisco-ipsec-flow-monitor.inc.php
+127
M
poller.php
+1
📈 128 added
📉 0 removed
fix webvpn counting
M
includes/polling/cisco-remote-access-monitor.inc.php
+1
-1
📈 1 added
📉 1 removed
graph for cras_sessions
A
html/includes/graphs/device/cras_sessions.inc.php
+48
M
includes/polling/cisco-remote-access-monitor.inc.php
+2
-2
📈 50 added
📉 2 removed
fixes to cras_sessions poller
M
includes/polling/cisco-remote-access-monitor.inc.php
+11
-9
M
includes/polling/os/ios.inc.php
+1
-1
📈 12 added
📉 10 removed
database updates
M
database-update.sql
+1
-1
📈 1 added
📉 1 removed
M
html/includes/graphs/sensor/temperature.inc.php
+3
-5
M
includes/polling/altiga-ssl.inc.php
+1
-1
A
includes/polling/cisco-remote-access-monitor.inc.php
+87
M
poller.php
+3
-1
📈 94 added
📉 7 removed
move device types config to static-config.php
M
html/includes/print-menubar.php
-38
M
includes/static-config.php
+40
📈 40 added
📉 38 removed
dynamically build device type menu from array
A
html/images/icons/printer.png
+1
M
html/includes/print-menubar.php
+42
-8
📈 43 added
📉 8 removed
juggle some icons around
A
html/images/icons/firewall.png
+1
html/images/icons/greyscale/network.png
-2
A
html/images/icons/greyscale/wifi.png
+2
html/images/icons/network.png
-1
A
html/images/icons/server.png
+1
A
html/images/icons/wifi.png
+2
📈 6 added
📉 3 removed
better icons (marginally, admittedly.)
M
html/images/icons/greyscale/current.png
±0
M
html/images/icons/greyscale/frequencies.png
±0
M
html/images/icons/greyscale/voltages.png
±0
📈 0 added
📉 0 removed
finalize move to sensors table for frequencies
M
database-update.sql
+1
M
html/includes/graphs/device/frequencies.inc.php
+9
-9
M
html/includes/graphs/sensor/frequency.inc.php
+4
-4
M
html/pages/device/health.inc.php
+1
-1
M
html/pages/device/health/frequencies.inc.php
+1
-1
M
html/pages/device/overview/current.inc.php
-1
M
html/pages/device/overview/fanspeeds.inc.php
-1
M
html/pages/device/overview/frequencies.inc.php
+21
-21
M
html/pages/device/overview/humidity.inc.php
-1
M
html/pages/device/overview/temperatures.inc.php
-1
M
html/pages/device/overview/voltages.inc.php
-1
📈 37 added
📉 41 removed
fix addhost that got borked a few commits back
📈 2 added
📉 1 removed
fixes to sensor detection (next comes more filtering)
M
includes/discovery/cisco-entity-sensor.inc.php
+3
M
includes/discovery/entity-sensor.inc.php
+2
-1
📈 5 added
📉 1 removed
fix lldp discovery code, small fix, addhost fix
M
addhost.php
+3
-2
M
html/map.php
+9
-8
M
includes/discovery/current.inc.php
+2
M
includes/discovery/discovery-protocols.inc.php
+2
-2
📈 16 added
📉 12 removed
fix
M
includes/discovery/entity-sensor.inc.php
+3
-2
📈 3 added
📉 2 removed
fix rest of fdb graph
M
html/includes/graphs/device/fdb_count.inc.php
+2
-2
📈 2 added
📉 2 removed
some updates to fdb_count graph and entity-sensor discovery (ignore temp > 200C, and use Name instead of Descr if available)
M
html/includes/graphs/device/fdb_count.inc.php
+4
-5
M
includes/discovery/entity-sensor.inc.php
+9
-4
📈 13 added
📉 9 removed
add HP Procurve FDB count graph
M
database-update.sql
+1
-1
M
html/includes/graphs/device/auth.inc.php
+2
A
html/includes/graphs/device/fdb_count.inc.php
+18
M
includes/polling/os/procurve.inc.php
+20
-36
M
poller.php
+1
-1
📈 42 added
📉 38 removed
junos processor detection change
M
includes/discovery/processors/junos.inc.php
+1
-1
M
includes/polling/os/procurve.inc.php
+2
📈 3 added
📉 1 removed
increment index... :)
M
includes/static-config.php
+4
-4
📈 4 added
📉 4 removed
add memory to procurve overlib
M
includes/static-config.php
+3
📈 3 added
📉 0 removed
HP Procurve mempool polling&discovery (we discover both
hpLocal and
hpGlobal for now, though i see little realistic difference between them on most devices)
A
includes/discovery/mempools/hp-procurve.inc.php
+40
A
includes/polling/mempools/hpGlobal.inc.php
+24
A
includes/polling/mempools/hpLocal.inc.php
+23
M
includes/static-config.php
+2
-1
📈 89 added
📉 1 removed
fix broken papouch discovery
M
includes/defaults.inc.php
-1
M
includes/discovery/temperatures/papouch-tme.inc.php
+1
-1
📈 1 added
📉 2 removed
fix horrible bug returning incorrect start times for graphs in the billing pages
M
html/pages/bill.inc.php
+5
-5
📈 5 added
📉 5 removed
small fixes
M
html/includes/graphs/storage/usage.inc.php
+1
-1
M
html/pages/device/health/storage.inc.php
+1
-2
M
includes/polling/applications/apache.inc.php
+1
📈 3 added
📉 3 removed
sensors auth file for graphs (no real auth yet)
A
html/includes/graphs/sensor/auth.inc.php
+8
M
includes/discovery/cisco-entity-sensor.inc.php
+2
📈 10 added
📉 0 removed
more fixes for new sensor setup. more to come no doubt. also started making graphs which can 'widen'
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
fixes to new sensors setup
M
html/includes/graphs/device/temperatures.inc.php
+2
-2
M
html/includes/graphs/sensor/temperature.inc.php
+7
-8
A
html/pages/device/graphs/netstats_icmp_info.inc.php
+9
A
html/pages/device/graphs/netstats_icmp_stat.inc.php
+9
A
html/pages/device/graphs/netstats_ip.inc.php
+13
A
html/pages/device/graphs/netstats_snmp.inc.php
+13
A
html/pages/device/graphs/netstats_tcp.inc.php
+9
A
html/pages/device/graphs/netstats_udp.inc.php
+9
M
html/pages/device/health/frequencies.inc.php
+7
-7
D
html/pages/device/health/memory.inc.php
-60
A
html/pages/device/health/mempools.inc.php
+60
M
html/pages/device/health/temperatures.inc.php
+1
A
includes/discovery/cisco-entity-sensor.inc.php
+64
A
includes/discovery/entity-sensor.inc.php
+66
M
includes/discovery/functions.inc.php
+1
-1
A
includes/discovery/processors/procurve.inc.php
+28
A
includes/discovery/sensors.inc.php
+19
D
includes/discovery/temperatures/cisco-entity-sensor.inc.php
-42
D
includes/discovery/temperatures/entity-sensor.inc.php
-45
M
includes/discovery/voltages.inc.php
+17
-17
M
includes/polling/current.inc.php
-1
M
includes/polling/fanspeeds.inc.php
-1
M
includes/polling/frequencies.inc.php
+22
-22
M
includes/polling/humidity.inc.php
-1
A
includes/polling/os/arista_eos.inc.php
+7
M
includes/polling/temperatures.inc.php
+19
-8
M
includes/polling/voltages.inc.php
+4
-4
M
includes/rewrites.php
-30
M
test-discovery.php
+2
-1
📈 388 added
📉 250 removed
oops, that should have gone along, obviously
A
database-update-pre1435.sql
+42
📈 42 added
📉 0 removed
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)
M
database-update.sql
-42
M
discovery.php
+7
-2
📈 7 added
📉 44 removed
sensor eventlog cleanup (don't put current value, it's too much info)
M
includes/discovery/functions.inc.php
+3
-2
📈 3 added
📉 2 removed
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
M
database-update.sql
+4
-3
M
discovery.php
+7
-6
M
includes/discovery/current.inc.php
+17
-41
M
includes/discovery/fanspeeds.inc.php
+3
-21
M
includes/discovery/fanspeeds/areca.inc.php
+2
-4
M
includes/discovery/fanspeeds/lmsensors.inc.php
+3
-5
M
includes/discovery/fanspeeds/supermicro.inc.php
+6
-8
M
includes/discovery/frequencies.inc.php
+21
-44
M
includes/discovery/functions.inc.php
+30
-209
M
includes/discovery/humidity.inc.php
+3
-20
M
includes/discovery/humidity/akcp.inc.php
+11
-11
M
includes/discovery/mempools/cemp.inc.php
+2
M
includes/discovery/mempools/cmp.inc.php
+2
M
includes/discovery/mempools/hrstorage.inc.php
+2
M
includes/discovery/mempools/ironware-dyn.inc.php
+2
M
includes/discovery/mempools/junos.inc.php
+2
M
includes/discovery/mempools/screenos.inc.php
+2
M
includes/discovery/temperatures.inc.php
+3
-20
M
includes/discovery/temperatures/adva.inc.php
+28
-28
M
includes/discovery/temperatures/akcp.inc.php
+15
-15
M
includes/discovery/temperatures/apc.inc.php
+3
-3
M
includes/discovery/temperatures/areca.inc.php
+9
-9
M
includes/discovery/temperatures/cisco-entity-sensor.inc.php
+5
-6
M
includes/discovery/temperatures/cisco-envmon.inc.php
+6
-6
M
includes/discovery/temperatures/dell.inc.php
+4
-3
M
includes/discovery/temperatures/entity-sensor.inc.php
+7
-5
M
includes/discovery/temperatures/ftos-c-series.inc.php
+3
-7
M
includes/discovery/temperatures/ftos-e-series.inc.php
+3
-5
M
includes/discovery/temperatures/ftos-s-series.inc.php
+3
-5
M
includes/discovery/temperatures/ironware.inc.php
+6
-6
M
includes/discovery/temperatures/junos.inc.php
+7
-8
M
includes/discovery/temperatures/junose.inc.php
+3
-4
M
includes/discovery/temperatures/lm-sensors.inc.php
+7
-7
M
includes/discovery/temperatures/netmanplus.inc.php
+7
-7
M
includes/discovery/temperatures/observernms-custom.inc.php
+3
-3
M
includes/discovery/temperatures/papouch-tme.inc.php
+6
-6
M
includes/discovery/temperatures/powerconnect.inc.php
+6
-5
M
includes/discovery/temperatures/supermicro.inc.php
+4
-4
M
includes/discovery/temperatures/zyxel-ies.inc.php
+3
-4
M
includes/discovery/voltages.inc.php
+41
-65
M
includes/polling/current.inc.php
+3
-4
M
includes/polling/fanspeeds.inc.php
+3
-1
M
includes/polling/humidity.inc.php
+3
-4
M
includes/polling/temperatures.inc.php
+2
-1
M
includes/polling/voltages.inc.php
+2
-4
📈 314 added
📉 617 removed
remove mib index files from svn
D
mibs/alliedtelesis/.index
-54
D
mibs/jwos/.index
-3
D
mibs/radlan/.index
-33
📈 0 added
📉 0 removed
JWOS polling device information
A
includes/polling/os/jwos.inc.php
+18
📈 18 added
📉 0 removed
Add Juniper JWOS and WXOS MIBs
A
mibs/jwos
A
mibs/jwos/.index
+3
A
mibs/jwos/jnx-wx.mib.txt
+1,170
A
mibs/jwos/JUNIPER-WX-MIB.my
+2,550
A
mibs/jwos/mib-jnx-smi.txt
+191
📈 0 added
📉 0 removed
M
includes/discovery/os/vrp.inc.php
+3
-3
📈 3 added
📉 3 removed
oops, failfix
M
includes/discovery/os/jwos.inc.php
+1
-1
📈 1 added
📉 1 removed
Detect Juniper WXOS/JWOS + minor MIB path fix
A
includes/discovery/os/jwos.inc.php
+10
M
includes/polling/bgpPeer.inc.php
+2
-2
M
includes/static-config.php
+5
📈 17 added
📉 2 removed
cleaned up some mibs, moved mempools discovery to include_dir()
M
includes/discovery/mempools.inc.php
+8
-6
A
mibs/BGP4-MIB-rfc4273.txt
+1,271
D
mibs/BGP4-MIB.my
-822
D
mibs/BGP4-MIB.txt
-929
D
mibs/IANAifType-MIB.txt
-487
A
mibs/IPV6-MLD-MIB.my
+427
D
mibs/mib-bgpmib.txt
-715
D
mibs/mib-IANAifType-MIB.txt
-314
A
mibs/NETWORK-APPLIANCE-MIB.my
+24,180
A
mibs/SNMP-REPEATER-MIB.my
+1,319
A
mibs/TUNNEL-MIB.my
+735
📈 8 added
📉 6 removed
more temp graph improvements
M
html/includes/graphs/device/temperatures.inc.php
+4
-4
M
html/includes/graphs/sensor/temperature.inc.php
+5
-5
📈 9 added
📉 9 removed
fix temperatures graphs (reported by monrad)
M
html/includes/graphs/device/temperatures.inc.php
+1
-1
M
html/includes/graphs/sensor/temperature.inc.php
+2
-1
📈 3 added
📉 2 removed
move mempools pollers into their own directory (includes/discovery/mempools/)
A
includes/discovery/mempools
D
includes/discovery/mempools-cemp.inc.php
-26
D
includes/discovery/mempools-cmp.inc.php
-23
D
includes/discovery/mempools-hrstorage.inc.php
-32
D
includes/discovery/mempools-ironware-dyn.inc.php
-17
D
includes/discovery/mempools-junos.inc.php
-30
D
includes/discovery/mempools-screenos.inc.php
-20
M
includes/discovery/mempools.inc.php
+6
-6
A
includes/discovery/mempools/cemp.inc.php
+26
A
includes/discovery/mempools/cmp.inc.php
+23
A
includes/discovery/mempools/hrstorage.inc.php
+32
A
includes/discovery/mempools/ironware-dyn.inc.php
+17
A
includes/discovery/mempools/junos.inc.php
+30
A
includes/discovery/mempools/screenos.inc.php
+20
📈 154 added
📉 154 removed
disable memory overlib graph for m0n0wall (their SNMP daemon doesn't seem to return that information)
M
includes/static-config.php
+4
📈 4 added
📉 0 removed
fix nxos icon, move ios -> cisco and catos -> cisco-old
D
html/images/os/catos.png
-1
A
html/images/os/cisco-old.png
+1
A
html/images/os/cisco.png
+1
D
html/images/os/ios.png
-1
M
includes/static-config.php
+9
-4
📈 11 added
📉 6 removed
fix services delete function
M
html/pages/device/edit/services.inc.php
+8
-1
📈 8 added
📉 1 removed
better versions for APC AOS
M
includes/polling/os/apc.inc.php
+19
-9
📈 19 added
📉 9 removed
traffic graph only for procurve
M
includes/static-config.php
+3
📈 3 added
📉 0 removed
remove some more leading slashes
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
remove some leading slashes from supposedly relative URLs :> (reported by Eimann)
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
force warnings off by ini_set (fuck you debian/ubuntu, spittings warnings everywhere as default is *not* cool.)
M
html/includes/graphs/graph.inc.php
+7
-1
📈 7 added
📉 1 removed
hide snmp stderr if not in debug mode, though some errors are still sneaking out somewhere
M
includes/snmp.inc.php
+9
📈 9 added
📉 0 removed
netstats greyscale icon
A
html/images/icons/greyscale/netstats.png
+1
📈 1 added
📉 0 removed
syslog handling update
M
includes/syslog.php
+1
-1
📈 1 added
📉 1 removed
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.
M
database-update.sql
+5
A
html/images/icons/greyscale/mempools.png
+1
A
html/images/icons/mempools.png
+1
A
html/images/icons/netstats.png
+1
M
html/includes/graphs/device/auth.inc.php
-2
D
html/includes/graphs/device/cpu_powerconnect.inc.php
-28
D
html/includes/graphs/device/cpu_procurve.inc.php
-28
D
html/includes/graphs/device/cpu_unix.inc.php
-71
D
html/includes/graphs/device/cpu.inc.php
-38
A
html/includes/graphs/device/hr_processes.inc.php
+20
A
html/includes/graphs/device/hr_users.inc.php
+22
D
html/includes/graphs/device/hrprocesses.inc.php
-20
D
html/includes/graphs/device/hrusers.inc.php
-22
D
html/includes/graphs/device/icmp_informational.inc.php
-69
D
html/includes/graphs/device/icmp.inc.php
-51
D
html/includes/graphs/device/ip_fragmented.inc.php
-66
D
html/includes/graphs/device/ip.inc.php
-45
A
html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php
+64
A
html/includes/graphs/device/ipsystemstats_ipv4.inc.php
+53
A
html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php
+64
A
html/includes/graphs/device/ipsystemstats_ipv6.inc.php
+53
D
html/includes/graphs/device/ipSystemStats_v4.inc.php
-53
D
html/includes/graphs/device/ipSystemStats_v6_frag.inc.php
-64
D
html/includes/graphs/device/ipSystemStats_v6.inc.php
-53
D
html/includes/graphs/device/laload.inc.php
-31
D
html/includes/graphs/device/memory_procurve.inc.php
-35
D
html/includes/graphs/device/memory_unix.inc.php
-65
D
html/includes/graphs/device/memory.inc.php
-28
A
html/includes/graphs/device/mempools.inc.php
+28
A
html/includes/graphs/device/netstat_icmp_info.inc.php
+69
A
html/includes/graphs/device/netstat_icmp.inc.php
+51
A
html/includes/graphs/device/netstat_ip_frag.inc.php
+66
A
html/includes/graphs/device/netstat_ip.inc.php
+45
A
html/includes/graphs/device/netstat_snmp_pkt.inc.php
+25
A
html/includes/graphs/device/netstat_snmp.inc.php
+49
A
html/includes/graphs/device/netstat_tcp.inc.php
+45
A
html/includes/graphs/device/netstat_udp.inc.php
+31
D
html/includes/graphs/device/snmp_packets.inc.php
-25
D
html/includes/graphs/device/snmp_statistics.inc.php
-49
D
html/includes/graphs/device/tcp.inc.php
-45
A
html/includes/graphs/device/ucd_cpu.inc.php
+32
A
html/includes/graphs/device/ucd_load.inc.php
+31
A
html/includes/graphs/device/ucd_memory.inc.php
+65
D
html/includes/graphs/device/udp.inc.php
-31
M
html/includes/graphs/graph.inc.php
+4
-3
M
html/map.php
+2
M
html/pages/device/graphs.inc.php
+14
-20
A
html/pages/device/graphs/cpu.inc.php
+7
A
html/pages/device/graphs/fortigate-sessions.inc.php
+9
A
html/pages/device/graphs/hrprocesses.inc.php
+7
A
html/pages/device/graphs/hrusers.inc.php
+11
A
html/pages/device/graphs/laload.inc.php
+4
A
html/pages/device/graphs/memory.inc.php
+7
A
html/pages/device/graphs/netstats.inc.php
+63
D
html/pages/device/graphs/network
A
html/pages/device/graphs/screenos-sessions.inc.php
+10
A
html/pages/device/graphs/screenos.inc.php
+9
D
html/pages/device/graphs/system
A
html/pages/device/graphs/uptime.inc.php
+4
A
html/pages/device/graphs/wireless.inc.php
+9
M
html/pages/device/health.inc.php
+3
-3
M
html/pages/graphs.inc.php
+2
M
includes/common.php
+22
M
includes/functions.php
-22
M
includes/polling/hr-mib.inc.php
+13
-10
M
includes/polling/ipSystemStats.inc.php
+3
-3
M
includes/polling/netstats-icmp.inc.php
+4
-5
M
includes/polling/netstats-ip.inc.php
+2
-3
M
includes/polling/netstats-snmp.inc.php
+2
-1
M
includes/polling/netstats-tcp.inc.php
+1
-1
M
includes/polling/netstats-udp.inc.php
+1
-1
M
includes/polling/os/allied.inc.php
-2
M
includes/polling/os/extremeware.inc.php
-3
M
includes/polling/os/fortigate.inc.php
+14
-26
M
includes/polling/os/junos.inc.php
-4
M
includes/polling/os/junose.inc.php
-7
M
includes/polling/os/redback.inc.php
-2
M
includes/polling/os/screenos.inc.php
+2
-2
M
includes/polling/os/speedtouch.inc.php
-4
M
includes/polling/os/unix.inc.php
+1
-4
M
includes/polling/os/windows.inc.php
-3
M
includes/polling/ucd-mib.inc.php
+12
M
includes/rewrites.php
+1
-1
M
includes/static-config.php
+19
-8
M
poller.php
+47
-18
📈 1,130 added
📉 1,075 removed
fixes to lldp discovery (use dot1dBasePortIfIndex if exists) reported by Bill Fenner from Arista.
M
includes/discovery/discovery-protocols.inc.php
+17
-6
📈 17 added
📉 6 removed
add duplex detection frmo dot3stats and display this for ports (and fix weird bug where speed wasn't shown for devices with no
ifAlias!)
M
html/includes/print-interface.inc.php
+3
-5
M
includes/polling/ports.inc.php
+18
-4
📈 21 added
📉 9 removed
M
includes/polling/ports.inc.php
+5
📈 5 added
📉 0 removed
some fixes, and cleanups, also bits per second not bytes ;)
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
split netstats pollers into protocols. update $graphs
array for each one successfully polled
D
includes/polling/hr-mib_storage.inc.php
-46
M
includes/polling/hr-mib.inc.php
+30
-9
M
includes/polling/ipSystemStats.inc.php
+5
M
includes/polling/mempools.inc.php
-1
A
includes/polling/netstats-icmp.inc.php
+53
A
includes/polling/netstats-ip.inc.php
+53
A
includes/polling/netstats-snmp.inc.php
+48
A
includes/polling/netstats-tcp.inc.php
+55
A
includes/polling/netstats-udp.inc.php
+46
M
includes/polling/netstats.inc.php
+7
-76
M
includes/polling/storage.inc.php
+4
M
includes/polling/wireless.inc.php
+8
📈 309 added
📉 132 removed
make sure there aren't any trailing spaces in paths or we could accidentally maybe perhaps rm -r / or similar wrong directories
M
includes/functions.php
+2
-2
📈 2 added
📉 2 removed
kilobits, not kelvinbits, sigh
M
includes/functions.php
+2
-2
📈 2 added
📉 2 removed
respect enable_bgp more on website and on discovery, also detect more huawei vrp
M
html/includes/print-menubar.php
+5
-2
M
html/pages/front/default.php
+10
-8
M
includes/discovery/bgp-peers.inc.php
+3
M
includes/discovery/os/vrp.inc.php
+1
📈 19 added
📉 10 removed
fix port poller for devices which run out of oids :)
M
includes/snmp.inc.php
+2
-1
📈 2 added
📉 1 removed
small fixes to billing editing (use correct variables and the like, doh)
M
html/pages/bills.inc.php
+1
-1
M
html/pages/edituser.inc.php
+2
-2
📈 3 added
📉 3 removed
fix etherlike graph for monrad, make
HOST-RESOURCES-MIB discovery for cpu/mem more universal. update defaults.
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
use device_bits graphtype only for thomson speedtouch overlib
M
includes/static-config.php
+3
📈 3 added
📉 0 removed
fix JT front page
M
html/pages/front/jt.php
+18
-18
📈 18 added
📉 18 removed
add arista
A
html/images/os/arista.png
+1
A
includes/discovery/os/arista-eos.inc.php
+10
M
includes/static-config.php
+6
📈 17 added
📉 0 removed
detect intel itanium :)
M
includes/polling/os/windows.inc.php
+1
📈 1 added
📉 0 removed
autogenerate $config
['base_url'] (why didn't we do this all along?)
M
config.php.default
+1
-1
M
includes/defaults.inc.php
+1
📈 2 added
📉 1 removed
set log_file if it's unset :>
M
includes/static-config.php
+5
📈 5 added
📉 0 removed
remove debugging :)
M
html/includes/print-interface.inc.php
-2
📈 0 added
📉 2 removed
fix to hrdevice inventory page (print processor graph in new location)
M
html/pages/device/hrdevice.inc.php
+2
-2
📈 2 added
📉 2 removed
fix front page. fix port poller and port descr parser a little.
M
html/pages/front/jt.php
+18
-18
M
includes/defaults.inc.php
-1
M
includes/polling/ports.inc.php
+6
-8
M
includes/port-descr-parser.inc.php
+2
M
poll-reachability.php
+1
📈 27 added
📉 27 removed
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
M
html/includes/graphs/customer/bits.inc.php
+1
-1
D
html/includes/graphs/multi_bits_duo.inc.php
-118
D
html/includes/graphs/multi_bits_separate.inc.php
-76
D
html/includes/graphs/multi_bits_trio.inc.php
-162
D
html/includes/graphs/multi_bits.inc.php
-28
A
html/includes/graphs/multiport
A
html/includes/graphs/multiport/auth.inc.php
+16
A
html/includes/graphs/multiport/bits_duo.inc.php
+118
A
html/includes/graphs/multiport/bits_separate.inc.php
+76
A
html/includes/graphs/multiport/bits_trio.inc.php
+162
A
html/includes/graphs/multiport/bits.inc.php
+25
M
html/includes/print-interface.inc.php
+2
M
html/pages/customers.inc.php
+6
-6
M
html/pages/device/interface.inc.php
+1
-1
M
html/pages/device/ports.inc.php
+3
-3
M
html/pages/iftype.inc.php
+5
-4
📈 415 added
📉 399 removed
detection of itwatchdogs.com
geese family - now for the fun of discovering the sensors...
A
html/images/os/wxgoos.png
+1
A
includes/discovery/os/wxgoos.inc.php
+11
M
includes/static-config.php
+6
-1
📈 18 added
📉 1 removed
moar printer supportings, recognize more mge ups + dropdowns on devices list page now only list things from the selected device type, if any
M
html/pages/devices.inc.php
+19
-17
M
includes/discovery/os/mgeups.inc.php
+1
-1
A
includes/polling/os/brother.inc.php
+45
M
includes/polling/os/jetdirect.inc.php
+6
-1
A
includes/polling/os/konica.inc.php
+13
A
includes/polling/os/okilan.inc.php
+10
A
includes/polling/os/ricoh.inc.php
+12
M
includes/static-config.php
+1
-1
📈 107 added
📉 20 removed
add oki logo
A
html/images/os/oki.png
+1
M
includes/static-config.php
+1
📈 2 added
📉 0 removed
ricoh definition seems to have disappeared
M
includes/static-config.php
+8
📈 8 added
📉 0 removed
Add Blue Coat Packetshaper detection, fix Minkels RMS polling, more printer devices, minor fixes here and there
M
includes/discovery/os/mgeups.inc.php
+1
-1
A
includes/discovery/os/okilan.inc.php
+9
A
includes/discovery/os/packetshaper.inc.php
+9
M
includes/polling/os/dell-laser.inc.php
+14
-8
A
includes/polling/os/jetdirect.inc.php
+26
A
includes/polling/os/kyocera.inc.php
+14
M
includes/polling/os/minkelsrms.inc.php
+1
-1
M
includes/polling/os/routeros.inc.php
+1
-1
A
includes/polling/os/xerox.inc.php
+25
M
includes/static-config.php
+12
-1
📈 112 added
📉 12 removed
fixed ios fix :)
M
includes/polling/os/ios.inc.php
+1
-1
📈 1 added
📉 1 removed
oops no
M
includes/polling/os/ios.inc.php
+1
-1
📈 1 added
📉 1 removed
minor improvement to cisco version detection
M
includes/polling/os/ios.inc.php
+2
📈 2 added
📉 0 removed
add application/apache graph types
A
html/includes/graphs/application
A
html/includes/graphs/application/apache_bytes.inc.php
+30
A
html/includes/graphs/application/apache_cpu.inc.php
+30
A
html/includes/graphs/application/apache_hits.inc.php
+30
A
html/includes/graphs/application/apache_scoreboard.inc.php
+69
📈 159 added
📉 0 removed
remove unneeded <br /> from uptime graph
M
html/pages/device/graphs/system/uptime.inc.php
-1
📈 0 added
📉 1 removed
fixes to last update, and a missing file
M
database-update.sql
+3
A
html/includes/print-quadgraphs.inc.php
+22
M
includes/defaults.inc.php
+8
-1
📈 33 added
📉 1 removed
add click to zoom to soem graphs, and new per-graphtype auth.inc.php
to authenticate graphs and click-to-zoom pages.
M
html/includes/functions.inc.php
+2
-2
A
html/includes/graphs/device/auth.inc.php
+11
M
html/includes/graphs/graph.inc.php
+10
-10
A
html/includes/graphs/port/auth.inc.php
+12
M
html/includes/print-device-graph.php
+8
-40
M
html/includes/print-interface-graphs.inc.php
+4
-16
M
html/pages/device/health/current.inc.php
+5
-27
M
html/pages/device/health/diskio.inc.php
+2
-19
M
html/pages/device/health/fanspeeds.inc.php
+3
-21
M
html/pages/device/health/frequencies.inc.php
+3
-21
M
html/pages/device/health/humidity.inc.php
+3
-21
M
html/pages/device/health/memory.inc.php
+7
-20
M
html/pages/device/health/processors.inc.php
+31
-48
M
html/pages/device/health/storage.inc.php
+3
-21
M
html/pages/device/health/temperatures.inc.php
+3
-22
M
html/pages/device/health/voltages.inc.php
+3
-21
M
html/pages/device/overview/ports.inc.php
+5
-2
A
html/pages/graphs.inc.php
+119
M
includes/discovery/mempools-hrstorage.inc.php
+2
M
includes/functions.php
+13
M
includes/static-config.php
+19
-6
📈 268 added
📉 317 removed
fix storage discovery
M
includes/discovery/storage-hrstorage.inc.php
+5
-3
📈 5 added
📉 3 removed
updated graph definitions (don't fuck with .svn!)
M
html/includes/graphs/atmvp/cells.inc.php
+1
-1
M
html/includes/graphs/atmvp/errors.inc.php
+1
-1
M
html/includes/graphs/atmvp/packets.inc.php
+1
-1
M
html/includes/graphs/bgp/cbgp_prefixes.inc.php
+2
-2
M
html/includes/graphs/bgp/updates.inc.php
+1
-1
M
html/includes/graphs/device/current.inc.php
+1
-1
M
html/includes/graphs/device/fanspeeds.inc.php
+1
-1
M
html/includes/graphs/device/frequencies.inc.php
+1
-1
M
html/includes/graphs/device/hrprocesses.inc.php
+1
-1
M
html/includes/graphs/device/hrusers.inc.php
+1
-1
M
html/includes/graphs/device/humidity.inc.php
+1
-1
M
html/includes/graphs/device/icmp.inc.php
+1
-1
M
html/includes/graphs/device/ip_fragmented.inc.php
+1
-1
M
html/includes/graphs/device/ip.inc.php
+1
-1
M
html/includes/graphs/device/ipSystemStats_v4.inc.php
+1
-1
M
html/includes/graphs/device/ipSystemStats_v6_frag.inc.php
+1
-1
M
html/includes/graphs/device/ipSystemStats_v6.inc.php
+1
-1
M
html/includes/graphs/device/ipSystemStats.inc.php
+1
-1
M
html/includes/graphs/device/laload.inc.php
+1
-1
M
html/includes/graphs/device/memory_procurve.inc.php
+1
-1
M
html/includes/graphs/device/memory_unix.inc.php
+1
-1
M
html/includes/graphs/device/memory.inc.php
+1
-1
M
html/includes/graphs/device/snmp_packets.inc.php
+1
-1
M
html/includes/graphs/device/snmp_statistics.inc.php
+1
-1
M
html/includes/graphs/device/storage.inc.php
+1
-1
M
html/includes/graphs/device/tcp.inc.php
+1
-1
M
html/includes/graphs/device/temperatures.inc.php
+1
-1
M
html/includes/graphs/device/toner.inc.php
+1
-1
M
html/includes/graphs/device/udp.inc.php
+1
-1
M
html/includes/graphs/device/uptime.inc.php
+1
-1
M
html/includes/graphs/device/voltages.inc.php
+1
-1
M
html/includes/graphs/device/wificlients.inc.php
+1
-1
M
html/includes/graphs/diskio/bits.inc.php
+1
-1
M
html/includes/graphs/diskio/ops.inc.php
+1
-1
M
html/includes/graphs/mempool/usage.inc.php
+1
-1
M
html/includes/graphs/port/bits.inc.php
+1
-1
M
html/includes/graphs/port/errors.inc.php
+1
-1
M
html/includes/graphs/port/fanspeed.inc.php
+1
-1
M
html/includes/graphs/port/mac_acc_bits.inc.php
+1
-1
M
html/includes/graphs/port/mac_acc_pkts.inc.php
+1
-1
M
html/includes/graphs/port/mac_acc_total.inc.php
+1
-1
M
html/includes/graphs/port/upkts.inc.php
+1
-1
M
html/includes/graphs/processor/usage.inc.php
+1
-1
M
html/includes/graphs/sensor/current.inc.php
+1
-1
M
html/includes/graphs/sensor/frequency.inc.php
+1
-1
M
html/includes/graphs/sensor/humidity.inc.php
+1
-1
M
html/includes/graphs/sensor/temperature.inc.php
+1
-1
M
html/includes/graphs/sensor/voltage.inc.php
+1
-1
M
html/includes/graphs/storage/usage.inc.php
+1
-1
📈 50 added
📉 50 removed
M
html/.htaccess
+2
M
html/graph.php
+1
-81
M
html/includes/functions.inc.php
+9
-4
A
html/includes/graphs/altiga_ssl_sessions.inc.php
+33
A
html/includes/graphs/atmvp
D
html/includes/graphs/atmvp_bits.inc.php
-22
D
html/includes/graphs/atmvp_cells.inc.php
-33
D
html/includes/graphs/atmvp_errors.inc.php
-34
D
html/includes/graphs/atmvp_packets.inc.php
-33
A
html/includes/graphs/atmvp/bits.inc.php
A
html/includes/graphs/atmvp/cells.inc.php
+33
A
html/includes/graphs/atmvp/errors.inc.php
+34
A
html/includes/graphs/atmvp/packets.inc.php
+33
A
html/includes/graphs/bgp
D
html/includes/graphs/bgp_updates.inc.php
-26
A
html/includes/graphs/bgp/cbgp_prefixes.inc.php
+24
A
html/includes/graphs/bgp/updates.inc.php
+26
D
html/includes/graphs/cbgp_prefixes.inc.php
-24
D
html/includes/graphs/cempMemPool.inc.php
-35
M
html/includes/graphs/cisco_entity_sensor.inc.php
+1
-1
D
html/includes/graphs/cmpMemPool.inc.php
-30
D
html/includes/graphs/current.inc.php
-22
A
html/includes/graphs/customer
D
html/includes/graphs/customer_bits.inc.php
-22
A
html/includes/graphs/customer/bits.inc.php
+22
A
html/includes/graphs/device
D
html/includes/graphs/device_bits.inc.php
-41
D
html/includes/graphs/device_cpu_powerconnect.inc.php
-27
D
html/includes/graphs/device_cpu_procurve.inc.php
-27
D
html/includes/graphs/device_cpu_unix.inc.php
-71
D
html/includes/graphs/device_cpu.inc.php
-38
D
html/includes/graphs/device_current.inc.php
-56
D
html/includes/graphs/device_diskio_bits.inc.php
-36
D
html/includes/graphs/device_diskio_ops.inc.php
-36
D
html/includes/graphs/device_diskio.inc.php
-5
D
html/includes/graphs/device_fanspeeds.inc.php
-54
D
html/includes/graphs/device_frequencies.inc.php
-56
D
html/includes/graphs/device_hrprocesses.inc.php
-20
D
html/includes/graphs/device_hrusers.inc.php
-22
D
html/includes/graphs/device_humidity.inc.php
-51
D
html/includes/graphs/device_icmp_informational.inc.php
-69
D
html/includes/graphs/device_icmp.inc.php
-51
D
html/includes/graphs/device_ip_fragmented.inc.php
-66
D
html/includes/graphs/device_ip.inc.php
-45
D
html/includes/graphs/device_ipSystemStats_v4.inc.php
-53
D
html/includes/graphs/device_ipSystemStats_v6_frag.inc.php
-64
D
html/includes/graphs/device_ipSystemStats_v6.inc.php
-53
D
html/includes/graphs/device_ipSystemStats.inc.php
-89
D
html/includes/graphs/device_laload.inc.php
-31
D
html/includes/graphs/device_memory_procurve.inc.php
-35
D
html/includes/graphs/device_memory_unix.inc.php
-65
D
html/includes/graphs/device_memory.inc.php
-28
D
html/includes/graphs/device_processors.inc.php
-37
D
html/includes/graphs/device_snmp_packets.inc.php
-25
D
html/includes/graphs/device_snmp_statistics.inc.php
-49
D
html/includes/graphs/device_storage.inc.php
-32
D
html/includes/graphs/device_tcp.inc.php
-45
D
html/includes/graphs/device_temperatures.inc.php
-51
D
html/includes/graphs/device_toner.inc.php
-60
D
html/includes/graphs/device_udp.inc.php
-31
D
html/includes/graphs/device_uptime.inc.php
-22
D
html/includes/graphs/device_voltages.inc.php
-56
D
html/includes/graphs/device_wificlients.inc.php
-29
A
html/includes/graphs/device/bits.inc.php
+41
A
html/includes/graphs/device/cpu_powerconnect.inc.php
+28
A
html/includes/graphs/device/cpu_procurve.inc.php
+28
A
html/includes/graphs/device/cpu_unix.inc.php
+71
A
html/includes/graphs/device/cpu.inc.php
+38
A
html/includes/graphs/device/current.inc.php
+56
A
html/includes/graphs/device/diskio_bits.inc.php
+36
A
html/includes/graphs/device/diskio_ops.inc.php
+36
A
html/includes/graphs/device/diskio.inc.php
+5
A
html/includes/graphs/device/fanspeeds.inc.php
+54
A
html/includes/graphs/device/frequencies.inc.php
+56
A
html/includes/graphs/device/hrprocesses.inc.php
+20
A
html/includes/graphs/device/hrusers.inc.php
+22
A
html/includes/graphs/device/humidity.inc.php
+51
A
html/includes/graphs/device/icmp_informational.inc.php
+69
A
html/includes/graphs/device/icmp.inc.php
+51
A
html/includes/graphs/device/ip_fragmented.inc.php
+66
A
html/includes/graphs/device/ip.inc.php
+45
A
html/includes/graphs/device/ipSystemStats_v4.inc.php
+53
A
html/includes/graphs/device/ipSystemStats_v6_frag.inc.php
+64
A
html/includes/graphs/device/ipSystemStats_v6.inc.php
+53
A
html/includes/graphs/device/ipSystemStats.inc.php
+89
A
html/includes/graphs/device/laload.inc.php
+31
A
html/includes/graphs/device/memory_procurve.inc.php
+35
A
html/includes/graphs/device/memory_unix.inc.php
+65
A
html/includes/graphs/device/memory.inc.php
+28
A
html/includes/graphs/device/processors.inc.php
+37
A
html/includes/graphs/device/snmp_packets.inc.php
+25
A
html/includes/graphs/device/snmp_statistics.inc.php
+49
A
html/includes/graphs/device/storage.inc.php
+32
A
html/includes/graphs/device/tcp.inc.php
+45
A
html/includes/graphs/device/temperatures.inc.php
+51
A
html/includes/graphs/device/toner.inc.php
+60
A
html/includes/graphs/device/udp.inc.php
+31
A
html/includes/graphs/device/uptime.inc.php
+22
A
html/includes/graphs/device/voltages.inc.php
+56
A
html/includes/graphs/device/wificlients.inc.php
+29
A
html/includes/graphs/diskio
D
html/includes/graphs/diskio_bits.inc.php
-17
D
html/includes/graphs/diskio_ops.inc.php
-29
A
html/includes/graphs/diskio/bits.inc.php
+17
A
html/includes/graphs/diskio/ops.inc.php
+29
D
html/includes/graphs/fanspeed.inc.php
-22
D
html/includes/graphs/frequency.inc.php
-22
M
html/includes/graphs/generic_bits.inc.php
+1
-1
M
html/includes/graphs/generic_duplex.inc.php
+1
-1
M
html/includes/graphs/generic_multi_bits_separated.inc.php
+1
-1
M
html/includes/graphs/generic_multi_bits.inc.php
+1
-1
M
html/includes/graphs/generic_multi_line.inc.php
+1
-1
M
html/includes/graphs/generic_multi_seperated.inc.php
+1
-1
M
html/includes/graphs/generic_multi_simplex_seperated.inc.php
+1
-1
M
html/includes/graphs/generic_simplex.inc.php
+1
-1
A
html/includes/graphs/graph.inc.php
+96
D
html/includes/graphs/humidity.inc.php
-37
D
html/includes/graphs/mac_acc_bits.inc.php
-16
D
html/includes/graphs/mac_acc_pkts.inc.php
-27
D
html/includes/graphs/mac_acc_total.inc.php
-102
A
html/includes/graphs/mempool
D
html/includes/graphs/mempool.inc.php
-31
A
html/includes/graphs/mempool/usage.inc.php
+31
M
html/includes/graphs/multi_bits_separate.inc.php
+1
-1
D
html/includes/graphs/pagp_bits.inc.php
-32
A
html/includes/graphs/port
D
html/includes/graphs/port_adsl_attainable.inc.php
-39
D
html/includes/graphs/port_adsl_attenuation.inc.php
-38
D
html/includes/graphs/port_adsl_power.inc.php
-38
D
html/includes/graphs/port_adsl_snr.inc.php
-38
D
html/includes/graphs/port_adsl_speed.inc.php
-39
D
html/includes/graphs/port_bits.inc.php
-21
D
html/includes/graphs/port_errors.inc.php
-33
D
html/includes/graphs/port_etherlike.inc.php
-36
D
html/includes/graphs/port_nupkts.inc.php
-67
D
html/includes/graphs/port_upkts.inc.php
-32
A
html/includes/graphs/port/adsl_attainable.inc.php
+39
A
html/includes/graphs/port/adsl_attenuation.inc.php
+38
A
html/includes/graphs/port/adsl_power.inc.php
+38
A
html/includes/graphs/port/adsl_snr.inc.php
+38
A
html/includes/graphs/port/adsl_speed.inc.php
+39
A
html/includes/graphs/port/bits.inc.php
+21
A
html/includes/graphs/port/errors.inc.php
+33
A
html/includes/graphs/port/etherlike.inc.php
+36
A
html/includes/graphs/port/fanspeed.inc.php
+22
A
html/includes/graphs/port/mac_acc_bits.inc.php
+16
A
html/includes/graphs/port/mac_acc_pkts.inc.php
+27
A
html/includes/graphs/port/mac_acc_total.inc.php
+102
A
html/includes/graphs/port/nupkts.inc.php
+67
A
html/includes/graphs/port/pagp_bits.inc.php
+32
A
html/includes/graphs/port/upkts.inc.php
+32
A
html/includes/graphs/processor
D
html/includes/graphs/processor.inc.php
-34
A
html/includes/graphs/processor/usage.inc.php
+34
A
html/includes/graphs/sensor
A
html/includes/graphs/sensor/current.inc.php
+22
A
html/includes/graphs/sensor/frequency.inc.php
+22
A
html/includes/graphs/sensor/humidity.inc.php
+37
A
html/includes/graphs/sensor/temperature.inc.php
+38
A
html/includes/graphs/sensor/voltage.inc.php
+31
M
html/includes/graphs/service.inc.php
+1
-1
A
html/includes/graphs/storage
D
html/includes/graphs/storage.inc.php
-33
A
html/includes/graphs/storage/usage.inc.php
+33
D
html/includes/graphs/temperature.inc.php
-38
D
html/includes/graphs/voltage.inc.php
-31
M
html/includes/graphs/XXX_device_memory_windows.inc.php
+1
-1
M
html/includes/print-device-graph.php
+7
-2
M
html/pages/device/health/current.inc.php
+1
-1
M
html/pages/device/health/diskio.inc.php
+1
-1
M
html/pages/device/health/fanspeeds.inc.php
+1
-1
M
html/pages/device/health/frequencies.inc.php
+2
-2
M
html/pages/device/health/humidity.inc.php
+1
-1
M
html/pages/device/health/memory.inc.php
+12
-10
M
html/pages/device/health/processors.inc.php
+12
-10
M
html/pages/device/health/storage.inc.php
+3
-3
M
html/pages/device/health/temperatures.inc.php
+2
-2
M
html/pages/device/health/voltages.inc.php
+1
-1
M
html/pages/device/overview/current.inc.php
+7
-5
M
html/pages/device/overview/fanspeeds.inc.php
+7
-5
M
html/pages/device/overview/frequencies.inc.php
+7
-5
M
html/pages/device/overview/humidity.inc.php
+7
-5
M
html/pages/device/overview/mempools.inc.php
+4
-2
M
html/pages/device/overview/processors.inc.php
+4
-2
M
html/pages/device/overview/storage.inc.php
+4
-2
M
html/pages/device/overview/temperatures.inc.php
+7
-5
M
html/pages/device/overview/voltages.inc.php
+7
-5
M
html/pages/health/current.inc.php
+16
-14
M
html/pages/health/fanspeeds.inc.php
+16
-14
M
html/pages/health/frequencies.inc.php
+16
-14
M
html/pages/health/humidity.inc.php
+16
-14
M
html/pages/health/memory.inc.php
+12
-10
M
html/pages/health/processors.inc.php
+12
-10
M
html/pages/health/storage.inc.php
+11
-10
M
html/pages/health/temperatures.inc.php
+16
-14
M
html/pages/health/voltages.inc.php
+16
-14
M
includes/defaults.inc.php
+7
-3
M
includes/discovery/storage-hrstorage.inc.php
+3
-2
M
includes/discovery/temperatures/cisco-entity-sensor.inc.php
+4
-1
M
includes/discovery/temperatures/cisco-envmon.inc.php
+2
-2
M
includes/discovery/temperatures/entity-sensor.inc.php
+7
-2
M
includes/polling/port-adsl.inc.php
+1
-1
📈 3,079 added
📉 3,051 removed
improve ADSL stats collection
M
includes/polling/port-adsl.inc.php
+3
-1
📈 3 added
📉 1 removed
only do etherlike for the port if etherlike data has been returned (should improve poller speed a fair bit on some devices)
M
includes/polling/port-etherlike.inc.php
+2
-1
📈 2 added
📉 1 removed
Move mempool polling scripts into their own directory. add Juniper ScreenOS CPU/Memory hardcoded discovery/poller
A
includes/discovery/mempools-screenos.inc.php
+20
M
includes/discovery/mempools.inc.php
+1
A
includes/discovery/processors/screenos.inc.php
+20
A
includes/polling/mempools
D
includes/polling/mempools-cemp.inc.php
-17
D
includes/polling/mempools-cmp.inc.php
-17
D
includes/polling/mempools-hrstorage.inc.php
-18
D
includes/polling/mempools-ironware-dyn.inc.php
-12
D
includes/polling/mempools-junos.inc.php
-23
M
includes/polling/mempools.inc.php
+1
-1
A
includes/polling/mempools/cemp.inc.php
+17
A
includes/polling/mempools/cmp.inc.php
+17
A
includes/polling/mempools/hrstorage.inc.php
+18
A
includes/polling/mempools/ironware-dyn.inc.php
+12
A
includes/polling/mempools/junos.inc.php
+23
A
includes/polling/mempools/screenos.inc.php
+11
M
includes/polling/os/screenos.inc.php
+1
-47
📈 141 added
📉 135 removed
add tranzeo detection (no cpu, no ram, very basic mibs)
A
html/images/os/tranzeo.png
+1
A
includes/discovery/os/tranzeo.inc.php
+8
A
includes/polling/os/tranzeo.inc.php
+16
📈 25 added
📉 0 removed
improving windows support
M
includes/polling/os/windows.inc.php
+14
-3
M
includes/polling/ucd-mib.inc.php
-5
M
includes/static-config.php
+48
-43
A
mibs/tranzeo
A
mibs/tranzeo/ENROUTE-245-MIB.txt
+5,894
A
mibs/tranzeo/ENROUTE-POWERPC-244-MIB.txt
+5,894
A
mibs/tranzeo/tranzeo.MIB
+103
📈 62 added
📉 51 removed
restructure $device
['os'], improve device overlib a bit (is it?)
M
html/includes/functions.inc.php
+13
-10
M
includes/static-config.php
+316
-235
📈 329 added
📉 245 removed
lots of cleanups to various things
M
includes/common.php
+1
-1
M
includes/discovery/processors-ucd-old.inc.php
+2
-2
M
includes/discovery/processors/hrdevice.inc.php
+5
M
includes/discovery/processors/ios.inc.php
+2
-2
M
includes/polling/netstats.inc.php
+4
-1
M
includes/polling/os/ios.inc.php
+31
-86
M
includes/polling/port-adsl.inc.php
+2
-2
M
includes/polling/port-etherlike.inc.php
+2
-2
M
includes/polling/ports.inc.php
+42
-33
M
includes/polling/processors-ucd-old.inc.php
+3
-3
M
poller.php
+5
📈 99 added
📉 132 removed
add os type/version/features and hardware to device tooltips (maybe make a function to build this text later)
M
html/includes/functions.inc.php
+9
📈 9 added
📉 0 removed
Add temperature detection for Force10 E/C/S-Series
A
includes/discovery/temperatures/ftos-c-series.inc.php
+38
A
includes/discovery/temperatures/ftos-e-series.inc.php
+38
A
includes/discovery/temperatures/ftos-s-series.inc.php
+36
📈 112 added
📉 0 removed
correctly find FTOS versions on all three types of Force10 switch (E-series may not be perfect...)
M
includes/polling/os/ftos.inc.php
+32
-43
M
includes/rewrites.php
+2
-2
📈 34 added
📉 45 removed
ftos hardware detection :)
A
includes/polling/os/ftos.inc.php
+65
📈 65 added
📉 0 removed
add some mibs, update snmp functions
M
includes/discovery/discovery-protocols.inc.php
+3
-3
M
includes/discovery/entity-physical.inc.php
+1
-2
M
includes/discovery/hr-device.inc.php
+29
-21
M
includes/discovery/mempools-cmp.inc.php
+1
-3
M
includes/discovery/mempools-hrstorage.inc.php
+1
-1
M
includes/discovery/processors/hrdevice.inc.php
+2
-2
M
includes/discovery/processors/ios.inc.php
+11
-5
A
includes/discovery/processors/radlan.inc.php
+26
M
includes/discovery/q-bridge-mib.inc.php
+2
-7
M
includes/discovery/storage-hrstorage.inc.php
+1
-1
M
includes/discovery/ucd-diskio.inc.php
+1
-1
A
includes/polling/altiga-ssl.inc.php
+49
M
includes/polling/cisco-mac-accounting.inc.php
+1
-1
M
includes/polling/ipSystemStats.inc.php
+1
-1
M
includes/polling/mempools-hrstorage.inc.php
+1
-1
M
includes/polling/netstats.inc.php
+2
-2
M
includes/polling/os/powerconnect.inc.php
-23
M
includes/polling/os/radlan.inc.php
-25
M
includes/polling/ports.inc.php
+28
-28
M
includes/polling/storage-hrstorage.inc.php
+1
-1
M
includes/polling/ucd-diskio.inc.php
+1
-1
M
includes/polling/ucd-mib.inc.php
+1
-1
M
includes/rewrites.php
+27
M
includes/rrdtool.inc.php
+2
-2
M
includes/snmp.inc.php
+20
-43
M
includes/static-config.php
+5
-1
A
mibs/ALTIGA-ADDRESS-STATS-MIB.my
+497
A
mibs/ALTIGA-BMGT-STATS-MIB.my
+237
A
mibs/ALTIGA-CAP.my
+265
A
mibs/ALTIGA-CERT-STATS-MIB.my
+260
A
mibs/ALTIGA-DHCP-SERVER-STATS-MIB.my
+240
A
mibs/ALTIGA-DHCP-STATS-MIB.my
+381
A
mibs/ALTIGA-DNS-STATS-MIB.my
+135
A
mibs/ALTIGA-EVENT-STATS-MIB.my
+177
A
mibs/ALTIGA-FILTER-STATS-MIB.my
+294
A
mibs/ALTIGA-FTP-STATS-MIB.my
+217
A
mibs/ALTIGA-GENERAL-STATS-MIB.my
+156
A
mibs/ALTIGA-GLOBAL-REG.my
+267
A
mibs/ALTIGA-HARDWARE-STATS-MIB.my
+748
A
mibs/ALTIGA-HTTP-STATS-MIB.my
+336
A
mibs/ALTIGA-IP-STATS-MIB.my
+132
A
mibs/ALTIGA-L2TP-STATS-MIB.my
+1,318
A
mibs/ALTIGA-LBSSF-STATS-MIB.my
+309
A
mibs/ALTIGA-MIB.my
+344
A
mibs/ALTIGA-MULTILINK-STATS-MIB.my
+313
A
mibs/ALTIGA-NAT-STATS-MIB.my
+437
A
mibs/ALTIGA-PPP-STATS-MIB.my
+341
A
mibs/ALTIGA-PPPOE-STATS-MIB.my
+357
A
mibs/ALTIGA-PPTP-STATS-MIB.my
+811
A
mibs/ALTIGA-SDI-ACE-STATS-MIB.my
+239
A
mibs/ALTIGA-SEP-STATS-MIB.my
+497
A
mibs/ALTIGA-SESSION-STATS-MIB.my
+2,093
A
mibs/ALTIGA-SSH-STATS-MIB.my
+287
A
mibs/ALTIGA-SSL-STATS-MIB.my
+154
A
mibs/ALTIGA-SYNC-STATS-MIB.my
+362
A
mibs/ALTIGA-T1E1-STATS-MIB.my
+275
A
mibs/ALTIGA-TELNET-STATS-MIB.my
+585
A
mibs/ALTIGA-VERSION-STATS-MIB.my
+158
M
poller.php
+1
📈 218 added
📉 176 removed
move wireless stats to system tab, minor fixes
D
html/pages/device/graphs/network/wireless.inc.php
-9
A
html/pages/device/graphs/system/wireless.inc.php
+9
M
includes/polling/ports.inc.php
+2
-2
📈 11 added
📉 11 removed
no rrdcached for create !
M
includes/polling/ucd-diskio.inc.php
-1
M
includes/rrdtool.inc.php
+9
-2
📈 9 added
📉 3 removed
improving
ipSystemStats v4
/
v6
stats, clean up some variables in
defaults.inc.php
A
html/includes/graphs/device_ipSystemStats_v4.inc.php
+53
A
html/includes/graphs/device_ipSystemStats_v6_frag.inc.php
+64
A
html/includes/graphs/device_ipSystemStats_v6.inc.php
+53
M
html/includes/graphs/device_ipSystemStats.inc.php
+8
-10
M
html/pages/device/graphs/network/netstats.inc.php
+14
-2
M
includes/defaults.inc.php
+7
-6
M
includes/polling/ipSystemStats.inc.php
+53
-7
M
includes/polling/netstats.inc.php
+4
M
includes/polling/ports.inc.php
+1
-1
📈 257 added
📉 26 removed
improve netstats poller
M
includes/polling/netstats.inc.php
+23
-27
📈 23 added
📉 27 removed
sexytime updated
UCD-MIB collector, and some moving around of graphing code
A
html/includes/graphs/device_laload.inc.php
+31
D
html/includes/graphs/device_load_unix.inc.php
-31
D
html/includes/graphs/device_load_windows.inc.php
-30
D
html/includes/graphs/device_load.inc.php
-30
M
html/pages/device/graphs/system/laload.inc.php
+3
-1
M
includes/polling/ucd-mib.inc.php
+125
-45
📈 159 added
📉 137 removed
add Huawei MIB though not used/useful by itself, add VRP version and hardware detection
A
includes/polling/os/vrp.inc.php
+8
A
mibs/HUAWEI-MIB.mib
+384
📈 8 added
📉 0 removed
detect more speedtouch, basic detection of huawei vrp os
A
html/images/os/huawei.png
+1
M
includes/discovery/os/ios.inc.php
+3
-2
M
includes/discovery/os/speedtouch.inc.php
+1
-1
A
includes/discovery/os/vrp.inc.php
+10
M
includes/static-config.php
+5
📈 20 added
📉 3 removed
more polling fixes
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
fix paths on includes (8 hour graph gap :[ )
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
move license level to features
M
includes/polling/os/routeros.inc.php
+1
-1
📈 1 added
📉 1 removed
M
includes/discovery/mempools-hrstorage.inc.php
+1
M
includes/discovery/processors/hrdevice.inc.php
+9
-8
A
mibs/mikrotik
A
mibs/mikrotik/Mikrotik.mib
+1,124
📈 10 added
📉 8 removed
display total traffic for mikrotik until cpu/memory graphing
M
addhost.php
+1
-1
M
includes/static-config.php
+3
📈 4 added
📉 1 removed
force10 image
A
html/images/os/force10.png
+1
M
includes/static-config.php
+1
-1
📈 2 added
📉 1 removed
fix screenos detection and add re-add graph for sessions
A
html/includes/graphs/screenos_sessions.inc.php
+34
A
html/pages/device/graphs/system/screenos.inc.php
+9
M
includes/discovery/os/screenos.inc.php
+2
-2
M
includes/polling/os/screenos.inc.php
+3
-4
📈 48 added
📉 6 removed
M
DEVELOPING
+2
-5
A
includes/discovery/os
A
includes/discovery/os/ftos.inc.php
+10
M
includes/functions.php
+2
-2
M
mibs/alliedtelesis/.index
-1
A
mibs/alliedtelesis/8324sx.mib
+633
A
mibs/alliedtelesis/at-dns.mib
+194
A
mibs/alliedtelesis/at-envmonv2.mib
+936
A
mibs/alliedtelesis/at-epsrv2.mib
+252
A
mibs/alliedtelesis/at-filev2.mib
+662
A
mibs/alliedtelesis/at-ip.mib
+209
A
mibs/alliedtelesis/at-license.mib
+459
A
mibs/alliedtelesis/at-log.mib
+217
A
mibs/alliedtelesis/at-loopprotect.mib
+120
A
mibs/alliedtelesis/at-mibversion.mib
+60
A
mibs/alliedtelesis/at-ntp.mib
+518
A
mibs/alliedtelesis/at-resource.mib
+234
A
mibs/alliedtelesis/at-setup.mib
+397
A
mibs/alliedtelesis/at-user.mib
+221
A
mibs/alliedtelesis/at-vcstack.mib
+474
A
mibs/alliedtelesis/at-xem.mib
+191
A
mibs/alliedtelesis/atbrdg.mib
+1,338
A
mibs/alliedtelesis/atiL2.mib
+3,395
A
mibs/alliedtelesis/atiswitch.mib
+1,369
A
mibs/alliedtelesis/Atitc.mib
+62
A
mibs/alliedtelesis/atkktext.mib
+1,397
A
mibs/alliedtelesis/Atm8200.mib
+1,898
A
mibs/alliedtelesis/atrouter.mib
+6,044
A
mibs/alliedtelesis/swchasis.mib
+791
A
mibs/alliedtelesis/switch.mib
+202
📈 14 added
📉 7 removed
add force10 mibs and os type detection. move per-os polling scripts from includes/polling/device-* to includes/polling/os/*
A
includes/osdiscovery/ftos.inc.php
+10
D
includes/polling/device-airport.inc.php
-5
D
includes/polling/device-akcp.inc.php
-6
D
includes/polling/device-allied.inc.php
-52
D
includes/polling/device-apc.inc.php
-69
D
includes/polling/device-areca.inc.php
-18
D
includes/polling/device-cat1900.inc.php
-8
D
includes/polling/device-catos.inc.php
-55
D
includes/polling/device-dell-laser.inc.php
-14
D
includes/polling/device-drac.inc.php
-7
D
includes/polling/device-fortigate.inc.php
-47
D
includes/polling/device-ies.inc.php
-8
D
includes/polling/device-ios.inc.php
-107
D
includes/polling/device-ironware.inc.php
-15
D
includes/polling/device-junos.inc.php
-51
D
includes/polling/device-junose.inc.php
-34
D
includes/polling/device-mgeups.inc.php
-6
D
includes/polling/device-minkelsrms.inc.php
-7
D
includes/polling/device-netmanplus.inc.php
-5
D
includes/polling/device-netstats.inc.php
-79
D
includes/polling/device-powerconnect.inc.php
-38
D
includes/polling/device-powervault.inc.php
-5
D
includes/polling/device-procurve.inc.php
-54
D
includes/polling/device-radlan.inc.php
-43
D
includes/polling/device-redback.inc.php
-6
D
includes/polling/device-routeros.inc.php
-6
D
includes/polling/device-screenos.inc.php
-82
D
includes/polling/device-snom.inc.php
-51
D
includes/polling/device-speedtouch.inc.php
-24
D
includes/polling/device-unix.inc.php
-52
D
includes/polling/device-windows.inc.php
-27
A
includes/polling/netstats.inc.php
+79
A
includes/polling/os
A
includes/polling/os/airport.inc.php
+5
A
includes/polling/os/akcp.inc.php
+6
A
includes/polling/os/allied.inc.php
+52
A
includes/polling/os/apc.inc.php
+69
A
includes/polling/os/areca.inc.php
+18
A
includes/polling/os/cat1900.inc.php
+8
A
includes/polling/os/catos.inc.php
+55
A
includes/polling/os/dell-laser.inc.php
+14
A
includes/polling/os/drac.inc.php
+7
A
includes/polling/os/extremeware.inc.php
+47
A
includes/polling/os/fortigate.inc.php
+47
A
includes/polling/os/ies.inc.php
+8
A
includes/polling/os/ios.inc.php
+107
A
includes/polling/os/ironware.inc.php
+15
A
includes/polling/os/junos.inc.php
+51
A
includes/polling/os/junose.inc.php
+34
A
includes/polling/os/mgeups.inc.php
+6
A
includes/polling/os/minkelsrms.inc.php
+7
A
includes/polling/os/netmanplus.inc.php
+5
A
includes/polling/os/powerconnect.inc.php
+38
A
includes/polling/os/powervault.inc.php
+5
A
includes/polling/os/procurve.inc.php
+54
A
includes/polling/os/radlan.inc.php
+43
A
includes/polling/os/redback.inc.php
+6
A
includes/polling/os/routeros.inc.php
+6
A
includes/polling/os/screenos.inc.php
+82
A
includes/polling/os/snom.inc.php
+51
A
includes/polling/os/speedtouch.inc.php
+24
A
includes/polling/os/unix.inc.php
+52
A
includes/polling/os/windows.inc.php
+27
A
includes/polling/os/zywall.inc.php
+7
M
includes/static-config.php
+2
A
mibs/ftos
A
mibs/ftos/f10-bgp4-v2.mib
+4,116
A
mibs/ftos/f10-chassis.mib
+2,560
A
mibs/ftos/f10-copy-config.mib
+489
A
mibs/ftos/f10-cs-chassis.mib
+1,399
A
mibs/ftos/f10-fib.mib
+262
A
mibs/ftos/f10-if-extension.mib
+507
A
mibs/ftos/f10-linkagg.mib
+589
A
mibs/ftos/f10-mon.mib
+1,656
A
mibs/ftos/f10-mstp.mib
+973
A
mibs/ftos/f10-products.mib
+179
A
mibs/ftos/f10-smi.mib
+92
A
mibs/ftos/f10-ss-chassis.mib
+1,450
A
mibs/ftos/f10-system-component.mib
+581
A
mibs/ftos/f10-tc.mib
+567
A
mibs/ftos/f10-trap-alarm.mib
+412
M
poller.php
+5
-5
📈 1,052 added
📉 986 removed
only collect ADSL stats if we have a port type 'adsl'
M
includes/polling/port-adsl.inc.php
+1
-1
M
includes/polling/ports.inc.php
+5
-1
📈 6 added
📉 2 removed
$config
['log_file'] = USE IT.
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
don't do ifname on konica printers/copiers
M
includes/static-config.php
-1
📈 0 added
📉 1 removed
fix bill editing link
M
html/pages/bills.inc.php
+1
-1
📈 1 added
📉 1 removed
fix some spacings for mac accounting pages
M
html/pages/device/port/macaccounting.inc.php
+5
-6
📈 5 added
📉 6 removed
Release 0.10.7.1
M
CHANGELOG
+4
M
database-schema.sql
+571
-258
📈 575 added
📉 258 removed
record discover/poll speeds, prettier "not permitted" page, and readd "base_url" to config
M
config.php.default
+3
M
database-update.sql
+3
M
discovery.php
+29
-12
D
html/includes/error-no-perm-dev.inc.php
-1
M
html/includes/error-no-perm.inc.php
+9
-21
M
includes/functions.php
+11
M
includes/polling/port-adsl.inc.php
+40
-12
M
poller.php
+31
-24
📈 126 added
📉 70 removed
make ricoh image transparent
M
html/images/os/ricoh.png
±0
📈 0 added
📉 0 removed
some prettier access denied pages, and updated about
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
and another one... (why do i always forget?)
M
html/pages/device.inc.php
-1
📈 0 added
📉 1 removed
remove an errant debugging statement
M
html/pages/device.inc.php
-2
📈 0 added
📉 2 removed
some hacky changes to device.php
to display port
M
html/includes/functions.inc.php
+1
M
html/includes/print-interface-adsl.inc.php
+7
-7
M
html/index.php
+2
-2
M
html/pages/device.inc.php
+51
-57
📈 61 added
📉 66 removed
default to black graph for first toner when not recognized as CMYK value
M
html/includes/graphs/device_toner.inc.php
+2
-2
📈 2 added
📉 2 removed
broaden konica minolta detection
M
includes/osdiscovery/konica.inc.php
+1
-1
M
includes/polling/device-ironware.inc.php
+1
📈 2 added
📉 1 removed
rename os discovery files
M
includes/functions.php
+1
-1
A
includes/osdiscovery/3com.inc.php
+10
A
includes/osdiscovery/airport.inc.php
+11
A
includes/osdiscovery/akcp.inc.php
+10
A
includes/osdiscovery/allied.inc.php
+12
A
includes/osdiscovery/apc.inc.php
+11
A
includes/osdiscovery/areca.inc.php
+10
A
includes/osdiscovery/asa.inc.php
+8
A
includes/osdiscovery/axiscam.inc.php
+9
A
includes/osdiscovery/axisdocserver.inc.php
+9
A
includes/osdiscovery/bcm963.inc.php
+10
A
includes/osdiscovery/brother.inc.php
+9
A
includes/osdiscovery/cat1900.inc.php
+10
A
includes/osdiscovery/catos.inc.php
+10
A
includes/osdiscovery/dell-laser.inc.php
+11
D
includes/osdiscovery/discover-3com.php
-10
D
includes/osdiscovery/discover-airport.php
-11
D
includes/osdiscovery/discover-akcp.php
-10
D
includes/osdiscovery/discover-allied.php
-12
D
includes/osdiscovery/discover-apc.php
-11
D
includes/osdiscovery/discover-areca.php
-10
D
includes/osdiscovery/discover-asa.php
-8
D
includes/osdiscovery/discover-axiscam.php
-9
D
includes/osdiscovery/discover-axisdocserver.php
-9
D
includes/osdiscovery/discover-bcm963.php
-10
D
includes/osdiscovery/discover-brother.php
-9
D
includes/osdiscovery/discover-cat1900.php
-10
D
includes/osdiscovery/discover-catos.php
-10
D
includes/osdiscovery/discover-dell-laser.php
-11
D
includes/osdiscovery/discover-dlink.php
-12
D
includes/osdiscovery/discover-dlinkap.php
-10
D
includes/osdiscovery/discover-drac.php
-9
D
includes/osdiscovery/discover-extremeware.php
-12
D
includes/osdiscovery/discover-fortigate.php
-11
D
includes/osdiscovery/discover-freebsd.php
-9
D
includes/osdiscovery/discover-gamatronicups.php
-12
D
includes/osdiscovery/discover-ies.php
-10
D
includes/osdiscovery/discover-ios.php
-14
D
includes/osdiscovery/discover-ironware.php
-8
D
includes/osdiscovery/discover-jetdirect.php
-10
D
includes/osdiscovery/discover-junos.php
-10
D
includes/osdiscovery/discover-junose.php
-10
D
includes/osdiscovery/discover-konica.php
-9
D
includes/osdiscovery/discover-kyocera.php
-9
D
includes/osdiscovery/discover-linksys.php
-4
D
includes/osdiscovery/discover-linux.php
-8
D
includes/osdiscovery/discover-m0n0wall.php
-5
D
includes/osdiscovery/discover-mgepdu.php
-9
D
includes/osdiscovery/discover-mgeups.php
-11
D
includes/osdiscovery/discover-netbsd.php
-8
D
includes/osdiscovery/discover-netmanplus.php
-9
D
includes/osdiscovery/discover-netopia.php
-9
D
includes/osdiscovery/discover-netware.php
-9
D
includes/osdiscovery/discover-nxos.php
-10
D
includes/osdiscovery/discover-openbsd.php
-8
D
includes/osdiscovery/discover-papouch-tme.php
-11
D
includes/osdiscovery/discover-powerconnect.php
-11
D
includes/osdiscovery/discover-powervault.php
-9
D
includes/osdiscovery/discover-prestige.php
-10
D
includes/osdiscovery/discover-procurve.php
-11
D
includes/osdiscovery/discover-radlan.php
-10
D
includes/osdiscovery/discover-redback.php
-7
D
includes/osdiscovery/discover-ricoh.php
-9
D
includes/osdiscovery/discover-routeros.php
-12
D
includes/osdiscovery/discover-screenos.php
-11
D
includes/osdiscovery/discover-solaris.php
-13
D
includes/osdiscovery/discover-sonicwall.php
-8
D
includes/osdiscovery/discover-speedtouch.php
-12
D
includes/osdiscovery/discover-windows.php
-8
D
includes/osdiscovery/discover-xerox.php
-9
D
includes/osdiscovery/discover-zywall.php
-10
D
includes/osdiscovery/discover-zyxeles.php
-9
A
includes/osdiscovery/dlink.inc.php
+12
A
includes/osdiscovery/dlinkap.inc.php
+10
A
includes/osdiscovery/drac.inc.php
+9
A
includes/osdiscovery/extremeware.inc.php
+12
A
includes/osdiscovery/fortigate.inc.php
+11
A
includes/osdiscovery/freebsd.inc.php
+9
A
includes/osdiscovery/gamatronicups.inc.php
+12
A
includes/osdiscovery/ies.inc.php
+10
A
includes/osdiscovery/ios.inc.php
+14
A
includes/osdiscovery/ironware.inc.php
+8
A
includes/osdiscovery/jetdirect.inc.php
+10
A
includes/osdiscovery/junos.inc.php
+10
A
includes/osdiscovery/junose.inc.php
+10
A
includes/osdiscovery/konica.inc.php
+9
A
includes/osdiscovery/kyocera.inc.php
+9
A
includes/osdiscovery/linksys.inc.php
+4
A
includes/osdiscovery/linux.inc.php
+8
A
includes/osdiscovery/m0n0wall.inc.php
+5
A
includes/osdiscovery/mgepdu.inc.php
+9
A
includes/osdiscovery/mgeups.inc.php
+11
A
includes/osdiscovery/netbsd.inc.php
+8
A
includes/osdiscovery/netmanplus.inc.php
+9
A
includes/osdiscovery/netopia.inc.php
+9
A
includes/osdiscovery/netware.inc.php
+9
A
includes/osdiscovery/nxos.inc.php
+10
A
includes/osdiscovery/openbsd.inc.php
+8
A
includes/osdiscovery/papouch-tme.inc.php
+11
A
includes/osdiscovery/powerconnect.inc.php
+11
A
includes/osdiscovery/powervault.inc.php
+9
A
includes/osdiscovery/prestige.inc.php
+10
A
includes/osdiscovery/procurve.inc.php
+11
A
includes/osdiscovery/radlan.inc.php
+10
A
includes/osdiscovery/redback.inc.php
+7
A
includes/osdiscovery/ricoh.inc.php
+9
A
includes/osdiscovery/routeros.inc.php
+12
A
includes/osdiscovery/screenos.inc.php
+11
A
includes/osdiscovery/solaris.inc.php
+13
A
includes/osdiscovery/sonicwall.inc.php
+8
A
includes/osdiscovery/speedtouch.inc.php
+12
A
includes/osdiscovery/windows.inc.php
+8
A
includes/osdiscovery/xerox.inc.php
+9
A
includes/osdiscovery/zywall.inc.php
+10
A
includes/osdiscovery/zyxeles.inc.php
+9
📈 556 added
📉 556 removed
zyxel ies dslam temperature sensors
A
includes/discovery/temperatures/zyxel-ies.inc.php
+29
📈 29 added
📉 0 removed
add ZyXEL MIBs, recognize IES hardware model and firmware version
M
includes/discovery/temperatures/cisco-entity-sensor.inc.php
+1
-1
M
includes/discovery/temperatures/entity-sensor.inc.php
+1
-1
A
includes/polling/device-ies.inc.php
+8
A
mibs/ADSL-LINE-EXT-MIB.mib
+1,221
A
mibs/ADSL-TC-MIB.mib
+113
A
mibs/HDSL2-SHDSL-LINE-MIB.mib
+2,316
A
mibs/RFC-1212.mib
+79
A
mibs/zyxel-AESCommon.mib
+558
A
mibs/zyxel-AS-ATM.mib
+317
A
mibs/zyxel-AS.mib
+1,049
A
mibs/zyxel-IESCommon.mib
+2,569
A
mibs/zyxel-SAM1216.mib
+5,466
A
mibs/zyxel.mib
+188
📈 10 added
📉 2 removed
Nicely colour toner names on Kyocera printers
M
html/includes/graphs/device_toner.inc.php
+4
-4
📈 4 added
📉 4 removed
fix borken discovery of akcp/rms humidity
M
includes/discovery/humidity/akcp.inc.php
-1
📈 0 added
📉 1 removed
clean up entity sensor names
M
includes/discovery/temperatures/entity-sensor.inc.php
+6
-1
📈 6 added
📉 1 removed
small fix to entity sensor temp discovery
M
includes/discovery/temperatures/entity-sensor.inc.php
-2
📈 0 added
📉 2 removed
ENTITY-SENSOR MIB + Temperature discovery
A
includes/discovery/temperatures/entity-sensor.inc.php
+35
A
mibs/ENTITY-SENSOR-MIB
+460
📈 35 added
📉 0 removed
fix wireless client display
M
html/pages/device/graphs/network/wireless.inc.php
+1
-1
📈 1 added
📉 1 removed
basic support for polling number of connected clients on Aironet and Airport devices, minor fixups
M
CHANGELOG
+3
-3
A
html/includes/graphs/device_wificlients.inc.php
+29
A
html/pages/device/graphs/network/wireless.inc.php
+9
M
includes/defaults.inc.php
+1
-1
A
includes/polling/device-airport.inc.php
+5
A
includes/polling/wireless.inc.php
+68
A
mibs/AIRPORT-BASESTATION-3-MIB.txt
+420
M
poller.php
+66
-60
📈 181 added
📉 64 removed
0.10.7
📈 1 added
📉 1 removed
changelog update. fix parser. fix mempools cmp (removed old debugging both)
M
CHANGELOG
+7
-1
M
includes/polling/mempools-cmp.inc.php
+1
-1
M
includes/port-descr-parser.inc.php
-3
📈 8 added
📉 5 removed
better
📈 0 added
📉 1 removed
final adsl table
M
database-update.sql
+2
-4
📈 2 added
📉 4 removed
reverse polarity!
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
more ADSL updates
M
database-update.sql
+3
A
html/includes/graphs/port_adsl_attainable.inc.php
+39
A
html/includes/print-interface-adsl.inc.php
+145
M
html/includes/print-interface.inc.php
+26
-8
M
html/pages/device/ports.inc.php
+15
-1
M
includes/polling/port-adsl.inc.php
+9
-1
M
includes/polling/ports.inc.php
+3
-1
📈 240 added
📉 11 removed
even more debugging
M
includes/polling/mempools.inc.php
+2
📈 2 added
📉 0 removed
more junos mempool debugging
M
includes/polling/mempools-junos.inc.php
+3
📈 3 added
📉 0 removed
wipe out mempool cache on new host
M
html/includes/print-interface-graphs.inc.php
+5
M
includes/polling/mempools.inc.php
+2
📈 7 added
📉 0 removed
fix junos? make adsl work on ports which don't say adsl (might say interleaved...)
M
includes/polling/bgpPeer.inc.php
+1
-1
M
includes/polling/port-adsl.inc.php
+1
-1
📈 2 added
📉 2 removed
make ADSL more efficient (that mib is large and full of poo)
M
html/pages/device/health/processors.inc.php
+1
-3
M
includes/polling/ports.inc.php
+21
-1
📈 22 added
📉 4 removed
add ADSL graphs to web interface
M
html/includes/graphs/generic_multi_line.inc.php
+2
-2
A
html/includes/graphs/port_adsl_attenuation.inc.php
+38
A
html/includes/graphs/port_adsl_power.inc.php
+38
A
html/includes/graphs/port_adsl_snr.inc.php
+38
A
html/includes/graphs/port_adsl_speed.inc.php
+40
M
html/pages/device/interface.inc.php
+2
-1
A
html/pages/device/port/adsl.inc.php
+39
📈 197 added
📉 3 removed
ports_adsl table
📈 1 added
📉 0 removed
add adsl polling :)
A
includes/polling/port-adsl.inc.php
+80
📈 80 added
📉 0 removed
changes since changes began
M
html/includes/functions.inc.php
+6
-2
M
html/pages/device/interface.inc.php
+8
-2
M
includes/defaults.inc.php
+2
-1
M
includes/discovery/temperatures/cisco-entity-sensor.inc.php
+4
-1
M
includes/polling/device-ios.inc.php
+8
M
includes/polling/ports.inc.php
+3
📈 31 added
📉 6 removed
more mibs (thanks netdot people for collecting these, we will trust you that they are not broken)
A
mibs/arista
A
mibs/arista/ARISTA-PRODUCTS-MIB.txt
+45
A
mibs/arista/ARISTA-SMI-MIB.txt
+47
A
mibs/aruba
A
mibs/aruba/a80sb_mb_private.mib
+3,846
A
mibs/aruba/aruba-ap.my
+3,509
A
mibs/aruba/aruba-auth.my
+397
A
mibs/aruba/aruba-cts.my
+147
A
mibs/aruba/aruba-esi.my
+173
A
mibs/aruba/aruba-ifext.my
+682
A
mibs/aruba/aruba-mesh.my
+193
A
mibs/aruba/aruba-mgmt.my
+156
A
mibs/aruba/aruba-mobility.my
+769
A
mibs/aruba/aruba-mon.my
+2,753
A
mibs/aruba/aruba-snr.my
+399
A
mibs/aruba/aruba-switch.my
+2,270
A
mibs/aruba/aruba-systemext.my
+1,064
A
mibs/aruba/aruba-tc.my
+631
A
mibs/aruba/aruba-trap.my
+2,659
A
mibs/aruba/aruba-user.my
+537
A
mibs/aruba/aruba-voice.my
+902
A
mibs/aruba/aruba-wlan.my
+3,873
A
mibs/aruba/aruba.my
+210
A
mibs/asante
A
mibs/asante/ASANTE-AH1012-MIB.txt
+2,087
A
mibs/asante/AsanteSwitchMIB.txt
+2,846
A
mibs/cabletron
A
mibs/cabletron/cabletron-traps-irm.txt
+150
A
mibs/cabletron/cabletron-traps.txt
+4,483
A
mibs/cabletron/chassis-mib.txt
+709
A
mibs/cabletron/community-mib.txt
+130
A
mibs/cabletron/ct-broadcast-mib.txt
+169
A
mibs/cabletron/ct-cmmphys-mib.txt
+1,176
A
mibs/cabletron/ct-container-mib.txt
+647
A
mibs/cabletron/ct-els10-mib.txt
+3,504
A
mibs/cabletron/ct-fastpath-dhcpserver-mib.txt
+1,015
A
mibs/cabletron/ct-fastpath-protected-port-mib.txt
+132
A
mibs/cabletron/ct-flash-mib.txt
+361
A
mibs/cabletron/ct-fps-services-mib.txt
+73
A
mibs/cabletron/ct-hsimphys-mib.txt
+343
A
mibs/cabletron/ct-pic-mib.txt
+876
A
mibs/cabletron/ct-priority-classify-mib.txt
+288
A
mibs/cabletron/ct-priority-queuing-mib.txt
+232
A
mibs/cabletron/ctatm-config-mib.txt
+1,688
A
mibs/cabletron/ctels100-ng-mib.txt
+846
A
mibs/cabletron/ctfps-mib.txt
+621
A
mibs/cabletron/ctframer-config-mib.txt
+202
A
mibs/cabletron/ctif-ext-mib.txt
+984
A
mibs/cabletron/ctinb-mib.txt
+492
A
mibs/cabletron/ctinb2-mib.txt
+212
A
mibs/cabletron/ctrmonxt-mib.txt
+477
A
mibs/cabletron/ctron-alias-mib.txt
+1,014
A
mibs/cabletron/ctron-ap3000-mib.txt
+4,261
A
mibs/cabletron/ctron-appletalk-router-mib.txt
+3,339
A
mibs/cabletron/ctron-appn-mib.txt
+3,213
A
mibs/cabletron/ctron-bdg-mib.txt
+1,677
A
mibs/cabletron/ctron-bridge-mib.txt
+2,023
A
mibs/cabletron/ctron-bus-mib.txt
+129
A
mibs/cabletron/ctron-cdp.mib.txt
+468
A
mibs/cabletron/ctron-chassis-mib.txt
+247
A
mibs/cabletron/ctron-common-mib.txt
+1,409
A
mibs/cabletron/ctron-csmacd-mib.txt
+214
A
mibs/cabletron/ctron-dcm-mib.txt
+62
A
mibs/cabletron/ctron-deciv-router-mib.txt
+2,472
A
mibs/cabletron/ctron-device-mib.txt
+104
A
mibs/cabletron/ctron-dhcp-mib.txt
+569
A
mibs/cabletron/ctron-dlsw-mib.txt
+1,059
A
mibs/cabletron/ctron-download-mib.txt
+349
A
mibs/cabletron/ctron-elan-mib.txt
+360
A
mibs/cabletron/ctron-entity-state-mib.txt
+342
A
mibs/cabletron/ctron-entity-state-tc-mib.txt
+178
A
mibs/cabletron/ctron-environment-mib.txt
+630
A
mibs/cabletron/ctron-ethernet-parameters.txt
+661
A
mibs/cabletron/ctron-etwmim-mib.txt
+171
A
mibs/cabletron/ctron-fddi-fnb-mib.txt
+948
A
mibs/cabletron/ctron-fddi-stat-mib.txt
+253
A
mibs/cabletron/ctron-fnbtr-mib.txt
+304
A
mibs/cabletron/ctron-frontpanel-mib.txt
+182
A
mibs/cabletron/ctron-if-remap-2-mib.txt
+571
A
mibs/cabletron/ctron-if-remap-mib.txt
+210
A
mibs/cabletron/ctron-igmp-mib.txt
+1,359
A
mibs/cabletron/ctron-ip-router-mib.txt
+4,401
A
mibs/cabletron/ctron-ipx-router-mib.txt
+4,792
A
mibs/cabletron/ctron-mib-names.txt
+962
A
mibs/cabletron/ctron-nat-mib.txt
+730
A
mibs/cabletron/ctron-oids.mib.txt
+8,370
A
mibs/cabletron/ctron-orp-hsim-mib.txt
+171
A
mibs/cabletron/ctron-portmap-mib.txt
+147
A
mibs/cabletron/ctron-power-supply-mib.txt
+913
A
mibs/cabletron/ctron-ppc-bad-packets.txt
+286
A
mibs/cabletron/ctron-priority-classify-mib.txt
+714
A
mibs/cabletron/ctron-priority-extensions-mib.txt
+573
A
mibs/cabletron/ctron-q-bridge-mib-ext.txt
+643
A
mibs/cabletron/ctron-rate-policing-mib.txt
+363
A
mibs/cabletron/ctron-remote-access-mib.txt
+3,551
A
mibs/cabletron/ctron-routers-internal-mib.txt
+90
A
mibs/cabletron/ctron-routers-mib.txt
+1,222
A
mibs/cabletron/ctron-sfcs-mib.txt
+5,553
A
mibs/cabletron/ctron-sfps-base-mib.txt
+1,571
A
mibs/cabletron/ctron-sfps-bindery-mib.txt
+299
A
mibs/cabletron/ctron-sfps-call-mib.txt
+660
A
mibs/cabletron/ctron-sfps-chassis-mib.txt
+171
A
mibs/cabletron/ctron-sfps-common-mib.txt
+603
A
mibs/cabletron/ctron-sfps-conn-mib.txt
+167
A
mibs/cabletron/ctron-sfps-connection-mib.txt
+1,172
A
mibs/cabletron/ctron-sfps-diagstats-mib.txt
+278
A
mibs/cabletron/ctron-sfps-directory-mib.txt
+2,263
A
mibs/cabletron/ctron-sfps-esys-mib.txt
+1,547
A
mibs/cabletron/ctron-sfps-eventlog-mib.txt
+777
A
mibs/cabletron/ctron-sfps-flood-mib.txt
+340
A
mibs/cabletron/ctron-sfps-include-mib.txt
+494
A
mibs/cabletron/ctron-sfps-l4ss-mib.txt
+1,304
A
mibs/cabletron/ctron-sfps-mcast-mib.txt
+794
A
mibs/cabletron/ctron-sfps-path-mib.txt
+907
A
mibs/cabletron/ctron-sfps-pktmgr-mib.txt
+721
A
mibs/cabletron/ctron-sfps-policy-mib.txt
+482
A
mibs/cabletron/ctron-sfps-port-mib.txt
+1,045
A
mibs/cabletron/ctron-sfps-resolve-mib.txt
+2,083
A
mibs/cabletron/ctron-sfps-sflsp-mib.txt
+1,508
A
mibs/cabletron/ctron-sfps-size-mib.txt
+274
A
mibs/cabletron/ctron-sfps-softlink-mib.txt
+1,060
A
mibs/cabletron/ctron-sfps-tap-mib.txt
+371
A
mibs/cabletron/ctron-sfps-topology-mib.txt
+3,116
A
mibs/cabletron/ctron-sfps-vlan-mib.txt
+1,175
A
mibs/cabletron/ctron-sfps-vstp-mib.txt
+316
A
mibs/cabletron/ctron-smarttrunk-mib.txt
+443
A
mibs/cabletron/ctron-ssr-capacity-mib.txt
+641
A
mibs/cabletron/ctron-ssr-config-mib.txt
+269
A
mibs/cabletron/ctron-ssr-hardware-mib.txt
+794
A
mibs/cabletron/ctron-ssr-l2-mib.txt
+1,064
A
mibs/cabletron/ctron-ssr-l3-mib.txt
+537
A
mibs/cabletron/ctron-ssr-policy-mib.txt
+1,622
A
mibs/cabletron/ctron-ssr-service-status-mib.txt
+230
A
mibs/cabletron/ctron-ssr-smi-mib.txt
+68
A
mibs/cabletron/ctron-ssr-trap-mib.txt
+361
A
mibs/cabletron/ctron-timed-reset-mib.txt
+115
A
mibs/cabletron/ctron-translation-mib.txt
+1,757
A
mibs/cabletron/ctron-tx-queue-arbitration-mib.txt
+202
A
mibs/cabletron/ctron-ups-mib.txt
+208
A
mibs/cabletron/ctron-vlan-classify-mib.txt
+818
A
mibs/cabletron/ctron-vlan-extensions-mib.txt
+889
A
mibs/cabletron/ctron-wan-imux-mib.txt
+334
A
mibs/cabletron/ctron-wan-mib.txt
+3,532
A
mibs/cabletron/ctron-wan-multi-imux-mib.txt
+438
A
mibs/cabletron/ctron-webview-mib.txt
+119
A
mibs/cabletron/ctsmtmib-mib.txt
+607
A
mibs/cabletron/cttraplog-mib.txt
+473
A
mibs/cabletron/dlm-mib.txt
+497
A
mibs/cabletron/dot5-log-mib.txt
+2,676
A
mibs/cabletron/dot5-phys-mib.txt
+1,336
A
mibs/cabletron/elh100-mib.txt
+1,839
A
mibs/cabletron/els100-s24tx2m-mib.txt
+722
A
mibs/cabletron/event-actions-mib.txt
+301
A
mibs/cabletron/fast-ethernet-mib.txt
+351
A
mibs/cabletron/garp-mib.txt
+396
A
mibs/cabletron/irm-oids.txt
+37
A
mibs/cabletron/irm3-mib.txt
+3,331
A
mibs/cabletron/netlink-specific-mib.txt
+10,347
A
mibs/cabletron/network-diags-mib.txt
+369
A
mibs/cabletron/rbtws-ap-status-mib.txt
+1,822
A
mibs/cabletron/rbtws-ap-tc.txt
+308
A
mibs/cabletron/rbtws-basic-mib.txt
+230
A
mibs/cabletron/rbtws-client-session-mib.txt
+667
A
mibs/cabletron/rbtws-client-session-tc.txt
+95
A
mibs/cabletron/rbtws-external-server-mib.txt
+163
A
mibs/cabletron/rbtws-info-rf-detect-mib.txt
+161
A
mibs/cabletron/rbtws-port-mib.txt
+177
A
mibs/cabletron/rbtws-registration-mib.txt
+72
A
mibs/cabletron/rbtws-root-mib.txt
+67
A
mibs/cabletron/rbtws-system-mib.txt
+239
A
mibs/cabletron/rbtws-trap-mib.txt
+1,708
A
mibs/cabletron/repeater-mib-2.txt
+2,983
A
mibs/cabletron/repeater-rev4-mib.txt
+4,364
A
mibs/cabletron/router-oids.txt
+312
A
mibs/cabletron/system-resource-mib.txt
+317
A
mibs/cabletron/trap-mib.txt
+147
A
mibs/cabletron/ups2-mib.txt
+1,167
A
mibs/cabletron/v2h124-24-mib.txt
+5,022
A
mibs/cabletron/ziplock-mib.txt
+118
A
mibs/cyclades
A
mibs/cyclades/CYCLADES-ACS-ADM-MIB.mib
+45
A
mibs/cyclades/CYCLADES-ACS-CONF-MIB.mib
+876
A
mibs/cyclades/CYCLADES-ACS-INFO-MIB.mib
+194
A
mibs/cyclades/CYCLADES-ACS-MIB.mib
+37
A
mibs/cyclades/CYCLADES-ACS-PM-MIB.mib
+302
A
mibs/cyclades/CYCLADES-ACS-SYS-MIB.mib
+303
A
mibs/cyclades/CYCLADES-MIB.mib
+11
A
mibs/enterasys
A
mibs/enterasys/enterasys-8021x-extensions-mib.txt
+1,428
A
mibs/enterasys/enterasys-8021x-rekeying-mib.txt
+308
A
mibs/enterasys/enterasys-802dot11ext.txt
+713
A
mibs/enterasys/enterasys-aaa-policy-mib.txt
+205
A
mibs/enterasys/enterasys-activation-mib.txt
+430
A
mibs/enterasys/enterasys-class-of-service-mib.txt
+2,960
A
mibs/enterasys/enterasys-configuration-change-mib.txt
+259
A
mibs/enterasys/enterasys-configuration-management-mib.txt
+730
A
mibs/enterasys/enterasys-convergence-end-point-mib.txt
+1,104
A
mibs/enterasys/enterasys-diagnostic-message-mib.txt
+332
A
mibs/enterasys/enterasys-encr-8021x-config-mib.txt
+801
A
mibs/enterasys/enterasys-encr-8021x-rekeying-mib.txt
+503
A
mibs/enterasys/enterasys-eswitch-mib.txt
+624
A
mibs/enterasys/enterasys-firewall-mib.txt
+2,941
A
mibs/enterasys/enterasys-flow-limiting-mib.txt
+1,157
A
mibs/enterasys/enterasys-ieee8023-lag-mib-ext-mib.txt
+251
A
mibs/enterasys/enterasys-ietf-bridge-mib-ext-mib.txt
+1,076
A
mibs/enterasys/enterasys-ietf-p-bridge-mib-ext-mib.txt
+168
A
mibs/enterasys/enterasys-if-mib-ext-mib.txt
+273
A
mibs/enterasys/enterasys-image-validation-mib.txt
+235
A
mibs/enterasys/enterasys-jumbo-ethernet-frame-mib.txt
+226
A
mibs/enterasys/enterasys-license-key-mib.txt
+414
A
mibs/enterasys/enterasys-license-key-oids-mib.txt
+174
A
mibs/enterasys/enterasys-link-flap-mib.txt
+593
A
mibs/enterasys/enterasys-mac-authentication-mib.txt
+587
A
mibs/enterasys/enterasys-mac-locking-mib.txt
+653
A
mibs/enterasys/enterasys-mau-mib-ext-mib.txt
+269
A
mibs/enterasys/enterasys-mgmt-auth-notification-mib.txt
+287
A
mibs/enterasys/enterasys-mib-names.mib.txt
+131
A
mibs/enterasys/enterasys-mib-org.mib.txt
+397
A
mibs/enterasys/enterasys-mstp-mib.txt
+1,234
A
mibs/enterasys/enterasys-multi-auth-mib.txt
+1,597
A
mibs/enterasys/enterasys-multi-user-8021x-mib.txt
+1,110
A
mibs/enterasys/enterasys-netflow-mib.txt
+205
A
mibs/enterasys/enterasys-oids-mib.txt
+5,232
A
mibs/enterasys/enterasys-policy-profile-mib.txt
+3,131
A
mibs/enterasys/enterasys-power-ethernet-mib-ext-mib.txt
+656
A
mibs/enterasys/enterasys-pwa-mib.txt
+1,160
A
mibs/enterasys/enterasys-R2Management.txt
+433
A
mibs/enterasys/enterasys-radius-acct-client-ext-mib.txt
+450
A
mibs/enterasys/enterasys-radius-auth-client-encrypt-mib.txt
+535
A
mibs/enterasys/enterasys-radius-auth-client-mib.txt
+455
A
mibs/enterasys/enterasys-resource-utilization-mib.txt
+469
A
mibs/enterasys/enterasys-secure-shell-server-mib.txt
+553
A
mibs/enterasys/enterasys-service-level-reporting-mib.txt
+1,636
A
mibs/enterasys/enterasys-snmp-persistence-mib.txt
+265
A
mibs/enterasys/enterasys-sntp-client-mib.txt
+798
A
mibs/enterasys/enterasys-spanning-tree-diagnostic-mib.txt
+1,675
A
mibs/enterasys/enterasys-ssh-server-mib.txt
+545
A
mibs/enterasys/enterasys-syslog-client-mib.txt
+741
A
mibs/enterasys/enterasys-threat-notification-mib.txt
+642
A
mibs/enterasys/enterasys-tls-mib.txt
+365
A
mibs/enterasys/enterasys-upn-tc-mib.txt
+181
A
mibs/enterasys/enterasys-vlan-authorization-mib.txt
+314
A
mibs/enterasys/enterasys-vlan-interface-mib.txt
+277
A
mibs/enterasys/enterasys-wifi-protected-access-mib.txt
+790
A
mibs/hp
A
mibs/hp/h2r07604c.mib
+37,204
A
mibs/hp/hp_procurve_420.mib
+1,185
A
mibs/hp/hp-sn-agent.mib
+2,914
A
mibs/hp/hp-sn-appletalk.mib
+754
A
mibs/hp/hp-sn-bgp4.mib
+2,677
A
mibs/hp/hp-sn-igmp.mib
+126
A
mibs/hp/hp-sn-ip.mib
+4,072
A
mibs/hp/hp-sn-ipx.mib
+1,330
A
mibs/hp/hp-sn-ospf.mib
+2,982
A
mibs/hp/hp-sn-pos.mib
+519
A
mibs/hp/hp-sn-sw-l4-switch.mib
+3,071
A
mibs/hp/hp-sn-trap.mib
+625
A
mibs/hp/hpacmxlbase.mib
+37
A
mibs/hp/hpacmxlifext.mib
+203
A
mibs/hp/hpacmxlmemproc.mib
+285
A
mibs/hp/hpacmxlsystem.mib
+537
A
mibs/hp/hpentmib.mib
+1,121
A
mibs/hp/hphttpmg.mib
+860
A
mibs/hp/hpicf8023rptr.mib
+1,509
A
mibs/hp/hpicfarpprotect.mib
+495
A
mibs/hp/hpicfautorun.mib
+84
A
mibs/hp/hpicfautz.mib
+258
A
mibs/hp/hpicfbasic.mib
+1,991
A
mibs/hp/hpicfbridge.mib
+769
A
mibs/hp/hpicfchain.mib
+357
A
mibs/hp/hpicfchassis.mib
+685
A
mibs/hp/hpicfconnectionratefilter.mib
+145
A
mibs/hp/hpicfdot1x.mib
+1,196
A
mibs/hp/hpicfdownload.mib
+1,062
A
mibs/hp/hpicfetwist.mib
+4,700
A
mibs/hp/hpicfff.mib
+536
A
mibs/hp/hpicfgenrptr.mib
+2,178
A
mibs/hp/hpicfgppc.mib
+563
A
mibs/hp/hpicfhighavailability.mib
+134
A
mibs/hp/hpicfinstmon.mib
+174
A
mibs/hp/hpicfipaddress.mib
+864
A
mibs/hp/hpicfiproute.mib
+1,011
A
mibs/hp/hpicfjumbo.mib
+139
A
mibs/hp/hpicfl3macconfig.mib
+111
A
mibs/hp/hpicflinktest.mib
+399
A
mibs/hp/hpicfmld.mib
+710
A
mibs/hp/hpicfoid.mib
+2,377
A
mibs/hp/hpicfospf.mib
+389
A
mibs/hp/hpicfpim.mib
+680
A
mibs/hp/hpicfproviderbridge.mib
+235
A
mibs/hp/hpicfratelimit.mib
+910
A
mibs/hp/hpicfrip.mib
+280
A
mibs/hp/hpicfsecurity.mib
+756
A
mibs/hp/hpicfsnmp.mib
+529
A
mibs/hp/hpicfsntp.mib
+271
A
mibs/hp/hpicfstack.mib
+218
A
mibs/hp/hpicftc.mib
+74
A
mibs/hp/hpicfudld.mib
+326
A
mibs/hp/hpicfudpforward.mib
+190
A
mibs/hp/hpicfusrauth.mib
+1,349
A
mibs/hp/hpicfusrprof.mib
+1,077
A
mibs/hp/hpicfvg.mib
+1,625
A
mibs/hp/hpicfvgrptr.mib
+1,094
A
mibs/hp/hpicfvrrp.mib
+204
A
mibs/hp/hpicfxrrp.mib
+910
A
mibs/hp/hpnetswitch.mib
+487
A
mibs/hp/hpr-sn-switch.mib
+4,307
A
mibs/hp/hpswitchconfig.mib
+2,842
A
mibs/hp/hpswitchdma.mib
+222
A
mibs/hp/hpswitchdrivers.mib
+549
A
mibs/hp/hpswitchstack.mib
+523
A
mibs/hp/hpswitchstat.mib
+1,432
A
mibs/hp/hpvlan.mib
+395
A
mibs/hp/ipx.mib
+1,341
A
mibs/hp/orinoco.mib
+9,672
A
mibs/nortel
A
mibs/nortel/AAC.mib
+312
A
mibs/nortel/altroot.mib
+314
A
mibs/nortel/aosbwm.mib
+1,749
A
mibs/nortel/aoslayer4.mib
+15,155
A
mibs/nortel/aoslayer7.mib
+1,316
A
mibs/nortel/aosnetwork.mib
+10,191
A
mibs/nortel/aosphysical.mib
+3,398
A
mibs/nortel/aosswitch.mib
+11,581
A
mibs/nortel/baystack.mib
+65
A
mibs/nortel/baystackadac.mib
+447
A
mibs/nortel/baystackarpinspection.mib
+125
A
mibs/nortel/baystackdhcpsnooping.mib
+236
A
mibs/nortel/baystackecmp.mib
+100
A
mibs/nortel/baystackerrormessage.mib
+86
A
mibs/nortel/baystacklacpext.mib
+122
A
mibs/nortel/baystackmulticastflooding.mib
+101
A
mibs/nortel/baystackospfext.mib
+475
A
mibs/nortel/baystackpethext.mib
+351
A
mibs/nortel/baystackradius.mib
+144
A
mibs/nortel/baystacksourceguard.mib
+188
A
mibs/nortel/baystackstats.mib
+134
A
mibs/nortel/baystackvrrpext.mib
+278
A
mibs/nortel/bayxlr.mib
+133
A
mibs/nortel/bnlog.mib
+495
A
mibs/nortel/bsee.mib
+868
A
mibs/nortel/ccfg210.mib
+1,558
A
mibs/nortel/cd3ex201.mib
+133
A
mibs/nortel/Commgmt.mib
+1,195
A
mibs/nortel/croot217.mib
+587
A
mibs/nortel/CSMACD.MIB
+1,122
A
mibs/nortel/cvlan000.mib
+200
A
mibs/nortel/dvmrp.mib
+837
A
mibs/nortel/HARDWARE.MIB
+1,442
A
mibs/nortel/L2mgmt.mib
+4,711
A
mibs/nortel/L3mgmt.mib
+1,393
A
mibs/nortel/mcast201.mib
+424
A
mibs/nortel/MODULE.MIB
+555
A
mibs/nortel/nnmst.mib
+1,576
A
mibs/nortel/nnrst.mib
+813
A
mibs/nortel/nortelsecurenetworkaccess.mib
+950
A
mibs/nortel/ntwlanap006.mib
+1,783
A
mibs/nortel/OSPF.MIB
+3,029
A
mibs/nortel/PriL3mgmt.mib
+11
A
mibs/nortel/rapid_city.mib
+44,336
A
mibs/nortel/rcmlt.mib
+1,433
A
mibs/nortel/s3com.mib
+2,032
A
mibs/nortel/s3eth.mib
+5,658
A
mibs/nortel/s5age.mib
+2,895
A
mibs/nortel/s5cha.mib
+1,594
A
mibs/nortel/s5com.mib
+410
A
mibs/nortel/s5ctr.mib
+119
A
mibs/nortel/s5ecm.mib
+856
A
mibs/nortel/s5emt.mib
+713
A
mibs/nortel/s5erl.mib
+464
A
mibs/nortel/s5eth.mib
+217
A
mibs/nortel/s5etr.mib
+170
A
mibs/nortel/s5ifx.mib
+229
A
mibs/nortel/s5reg.mib
+5,107
A
mibs/nortel/s5roo.mib
+77
A
mibs/nortel/s5sbs.mib
+929
A
mibs/nortel/s5tcs.mib
+190
A
mibs/nortel/SSH.mib
+435
A
mibs/nortel/synro.mib
+774
A
mibs/nortel/TAG1Q.MIB
+151
A
mibs/nortel/tigonNetwork.mib
+4,642
A
mibs/nortel/tigonPhysical.mib
+2,310
A
mibs/nortel/tigonSwitch.mib
+1,809
A
mibs/nortel/WFCOMMON.MIB
+229
📈 0 added
📉 0 removed
bring back graphs tab, add greyscale images
M
html/images/icons/greyscale/network.png
±0
M
html/images/icons/greyscale/system.png
±0
M
html/pages/device.inc.php
+4
-4
📈 4 added
📉 4 removed
two new icons (need to be made grey)
A
html/images/icons/greyscale/network.png
+2
A
html/images/icons/greyscale/system.png
+2
A
html/images/icons/network.png
+2
A
html/images/icons/system.png
+2
📈 8 added
📉 0 removed
new graph structure. cleaned up extremeware. print device ver/features/hw during poll. add extreme device rewriting
A
html/images/os/extreme.png
+1
D
html/images/os/extremeware.png
-1
A
html/includes/graphs/device_snmp_packets.inc.php
+25
A
html/includes/graphs/device_snmp_statistics.inc.php
+49
M
html/includes/print-device-graph.php
+8
-8
M
html/pages/device/graphs.inc.php
+42
-17
D
html/pages/device/graphs/cpu.inc.php
-5
D
html/pages/device/graphs/hrprocesses.inc.php
-5
D
html/pages/device/graphs/hrusers.inc.php
-5
D
html/pages/device/graphs/laload.inc.php
-5
D
html/pages/device/graphs/memory.inc.php
-5
D
html/pages/device/graphs/netstats.inc.php
-33
A
html/pages/device/graphs/network
A
html/pages/device/graphs/network/netstats.inc.php
+51
D
html/pages/device/graphs/os-allied.inc.php
-6
D
html/pages/device/graphs/os-bcm96348.inc.php
-16
D
html/pages/device/graphs/os-fortigate.inc.php
-13
D
html/pages/device/graphs/os-ios.inc.php
-10
D
html/pages/device/graphs/os-ironware.inc.php
-10
D
html/pages/device/graphs/os-junos.inc.php
-6
D
html/pages/device/graphs/os-junose.inc.php
-7
D
html/pages/device/graphs/os-mgeups.inc.php
-4
D
html/pages/device/graphs/os-papouch-tme.inc.php
-4
D
html/pages/device/graphs/os-powerconnect.inc.php
-5
D
html/pages/device/graphs/os-procurve.inc.php
-7
D
html/pages/device/graphs/os-redback.inc.php
-10
D
html/pages/device/graphs/os-screenos.inc.php
-16
D
html/pages/device/graphs/os-snom.inc.php
-4
D
html/pages/device/graphs/os-unix.inc.php
-11
D
html/pages/device/graphs/os-windows.inc.php
-11
D
html/pages/device/graphs/storage.inc.php
-9
A
html/pages/device/graphs/system
A
html/pages/device/graphs/system/cpu.inc.php
+7
A
html/pages/device/graphs/system/hrprocesses.inc.php
+7
A
html/pages/device/graphs/system/hrusers.inc.php
+11
A
html/pages/device/graphs/system/laload.inc.php
+7
A
html/pages/device/graphs/system/memory.inc.php
+7
A
html/pages/device/graphs/system/uptime.inc.php
+5
D
html/pages/device/graphs/uptime.inc.php
-5
M
includes/osdiscovery/discover-extremeware.php
+2
M
includes/rewrites.php
+85
M
includes/static-config.php
+9
M
poller.php
+2
📈 318 added
📉 238 removed
better allied telesis version/model parsing
M
includes/polling/device-allied.inc.php
+36
-2
M
mibs/alliedtelesis/.index
+2
📈 36 added
📉 2 removed
mib fixes and updates
M
mibs/alliedtelesis/.index
+20
M
mibs/alliedtelesis/at-boards.mib
+101
-49
M
mibs/alliedtelesis/at-product.mib
+45
-9
M
mibs/alliedtelesis/at-smi.mib
+7
-1
M
mibs/alliedtelesis/at-sysinfo.mib
+91
-5
M
mibs/alliedtelesis/at-trigger.mib
+465
-46
D
mibs/rfc2851.mib
-182
📈 0 added
📉 0 removed
radlan + allied telesis mibs. add radlan os type. move dell powerconnect 3524 to radlan type. allied telesis at8000s is also radlan.
A
html/images/os/radlan.png
+1
M
includes/osdiscovery/discover-allied.php
+2
M
includes/osdiscovery/discover-powerconnect.php
+2
-2
A
includes/osdiscovery/discover-radlan.php
+10
M
includes/polling/device-allied.inc.php
+8
-5
A
includes/polling/device-radlan.inc.php
+43
M
includes/static-config.php
+7
A
mibs/alliedtelesis
A
mibs/alliedtelesis/.index
+33
A
mibs/alliedtelesis/at-boards.mib
+272
A
mibs/alliedtelesis/at-bri.mib
+232
A
mibs/alliedtelesis/at-capability.mib
+264
A
mibs/alliedtelesis/at-dhcp.mib
+280
A
mibs/alliedtelesis/at-ds3.mib
+147
A
mibs/alliedtelesis/at-envmon.mib
+626
A
mibs/alliedtelesis/at-epsr.mib
+221
A
mibs/alliedtelesis/at-eth.mib
+124
A
mibs/alliedtelesis/at-file.mib
+157
A
mibs/alliedtelesis/at-firewall.mib
+138
A
mibs/alliedtelesis/at-flash.mib
+167
A
mibs/alliedtelesis/at-install.mib
+448
A
mibs/alliedtelesis/at-interface.mib
+496
A
mibs/alliedtelesis/at-isdn.mib
+1,286
A
mibs/alliedtelesis/at-lb.mib
+650
A
mibs/alliedtelesis/at-loader.mib
+183
A
mibs/alliedtelesis/at-pae.mib
+1,178
A
mibs/alliedtelesis/at-pim.mib
+112
A
mibs/alliedtelesis/at-ping.mib
+335
A
mibs/alliedtelesis/at-pri.mib
+251
A
mibs/alliedtelesis/at-product.mib
+171
A
mibs/alliedtelesis/at-pvstpm.mib
+118
A
mibs/alliedtelesis/at-qos.mib
+875
A
mibs/alliedtelesis/at-smi.mib
+129
A
mibs/alliedtelesis/at-stack.mib
+232
A
mibs/alliedtelesis/at-switch.mib
+715
A
mibs/alliedtelesis/at-sysinfo.mib
+913
A
mibs/alliedtelesis/at-trigger.mib
+68
A
mibs/alliedtelesis/at-tty.mib
+83
A
mibs/DOCS-IF-MIB.my
+5,255
A
mibs/IANA-MAU-MIB.my
+903
A
mibs/IEEE802dot11-MIB.my
+2,977
D
mibs/juniErxSystem.mi2
-1,954
A
mibs/MAU-MIB.my
+1,837
A
mibs/radlan
A
mibs/radlan/.index
+33
A
mibs/radlan/draft-ietf-entmib-sensor-mib.mib
+439
A
mibs/radlan/env_mib.mib
+204
A
mibs/radlan/macbaseprio.mib
+252
A
mibs/radlan/mnginf.mib
+184
A
mibs/radlan/qosclimib.mib
+2,927
A
mibs/radlan/RADLAN-MIB.txt
+6,844
A
mibs/radlan/rl_sensor.mib
+87
A
mibs/radlan/rlaaa.mib
+2,284
A
mibs/radlan/rlapplication.mib
+1,070
A
mibs/radlan/rlcopy.mib
+566
A
mibs/radlan/rldnscl.mib
+225
A
mibs/radlan/rlfile.mib
+206
A
mibs/radlan/rlinterfaces.mib
+1,010
A
mibs/radlan/rlip.mib
+863
A
mibs/radlan/rllcli.mib
+217
A
mibs/radlan/rllldp.mib
+49
A
mibs/radlan/rllocalization.mib
+76
A
mibs/radlan/rlmng.mib
+169
A
mibs/radlan/rlphy.mib
+222
A
mibs/radlan/rlphysdescription.mib
+1,104
A
mibs/radlan/rlqosserv.mib
+1,328
A
mibs/radlan/rlrmon.mib
+328
A
mibs/radlan/rlrs232.mib
+74
A
mibs/radlan/rlsnmp.mib
+136
A
mibs/radlan/rlsnmpv2.txt
+518
A
mibs/radlan/rlsntp.mib
+883
A
mibs/radlan/rlssh.mib
+589
A
mibs/radlan/rlssl.mib
+380
A
mibs/radlan/rlstack.mib
+102
A
mibs/radlan/rlsyslog.mib
+410
A
mibs/radlan/rltuning.mib
+1,588
A
mibs/radlan/rludp.mib
+118
A
mibs/radlan/rlvlan.mib
+968
A
mibs/RFC1389-MIB.my
+419
A
mibs/rfc1611.mib
+1,087
A
mibs/rfc1612.mib
+1,199
A
mibs/rfc2851.mib
+182
A
mibs/trunk.mib
+1,225
📈 73 added
📉 7 removed
fix vista sp2 build number in windows poller
M
includes/polling/device-windows.inc.php
+1
-1
📈 1 added
📉 1 removed
clean up last duplicate icons
D
html/images/os/asa.png
-1
D
html/images/os/cat1900.png
-2
A
html/images/os/hp.png
+2
D
html/images/os/jetdirect.png
-2
D
html/images/os/procurve.png
-1
M
includes/static-config.php
+8
📈 10 added
📉 6 removed
now really add drac polling support + clean up duplicate icons
D
html/images/os/airport.png
-1
A
html/images/os/apple.png
+1
A
html/images/os/axis.png
+1
D
html/images/os/axiscam.png
-1
D
html/images/os/axisdocserver.png
-1
D
html/images/os/iosxe.png
-1
D
html/images/os/iosxr.png
-1
D
html/images/os/junose.png
-1
A
includes/polling/device-drac.inc.php
+7
M
includes/static-config.php
+6
📈 15 added
📉 6 removed
add Dell DRAC MIB, read DRAC hardware info, move humidity discovery to include_dir style, minor fixes
M
html/includes/functions.inc.php
+11
A
includes/discovery/humidity
M
includes/discovery/humidity.inc.php
+1
-38
A
includes/discovery/humidity/akcp.inc.php
+42
M
includes/discovery/temperatures/lm-sensors.inc.php
+18
-18
M
includes/functions.php
-11
A
mibs/DELL-RAC-MIB.mib
+1,233
📈 72 added
📉 67 removed
fix dell laser icon
M
includes/static-config.php
+1
📈 1 added
📉 0 removed
move more settings to defaults.inc.php
, vastly simplify config.php
.default. move collectd functions to html/includes/, include them only where needed.
M
config.php.default
+10
-177
M
html/collectd-graph.php
+4
M
html/images/observium-logo.png
±0
A
html/includes/collectd
M
html/pages/device/collectd.inc.php
+4
D
includes/collectd
M
includes/defaults.inc.php
+99
-35
M
includes/functions.php
+1
-7
M
includes/port-descr-parser.inc.php
+1
-1
M
includes/static-config.php
+4
-23
📈 123 added
📉 243 removed
discovery for xerox printers
A
html/images/os/xerox.png
+1
A
includes/osdiscovery/discover-xerox.php
+9
M
includes/static-config.php
+7
📈 17 added
📉 0 removed
more os support
D
html/images/os/d-link.png
-1
D
html/images/os/drac.png
-1
A
html/images/os/novell.png
+1
M
includes/osdiscovery/discover-ies.php
+1
-1
A
includes/osdiscovery/discover-netware.php
+9
A
includes/osdiscovery/discover-zyxeles.php
+9
M
includes/static-config.php
+8
-1
📈 28 added
📉 4 removed
unify mge icon
A
html/images/os/mge.png
+1
D
html/images/os/mgepdu.png
-1
D
html/images/os/mgeups.png
-1
M
includes/static-config.php
+2
📈 3 added
📉 2 removed
brother printer detection
A
html/images/os/brother.png
+1
A
includes/osdiscovery/discover-brother.php
+9
M
includes/static-config.php
+6
📈 16 added
📉 0 removed
sonicwall detection
A
includes/osdiscovery/discover-sonicwall.php
+8
M
includes/static-config.php
+5
📈 13 added
📉 0 removed
fix d-link switch detection
D
includes/osdiscovery/discover-dlink.inc.php
A
includes/osdiscovery/discover-dlink.php
+12
📈 12 added
📉 0 removed
fix dlink ap discovery code
M
includes/osdiscovery/discover-dlinkap.php
-10
📈 0 added
📉 10 removed
more hardware detection - discovering the internets :)
M
html/css/styles.css
+1
-1
D
html/images/os/dell-laser.png
-1
A
html/images/os/dell.png
+1
A
html/images/os/konica.png
+1
A
html/images/os/kyocera.png
+1
D
html/images/os/powerconnect.png
-1
D
html/images/os/powervault.png
-1
A
html/images/os/ricoh.png
+1
D
html/images/os/zywall.png
-1
A
html/images/os/zyxel.png
+1
M
includes/discovery/toner.inc.php
+2
-2
M
includes/osdiscovery/discover-dlink.inc.php
-10
A
includes/osdiscovery/discover-dlinkap.php
+20
A
includes/osdiscovery/discover-ies.php
+10
A
includes/osdiscovery/discover-konica.php
+9
A
includes/osdiscovery/discover-kyocera.php
+9
M
includes/osdiscovery/discover-powerconnect.php
+3
-3
A
includes/osdiscovery/discover-prestige.php
+10
M
includes/osdiscovery/discover-procurve.php
+1
-1
A
includes/osdiscovery/discover-ricoh.php
+9
M
includes/osdiscovery/discover-speedtouch.php
+1
M
includes/polling/device-windows.inc.php
+2
-1
M
includes/static-config.php
+44
-4
📈 125 added
📉 25 removed
M
html/pages/device/hrdevice.inc.php
+1
-1
📈 1 added
📉 1 removed
clean up some windows stuff
D
html/includes/graphs/device_memory_windows.inc.php
-65
A
html/includes/graphs/XXX_device_memory_windows.inc.php
+65
M
html/pages/device/graphs/os-windows.inc.php
+1
📈 66 added
📉 65 removed
rework netstats polling to work around missing oids and implement snmp_get_multi (maybe needs more work)
M
includes/polling/device-netstats.inc.php
+17
-5
M
includes/polling/device-windows.inc.php
+14
-3
M
includes/snmp.inc.php
+26
📈 57 added
📉 8 removed
add some icons for some manufacturers
A
html/images/os/conexant.png
+1
A
html/images/os/d-link.png
+1
A
html/images/os/linksys.png
+1
A
html/images/os/netgear.png
+1
A
html/images/os/sonicwall.png
+1
A
html/images/os/watchguard.png
+1
📈 6 added
📉 0 removed
add broadcom detection and image. add ability to define image in $config
['os'][$os
]['icon']
M
CHANGELOG
+18
-1
A
html/images/os/broadcom.png
+1
M
includes/functions.php
+15
-7
A
includes/osdiscovery/discover-bcm963.php
+10
M
includes/static-config.php
+3
📈 47 added
📉 8 removed
fix generate_if_thumbnail (rename to port needed...)
M
html/includes/functions.inc.php
+2
-2
📈 2 added
📉 2 removed
fix vrfs
M
html/includes/print-vrf.inc
+1
-1
M
html/pages/device/vrfs.inc.php
+1
-1
📈 2 added
📉 2 removed
small speedup to entity polling
M
includes/discovery/entity-physical.inc.php
+22
-21
📈 22 added
📉 21 removed
THIS. IS. OBSERVIUM. also some indexes on sql tables.
M
CHANGELOG
+2
-2
M
check-errors.php
+1
-1
M
config.php.default
+13
-13
M
database-schema.sql
+1
M
database-update.sql
+8
M
discovery.php
+2
-2
A
html/images/observium-icon.png
+1
A
html/images/observium-logo.png
+1
M
html/index.php
+1
-1
M
html/pages/about.inc.php
+12
-12
M
includes/port-descr-parser.inc.php
+6
-2
M
INSTALL
+2
-2
M
irc.php
+4
-4
M
poller.php
+3
-3
M
README
+3
-3
M
test-discovery.php
+2
-2
M
test-poll.php
+2
-2
M
versioncheck.php
+1
-1
📈 65 added
📉 50 removed
powerconnect 62xx temperature reading - can only find one even though there is one per stackmember, sigh
A
includes/discovery/temperatures/powerconnect.inc.php
+21
📈 21 added
📉 0 removed
Thank you Dell for changing the capitalization in
sysDescr on a software upgrade
M
includes/osdiscovery/discover-powerconnect.php
+1
-1
📈 1 added
📉 1 removed
axis network document server discovery
A
html/images/os/axisdocserver.png
+1
A
includes/osdiscovery/discover-axisdocserver.php
+9
M
includes/static-config.php
+2
📈 12 added
📉 0 removed
fix install_dir in include_dir and add optional regex
M
includes/functions.php
+4
-4
📈 4 added
📉 4 removed
fix php notice
M
scripts/mysql_stats.php
+1
-1
📈 1 added
📉 1 removed
svn stats script :)
A
scripts/mysql_stats.php
+1,241
📈 1,241 added
📉 0 removed
show disabled devices in grey in device list
M
html/css/styles.css
+4
M
includes/functions.php
+1
📈 1 added
📉 0 removed
discover motorola netopia routers
A
html/images/os/netopia.png
+1
A
includes/osdiscovery/discover-netopia.php
+9
M
includes/static-config.php
+3
📈 13 added
📉 0 removed
detect more airports
M
includes/osdiscovery/discover-airport.php
+1
📈 1 added
📉 0 removed
added a bunch of device types to discover
A
html/images/os/axiscam.png
+1
A
html/images/os/drac.png
+1
A
html/images/os/mgepdu.png
+1
M
includes/functions.php
+1
-1
M
includes/osdiscovery/discover-apc.php
+1
A
includes/osdiscovery/discover-axiscam.php
+9
A
includes/osdiscovery/discover-drac.php
+9
M
includes/osdiscovery/discover-jetdirect.php
+2
-1
A
includes/osdiscovery/discover-mgepdu.php
+9
M
includes/osdiscovery/discover-speedtouch.php
+1
M
includes/static-config.php
+10
-2
📈 45 added
📉 4 removed
really fix voltage polling - patch by jduggan
M
includes/polling/voltages.inc.php
+1
-1
📈 1 added
📉 1 removed
recognize apc switched rack pdu
M
includes/osdiscovery/discover-apc.php
+1
📈 1 added
📉 0 removed
gamatronic ups fixes
M
includes/discovery/voltages.inc.php
+26
-28
M
includes/static-config.php
+2
📈 28 added
📉 28 removed
bugfix in discover_sensor
M
includes/discovery/functions.inc.php
+1
-1
📈 1 added
📉 1 removed
fix voltage polling
M
includes/polling/voltages.inc.php
+1
-1
📈 1 added
📉 1 removed
actually commit powervault detection + minor polling
M
addhost.php
+2
-2
M
includes/functions.php
-1
A
includes/osdiscovery/discover-powervault.php
+9
A
includes/polling/device-powervault.inc.php
+5
M
includes/static-config.php
+2
📈 18 added
📉 3 removed
M
database-update.sql
+2
A
includes/discovery/temperatures/cisco-entity-sensor.inc.php
+37
📈 39 added
📉 0 removed
break broken screenos detection now
M
includes/osdiscovery/discover-screenos.php
+1
-1
📈 1 added
📉 1 removed
un-break allied and powervault detection through sysobjectid
M
includes/osdiscovery/discover-screenos.php
-1
📈 0 added
📉 1 removed
detect newer papouch TME, detect powervault tl2000/4000
A
html/images/os/powervault.png
+1
M
includes/osdiscovery/discover-papouch-tme.php
+2
-1
📈 3 added
📉 1 removed
add nxos discovery
M
config.php.default
+1
-1
A
html/images/os/extremeware.png
+1
A
includes/osdiscovery/discover-nxos.php
+10
M
includes/static-config.php
+4
A
mibs/extreme-v762b3.mib
+21,956
📈 16 added
📉 1 removed
use configured monospace font in graphs
M
html/includes/graphs/common.inc.php
+2
-2
📈 2 added
📉 2 removed
name current differently on single phase APC PDUs
M
includes/discovery/current.inc.php
+8
-1
📈 8 added
📉 1 removed
fix updating of currents until the function is merged to discover_sensor :)
M
includes/discovery/functions.inc.php
+1
-1
📈 1 added
📉 1 removed
Also show minimum temperature on popup temp graph
M
html/includes/graphs/temperature.inc.php
+2
-1
📈 2 added
📉 1 removed
fix poller breaking on down device, add airport description and image, make zywall and 3com images transparent
M
html/images/os/3com.png
±0
A
html/images/os/airport.png
+1
M
html/images/os/zywall.png
±0
M
includes/static-config.php
+3
M
poller.php
+1
-1
📈 5 added
📉 1 removed
APC UPS V/Hz values support, extra AirPort detection string
M
includes/discovery/frequencies.inc.php
+25
-1
M
includes/discovery/temperatures/apc.inc.php
+5
-5
M
includes/discovery/voltages.inc.php
+26
M
includes/osdiscovery/discover-airport.php
+1
📈 57 added
📉 6 removed
recognise some new OSes, add an image for dlink, move
sysObjectId polling to be global for os detection
M
addhost.php
+9
-7
A
html/images/os/dlink.png
+1
M
includes/functions.php
+4
-2
A
includes/osdiscovery/discover-airport.php
+9
M
includes/osdiscovery/discover-allied.php
-1
A
includes/osdiscovery/discover-dlink.inc.php
+10
A
includes/osdiscovery/discover-extremeware.php
+10
M
includes/osdiscovery/discover-junos.php
-1
M
includes/osdiscovery/discover-junose.php
-1
A
includes/osdiscovery/discover-zywall.php
+10
📈 53 added
📉 12 removed
updated email sending to allow global disabling and
sysContact override
M
check-errors.php
+1
-2
M
check-services.php
+2
-2
A
html/images/os/zywall.png
+1
M
includes/defaults.inc.php
+4
-4
M
includes/functions.php
+18
-2
M
includes/polling/bgpPeer.inc.php
+3
-4
M
includes/polling/current.inc.php
+2
-4
M
includes/polling/fanspeeds.inc.php
+1
-4
M
includes/polling/frequencies.inc.php
+2
-6
M
includes/polling/humidity.inc.php
+4
-2
M
includes/polling/ports.inc.php
+2
-3
M
includes/polling/temperatures.inc.php
+1
-1
M
includes/polling/voltages.inc.php
+2
-3
M
includes/static-config.php
+5
M
poll-reachability.php
+8
-4
M
poller.php
+1
-1
📈 57 added
📉 42 removed
APC UPS internal temperature support
A
includes/discovery/temperatures/apc.inc.php
+21
📈 21 added
📉 0 removed
APC UPS and older Masterswitch identification, both tested on AP9606 controller card
M
includes/discovery/toner.inc.php
+1
-1
M
includes/polling/device-apc.inc.php
+32
📈 33 added
📉 1 removed
only discover toner if it actually exists - HP LJ 4100 has 4 indexes but only one toner; should fix FS#46
M
includes/discovery/toner.inc.php
+47
-53
📈 47 added
📉 53 removed
DEL. HOST. DOT. INC. DOT. PEE. AICH. PEE.
A
html/pages/delhost.inc.php
+36
📈 36 added
📉 0 removed
use .inc.
📈 4 added
📉 4 removed
don't warn on non-writeable rrd dir (why would apache be allowed to write there?
M
html/includes/authenticate.inc.php
+3
-2
📈 3 added
📉 2 removed
go away!
D
html/pages/delhost.php
-36
📈 0 added
📉 36 removed
inc.php
plx
A
html/pages/about.inc.php
+194
D
html/pages/about.php
-194
A
html/pages/addhost.inc.php
+59
D
html/pages/addhost.php
-59
A
html/pages/addsrv.inc.php
+75
D
html/pages/addsrv.php
-75
A
html/pages/adduser.inc.php
+67
D
html/pages/adduser.php
-67
A
html/pages/alerts.inc.php
+69
D
html/pages/alerts.php
-69
A
html/pages/authlog.inc.php
+43
D
html/pages/authlog.php
-43
A
html/pages/bgp.inc.php
+91
D
html/pages/bgp.php
-91
A
html/pages/bill.inc.php
+202
D
html/pages/bill.php
-202
A
html/pages/bills.inc.php
+172
D
html/pages/bills.php
-172
A
html/pages/configuration.inc.php
+6
D
html/pages/configuration.php
-6
A
html/pages/customers.inc.php
+79
D
html/pages/customers.php
-79
D
html/pages/default-jt.php
-211
A
html/pages/delsrv.inc.php
+41
D
html/pages/delsrv.php
-41
A
html/pages/deluser.inc.php
+50
D
html/pages/deluser.php
-50
A
html/pages/device.inc.php
+250
D
html/pages/device.php
-250
A
html/pages/devices.inc.php
+129
D
html/pages/devices.php
-129
A
html/pages/edituser.inc.php
+172
D
html/pages/edituser.php
-172
A
html/pages/eventlog.inc.php
+22
D
html/pages/eventlog.php
-22
A
html/pages/health.inc.php
+72
D
html/pages/health.php
-72
A
html/pages/iftype.inc.php
+70
D
html/pages/iftype.php
-70
A
html/pages/inventory.inc.php
+90
D
html/pages/inventory.php
-90
A
html/pages/ipv4.inc.php
+96
D
html/pages/ipv4.php
-96
A
html/pages/ipv6.inc.php
+98
D
html/pages/ipv6.php
-98
A
html/pages/list.inc.php
+29
D
html/pages/list.php
-29
A
html/pages/locations.inc.php
+49
D
html/pages/locations.php
-49
D
html/pages/logon.inc
-53
A
html/pages/logon.inc.php
+53
A
html/pages/ports.inc.php
+10
D
html/pages/ports.php
-10
A
html/pages/preferences.inc.php
+74
D
html/pages/preferences.php
-74
A
html/pages/pseudowires.inc.php
+85
D
html/pages/pseudowires.php
-85
A
html/pages/purgeports.inc.php
+40
D
html/pages/purgeports.php
-40
A
html/pages/services.inc.php
+55
D
html/pages/services.php
-55
A
html/pages/storage.inc.php
+81
D
html/pages/storage.php
-81
A
html/pages/syslog.inc.php
+79
D
html/pages/syslog.php
-79
A
html/pages/vrf.inc.php
+63
D
html/pages/vrf.php
-63
A
html/pages/vrfs.inc.php
+79
D
html/pages/vrfs.php
-79
📈 2,844 added
📉 3,055 removed
err, failfixfix
📈 1 added
📉 1 removed
failfix six of infinite
M
html/includes/print-menubar.php
+1
M
html/index.php
+1
-1
📈 2 added
📉 1 removed
better name, and include in menu
M
html/includes/print-menubar.php
+7
-1
A
html/pages/settings.inc.php
+16
D
html/pages/showconfig.inc.php
-16
📈 23 added
📉 17 removed
basic page to display global configuration
A
html/pages/showconfig.inc.php
+16
📈 16 added
📉 0 removed
nms nms nms
M
database-schema.sql
+1
M
html/pages/about.php
+3
-3
D
includes/discovery/temperatures/observer-custom.inc.php
-26
A
includes/discovery/temperatures/observernms-custom.inc.php
+26
M
includes/port-descr-parser.inc.php
+1
-1
M
includes/static-config.php
+4
-4
M
INSTALL
+1
-1
M
irc.php
+2
-2
M
README
+3
-3
📈 41 added
📉 40 removed
fix potential bug with erroneous space in collectd graphs
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
More renames
M
config.php.default
+10
-10
📈 10 added
📉 10 removed
add port parser to default config, rename some stuff
M
check-errors.php
+1
-1
M
contrib/syslog2mysql.sh
+4
-4
M
discovery.php
+2
-2
M
includes/defaults.inc.php
+2
M
includes/functions.php
+1
-1
M
poller.php
+4
-2
M
test-discovery.php
+2
-2
M
test-poll.php
+2
-2
📈 18 added
📉 14 removed
split fan discovery into include_dir
A
includes/discovery/fanspeeds
M
includes/discovery/fanspeeds.inc.php
+1
-96
A
includes/discovery/fanspeeds/areca.inc.php
+28
A
includes/discovery/fanspeeds/lmsensors.inc.php
+32
A
includes/discovery/fanspeeds/supermicro.inc.php
+47
A
includes/discovery/processors/hrdevice.inc.php
+48
A
includes/discovery/processors/ios.inc.php
+58
A
includes/discovery/processors/ironware.inc.php
+48
A
includes/discovery/processors/junos.inc.php
+36
A
includes/discovery/processors/junose.inc.php
+33
D
includes/discovery/processors/processors-hrdevice.inc.php
-48
D
includes/discovery/processors/processors-ios.inc.php
-58
D
includes/discovery/processors/processors-ironware.inc.php
-48
D
includes/discovery/processors/processors-junos.inc.php
-36
D
includes/discovery/processors/processors-junose.inc.php
-33
M
includes/discovery/temperatures.inc.php
-5
📈 331 added
📉 324 removed
move processors discovery to include_dir
A
includes/discovery/processors
D
includes/discovery/processors-hrdevice.inc.php
-49
D
includes/discovery/processors-ios.inc.php
-53
D
includes/discovery/processors-ironware.inc.php
-46
D
includes/discovery/processors-junos.inc.php
-30
D
includes/discovery/processors-junose.inc.php
-28
includes/discovery/processors-ucd-old.inc.php
+2
-2
M
includes/discovery/processors.inc.php
+1
-5
A
includes/discovery/processors/processors-hrdevice.inc.php
+48
A
includes/discovery/processors/processors-ios.inc.php
+58
A
includes/discovery/processors/processors-ironware.inc.php
+48
A
includes/discovery/processors/processors-junos.inc.php
+36
A
includes/discovery/processors/processors-junose.inc.php
+33
📈 226 added
📉 213 removed
automatically load all temperature include files, moved almost all of them over to internal snmp functions, PLEASE TEST
M
includes/discovery/processors-junos.inc.php
+3
-3
M
includes/discovery/temperatures.inc.php
+1
-13
M
includes/discovery/temperatures/adva.inc.php
+4
M
includes/discovery/temperatures/akcp.inc.php
+28
-27
M
includes/discovery/temperatures/areca.inc.php
+37
-34
M
includes/discovery/temperatures/cisco-envmon.inc.php
+23
-23
M
includes/discovery/temperatures/dell.inc.php
+4
-2
M
includes/discovery/temperatures/ironware.inc.php
+29
-26
M
includes/discovery/temperatures/junos.inc.php
+5
-5
M
includes/discovery/temperatures/junose.inc.php
+8
-3
M
includes/discovery/temperatures/lm-sensors.inc.php
+4
-5
M
includes/discovery/temperatures/netmanplus.inc.php
+18
-17
M
includes/discovery/temperatures/observer-custom.inc.php
+19
-15
M
includes/discovery/temperatures/papouch-tme.inc.php
+13
-14
M
includes/discovery/temperatures/supermicro.inc.php
+28
-29
M
includes/functions.php
+19
📈 243 added
📉 216 removed
Add detection for MGE Evolution UPS
M
includes/osdiscovery/discover-mgeups.php
+2
-1
📈 2 added
📉 1 removed
Fix
Q-BRIDGE-MIB vlan numbers on Procurve switches + minor misc
M
html/map.php
-2
M
includes/discovery/processors-ironware.inc.php
+1
-1
M
includes/discovery/q-bridge-mib.inc.php
+3
-3
📈 4 added
📉 6 removed
workaround not havnig divisor set for processor
M
includes/polling/processors.inc.php
+1
📈 1 added
📉 0 removed
use precision for processors
M
includes/polling/mempools.inc.php
+3
-1
M
includes/polling/processors.inc.php
+2
-2
📈 5 added
📉 3 removed
don't set current value of processor on discovery (duh)
M
includes/discovery/functions.inc.php
+1
-1
📈 1 added
📉 1 removed
update precision (divisor) on processors
M
includes/discovery/functions.inc.php
+1
-1
📈 1 added
📉 1 removed
fix ironware cpu divisor issue
M
includes/discovery/processors-ironware.inc.php
+1
-1
📈 1 added
📉 1 removed
also detect 3com superstack type
M
includes/osdiscovery/discover-3com.php
+1
📈 1 added
📉 0 removed
genericify that, use it for mempools also
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
improved processor text description rewriting (now in function)
M
html/includes/functions.inc.php
+14
M
html/pages/device/health/processors.inc.php
+2
-4
M
html/pages/device/overview/processors.inc.php
+1
-5
📈 17 added
📉 9 removed
use installdir path in check-services - patch by Steven Bens
M
check-services.php
+1
-1
📈 1 added
📉 1 removed
start of universal discover_sensor, change humidity to that one already, rest needs small rework
M
includes/discovery/functions.inc.php
+37
-33
📈 37 added
📉 33 removed
move current to sensors table, plug some sql injection holes
M
database-update.sql
+1
M
html/includes/graphs/current.inc.php
+4
-4
M
html/includes/graphs/device_current.inc.php
+4
-4
M
html/pages/device/health.inc.php
+4
-3
M
html/pages/device/health/current.inc.php
+13
-13
M
html/pages/device/health/diskio.inc.php
+1
-1
M
html/pages/device/health/fanspeeds.inc.php
+1
-1
M
html/pages/device/health/frequencies.inc.php
+1
-1
M
html/pages/device/health/humidity.inc.php
+1
-1
M
html/pages/device/health/storage.inc.php
+1
-1
M
html/pages/device/health/temperatures.inc.php
+1
-1
M
html/pages/device/health/voltages.inc.php
+1
-1
M
html/pages/device/overview/current.inc.php
+11
-12
M
html/pages/health/current.inc.php
+23
-23
M
includes/discovery/functions.inc.php
+6
-6
M
includes/functions.php
+11
-14
M
includes/polling/current.inc.php
+17
-20
📈 101 added
📉 106 removed
Move voltages to sensors table, clean up some unused functions and move web-only functions to the html includes file
M
database-update.sql
+3
M
html/includes/functions.inc.php
+39
M
html/includes/graphs/device_voltages.inc.php
+4
-4
M
html/includes/graphs/voltage.inc.php
+4
-4
M
html/pages/device/health.inc.php
+1
-1
M
html/pages/device/health/voltages.inc.php
+13
-13
M
html/pages/device/overview/voltages.inc.php
+11
-12
M
html/pages/health/voltages.inc.php
+22
-22
M
includes/discovery/functions.inc.php
+9
-9
M
includes/functions.php
+6
-83
M
includes/polling/voltages.inc.php
+17
-20
📈 129 added
📉 168 removed
show correct overlib graph for temperatures
M
includes/static-config.php
+3
-3
📈 3 added
📉 3 removed
fix to show health tab when device has temp sensors
M
html/pages/device.php
+1
-1
📈 1 added
📉 1 removed
only show temperature sensors on temperature health page, doh
M
html/pages/health/temperatures.inc.php
+2
-2
📈 2 added
📉 2 removed
failfix five of infinite
M
includes/discovery/temperatures.inc.php
+1
-1
A
includes/discovery/temperatures/papouch-tme.inc.php
+21
D
includes/discovery/temperatures/papouche-tme.inc.php
-21
📈 22 added
📉 22 removed
APC STS/ATS support
M
database-update.sql
+3
M
includes/discovery/current.inc.php
+21
-1
M
includes/discovery/frequencies.inc.php
+42
M
includes/discovery/voltages.inc.php
+42
M
includes/polling/device-apc.inc.php
+26
-1
📈 134 added
📉 2 removed
failfix four of infinite
M
includes/polling/device-dell-laser.inc.php
+1
-1
📈 1 added
📉 1 removed
failfix three of infinite
M
includes/polling/current.inc.php
+1
-1
📈 1 added
📉 1 removed
failfix two of infinite
M
includes/polling/fanspeeds.inc.php
+1
-1
M
includes/polling/frequencies.inc.php
+1
-1
📈 2 added
📉 2 removed
failfix one of infinite
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
cleanup checks add some mibs
M
html/includes/authenticate.inc.php
+3
-3
A
mibs/CISCO-FIREWALL-MIB.my
+1,336
A
mibs/CISCO-IPSEC-FLOW-MONITOR-MIB.my
+5,881
A
mibs/CISCO-MEDIA-GATEWAY-MIB.my
+2,282
📈 3 added
📉 3 removed
some code formatting improvements from sovern
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
improved authentication checks (not sure this file is the right place, but meh) from sovern (also some fixes for diskio_ops)
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
add functions to identify and decode snmp hex strings, add hex string support to jetdirect for toners
M
includes/discovery/toner.inc.php
+2
-1
M
includes/functions.php
+11
M
includes/polling/device-areca.inc.php
+2
-2
📈 15 added
📉 3 removed
more jetdirect osdiscovery
M
includes/osdiscovery/discover-jetdirect.php
+1
-1
📈 1 added
📉 1 removed
forgot jetdirect discovery file a few commits back
A
includes/osdiscovery/discover-jetdirect.php
+9
📈 9 added
📉 0 removed
disable snmp timeouts for now, pending fixes
M
html/pages/device/health.inc.php
+1
-1
M
includes/snmp.inc.php
+11
-11
📈 12 added
📉 12 removed
make ops default diskio type
A
html/includes/graphs/device_diskio.inc.php
+5
📈 5 added
📉 0 removed
add two new diskio graphtypes (bit more work needed methinks)
A
html/includes/graphs/device_diskio_bits.inc.php
+36
A
html/includes/graphs/device_diskio_ops.inc.php
+36
📈 72 added
📉 0 removed
fix voltage error
M
includes/polling/voltages.inc.php
+1
-1
📈 1 added
📉 1 removed
rrdcached support (yarly!)
M
config.php.default
+4
M
html/graph.php
+5
-2
M
includes/rrdtool.inc.php
+9
-2
📈 18 added
📉 4 removed
revamped customer aggregates page, using new port description parser fields in database
M
html/pages/customers.php
+47
-49
📈 47 added
📉 49 removed
cleanups
M
includes/discovery/cisco-vrf.inc.php
+3
-5
M
includes/discovery/ups.inc.php
+4
-1
📈 7 added
📉 6 removed
add split multicast/broadcast graphing for linux/ios/iosxe/iosxr and global toggle for polling if it (adds load)
M
config.php.default
+1
M
html/includes/graphs/generic_multi_seperated.inc.php
+25
-17
M
html/includes/graphs/port_nupkts.inc.php
+48
-14
M
includes/defaults.inc.php
+4
M
includes/polling/ports.inc.php
+25
-2
M
includes/static-config.php
+4
📈 107 added
📉 33 removed
fix path issue with map.php
- from stan brinkerhoff
📈 20 added
📉 5 removed
add DOT11 MIBs
A
mibs/CISCO-DOT11-ASSOCIATION-MIB.my
+1,072
A
mibs/CISCO-DOT11-IF-MIB.my
+4,482
📈 0 added
📉 0 removed
split temperature into separate files
A
includes/discovery/temperatures
D
includes/discovery/temperatures-adva.inc.php
-85
D
includes/discovery/temperatures-junose.inc.php
-25
M
includes/discovery/temperatures.inc.php
+13
-301
A
includes/discovery/temperatures/adva.inc.php
+85
A
includes/discovery/temperatures/akcp.inc.php
+40
A
includes/discovery/temperatures/areca.inc.php
+46
A
includes/discovery/temperatures/cisco-envmon.inc.php
+33
A
includes/discovery/temperatures/dell.inc.php
+23
A
includes/discovery/temperatures/ironware.inc.php
+35
A
includes/discovery/temperatures/junos.inc.php
+35
A
includes/discovery/temperatures/junose.inc.php
+25
A
includes/discovery/temperatures/lm-sensors.inc.php
+32
A
includes/discovery/temperatures/netmanplus.inc.php
+26
A
includes/discovery/temperatures/observer-custom.inc.php
+22
A
includes/discovery/temperatures/papouche-tme.inc.php
+21
A
includes/discovery/temperatures/supermicro.inc.php
+42
📈 478 added
📉 411 removed
migrate all SNMP calls to use $config
['mibdir']. automatically generated from install_dir if not present
M
includes/discovery/bgp-peers.inc.php
+4
-4
M
includes/discovery/cisco-mac-accounting.inc.php
+1
-1
M
includes/discovery/cisco-processors.inc.php
+3
-3
M
includes/discovery/cisco-pw.inc.php
+3
-3
M
includes/discovery/cisco-vlans.inc.php
+4
-4
M
includes/discovery/cisco-vrf.inc.php
+4
-4
M
includes/discovery/current.inc.php
+2
-1
M
includes/discovery/entity-physical.inc.php
+2
-2
M
includes/discovery/host-physical.php
+2
-2
M
includes/discovery/ipv4-addresses.inc.php
+2
-2
M
includes/discovery/ipv6-addresses.inc.php
+5
-5
M
includes/discovery/q-bridge-mib.inc.php
+3
-3
M
includes/discovery/temperatures-adva.inc.php
+4
-4
M
includes/discovery/temperatures.inc.php
+27
-24
M
includes/discovery/voltages.inc.php
+2
-1
M
includes/polling/bgpPeer.inc.php
+8
-6
M
includes/polling/cisco-enhanced-mempool.inc.php
+1
-1
M
includes/polling/cisco-entity-sensors.inc.php
+1
-1
M
includes/polling/cisco-mempool.inc.php
+1
-1
M
includes/polling/cisco-processors.inc.php
+1
-1
M
includes/polling/current.inc.php
+5
-2
M
includes/polling/device-catos.inc.php
+1
-1
M
includes/polling/device-dell-laser.inc.php
+2
-2
M
includes/polling/device-fortigate.inc.php
+5
-3
M
includes/polling/device-ios.inc.php
+3
-3
M
includes/polling/device-ironware.inc.php
+2
-2
M
includes/polling/device-junos.inc.php
+2
-2
M
includes/polling/device-mgeups.inc.php
+1
-1
M
includes/polling/device-netstats.inc.php
+1
-1
M
includes/polling/device-powerconnect.inc.php
+2
-2
M
includes/polling/device-procurve.inc.php
+2
-2
M
includes/polling/device-screenos.inc.php
+3
-3
M
includes/polling/device-snom.inc.php
+2
M
includes/polling/device-speedtouch.inc.php
+1
-1
M
includes/polling/device-unix.inc.php
+3
-3
M
includes/polling/fanspeeds.inc.php
+5
-2
M
includes/polling/frequencies.inc.php
+5
-2
M
includes/polling/hr-mib_storage.inc.php
+1
-1
M
includes/polling/hr-mib.inc.php
+1
-1
M
includes/polling/humidity.inc.php
+1
-1
M
includes/polling/interfaces.inc.php
+5
-5
M
includes/polling/mempools-cemp.inc.php
+2
-2
M
includes/polling/mempools-cmp.inc.php
+1
-1
M
includes/polling/mempools-ironware-dyn.inc.php
+2
M
includes/polling/processors-ucd-old.inc.php
+1
-1
M
includes/polling/storage-hrstorage.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+1
-1
M
includes/polling/toner.inc.php
+1
-1
M
includes/polling/ucd-diskio.inc.php
+2
M
includes/polling/ucd-mib.inc.php
+3
-3
M
includes/polling/voltages.inc.php
+4
-2
M
includes/snmp.inc.php
+12
-3
M
includes/static-config.php
+5
📈 168 added
📉 128 removed
add jetdirect support, fix automatic type assignment
M
discovery.php
+1
-1
A
html/images/os/jetdirect.png
+2
M
includes/discovery/toner.inc.php
+3
-3
M
includes/static-config.php
+7
📈 13 added
📉 4 removed
add option to dropdown the list of locations in the menu
M
config.php.default
+1
M
html/includes/print-menubar.php
+28
-1
A
scripts/snmpd-ipmi.pl
+180
📈 209 added
📉 1 removed
fix default frontpage to ignore deleted interfaces, and add rewrite note
M
html/pages/front/default.php
+5
📈 5 added
📉 0 removed
undebug adduser :>
📈 0 added
📉 2 removed
fix about layout, add mysql auth type to defaults.inc.php
delete a space or some shit in adduser.php
M
adduser.php
+2
M
html/pages/about.php
+7
-9
M
includes/defaults.inc.php
+3
📈 12 added
📉 9 removed
disable services discovery by default
M
includes/discovery/services.inc.php
+5
📈 5 added
📉 0 removed
bad klaver :>
M
includes/discovery/services.inc.php
-11
M
includes/functions.php
+1
A
includes/services.inc.php
+15
📈 16 added
📉 11 removed
add support for redback and services discovery (thanks klaver) perhaps need to make services discovery one-time only, triggered, or disableable :>
M
discovery.php
+1
A
html/pages/device/graphs/os-redback.inc.php
+10
A
includes/discovery/services.inc.php
+42
A
includes/osdiscovery/discover-redback.php
+7
A
includes/polling/device-redback.inc.php
+6
📈 66 added
📉 0 removed
blacklist routeros for bulkwalk
M
includes/static-config.php
+1
📈 1 added
📉 0 removed
add Mikrotik RouterOS detection (thanks to Zoiah for SNMP access)
A
html/images/os/routeros.png
+1
A
includes/osdiscovery/discover-routeros.php
+12
A
includes/polling/device-routeros.inc.php
+6
M
includes/static-config.php
+3
📈 22 added
📉 0 removed
align all minigraphs on the device overview
M
html/pages/device/overview/humidity.inc.php
+1
-1
M
html/pages/device/overview/temperatures.inc.php
+1
-1
📈 2 added
📉 2 removed
another overlooked fanspeed modification
M
html/pages/device/overview/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
small graph fix
M
html/includes/graphs/fanspeed.inc.php
+1
-1
📈 1 added
📉 1 removed
move fanspeed to sensors table - please run discovery immediately after svn up
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
move temperatures to sensors table - please run discovery immediately after svn up
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
snmp timeout & retry settings, for now only globally and not per device
M
config.php.default
+1
-1
M
includes/defaults.inc.php
+4
M
includes/snmp.inc.php
+48
-29
📈 53 added
📉 30 removed
move default device type per os into ['os'] array and dedupe some of the OS entries in there
M
discovery.php
+7
-33
M
includes/static-config.php
+46
-21
📈 53 added
📉 54 removed
missing ;s
M
includes/static-config.php
+6
-6
📈 6 added
📉 6 removed
merge $popgraph
and $popdescr
into $config
['os'] as overgraph and overtext
merge ifalias/ifdescr/ifname/ifindex decision making about port names into $config
['os']
M
database-update.sql
+1
M
html/includes/functions.inc.php
+11
-6
M
includes/polling/interfaces.inc.php
+1
-1
M
includes/rewrites.php
+4
-4
M
includes/snmp.inc.php
+7
-7
M
includes/static-config.php
+95
-84
📈 119 added
📉 102 removed
unify $os_group
and $os_type
into $config
['os']
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
per device type hover graphs
M
html/includes/functions.inc.php
+38
M
includes/functions.php
-27
M
includes/static-config.php
+32
-1
📈 70 added
📉 28 removed
less ugly minkels double space workaround
M
includes/polling/device-akcp.inc.php
+1
-3
📈 1 added
📉 3 removed
enlarge device type so environment can fit
📈 1 added
📉 0 removed
replace environment icon
M
html/images/icons/environment.png
±0
📈 0 added
📉 0 removed
Add environment device type
M
discovery.php
+5
A
html/images/icons/environment.png
+2
M
html/includes/print-menubar.php
+1
M
html/pages/device/edit/device.inc.php
-2
M
includes/static-config.php
+1
M
poller.php
+1
-1
📈 10 added
📉 3 removed
Gamatronic UPS support (patch by jduggan)
A
html/images/os/gamatronicups.png
+1
M
includes/discovery/current.inc.php
+38
M
includes/discovery/voltages.inc.php
+34
A
includes/osdiscovery/discover-gamatronicups.php
+12
A
mibs/GamaMib.mib
+8,393
A
mibs/GMACI.mib
+1,913
📈 85 added
📉 0 removed
update cron.sh
to use poller.php
📈 3 added
📉 3 removed
better sensorprobe detection
M
includes/osdiscovery/discover-akcp.php
+1
-2
📈 1 added
📉 2 removed
switch to poller.php
away from poll-device.php
. increase syslog table read speed a bit by using php-side device info cache
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
fix futuristic experimental secret poller
📈 1 added
📉 1 removed
show friendly OS text in device dropdown
M
html/pages/devices.php
+1
-1
📈 1 added
📉 1 removed
Fix twitter link, add facebook page
M
html/pages/about.php
+2
-1
📈 2 added
📉 1 removed
fix layout of about page with long apache version strings, add humidity to stats
M
html/includes/functions.inc.php
+2
-2
M
html/pages/about.php
+33
-27
📈 35 added
📉 29 removed
update syntax help to reflect commit r1211
M
discovery.php
+7
-7
M
poll-device.php
+7
-7
📈 14 added
📉 14 removed
sensors table, with humidity as its first consumer - akcp humidity support implemented
M
database-update.sql
+1
A
html/images/icons/greyscale/humidity.png
+1
A
html/images/icons/humidity.png
+2
A
html/includes/graphs/device_humidity.inc.php
+51
A
html/includes/graphs/humidity.inc.php
+37
M
html/includes/graphs/temperature.inc.php
-1
M
html/includes/print-menubar.php
+1
M
html/pages/device/health.inc.php
+3
A
html/pages/device/health/humidity.inc.php
+59
M
html/pages/device/overview.inc.php
+1
A
html/pages/device/overview/humidity.inc.php
+46
M
html/pages/health.php
+2
-1
A
html/pages/health/humidity.inc.php
+97
M
includes/discovery/functions.inc.php
+37
M
includes/discovery/humidity.inc.php
+8
-8
M
includes/polling/device-akcp.inc.php
+3
-1
A
includes/polling/humidity.inc.php
+55
M
poll-device.php
+1
📈 405 added
📉 11 removed
clean up commandline delhost output
M
delhost.php
+1
-1
M
html/pages/delhost.php
+3
-3
M
includes/functions.php
+2
-2
📈 6 added
📉 6 removed
humidity discovery for akcp/minkelsrms - still needs discover_humidity function, db table, webinterface, polling
M
discovery.php
+1
A
includes/discovery/humidity.inc.php
+73
📈 74 added
📉 0 removed
retrieve temperature limits from sensorprobe
M
includes/discovery/temperatures.inc.php
+10
-1
📈 10 added
📉 1 removed
M
includes/discovery/temperatures.inc.php
+27
M
includes/osdiscovery/discover-akcp.php
+1
📈 28 added
📉 0 removed
fixed eventlogging for poll-device
M
poll-device.php
+10
-10
📈 10 added
📉 10 removed
better spacing on mac accounting top10 page :)
M
html/pages/device/port/macaccounting.inc.php
+3
-3
📈 3 added
📉 3 removed
remove mysql_error print
M
html/pages/about.php
-1
📈 0 added
📉 1 removed
0.10.6
release. ><{{{*>
M
CHANGELOG
+5
-3
M
includes/static-config.php
+1
-1
📈 6 added
📉 4 removed
remove wrong fixme comment
M
includes/polling/fanspeeds.inc.php
-1
📈 0 added
📉 1 removed
also use toner.png
location on device page
M
html/pages/device.php
+1
-1
📈 1 added
📉 1 removed
nicer toner icon
M
html/images/icons/toner.png
±0
📈 0 added
📉 0 removed
oopsx
📈 0 added
📉 2 removed
pretty up frequency/current/fanspeed graphs, add Dell multifunction laserprinter detection (PRINTERS, WE LOVE THEM)
M
html/includes/graphs/current.inc.php
-1
M
html/includes/graphs/fanspeed.inc.php
-1
M
html/includes/graphs/frequency.inc.php
-1
M
includes/osdiscovery/discover-dell-laser.php
+1
📈 1 added
📉 3 removed
small cleanups
M
includes/discovery/cisco-processors.inc.php
-8
M
includes/functions.php
-6
M
includes/polling/storage.inc.php
+1
-1
📈 1 added
📉 15 removed
only show password change field if authentication backend can change the password
M
html/pages/preferences.php
+7
-8
📈 7 added
📉 8 removed
applications table in mysql update script
📈 1 added
📉 0 removed
fix password change for mysql auth
M
html/includes/authentication/mysql.inc.php
+4
-4
M
html/pages/preferences.php
+22
📈 26 added
📉 4 removed
remove statistics line
M
html/includes/print-menubar.php
-2
📈 0 added
📉 2 removed
more icons more info in about page
M
html/images/icons/current.png
±0
A
html/images/icons/eventlog.png
+2
M
html/images/icons/frequencies.png
±0
A
html/images/icons/inventory.png
+2
A
html/images/icons/ipv4.png
+1
A
html/images/icons/ipv6.png
+1
A
html/images/icons/port.png
+2
A
html/images/icons/syslog.png
+2
A
html/images/icons/toner.png
+2
M
html/images/icons/voltages.png
±0
M
html/includes/print-event-short.inc
+4
-5
M
html/pages/about.php
+106
-7
📈 122 added
📉 12 removed
prettier about page, some links and versions :)
M
html/pages/about.php
+45
-11
M
html/php.php
+1
-1
📈 46 added
📉 12 removed
billing bugfix :)
M
includes/billing.php
+6
-2
M
poll-billing.php
+2
-2
📈 8 added
📉 4 removed
make billing usable (shonky interface it now has!)
M
database-update.sql
+1
D
html/ajax
A
html/ajax_listports.php
+29
M
html/billing-graph.php
+21
-15
A
html/includes/javascript-interfacepicker.inc.php
+28
A
html/pages/bill
A
html/pages/bill.php
+202
A
html/pages/bill/edit.php
+63
M
html/pages/bills.php
+65
-2
M
html/pages/edituser.php
+2
-28
📈 411 added
📉 45 removed
better default syslog filter
M
includes/defaults.inc.php
+7
📈 7 added
📉 0 removed
explain applications
📈 22 added
📉 0 removed
fix auto fixer :)
📈 1 added
📉 1 removed
rejig events system (still not great. meh) clean up some pages.
M
database-update.sql
+1
M
discovery.php
+4
A
fix-events.php
+20
M
html/includes/device-edit.inc.php
+11
-9
M
html/includes/print-event.inc
+9
-5
M
html/includes/print-syslog.inc
+1
-1
M
html/pages/device/edit/device.inc.php
+11
-1
M
html/pages/device/events.inc.php
+1
-1
M
html/pages/device/health/processors.inc.php
+1
-1
M
html/pages/device/overview.inc.php
+13
M
html/pages/health/processors.inc.php
+1
-1
M
includes/functions.php
+2
M
includes/polling/bgpPeer.inc.php
+3
-3
M
includes/polling/current.inc.php
+2
-2
M
includes/polling/fanspeeds.inc.php
+1
-1
M
includes/polling/frequencies.inc.php
+2
-2
M
includes/polling/ports.inc.php
+4
-4
M
includes/polling/temperatures.inc.php
+1
-1
M
includes/polling/voltages.inc.php
+2
-2
📈 90 added
📉 34 removed
services fixes
M
check-services.php
+4
-3
M
html/pages/services.php
+1
-3
📈 5 added
📉 6 removed
some more icons, changes to device editing system
A
html/images/icons/apache.png
+1
A
html/images/icons/bind.png
+1
A
html/images/icons/device.png
+2
A
html/images/icons/greyscale/apache.png
+1
A
html/images/icons/greyscale/apps.png
+1
A
html/images/icons/greyscale/bind.png
+1
A
html/images/icons/greyscale/device.png
+2
A
html/images/icons/greyscale/mysql.png
+1
A
html/images/icons/greyscale/postfix.png
+1
A
html/images/icons/greyscale/services.png
+1
A
html/images/icons/mysql.png
+1
A
html/images/icons/postfix.png
+1
A
html/images/icons/services.png
+1
M
html/includes/graphs/generic_simplex.inc.php
+2
-1
M
html/pages/device.php
+1
-1
D
html/pages/device/applications
D
html/pages/device/applications.inc.php
-73
A
html/pages/device/apps
A
html/pages/device/apps.inc.php
+34
A
html/pages/device/edit
M
html/pages/device/edit.inc.php
+22
-81
A
html/pages/device/edit/apps.inc.php
+17
A
html/pages/device/edit/device.inc.php
+93
A
html/pages/device/edit/services.inc.php
+91
M
html/pages/device/srv.inc.php
+2
-4
M
poll-device.php
+1
D
scripts/posfix-queues
-14
A
scripts/postfix-queues
+14
📈 292 added
📉 174 removed
clean up diskio output
M
includes/discovery/ucd-diskio.inc.php
+2
-2
📈 2 added
📉 2 removed
dirty script to expose postfix queue stats in snmp
A
scripts/posfix-queues
+14
📈 14 added
📉 0 removed
dirty script to collect apapche stats and expose them via snmp :)
A
scripts/apache-stats
+88
📈 88 added
📉 0 removed
add applications polling infrastructure (OH YEAH!)
A
html/images/icons/apps.png
+2
M
html/pages/device.php
+9
A
html/pages/device/applications
A
html/pages/device/applications.inc.php
+73
A
includes/polling/applications
A
includes/polling/applications.inc.php
+25
A
includes/polling/applications/apache.inc.php
+51
📈 160 added
📉 0 removed
add diskio graphs
A
html/includes/graphs/diskio_bits.inc.php
+17
A
html/includes/graphs/diskio_ops.inc.php
+29
📈 46 added
📉 0 removed
database updates :)
M
database-update.sql
+3
-2
📈 3 added
📉 2 removed
UCD DiskIO MIB support. Still needs graphs tidied up and web display made a bit more useful
M
discovery.php
+2
A
html/images/icons/diskio.png
+1
A
html/images/icons/greyscale/diskio.png
+1
M
html/images/icons/greyscale/storage.png
±0
M
html/images/icons/storage.png
±0
M
html/includes/graphs/generic_duplex.inc.php
-1
M
html/pages/device/health.inc.php
+3
A
html/pages/device/health/diskio.inc.php
+73
A
includes/discovery/ucd-diskio.inc.php
+52
A
includes/polling/ucd-diskio.inc.php
+65
M
poll-device.php
+1
📈 198 added
📉 1 removed
failfix
📈 1 added
📉 1 removed
UNDERPANTSGNOMES
A
includes/port-descr-parser.inc.php
+30
📈 30 added
📉 0 removed
FS#36: allow hostnames as parameter for discovery and polling
M
discovery.php
+8
-1
M
poll-device.php
+8
-1
📈 16 added
📉 2 removed
plug shell injection hole in map.php
(thanks to Scrye)
📈 9 added
📉 0 removed
fix serial parsing for some areca controller firmwares
M
includes/functions.php
+11
M
includes/polling/device-areca.inc.php
+6
📈 17 added
📉 0 removed
fix distro detection script for 'SUSE LINUX Enterprise Server 9 (x86_64) 3' which has lsb-release but not with that info
📈 6 added
📉 2 removed
add papouch tme image
A
html/images/os/papouch-tme.png
+1
📈 1 added
📉 0 removed
also support 'exec' extension next to 'extend' for distro script, sles9 snmpd did not seem to like the extend line
M
includes/polling/device-unix.inc.php
+10
-1
📈 10 added
📉 1 removed
basic 3com detection with image
M
discovery.php
+1
A
html/images/os/3com.png
+1
A
includes/osdiscovery/discover-3com.php
+9
📈 11 added
📉 0 removed
some devices bork the query on
hrSystemUptime, do a separate query now (hello netman plus)
📈 8 added
📉 7 removed
also remove from general functions.php
M
includes/functions.php
-1
📈 0 added
📉 1 removed
added missing pages for current and frequencies on the devices health tab
M
html/pages/device/health.inc.php
+3
-2
A
html/pages/device/health/current.inc.php
+59
A
html/pages/device/health/frequencies.inc.php
+58
M
html/pages/health.php
+8
-4
📈 128 added
📉 6 removed
forgot to remove removed files from graph.php
, broken graphs, woopsie.
📈 0 added
📉 1 removed
smalle fix + cleaning up of unused old code
M
html/pages/device/overview/current.inc.php
+1
-1
D
includes/graphing
D
includes/graphing.php
-466
📈 1 added
📉 467 removed
frequencies for netmanplus complete
M
includes/discovery/frequencies.inc.php
+39
-2
📈 39 added
📉 2 removed
fix the last discovery function to use the by-reference array, toner
M
includes/discovery/functions.inc.php
+2
-1
M
includes/discovery/toner.inc.php
+6
-5
📈 8 added
📉 6 removed
fix sid3windr's epic fail (almost collapsed universe)
M
includes/discovery/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
fix warning limit for last commit
M
includes/discovery/current.inc.php
+4
-4
📈 4 added
📉 4 removed
netman plus currents + use by-reference array on discover_current()
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
Unify + use by-reference array for fans too
M
includes/discovery/fanspeeds.inc.php
+9
-9
M
includes/discovery/functions.inc.php
+16
-16
📈 25 added
📉 25 removed
various fixes, add some more netmanplus stats, convert discover_volt and discover_freq to use the by-reference array like discover_temperature
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
remove papouch tme polling file
D
includes/polling/device-papouch-tme.php
-5
📈 0 added
📉 5 removed
add snmpbulkwalk blacklist, add power device type for netmanplus
M
discovery.php
+1
M
includes/snmp.inc.php
+63
-10
M
includes/static-config.php
+3
-1
📈 67 added
📉 11 removed
fix last commit
M
includes/static-config.php
+1
-1
📈 1 added
📉 1 removed
Add TME OS text
M
includes/static-config.php
+1
📈 1 added
📉 0 removed
add some netmanplus voltages
M
includes/discovery/temperatures.inc.php
+1
-1
M
includes/discovery/voltages.inc.php
+51
M
includes/static-config.php
+6
-1
📈 58 added
📉 2 removed
do not update database/rrd for ports which are set ignored (maybe we want to update db?)
M
includes/polling/ports.inc.php
+5
-3
📈 5 added
📉 3 removed
Fix up logon window layout
M
html/pages/logon.inc
+6
-6
📈 6 added
📉 6 removed
increase
ifDescr length, for Windows! :/
📈 1 added
📉 0 removed
add netmanplus version
A
includes/polling/device-netmanplus.inc.php
+5
📈 5 added
📉 0 removed
riello temperature description fix
M
includes/discovery/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
fix netmanplus temperature detection
M
includes/discovery/temperatures.inc.php
+2
-2
📈 2 added
📉 2 removed
refactor part of temperature discovery + add riello ups battery temperature
M
includes/discovery/temperatures.inc.php
+202
-194
📈 202 added
📉 194 removed
add Riello UPS MIB
📈 0 added
📉 0 removed
now akcp sensorprobe actually works too ;)
M
includes/osdiscovery/discover-akcp.php
+1
-1
📈 1 added
📉 1 removed
Detection support for Minkels RMS / AKCP SensorProbe
A
html/images/os/akcp.png
+1
A
html/images/os/minkelsrms.png
+1
A
includes/osdiscovery/discover-akcp.php
+10
A
includes/polling/device-akcp.inc.php
+6
A
includes/polling/device-minkelsrms.inc.php
+7
📈 25 added
📉 0 removed
Add detection for Riello NetMan Plus UPS controller cards
A
html/images/os/netmanplus.png
+1
A
includes/osdiscovery/discover-netmanplus.php
+9
📈 10 added
📉 0 removed
test commit
📈 0 added
📉 1 removed
jaja, add headers :D
A
html/includes/header-small.inc.php
+53
A
html/includes/header.inc.php
+53
M
includes/defaults.inc.php
+2
📈 108 added
📉 0 removed
also you. gone.
D
html/images/icons/flags/england.png
-2
D
html/images/icons/flags/scotland.png
-2
📈 0 added
📉 4 removed
omnomnom wales begone
D
html/images/icons/flags/wales.png
-2
📈 0 added
📉 2 removed
add about page, and some country icons (perhaps we need them at some point :>)
A
html/images/icons/flags
A
html/images/icons/flags/ad.png
+2
A
html/images/icons/flags/ae.png
+2
A
html/images/icons/flags/af.png
+2
A
html/images/icons/flags/ag.png
+2
A
html/images/icons/flags/ai.png
+2
A
html/images/icons/flags/al.png
+2
A
html/images/icons/flags/am.png
+2
A
html/images/icons/flags/an.png
+2
A
html/images/icons/flags/ao.png
+1
A
html/images/icons/flags/ar.png
+2
A
html/images/icons/flags/as.png
+2
A
html/images/icons/flags/at.png
+2
A
html/images/icons/flags/au.png
+2
A
html/images/icons/flags/aw.png
+2
A
html/images/icons/flags/ax.png
+2
A
html/images/icons/flags/az.png
+2
A
html/images/icons/flags/ba.png
+2
A
html/images/icons/flags/bb.png
+2
A
html/images/icons/flags/bd.png
+2
A
html/images/icons/flags/be.png
+2
A
html/images/icons/flags/bf.png
+2
A
html/images/icons/flags/bg.png
+2
A
html/images/icons/flags/bh.png
+2
A
html/images/icons/flags/bi.png
+2
A
html/images/icons/flags/bj.png
+2
A
html/images/icons/flags/bm.png
+2
A
html/images/icons/flags/bn.png
+2
A
html/images/icons/flags/bo.png
+2
A
html/images/icons/flags/br.png
+2
A
html/images/icons/flags/bs.png
+2
A
html/images/icons/flags/bt.png
+2
A
html/images/icons/flags/bv.png
+2
A
html/images/icons/flags/bw.png
+2
A
html/images/icons/flags/by.png
+2
A
html/images/icons/flags/bz.png
+2
A
html/images/icons/flags/ca.png
+2
A
html/images/icons/flags/catalonia.png
+1
A
html/images/icons/flags/cc.png
+2
A
html/images/icons/flags/cd.png
+1
A
html/images/icons/flags/cf.png
+2
A
html/images/icons/flags/cg.png
+2
A
html/images/icons/flags/ch.png
+2
A
html/images/icons/flags/ci.png
+2
A
html/images/icons/flags/ck.png
+2
A
html/images/icons/flags/cl.png
+2
A
html/images/icons/flags/cm.png
+2
A
html/images/icons/flags/cn.png
+2
A
html/images/icons/flags/co.png
+2
A
html/images/icons/flags/cr.png
+2
A
html/images/icons/flags/cs.png
+2
A
html/images/icons/flags/cu.png
+2
A
html/images/icons/flags/cv.png
+2
A
html/images/icons/flags/cx.png
+2
A
html/images/icons/flags/cy.png
+2
A
html/images/icons/flags/cz.png
+2
A
html/images/icons/flags/de.png
+2
A
html/images/icons/flags/dj.png
+2
A
html/images/icons/flags/dk.png
+2
A
html/images/icons/flags/dm.png
+2
A
html/images/icons/flags/do.png
+2
A
html/images/icons/flags/dz.png
+2
A
html/images/icons/flags/ec.png
+2
A
html/images/icons/flags/ee.png
+2
A
html/images/icons/flags/eg.png
+2
A
html/images/icons/flags/eh.png
+2
A
html/images/icons/flags/england.png
+2
A
html/images/icons/flags/er.png
+2
A
html/images/icons/flags/es.png
+2
A
html/images/icons/flags/et.png
+2
A
html/images/icons/flags/europeanunion.png
+1
A
html/images/icons/flags/fam.png
+2
A
html/images/icons/flags/fi.png
+2
A
html/images/icons/flags/fj.png
+2
A
html/images/icons/flags/fk.png
+2
A
html/images/icons/flags/fm.png
+2
A
html/images/icons/flags/fo.png
+2
A
html/images/icons/flags/fr.png
+2
A
html/images/icons/flags/ga.png
+2
A
html/images/icons/flags/gb.png
+1
A
html/images/icons/flags/gd.png
+2
A
html/images/icons/flags/ge.png
+2
A
html/images/icons/flags/gf.png
+2
A
html/images/icons/flags/gh.png
+2
A
html/images/icons/flags/gi.png
+2
A
html/images/icons/flags/gl.png
+2
A
html/images/icons/flags/gm.png
+2
A
html/images/icons/flags/gn.png
+2
A
html/images/icons/flags/gp.png
+2
A
html/images/icons/flags/gq.png
+2
A
html/images/icons/flags/gr.png
+2
A
html/images/icons/flags/gs.png
+2
A
html/images/icons/flags/gt.png
+2
A
html/images/icons/flags/gu.png
+2
A
html/images/icons/flags/gw.png
+2
A
html/images/icons/flags/gy.png
+2
A
html/images/icons/flags/hk.png
+2
A
html/images/icons/flags/hm.png
+2
A
html/images/icons/flags/hn.png
+2
A
html/images/icons/flags/hr.png
+2
A
html/images/icons/flags/ht.png
+2
A
html/images/icons/flags/hu.png
+2
A
html/images/icons/flags/id.png
+2
A
html/images/icons/flags/ie.png
+2
A
html/images/icons/flags/il.png
+2
A
html/images/icons/flags/in.png
+2
A
html/images/icons/flags/io.png
+2
A
html/images/icons/flags/iq.png
+2
A
html/images/icons/flags/ir.png
+2
A
html/images/icons/flags/is.png
+2
A
html/images/icons/flags/it.png
+2
A
html/images/icons/flags/jm.png
+2
A
html/images/icons/flags/jo.png
+2
A
html/images/icons/flags/jp.png
+2
A
html/images/icons/flags/ke.png
+2
A
html/images/icons/flags/kg.png
+2
A
html/images/icons/flags/kh.png
+2
A
html/images/icons/flags/ki.png
+2
A
html/images/icons/flags/km.png
+2
A
html/images/icons/flags/kn.png
+2
A
html/images/icons/flags/kp.png
+2
A
html/images/icons/flags/kr.png
+2
A
html/images/icons/flags/kw.png
+2
A
html/images/icons/flags/ky.png
+2
A
html/images/icons/flags/kz.png
+2
A
html/images/icons/flags/la.png
+2
A
html/images/icons/flags/lb.png
+2
A
html/images/icons/flags/lc.png
+1
A
html/images/icons/flags/li.png
+2
A
html/images/icons/flags/lk.png
+2
A
html/images/icons/flags/lr.png
+2
A
html/images/icons/flags/ls.png
+2
A
html/images/icons/flags/lt.png
+2
A
html/images/icons/flags/lu.png
+2
A
html/images/icons/flags/lv.png
+2
A
html/images/icons/flags/ly.png
+2
A
html/images/icons/flags/ma.png
+2
A
html/images/icons/flags/mc.png
+2
A
html/images/icons/flags/md.png
+2
A
html/images/icons/flags/me.png
+1
A
html/images/icons/flags/mg.png
+2
A
html/images/icons/flags/mh.png
+2
A
html/images/icons/flags/mk.png
+2
A
html/images/icons/flags/ml.png
+2
A
html/images/icons/flags/mm.png
+2
A
html/images/icons/flags/mn.png
+2
A
html/images/icons/flags/mo.png
+2
A
html/images/icons/flags/mp.png
+2
A
html/images/icons/flags/mq.png
+2
A
html/images/icons/flags/mr.png
+2
A
html/images/icons/flags/ms.png
+2
A
html/images/icons/flags/mt.png
+2
A
html/images/icons/flags/mu.png
+2
A
html/images/icons/flags/mv.png
+2
A
html/images/icons/flags/mw.png
+2
A
html/images/icons/flags/mx.png
+2
A
html/images/icons/flags/my.png
+2
A
html/images/icons/flags/mz.png
+2
A
html/images/icons/flags/na.png
+2
A
html/images/icons/flags/nc.png
+2
A
html/images/icons/flags/ne.png
+2
A
html/images/icons/flags/nf.png
+2
A
html/images/icons/flags/ng.png
+2
A
html/images/icons/flags/ni.png
+2
A
html/images/icons/flags/nl.png
+2
A
html/images/icons/flags/no.png
+2
A
html/images/icons/flags/np.png
+2
A
html/images/icons/flags/nr.png
+2
A
html/images/icons/flags/nu.png
+2
A
html/images/icons/flags/nz.png
+2
A
html/images/icons/flags/om.png
+2
A
html/images/icons/flags/pa.png
+2
A
html/images/icons/flags/pe.png
+2
A
html/images/icons/flags/pf.png
+2
A
html/images/icons/flags/pg.png
+2
A
html/images/icons/flags/ph.png
+2
A
html/images/icons/flags/pk.png
+2
A
html/images/icons/flags/pl.png
+2
A
html/images/icons/flags/pm.png
+2
A
html/images/icons/flags/pn.png
+2
A
html/images/icons/flags/pr.png
+2
A
html/images/icons/flags/ps.png
+2
A
html/images/icons/flags/pt.png
+2
A
html/images/icons/flags/pw.png
+2
A
html/images/icons/flags/py.png
+2
A
html/images/icons/flags/qa.png
+2
A
html/images/icons/flags/re.png
+2
A
html/images/icons/flags/ro.png
+2
A
html/images/icons/flags/rs.png
+1
A
html/images/icons/flags/ru.png
+2
A
html/images/icons/flags/rw.png
+2
A
html/images/icons/flags/sa.png
+2
A
html/images/icons/flags/sb.png
+2
A
html/images/icons/flags/sc.png
+2
A
html/images/icons/flags/scotland.png
+2
A
html/images/icons/flags/sd.png
+2
A
html/images/icons/flags/se.png
+2
A
html/images/icons/flags/sg.png
+2
A
html/images/icons/flags/sh.png
+2
A
html/images/icons/flags/si.png
+2
A
html/images/icons/flags/sj.png
+2
A
html/images/icons/flags/sk.png
+2
A
html/images/icons/flags/sl.png
+2
A
html/images/icons/flags/sm.png
+2
A
html/images/icons/flags/sn.png
+2
A
html/images/icons/flags/so.png
+2
A
html/images/icons/flags/sr.png
+2
A
html/images/icons/flags/st.png
+2
A
html/images/icons/flags/sv.png
+2
A
html/images/icons/flags/sy.png
+2
A
html/images/icons/flags/sz.png
+2
A
html/images/icons/flags/tc.png
+2
A
html/images/icons/flags/td.png
+2
A
html/images/icons/flags/tf.png
+2
A
html/images/icons/flags/tg.png
+2
A
html/images/icons/flags/th.png
+2
A
html/images/icons/flags/tj.png
+2
A
html/images/icons/flags/tk.png
+2
A
html/images/icons/flags/tl.png
+2
A
html/images/icons/flags/tm.png
+2
A
html/images/icons/flags/tn.png
+2
A
html/images/icons/flags/to.png
+2
A
html/images/icons/flags/tr.png
+2
A
html/images/icons/flags/tt.png
+2
A
html/images/icons/flags/tv.png
+2
A
html/images/icons/flags/tw.png
+2
A
html/images/icons/flags/tz.png
+2
A
html/images/icons/flags/ua.png
+2
A
html/images/icons/flags/ug.png
+2
A
html/images/icons/flags/um.png
+2
A
html/images/icons/flags/us.png
+2
A
html/images/icons/flags/uy.png
+2
A
html/images/icons/flags/uz.png
+2
A
html/images/icons/flags/va.png
+2
A
html/images/icons/flags/vc.png
+2
A
html/images/icons/flags/ve.png
+2
A
html/images/icons/flags/vg.png
+2
A
html/images/icons/flags/vi.png
+2
A
html/images/icons/flags/vn.png
+2
A
html/images/icons/flags/vu.png
+2
A
html/images/icons/flags/wales.png
+2
A
html/images/icons/flags/wf.png
+2
A
html/images/icons/flags/ws.png
+2
A
html/images/icons/flags/ye.png
+2
A
html/images/icons/flags/yt.png
+2
A
html/images/icons/flags/za.png
+2
A
html/images/icons/flags/zm.png
+2
A
html/images/icons/flags/zw.png
+2
M
html/includes/print-menubar.php
+5
-3
M
html/index.php
+1
-51
A
html/pages/about.php
+57
📈 549 added
📉 54 removed
fix bug in hardware string for dell laser
M
includes/polling/device-dell-laser.inc.php
+4
-1
📈 4 added
📉 1 removed
hardware description fix for dell 5130cdn laser
M
includes/polling/device-dell-laser.inc.php
+3
📈 3 added
📉 0 removed
fix current detection on mge ups
M
includes/discovery/current.inc.php
+1
-1
📈 1 added
📉 1 removed
fix fanspeed precision for areca controllers
M
includes/discovery/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
oops, wrong filename ;)
A
includes/polling/device-papouch-tme.php
+5
D
includes/polling/device-papouch.php
-5
📈 5 added
📉 5 removed
Add TME hardware to info
A
includes/polling/device-papouch.php
+5
📈 5 added
📉 0 removed
add hardware type for mge ups
M
includes/polling/device-mgeups.inc.php
+1
📈 1 added
📉 0 removed
order areca harddisk temperatures correctly then
M
includes/discovery/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
centre login box
M
html/pages/logon.inc
+4
📈 4 added
📉 0 removed
prototype irc bot! :D :D :D :D :D :D
M
includes/defaults.inc.php
+6
A
irc.php
+69
📈 75 added
📉 0 removed
some graph cleanups and minor improvements
M
html/includes/graphs/device_ipSystemStats.inc.php
+8
-8
M
html/includes/graphs/mac_acc_total.inc.php
+7
-3
M
html/pages/device/hrdevice.inc.php
+27
M
html/pages/device/map.inc.php
+1
-1
M
html/pages/front/demo.php
+3
-3
M
includes/syslog.php
+5
-2
📈 51 added
📉 17 removed
- Reverted 'temperature' database change.
M
database-update.sql
+1
M
poll-reachability.php
+1
-1
📈 2 added
📉 1 removed
- Fixed a href.
M
html/pages/health.php
+2
-2
📈 2 added
📉 2 removed
fix a couple of graphs
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
fix load graph (fixed per-os specific graphs for device-level graphs *only*)
M
html/graph.php
+1
M
includes/polling/device-unix.inc.php
+1
-1
M
includes/polling/ports.inc.php
+2
-1
M
includes/polling/processors.inc.php
+1
-1
M
poll-device.php
+1
-1
📈 6 added
📉 4 removed
fix checking for $os_group
without bothering to set it... :D :D :D :D
M
html/pages/device.php
+5
-1
📈 5 added
📉 1 removed
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)
M
html/images/icons/memory.png
±0
M
html/includes/graphs/temperature.inc.php
+1
-1
M
html/pages/health/current.inc.php
+1
-1
M
html/pages/health/frequencies.inc.php
+1
-1
M
html/pages/health/voltages.inc.php
+1
-1
A
includes/polling/device-speedtouch.inc.php
+24
📈 28 added
📉 4 removed
make displaying of per-device health page options menu closer to global. add overview icons (bulb)
A
html/images/icons/greyscale/overview.png
+1
A
html/images/icons/overview.png
+1
M
html/includes/graphs/storage.inc.php
+1
M
html/includes/print-menubar.php
+1
-2
M
html/pages/device/health.inc.php
+21
-9
📈 25 added
📉 11 removed
prettier graphs for voltage/processor
M
html/includes/graphs/processor.inc.php
+6
M
html/includes/graphs/voltage.inc.php
+9
-1
📈 15 added
📉 1 removed
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)
M
includes/discovery/functions.inc.php
+16
-3
📈 16 added
📉 3 removed
newer icons, clean up style of some health pages
M
discovery.php
+1
-1
M
html/images/icons/greyscale/storage.png
±0
M
html/images/icons/storage.png
±0
M
html/pages/health/processors.inc.php
+2
M
html/pages/health/storage.inc.php
+1
-1
M
html/pages/health/temperatures.inc.php
+3
-1
📈 7 added
📉 3 removed
switch to preg_split (split deprecated). ignore temps >1000 and == 0 for lmsensors
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
more icon improvements (dynamic grey/colour icons on health menu, ALLES SEXYPANTS!)
M
html/images/icons/graphs.png
±0
A
html/images/icons/greyscale
A
html/images/icons/greyscale/current.png
+1
A
html/images/icons/greyscale/fanspeeds.png
+1
A
html/images/icons/greyscale/frequencies.png
+1
A
html/images/icons/greyscale/graphs.png
+1
A
html/images/icons/greyscale/memory.png
+1
A
html/images/icons/greyscale/nographs.png
+1
A
html/images/icons/greyscale/power.png
+1
A
html/images/icons/greyscale/processors.png
+1
A
html/images/icons/greyscale/sensors.png
+1
A
html/images/icons/greyscale/storage.png
+1
A
html/images/icons/greyscale/temperatures.png
+1
A
html/images/icons/greyscale/voltages.png
+1
M
html/images/icons/nographs.png
±0
M
html/pages/health.php
+16
-6
📈 28 added
📉 6 removed
some prettier icons on device overviews
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
add graphs/nographs option to global health pages
M
html/pages/health/current.inc.php
+29
M
html/pages/health/fanspeeds.inc.php
+30
M
html/pages/health/frequencies.inc.php
+28
M
html/pages/health/memory.inc.php
+3
-1
M
html/pages/health/processors.inc.php
+4
M
html/pages/health/storage.inc.php
+30
M
html/pages/health/temperatures.inc.php
+30
M
html/pages/health/voltages.inc.php
+31
📈 185 added
📉 1 removed
better icons (moar!)
M
html/images/icons/current.png
±0
M
html/images/icons/frequencies.png
±0
M
html/images/icons/memory.png
±0
M
html/images/icons/processors.png
±0
M
html/images/icons/voltages.png
±0
M
html/includes/print-menubar.php
+3
-2
📈 3 added
📉 2 removed
add some new icons (better/works, bleh). add graphs/nographs display type to health.
M
html/css/styles.css
+4
D
html/images/icons/cpuload.png
-1
D
html/images/icons/fans.png
-1
A
html/images/icons/fanspeeds.png
+1
A
html/images/icons/graphs.png
+1
A
html/images/icons/memory.png
+1
D
html/images/icons/mempool.png
-1
A
html/images/icons/nographs.png
+1
A
html/images/icons/processors.png
+1
D
html/images/icons/temperature.png
-1
A
html/images/icons/temperatures.png
+1
M
html/includes/functions.inc.php
+1
-1
M
html/includes/print-menubar.php
+2
-2
M
html/pages/health.php
+20
-5
📈 29 added
📉 12 removed
support for sensors and hw info on areca sas controllers
M
includes/discovery/fanspeeds.inc.php
+24
-1
M
includes/discovery/temperatures.inc.php
+22
-3
M
includes/discovery/voltages.inc.php
+28
-5
M
includes/polling/device-areca.inc.php
+5
📈 79 added
📉 9 removed
only show graphs tab if there is a graph definition file
M
html/pages/device.php
+5
-1
📈 5 added
📉 1 removed
also unset serial variable upon new device
📈 1 added
📉 1 removed
fix another typo in discovery
📈 1 added
📉 0 removed
fix typo in discovery
📈 1 added
📉 1 removed
add power type in device menu dropdown
A
html/images/icons/power.png
+1
M
html/includes/print-menubar.php
+1
📈 2 added
📉 0 removed
yeeha sql injection fixes
M
html/pages/devices.php
+8
-8
📈 8 added
📉 8 removed
refactored device types, added power type for APC and MGE stuff + some warning fixes
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
fix event logs for limit alerts
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
Show serial number on device page
M
html/includes/dev-overview-data.inc.php
+8
📈 8 added
📉 0 removed
fixed <? into <?php - grmbl
M
html/includes/print-menubar.php
+1
-1
📈 1 added
📉 1 removed
add device serial number into database, for devices not having entity mib
M
database-update.sql
+1
M
poll-device.php
+6
📈 7 added
📉 0 removed
MGE UPS current support
M
includes/discovery/current.inc.php
+56
-3
📈 56 added
📉 3 removed
fix copypaste error screwing up frequencies on mge ups
M
includes/discovery/frequencies.inc.php
+2
-2
📈 2 added
📉 2 removed
mge icon is now transparent
M
html/images/os/mgeups.png
±0
📈 0 added
📉 0 removed
revert 'rrdtool -' change for now
📈 4 added
📉 3 removed
pretty up toner graph :>
M
html/includes/graphs/device_toner.inc.php
+5
-5
📈 5 added
📉 5 removed
current support for webinterface
A
html/includes/graphs/current.inc.php
+23
A
html/includes/graphs/device_current.inc.php
+56
M
html/pages/device.php
+2
M
html/pages/device/health.inc.php
+3
M
html/pages/device/overview.inc.php
+1
A
html/pages/device/overview/current.inc.php
+45
📈 130 added
📉 0 removed
current polling
A
includes/polling/current.inc.php
+56
M
poll-device.php
+1
📈 57 added
📉 0 removed
current support (STILL NEEDS AN ICON, YES), discovery only on APC devices at the moment
M
database-update.sql
+1
M
discovery.php
+1
A
html/images/icons/current.png
+1
M
html/includes/print-menubar.php
+1
M
html/pages/health.php
+2
-1
A
html/pages/health/current.inc.php
+63
A
includes/discovery/current.inc.php
+68
M
includes/discovery/functions.inc.php
+36
M
includes/discovery/voltages.inc.php
+1
-1
M
includes/polling/device-apc.inc.php
+6
-4
📈 180 added
📉 6 removed
add polling for mge ups software version
A
includes/polling/device-mgeups.inc.php
+5
📈 5 added
📉 0 removed
fix some warnings and a mistake from a previous commit on the processors health page
M
html/index.php
+3
-2
M
html/pages/health/processors.inc.php
+3
-3
📈 6 added
📉 5 removed
fix supermicro temperature discovery bug affected by recent schema change
M
includes/discovery/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
add temperature polling for harddisks connected to areca controllers
M
includes/discovery/temperatures.inc.php
+25
-4
A
includes/polling/device-areca.inc.php
+7
M
includes/static-config.php
+2
📈 34 added
📉 4 removed
fix updating already known temperatures on discovery, plus schema change which I forgot on one of the previous commits
M
database-update.sql
+1
M
includes/discovery/functions.inc.php
+1
-1
📈 2 added
📉 1 removed
also order health graphs by temperature index
M
html/includes/graphs/device_temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
also order by index on health temperature page, not sure if this is a great idea?
M
html/pages/health/temperatures.inc.php
+2
-2
📈 2 added
📉 2 removed
order temperature by index on device overview
M
html/pages/device/overview/temperatures.inc.php
+5
-6
📈 5 added
📉 6 removed
Properly format MAC addresses on change event
M
includes/discovery/arp-table.inc.php
+1
-1
📈 1 added
📉 1 removed
add discovery for os type for areca controllers (no specific monitoring atm)
A
html/images/os/areca.png
+1
A
includes/osdiscovery/discover-areca.php
+10
📈 11 added
📉 0 removed
more precision in the numbers under the voltage graph
M
html/includes/graphs/voltage.inc.php
+4
-4
📈 4 added
📉 4 removed
shorter fan name so it fits on the image
M
html/includes/graphs/fanspeed.inc.php
+2
-2
📈 2 added
📉 2 removed
clear out more tables when deleting a device
M
includes/functions.php
+5
📈 5 added
📉 0 removed
alphabetically order hosts on processor and memory health status pages instead of having them scattered around ungrouped
M
html/pages/health/memory.inc.php
+1
-1
M
html/pages/health/processors.inc.php
+20
-21
📈 21 added
📉 22 removed
backslash fix since new rrdtool usage
M
html/includes/graphs/generic_duplex.inc.php
+2
-2
📈 2 added
📉 2 removed
be more specific in regex ignore for traffic, so useful powerconnect 62xx interfaces dont get ignored
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
pass arguments to rrdtool via stdin instead of commandline (experimental, please find regressions if any ;))
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
use ifdescr on powerconnect
M
includes/static-config.php
+1
📈 1 added
📉 0 removed
missing frequencies icon
A
html/images/icons/frequencies.png
+1
📈 1 added
📉 0 removed
apc mgmt card discovery
A
includes/osdiscovery/discover-apc.php
+9
📈 9 added
📉 0 removed
fix frequency discovery for mge pulsar
M
includes/discovery/frequencies.inc.php
+4
-4
📈 4 added
📉 4 removed
fix log messages
M
includes/polling/frequencies.inc.php
+2
-2
M
includes/polling/voltages.inc.php
+2
-2
📈 4 added
📉 4 removed
forgot another frequencies page, added basic apc mgmt card detection support
A
html/images/os/apc.png
+1
A
html/pages/device/overview/frequencies.inc.php
+45
A
includes/polling/device-apc.inc.php
+10
📈 56 added
📉 0 removed
frequency fixes for MGE UPS Galaxy
M
includes/discovery/frequencies.inc.php
+16
-4
📈 16 added
📉 4 removed
Attempt at fixing MGE UPS for Galaxy model
M
html/includes/print-menubar.php
+1
-1
M
html/pages/device/overview.inc.php
+1
M
includes/discovery/voltages.inc.php
+16
-4
📈 18 added
📉 5 removed
argh, clean up fucked up patches, add galaxy pw autodiscovery to mgeups
M
includes/discovery/frequencies.inc.php
-101
M
includes/discovery/ups.inc.php
-20
M
includes/osdiscovery/discover-mgeups.php
+1
-18
M
includes/polling/frequencies.inc.php
-55
📈 1 added
📉 194 removed
erm, forgot to add quite a bunch of files to the repo for the last few commits :/
A
html/includes/graphs/device_frequencies.inc.php
+56
A
html/includes/graphs/frequency.inc.php
+23
A
html/pages/health/frequencies.inc.php
+61
A
includes/discovery/frequencies.inc.php
+202
A
includes/discovery/ups.inc.php
+30
A
includes/osdiscovery/discover-mgeups.php
+27
A
includes/polling/frequencies.inc.php
+110
A
mibs/mgeups.mib
+7,584
📈 509 added
📉 0 removed
power frequencies in web interface, still needs an icon in the main menu
M
html/includes/graphs/device_voltages.inc.php
+1
-1
M
html/includes/print-menubar.php
+1
M
html/pages/device/health.inc.php
+3
M
html/pages/health.php
+2
-1
📈 7 added
📉 2 removed
more mge fixes, cleanups, and addition of frequency monitoring (no webinterface part yet)
M
database-update.sql
+1
-1
M
discovery.php
+1
M
html/pages/device.php
+3
-1
M
html/pages/device/graphs/os-mgeups.inc.php
+2
-2
M
html/pages/device/graphs/os-papouch-tme.inc.php
+2
-2
M
includes/discovery/functions.inc.php
+36
M
includes/discovery/voltages.inc.php
+2
-2
M
poll-device.php
+2
-1
📈 49 added
📉 9 removed
cleanups + more mge ups
A
html/images/os/mgeups.png
+1
M
html/pages/device/graphs.inc.php
-46
A
html/pages/device/graphs/os-mgeups.inc.php
+4
M
includes/static-config.php
+4
-1
M
INSTALL
+1
-1
📈 10 added
📉 48 removed
MGE UPS support, various fixes
M
config.php.default
+1
-1
M
discovery.php
+1
M
includes/discovery/functions.inc.php
+1
-1
M
includes/discovery/mempools-cemp.inc.php
+2
-2
M
includes/discovery/toner.inc.php
+1
-1
M
includes/discovery/voltages.inc.php
+59
📈 65 added
📉 5 removed
allow adding devices which don't have snmp hostname in their stack
📈 1 added
📉 1 removed
fix emailing of up/down hosts and add config option to allow unauth'd graphs
M
html/graph.php
+3
-1
M
includes/defaults.inc.php
+2
M
poll-device.php
+3
📈 8 added
📉 1 removed
|<--
-->|
📈 1 added
📉 1 removed
storage legend fix (lazy sid3windr!) add generic ucd processor discovery/poller
M
html/includes/graphs/storage.inc.php
+2
-2
D
includes/discovery/cemp-mib.inc.php
-47
D
includes/discovery/cmp-mib.inc.php
-40
A
includes/discovery/processors-ucd-old.inc.php
+20
M
includes/discovery/processors.inc.php
+4
A
includes/polling/processors-ucd-old.inc.php
+11
M
includes/polling/processors.inc.php
+9
-2
📈 46 added
📉 91 removed
basics of customisable
ifAlias parser. fixed "Processorss" to "Processors" in top menu
M
config.php.default
+3
M
database-update.sql
+2
M
html/includes/print-menubar.php
+1
-1
M
html/pages/customers.php
+1
-1
M
html/pages/services.php
+33
-3
M
includes/polling/ports.inc.php
+22
📈 62 added
📉 5 removed
add mib and fix silly typo
M
includes/discovery/mempools-cemp.inc.php
+2
-2
M
includes/discovery/mempools-cmp.inc.php
+2
-1
A
mibs/CISCO-REMOTE-ACCESS-MONITOR-MIB.my
+2,273
📈 4 added
📉 3 removed
cleaup some graph drawing functions and interface text printing functions (much moar needed)
M
html/includes/functions.inc.php
+79
-13
M
html/pages/device/overview/ports.inc.php
+2
-2
M
html/pages/front/demo.php
+18
-8
M
includes/functions.php
-33
M
includes/polling/bgpPeer.inc.php
+1
M
includes/static-config.php
+8
📈 108 added
📉 56 removed
cleanup some mac accounting stuff
M
includes/discovery/fanspeeds.inc.php
+4
-2
M
includes/polling/cisco-mac-accounting.inc.php
+20
-12
📈 24 added
📉 14 removed
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?)
M
config.php.default
+1
-1
M
html/graph.php
+8
-26
M
html/includes/graphs/device_bits.inc.php
+2
-6
M
html/includes/graphs/device_cpu_powerconnect.inc.php
+3
-1
M
html/includes/graphs/device_cpu_procurve.inc.php
+3
-1
M
html/includes/graphs/device_cpu_unix.inc.php
+3
-2
M
html/includes/graphs/device_cpu.inc.php
+4
-2
M
html/includes/graphs/device_fanspeeds.inc.php
+4
-4
M
html/includes/graphs/device_hrprocesses.inc.php
+3
-1
M
html/includes/graphs/device_hrusers.inc.php
+3
-1
M
html/includes/graphs/device_icmp_informational.inc.php
+3
-1
M
html/includes/graphs/device_icmp.inc.php
+3
-1
M
html/includes/graphs/device_ip_fragmented.inc.php
+2
-2
M
html/includes/graphs/device_ip.inc.php
+2
-1
M
html/includes/graphs/device_ipSystemStats.inc.php
+3
-2
M
html/includes/graphs/device_load_unix.inc.php
+2
-1
M
html/includes/graphs/device_load_windows.inc.php
+2
-1
M
html/includes/graphs/device_load.inc.php
+2
-1
M
html/includes/graphs/device_memory_procurve.inc.php
+2
-1
M
html/includes/graphs/device_memory_unix.inc.php
+2
-1
M
html/includes/graphs/device_memory_windows.inc.php
+2
-1
M
html/includes/graphs/device_memory.inc.php
+3
-2
M
html/includes/graphs/device_processors.inc.php
+3
-2
M
html/includes/graphs/device_storage.inc.php
+4
-2
M
html/includes/graphs/device_tcp.inc.php
+2
-1
M
html/includes/graphs/device_temperatures.inc.php
+3
-2
M
html/includes/graphs/device_toner.inc.php
+3
-2
M
html/includes/graphs/device_udp.inc.php
+2
-1
M
html/includes/graphs/device_uptime.inc.php
+4
-3
M
html/includes/graphs/device_voltages.inc.php
+3
-2
M
includes/static-config.php
+1
-1
📈 87 added
📉 76 removed
fix ironware temperature precision (/2)
M
includes/discovery/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
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?
M
includes/discovery/functions.inc.php
+1
M
includes/discovery/temperatures.inc.php
+24
-110
📈 25 added
📉 110 removed
remove parenthesis from safe filenames filter (parenthesis are certified unsafe by the WHO and should be eradicated where possible.)
boob /\\ quake //\ ???
// ||_ _|| \\
__||_( `. ,' )_||___
|______\____X____/______;|
M
html/includes/graphs/temperature.inc.php
+1
M
includes/common.php
+2
-1
📈 3 added
📉 1 removed
fix legend for trio bits graphtype
M
html/includes/graphs/multi_bits_trio.inc.php
+3
📈 3 added
📉 0 removed
fix silly graphtype
M
html/includes/graphs/multi_bits_duo.inc.php
+10
-8
📈 10 added
📉 8 removed
add ; to old db update script
M
database-update-pre1000.sql
+1
-1
M
includes/services/telnet/check.inc
+1
-1
📈 2 added
📉 2 removed
count services as being down in the RRD when the host is down (for filthy SLA calculations?)
M
check-services.php
+6
-1
M
html/includes/graphs/service.inc.php
+2
-2
📈 8 added
📉 3 removed
clean up device/interface removal code (it's still fucking foul, but meh)
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
add deleted ports to ports menu remove old popup failure
M
html/includes/print-menubar.php
+14
D
html/includes/warn-deleted-ports.inc.php
-5
📈 14 added
📉 5 removed
add page to remove deleted ports (pour mon petit grenouille!)
nn
_.__-'@_ \/ _@'-__._
/ '--) (--` \
/ >__<<_/ o \_>>__< \
\\=x \=x \|/ x=/ x=//
M
html/.htaccess
+2
M
html/includes/functions.inc.php
+31
M
html/index.php
+1
A
html/pages/ports
M
html/pages/ports.php
+3
-155
A
html/pages/ports/default.inc.php
+163
A
html/pages/ports/deleted.inc.php
+48
M
includes/functions.php
-30
M
includes/rewrites.php
+5
📈 253 added
📉 185 removed
added permissions cache
M
html/includes/functions.inc.php
+13
M
html/index.php
+4
-1
M
html/pages/locations.php
+14
-14
📈 31 added
📉 15 removed
remove silly image from overview (dank u geert :P)
M
html/includes/dev-overview-data.inc.php
+16
-16
📈 16 added
📉 16 removed
bit cleaner junos atm vps (DIRTY LIKE COWS IN MUD)
M
html/pages/device/port/junose-atm-vp.inc.php
+8
-3
📈 8 added
📉 3 removed
Juniper ATM VP graphing (basic, dirty) for thevoke
A
html/includes/graphs/atmvp_bits.inc.php
+22
A
html/includes/graphs/atmvp_cells.inc.php
+33
A
html/includes/graphs/atmvp_errors.inc.php
+34
A
html/includes/graphs/atmvp_packets.inc.php
+33
M
html/pages/device/interface.inc.php
+1
-1
M
html/pages/device/port/junose-atm-vp.inc.php
+13
-43
📈 136 added
📉 44 removed
implement bad_if_regexp regular expression filter for port
ifDescr (clean and allow for
portName and
ifName too?) (thanks thevoke!)
M
includes/discovery/ports.inc.php
+8
📈 8 added
📉 0 removed
allow customisable filtering of interfaces from device_bits graph (also usable on theoretical device_pkts and device_errors)
M
html/includes/graphs/device_bits.inc.php
+26
-6
M
html/includes/print-menubar.php
+2
-2
M
html/includes/print-syslog.inc
+1
-1
M
html/index.php
+1
-1
M
html/pages/front/demo.php
+140
-56
M
includes/common.php
+13
M
includes/defaults.inc.php
+4
-1
M
includes/functions.php
-13
📈 187 added
📉 80 removed
fixed UPDATE queries in discovery for voltages,fans,toner
M
includes/discovery/functions.inc.php
+3
-3
📈 3 added
📉 3 removed
remove speed from fan name
M
includes/discovery/fanspeeds.inc.php
+2
📈 2 added
📉 0 removed
remove legend from aggregate graph in ports section in device overview
M
html/pages/device/overview/ports.inc.php
+4
-2
📈 4 added
📉 2 removed
add some complex graphtypes useful for fancy frontpage stuff (code sucks, though)
A
html/includes/graphs/multi_bits_duo.inc.php
+116
A
html/includes/graphs/multi_bits_trio.inc.php
+159
📈 275 added
📉 0 removed
remove old storage tab. it is now all dead. BYE BYE STORAGE TAB.
M
html/includes/print-menubar.php
+1
-3
M
html/index.php
+1
-1
📈 2 added
📉 4 removed
adding new /health/ pages, need cleaning up, need option to enable/disable graphs (right side 'toggle'?)
M
html/includes/print-menubar.php
+8
-4
M
html/index.php
+1
-1
M
html/pages/device.php
+6
-2
M
html/pages/device/health/processors.inc.php
+7
-2
M
html/pages/device/overview/processors.inc.php
+2
A
html/pages/health
A
html/pages/health.php
+40
A
html/pages/health/fanspeeds.inc.php
+62
D
html/pages/health/fanspeeds.php
A
html/pages/health/memory.inc.php
+77
A
html/pages/health/processors.inc.php
+78
A
html/pages/health/storage.inc.php
+81
A
html/pages/health/temperatures.inc.php
+65
D
html/pages/health/temperatures.php
A
html/pages/health/voltages.inc.php
+62
D
html/pages/health/voltages.php
D
html/pages/sensors
D
html/pages/sensors.php
-35
📈 489 added
📉 44 removed
print only eventlog entries we're authorised to view. (HOERAH)
M
html/includes/print-syslog.inc
+5
📈 5 added
📉 0 removed
only print interface/device links if the user is allowed to see that device/interface. (TODO: graph security)
M
includes/functions.php
+12
-1
📈 12 added
📉 1 removed
remove branding warning (everything works without it as well)
📈 1 added
📉 1 removed
newline fixes
M
html/index.php
-1
M
poll-device.php
+2
-2
📈 2 added
📉 3 removed
remove double-dee-doop
📈 0 added
📉 5 removed
AlliedTelesyn Support
M
discovery.php
+10
A
html/images/os/allied.png
+1
A
html/pages/device/graphs/os-allied.inc.php
+6
M
html/pages/vrfs.php
+2
-2
A
includes/osdiscovery/discover-allied.php
+11
A
includes/polling/device-allied.inc.php
+15
M
includes/static-config.php
+1
-1
M
poll-device.php
+2
-1
📈 48 added
📉 4 removed
remove warning for enable_nagios
M
includes/static-config.php
+1
-1
📈 1 added
📉 1 removed
moar sortings
M
html/pages/device/overview/storage.inc.php
+1
-1
📈 1 added
📉 1 removed
err, wake up sid3windr :P fixed last commit
M
html/pages/device/overview/processors.inc.php
+2
-2
📈 2 added
📉 2 removed
order processors by descr (patch by beens)
M
html/pages/device/overview/processors.inc.php
+1
-1
📈 1 added
📉 1 removed
- s/Observer/ObserverNMS
- Added Adam again ;)
📈 2 added
📉 2 removed
- First step toward multi-tenancy (multi branding in 1 instance)
- Created branding config.
- Adjusted some defaults.
M
config.php.default
+37
-15
M
html/index.php
+28
-5
M
includes/defaults.inc.php
+1
📈 66 added
📉 20 removed
add speedtouch image. :>
A
html/images/os/speedtouch.png
+1
📈 1 added
📉 0 removed
apostrophe -> semicolon. merci grivat!
M
includes/discovery/functions.inc.php
+1
-1
📈 1 added
📉 1 removed
fix bug where mempool >2GB was broken. (i blame sid3windr for this, he was probably distracting me with talk of printers or something)
M
database-update.sql
+1
-1
M
includes/discovery/functions.inc.php
+3
-1
M
includes/polling/mempools.inc.php
+2
-1
📈 6 added
📉 3 removed
OMNOMNOM. DEPRECATED SENSORS BEGONE.
This line, and those below, will be ignored--
M html/pages/device.php
M
html/pages/device.php
+8
-8
📈 8 added
📉 8 removed
add a tiny bit of debugging :>
M
includes/discovery/temperatures.inc.php
+8
-18
M
includes/polling/bgpPeer.inc.php
+7
-6
📈 15 added
📉 24 removed
ANGRY BUNNY SAYS NO.
D
html/pages/ifdown.php
-63
📈 0 added
📉 63 removed
larger mempool table entries
M
database-update.sql
+1
M
includes/defaults.inc.php
+1
-1
📈 2 added
📉 1 removed
more interface link fixes? don't know if they're needed - don't have anything with mac accounting
M
html/pages/device/port/macaccounting.inc.php
+4
-4
📈 4 added
📉 4 removed
fix graph links on ports page
M
html/includes/print-interface.inc.php
+4
-4
📈 4 added
📉 4 removed
- 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.
M
html/netcmd.php
+11
-4
M
includes/defaults.inc.php
+4
📈 15 added
📉 4 removed
BUFIX: Syntax error.
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
- Added support for CentOS.
📈 6 added
📉 1 removed
doh
M
includes/osdiscovery/discover-powerconnect.php
+1
-1
📈 1 added
📉 1 removed
catch more powerconnect
M
includes/osdiscovery/discover-powerconnect.php
+4
-4
📈 4 added
📉 4 removed
POWERCONNECT YES
M
includes/osdiscovery/discover-powerconnect.php
+3
-3
📈 3 added
📉 3 removed
temperature graph improvement (is it? bunny will know.)
M
html/includes/graphs/temperature.inc.php
+16
-8
📈 16 added
📉 8 removed
showconfig level 7 or above only
M
html/pages/device/showconfig.inc.php
+1
-1
📈 1 added
📉 1 removed
reduce services/locations viewing level to 5
M
html/pages/locations.php
+1
-1
M
html/pages/services.php
+1
-1
📈 2 added
📉 2 removed
hide some sensitive stuff for users < level 7
M
html/pages/device.php
+2
-2
M
html/pages/device/edit.inc.php
+2
-2
📈 4 added
📉 4 removed
fix mempool a bit
M
includes/discovery/mempools-hrstorage.inc.php
+3
-1
📈 3 added
📉 1 removed
always go to new line for device location on device down box on frontpage
M
html/pages/front/default.php
+1
-1
📈 1 added
📉 1 removed
add some files i never knew we needed
A
html/pages/device/port/graphs.inc.php
+30
A
html/pages/device/port/junose-atm-vp.inc.php
+64
📈 94 added
📉 0 removed
fix mempool polling. move removal of storage cache array to poll-device.php
. perhaps this needs further aggregated elsewhere ?
M
includes/polling/mempools-hrstorage.inc.php
+1
-1
M
includes/polling/storage.inc.php
+1
-1
M
poll-device.php
+2
M
test-poll.php
+2
-1
📈 6 added
📉 3 removed
M
html/includes/print-interface-graphs.inc.php
+1
-1
M
html/pages/device/overview/ports.inc.php
+1
-1
A
includes/discovery/mempools-hrstorage.inc.php
+26
M
includes/discovery/mempools.inc.php
+1
A
includes/polling/mempools-hrstorage.inc.php
+18
📈 47 added
📉 2 removed
fix
M
includes/functions.php
+1
📈 1 added
📉 0 removed
improve some graphing stuff. sexypants.
M
html/includes/print-interface-graphs.inc.php
+6
-31
M
html/pages/device/overview/ports.inc.php
+28
-2
📈 34 added
📉 33 removed
restore correct fan speed notification logic
M
includes/polling/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
fix fans to notify *BELOW* speed not above! :D
M
includes/discovery/functions.inc.php
+2
-4
M
includes/polling/fanspeeds.inc.php
+1
-1
📈 3 added
📉 5 removed
cosmetic fix ;)
📈 1 added
📉 1 removed
fix hrsystemuptime polling?
📈 3 added
📉 2 removed
fix heartbeat in rrd, oops
M
includes/polling/toner.inc.php
+1
-1
📈 1 added
📉 1 removed
moar better colours for toners
M
html/includes/graphs/device_toner.inc.php
+6
-2
📈 6 added
📉 2 removed
omnomnom cisco begone
D
html/includes/graphs/device_memory_ios.inc.php
-65
📈 0 added
📉 65 removed
toner graphing
A
html/includes/graphs/device_toner.inc.php
+55
M
html/pages/device.php
+1
-1
A
html/pages/device/toner.inc.php
+8
M
includes/discovery/toner.inc.php
+1
M
includes/polling/toner.inc.php
+1
-1
📈 66 added
📉 2 removed
change show_printers to enable_printers, add printer tab (still empty) to printer devices and fix syntax error
M
config.php.default
+1
-1
M
html/includes/print-menubar.php
+1
-1
M
html/pages/device.php
+9
M
includes/discovery/toner.inc.php
+2
-2
M
poll-device.php
+1
-1
📈 14 added
📉 5 removed
toner polling
A
includes/polling/toner.inc.php
+40
M
poll-device.php
+1
📈 41 added
📉 0 removed
cleanup overview eventlog
M
html/includes/print-event-short.inc
+6
-6
📈 6 added
📉 6 removed
some db cleanups and removal of debugging and cleanup of processor descriptions
M
database-update.sql
+5
M
includes/discovery/functions.inc.php
-1
M
includes/discovery/mempools-cemp.inc.php
+4
📈 9 added
📉 1 removed
hrdevice processors cleanup (strip vendor id, strip (TM) and (R))
M
includes/discovery/processors-hrdevice.inc.php
+9
📈 9 added
📉 0 removed
fix status setting for down also add new storage image :>
M
html/images/icons/storage.png
±0
M
includes/discovery/storage-hrstorage.inc.php
+1
M
poll-device.php
+10
-10
📈 11 added
📉 10 removed
more icons and fixing overview.
A
html/images/icons/overview
A
html/images/icons/overview/mempools.png
+1
A
html/images/icons/overview/processors.png
+1
A
html/images/icons/storage.png
+1
M
html/includes/functions.inc.php
+25
-3
M
html/includes/print-interface-graphs.inc.php
+34
-16
M
html/pages/device/interface.inc.php
+12
-32
M
html/pages/device/overview.inc.php
+2
-2
D
html/pages/device/overview/cemp.inc.php
-41
D
html/pages/device/overview/cmp.inc.php
-38
M
html/pages/device/overview/fanspeeds.inc.php
+1
-1
M
html/pages/device/overview/mempools.inc.php
+1
-1
M
html/pages/device/overview/processors.inc.php
+1
-1
M
html/pages/device/overview/storage.inc.php
+1
-1
M
html/pages/device/overview/temperatures.inc.php
+1
-1
M
html/pages/device/overview/voltages.inc.php
+1
-1
M
includes/snmp.inc.php
+1
-1
📈 83 added
📉 139 removed
add more icons
M
html/pages/device/overview/fanspeeds.inc.php
+1
-1
M
html/pages/device/overview/voltages.inc.php
+1
-1
📈 2 added
📉 2 removed
Dell Laser Toner discovery for EnterpriseNMS
M
database-update.sql
+1
M
discovery.php
+1
-2
M
includes/discovery/functions.inc.php
+234
-153
A
includes/discovery/toner.inc.php
+66
📈 302 added
📉 155 removed
ACTUALLY run the whole update script for <1000 instead of never
📈 1 added
📉 1 removed
don't discover disabled devices
📈 1 added
📉 1 removed
don't poll disabled devices
📈 1 added
📉 1 removed
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?
A
html/images/icons/cpuload.png
+1
A
html/images/icons/mempool.png
+1
M
html/pages/device/overview/mempools.inc.php
+3
-3
M
html/pages/device/overview/processors.inc.php
+8
-2
M
html/pages/device/overview/temperatures.inc.php
+1
-1
📈 14 added
📉 6 removed
M
discovery.php
+1
-1
M
includes/discovery/functions.inc.php
+8
-3
A
includes/discovery/mempools-cemp.inc.php
+22
M
includes/discovery/mempools-cmp.inc.php
+4
-1
M
includes/discovery/mempools.inc.php
+1
M
includes/polling/device-ios.inc.php
+3
-3
A
includes/polling/mempools-cemp.inc.php
+17
M
includes/polling/mempools.inc.php
+1
-1
📈 57 added
📉 9 removed
reset sql auto update. add "pre-1000" script for revisions below 1000 (cut down excessive SQL churn).
A
database-update-pre1000.sql
+121
database-update.sql
-121
M
discovery.php
+4
📈 125 added
📉 121 removed
cleanups code, YAY COMMIT 1000
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
allow lack of trailing slash in rancid config directories
M
html/pages/device.php
+1
M
html/pages/device/showconfig.inc.php
+1
📈 2 added
📉 0 removed
config.php
.default tweaks
M
config.php.default
+2
-2
📈 2 added
📉 2 removed
more warning cleanups
M
html/pages/locations.php
+1
-1
M
html/pages/sensors.php
+2
-2
📈 3 added
📉 3 removed
warnings cleanup
M
includes/functions.php
+2
-2
📈 2 added
📉 2 removed
REWRITE THIS ;)
D
html/includes/warn-deleted-interfaces.inc.php
-5
A
html/includes/warn-deleted-ports.inc.php
+5
📈 5 added
📉 5 removed
more working less sucking
M
html/includes/authenticate.inc.php
+1
-1
M
html/includes/authentication/http-auth.inc.php
+7
M
html/includes/authentication/ldap.inc.php
+9
-1
M
html/includes/authentication/mysql.inc.php
+8
-1
📈 25 added
📉 3 removed
can has working pages? NO CAN HAS :(
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
userlevel via authmodule
M
html/includes/authenticate.inc.php
+1
-5
M
html/includes/authentication/http-auth.inc.php
+7
M
html/includes/authentication/ldap.inc.php
+8
-1
M
html/includes/authentication/mysql.inc.php
+7
📈 23 added
📉 6 removed
MOAR AUTHMODULE, with some parts left to do...
M
adduser.php
+28
-12
M
html/includes/authentication/http-auth.inc.php
+16
M
html/includes/authentication/ldap.inc.php
+18
-1
M
html/includes/authentication/mysql.inc.php
+17
M
html/includes/error-no-perm.inc.php
+1
-1
M
html/includes/print-menubar.php
+9
-4
M
html/pages/adduser.php
+43
-27
M
html/pages/deluser.php
+29
-20
📈 161 added
📉 65 removed
change password option in the auth modules, not used in the webinterface yet
M
html/includes/authentication/http-auth.inc.php
+11
M
html/includes/authentication/ldap.inc.php
+10
M
html/includes/authentication/mysql.inc.php
+12
📈 33 added
📉 0 removed
topnav logic change (level 10 only to see everything), code cleanup
M
html/includes/topnav.inc
+36
-38
📈 36 added
📉 38 removed
fix sensor links on device overview
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
Juniper JunOSe temperatures (sponsored by redLED Industries Inc.)
M
includes/discovery/functions.inc.php
+24
A
includes/discovery/temperatures-junose.inc.php
+25
M
includes/discovery/temperatures.inc.php
+2
📈 51 added
📉 0 removed
fix escaped eventlog that shouldn't be escaped
M
includes/polling/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
fix windows uptime
M
includes/polling/hr-mib.inc.php
+2
-8
M
poll-device.php
+1
📈 3 added
📉 8 removed
find older hardware for powerconnect - works on 5224
M
includes/polling/device-powerconnect.inc.php
+5
📈 5 added
📉 0 removed
M
poll-device.php
+27
-10
📈 27 added
📉 10 removed
fix uptime polling broken in r970
M
poll-device.php
+56
-54
📈 56 added
📉 54 removed
junos atm vp collection! konijntjetijd!
M
includes/discovery/junose-atm-vp.inc.php
+3
-1
A
includes/polling/junose-atm-vp.inc.php
+78
📈 81 added
📉 1 removed
db update
M
database-update.sql
+2
-1
M
discovery.php
+1
-2
M
includes/discovery/functions.inc.php
+3
-3
M
includes/polling/device-junose.inc.php
+3
📈 9 added
📉 6 removed
junose-atm-vp stuff
M
config.php.default
+1
-1
M
database-update.sql
+1
M
discovery.php
+1
-1
M
includes/defaults.inc.php
+1
-1
D
includes/discovery/junose-atm-vc.inc.php
-51
A
includes/discovery/junose-atm-vp.inc.php
+52
📈 56 added
📉 54 removed
allow specifying LDAP version 2 or 3 in the config
M
html/includes/authentication/ldap.inc.php
+4
M
includes/defaults.inc.php
+3
📈 7 added
📉 0 removed
bit of restructuring and tiding. all hail bunny.
M
config.php.default
+1
-1
M
discovery.php
+15
-41
M
includes/defaults.inc.php
+3
-1
M
includes/discovery/arp-table.inc.php
-1
M
includes/discovery/bgp-peers.inc.php
-1
M
includes/discovery/cisco-mac-accounting.inc.php
+8
-1
M
includes/discovery/cisco-pw.inc.php
+2
-2
M
includes/discovery/cisco-vlans.inc.php
+4
M
includes/discovery/cisco-vrf.inc.php
+6
-1
M
includes/discovery/functions.inc.php
+16
-1
A
includes/discovery/junose-atm-vc.inc.php
+51
D
includes/functions-poller.inc.php
-289
M
includes/functions.php
+1
A
includes/snmp.inc.php
+289
M
includes/static-config.php
+2
-2
M
poll-device.php
-1
M
poller.php
-1
M
test-discovery.php
-1
M
test-poll.php
-1
📈 398 added
📉 345 removed
discovery powerconnect
M
includes/osdiscovery/discover-powerconnect.php
+1
📈 1 added
📉 0 removed
set device to network if os is ironware
📈 7 added
📉 3 removed
remove print_r from etherlike graphs
M
html/includes/graphs/port_etherlike.inc.php
+1
-1
📈 1 added
📉 1 removed
auth modules! please test http-auth again, i haven't, but i think i got it right...
M
html/includes/authenticate.inc.php
+35
-65
A
html/includes/authentication
A
html/includes/authentication/http-auth.inc.php
+27
A
html/includes/authentication/ldap.inc.php
+33
A
html/includes/authentication/mysql.inc.php
+16
M
html/index.php
+1
-1
M
html/pages/logon.inc
+2
-2
📈 114 added
📉 68 removed
Add HTTP-Auth (thanks Allen Parker <parker a isohunt o com>)
M
config.php.default
+2
-1
M
html/includes/authenticate.inc.php
+22
-10
M
html/includes/graphs/device_storage.inc.php
+2
-2
M
html/includes/graphs/mempool.inc.php
+10
-6
M
html/includes/graphs/storage.inc.php
+2
-2
M
includes/static-config.php
+4
📈 42 added
📉 21 removed
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
M
config.php.default
-5
M
includes/defaults.inc.php
+3
M
includes/discovery/storage-hrstorage.inc.php
+9
-7
📈 12 added
📉 12 removed
Put device rebooted event in the event log before other device events
M
poll-device.php
+23
-22
📈 23 added
📉 22 removed
hurray for the atm forum
D
mibs/ATM-FORUM-SNMP-M4-MIB.mib
-4,630
A
mibs/junose/ATM-FORUM-SNMP-M4-MIB.mib
+4,733
📈 0 added
📉 0 removed
Add ATM-FORUM-SNMP-M4 MIB. Required for JunOSe ATM MIBs
A
mibs/ATM-FORUM-SNMP-M4-MIB.mib
+4,733
📈 0 added
📉 0 removed
clean up storage polling output
M
includes/polling/storage-hrstorage.inc.php
+1
-1
📈 1 added
📉 1 removed
include defaults.php
before config.php
, not FROM config.php
M
addhost.php
+1
M
adduser.php
+1
M
alerts.php
+1
M
check-errors.php
+1
M
check-services.php
+1
M
cleanup.php
+1
M
config.php.default
-1
M
delhost.php
+1
M
discovery.php
+1
M
generate-iplist.php
+1
M
html/ajax/list_interfaces.php
+1
M
html/billing-graph.php
+1
M
html/collectd-graph.php
+1
M
html/graph.php
+1
-1
M
html/index.php
+1
M
html/map.php
+1
M
html/netcmd.php
+1
M
html/percentage.php
+1
M
poll-billing.php
+1
M
poll-device.php
+1
M
poll-reachability.php
+1
M
poller.php
+1
M
renamehost.php
+1
M
scan-snmp.php
+1
M
snmptrap.php
+1
M
syslog.php
+1
M
test-discovery.php
+1
M
test-poll.php
+1
M
versioncheck.php
+1
📈 28 added
📉 2 removed
- BUGFIX: Access privilege fix on the storage overview.
M
html/pages/storage.php
+1
-1
📈 1 added
📉 1 removed
- Storage config / defaults fixes.
M
config.php.default
-3
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 4 removed
Typo fix.
M
html/pages/storage.php
+1
-1
📈 1 added
📉 1 removed
- Additional Cisco hardware check.
M
includes/functions.php
+2
📈 2 added
📉 0 removed
- Let's hope it's fixed now :)
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
Regex fix in ignore_junos_os_drives
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
ignore_bsd_os_drives regex fix.
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
- Ignored some FreeBSD OS drives.
M
html/pages/device/overview/storage.inc.php
+8
M
html/pages/storage.php
+8
M
includes/defaults.inc.php
+1
📈 17 added
📉 0 removed
- Ignored some Juniper ERX storage partitions.
M
includes/defaults.inc.php
+1
-1
📈 1 added
📉 1 removed
fix hrdevice cpu popup and link
M
html/pages/device/hrdevice.inc.php
+4
-3
📈 4 added
📉 3 removed
- 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.
M
html/includes/print-menubar.php
+4
M
html/includes/topnav.inc
+1
-1
M
html/pages/ports.php
+7
-4
📈 12 added
📉 5 removed
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.
M
includes/discovery/arp-table.inc.php
+1
-1
📈 1 added
📉 1 removed
fix RRD format for storage RRDS. we need to look at these rrd formats, i think, some might SUCK.
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
- 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.
M
check-services.php
+2
-2
M
includes/defaults.inc.php
+10
-9
M
includes/polling/fanspeeds.inc.php
+1
-1
M
includes/polling/hr-mib_storage.inc.php
+1
-1
M
includes/polling/ports.inc.php
+14
M
includes/polling/temperatures.inc.php
+1
-1
M
includes/polling/voltages.inc.php
+2
-2
M
poll-reachability.php
+2
-2
📈 33 added
📉 18 removed
syslog fix + device_fanspeeds graph for health main page
A
html/includes/graphs/device_fanspeeds.inc.php
+55
M
includes/syslog.php
+1
-1
M
syslog.php
+1
📈 57 added
📉 1 removed
add device_memory graph and fix single mempool graph
M
html/includes/graphs/device_memory.inc.php
+23
M
html/includes/graphs/mempool.inc.php
+8
-13
📈 31 added
📉 13 removed
junos mempools
M
database-update.sql
+2
M
html/includes/print-interface.inc.php
+9
-1
M
includes/defaults.inc.php
+4
A
includes/discovery/mempools-junos.inc.php
+30
M
includes/discovery/mempools.inc.php
+1
A
includes/polling/mempools-junos.inc.php
+20
M
includes/polling/mempools.inc.php
+3
-2
M
includes/polling/storage-hrstorage.inc.php
-2
📈 69 added
📉 5 removed
memory health page
A
html/pages/device/health/memory.inc.php
+73
📈 73 added
📉 0 removed
storage fixes, moving things from graphing page, ironware dynamic memory pool (static!)
A
html/includes/graphs/device_processors.inc.php
+36
M
html/includes/graphs/device_storage.inc.php
+1
-1
A
html/includes/graphs/device_voltages.inc.php
+55
M
html/includes/graphs/storage.inc.php
+1
-1
M
html/pages/device/graphs/os-ios.inc.php
+3
-3
M
html/pages/device/graphs/os-ironware.inc.php
+1
-1
M
html/pages/device/graphs/os-junos.inc.php
+2
-2
M
html/pages/device/graphs/os-junose.inc.php
+3
-2
M
html/pages/device/graphs/os-unix.inc.php
-1
M
html/pages/device/graphs/os-windows.inc.php
-2
D
html/pages/device/graphs/temperatures.inc.php
-7
M
html/pages/device/health.inc.php
+8
-5
A
includes/discovery/mempools-ironware-dyn.inc.php
+17
M
includes/discovery/mempools.inc.php
+1
A
includes/polling/mempools-ironware-dyn.inc.php
+10
M
includes/polling/mempools.inc.php
+1
-4
M
includes/polling/storage.inc.php
+1
-1
📈 140 added
📉 30 removed
fix etherlike graphing,more storage changes, create health aggregate page
D
html/includes/graphs/device_hrstorage.inc.php
-29
A
html/includes/graphs/device_storage.inc.php
+30
M
html/includes/graphs/port_etherlike.inc.php
+7
-6
D
html/pages/device/graphs/hrstorage.inc.php
-9
M
html/pages/device/graphs/os-unix.inc.php
-1
M
html/pages/device/graphs/os-windows.inc.php
-1
A
html/pages/device/graphs/storage.inc.php
+9
M
html/pages/device/health.inc.php
+16
-10
D
html/pages/device/health/temp.inc.php
-59
A
html/pages/device/health/temperatures.inc.php
+59
📈 121 added
📉 115 removed
- JunOS support for the storage rewrite.
M
html/pages/device/overview/storage.inc.php
+1
M
html/pages/storage.php
+1
M
includes/defaults.inc.php
+1
-1
📈 3 added
📉 1 removed
add semicolon :)
M
database-update.sql
+1
-1
📈 1 added
📉 1 removed
fix some storage mess.
M
database-update.sql
+1
M
html/pages/device/overview/storage.inc.php
+3
-4
M
html/pages/storage.php
+10
-13
📈 14 added
📉 17 removed
remove " from processor descriptions (need to standardize this later)
M
includes/discovery/functions.inc.php
+1
📈 1 added
📉 0 removed
move interfaces to ports :)
D
html/pages/interfaces.php
-159
A
html/pages/ports.php
+159
M
html/pages/storage.php
+1
📈 160 added
📉 159 removed
new storage overview module
A
html/pages/device/overview/storage.inc.php
+58
📈 58 added
📉 0 removed
add storage graph type (needs rewrite a bit, too long)
A
html/includes/graphs/storage.inc.php
+32
📈 32 added
📉 0 removed
storage poller redux
A
includes/polling/storage-hrstorage.inc.php
+20
A
includes/polling/storage.inc.php
+58
📈 78 added
📉 0 removed
continuation of storage changes, addition of rrdtool functions
M
database-update.sql
+3
M
includes/discovery/functions.inc.php
+23
M
includes/discovery/mempools-cmp.inc.php
+1
-1
A
includes/discovery/storage-hrstorage.inc.php
+34
M
includes/discovery/storage.inc.php
+16
-58
M
includes/functions.php
+3
-46
M
includes/graphing/unix.php
+6
-6
M
includes/polling/hr-mib_storage.inc.php
+17
-15
M
includes/polling/hr-mib.inc.php
-1
M
includes/rewrites.php
-2
A
includes/rrdtool.inc.php
+40
M
includes/unix-graphing.php
+3
-3
M
poll-device.php
+1
📈 147 added
📉 132 removed
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
M
html/graph.php
+2
-2
D
html/includes/graphs/cpmCPU.inc.php
-26
M
html/includes/graphs/device_hrstorage.inc.php
+3
-3
D
html/includes/graphs/hrProcessor.inc.php
-28
D
html/includes/graphs/hrstorage.inc.php
-31
M
html/pages/device.php
+2
-2
M
html/pages/device/graphs/hrstorage.inc.php
+1
-1
M
html/pages/device/health.inc.php
+5
-9
D
html/pages/device/health/cemp.inc.php
-62
D
html/pages/device/health/cmp.inc.php
-55
D
html/pages/device/health/hrprocessors.inc.php
-52
M
html/pages/device/health/processors.inc.php
+21
-7
M
html/pages/device/health/storage.inc.php
+12
-12
M
html/pages/device/overview.inc.php
+2
-1
D
html/pages/device/overview/hrProcessors.inc.php
-33
D
html/pages/device/overview/hrStorage.inc.php
-58
D
html/pages/device/storage.inc.php
-85
M
html/pages/storage.php
+22
-17
📈 70 added
📉 484 removed
BUNNY!
(\(\
( - -)
((') (')
D
html/images/os/m0n0wall.png
-1
A
html/images/os/monowall.png
+1
📈 1 added
📉 1 removed
overview tab 2: the return. also config option to make it shoo.
M
html/pages/device.php
+8
-8
M
includes/defaults.inc.php
+4
📈 12 added
📉 8 removed
fix monowall to be in unix os group
M
includes/static-config.php
+2
-2
📈 2 added
📉 2 removed
database addition for generic mempools (don't remove old ones yet)
📈 1 added
📉 0 removed
add generic memory pool poller and add old-cisco-memory-pool-mib support
M
discovery.php
+2
A
html/includes/graphs/mempool.inc.php
+32
M
html/pages/device/overview.inc.php
+3
-2
A
html/pages/device/overview/mempools.inc.php
+51
M
includes/discovery/functions.inc.php
+23
A
includes/discovery/mempools-cmp.inc.php
+21
A
includes/discovery/mempools.inc.php
+29
M
includes/polling/device-ios.inc.php
+6
-2
A
includes/polling/mempools-cmp.inc.php
+17
A
includes/polling/mempools.inc.php
+57
M
poll-device.php
+1
📈 242 added
📉 4 removed
- Device hardware rewrite addon (Ex "CISCO1841" to "Cisco 1841")
M
includes/functions.php
+2
📈 2 added
📉 0 removed
- Unknown Linux devices with -server in the kernel version are now identified as a server. (Tested on Ubuntu 9.10
-server)
📈 4 added
📉 0 removed
make service graph make a tiny bit more sense. because moar.
M
html/includes/graphs/service.inc.php
+9
-5
M
html/includes/print-service.inc
+6
-1
📈 15 added
📉 6 removed
- Missing ending ;
M
database-update.sql
+2
-2
📈 2 added
📉 2 removed
add service history RRD and graph
M
check-services.php
+15
-2
M
database-update.sql
+1
A
html/includes/graphs/service.inc.php
+30
M
html/includes/graphs/temperature.inc.php
+2
-2
M
html/includes/print-menubar.php
+1
-1
M
html/includes/print-service.inc
+4
-1
M
html/includes/service-add.inc.php
+1
-1
M
html/includes/topnav.inc
+4
-4
M
html/pages/default-jt.php
+1
-1
M
html/pages/delsrv.php
+1
-1
M
html/pages/device.php
+1
-1
M
html/pages/device/overview.inc.php
+5
-5
M
html/pages/device/srv.inc.php
+2
-2
M
html/pages/front/default.php
+1
-1
M
html/pages/front/demo.php
+1
-1
M
html/pages/front/example2.php
+1
-1
M
html/pages/front/jt.php
+1
-1
M
html/pages/services.php
+3
-3
M
includes/functions.php
+2
-2
📈 77 added
📉 30 removed
- Added a utility function
formatCiscoHardware()
Params: - A reference to the
$device
array.
- An optional (true) if you want the platform only (and not the part number)
- In device overview place Hardware before Operating System (makes more sence)
- Added virtual
$device
['hardware'] for Cisco platforms without an hardware tag (like Cisco 3750)
M
html/includes/dev-overview-data.inc.php
+8
-8
M
html/includes/hostbox.inc
+1
-1
M
includes/defaults.inc.php
+2
M
includes/functions.php
+21
-1
📈 32 added
📉 10 removed
back to >
M
includes/discovery/arp-table.inc.php
+1
-1
📈 1 added
📉 1 removed
add single quotes in eventlog statement
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
- Added a setting to toggle the display of
sysDescr on the device overview page.
Setting: overview_show_sysDescr
Default: true
M
html/includes/dev-overview-data.inc.php
+3
-1
M
includes/defaults.inc.php
+2
📈 5 added
📉 1 removed
hm, fix to last commit, debug output would never fire
M
includes/functions.php
+4
-1
📈 4 added
📉 1 removed
hide debug output from log_event()
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
cleanup junos processor detection
M
includes/discovery/processors-junos.inc.php
+1
-1
📈 1 added
📉 1 removed
patch from jduggan to detect mac address changes
M
includes/discovery/arp-table.inc.php
+6
📈 6 added
📉 0 removed
- BUGFIX: Syntax error fix.
M
includes/polling/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
fix eventlog type column
📈 1 added
📉 0 removed
cleanups
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
temp_tenths is for oldies, remove cruft
M
includes/polling/temperatures.inc.php
+3
-7
📈 3 added
📉 7 removed
clean up some graphing for new juniper stuff
D
html/includes/graphs/device_cpu_junos.inc.php
-25
M
html/includes/graphs/device_cpu.inc.php
-1
M
html/includes/graphs/generic_multi_line.inc.php
+2
-2
M
html/includes/graphs/processor.inc.php
+3
-3
📈 5 added
📉 31 removed
cleanups
D
html/includes/graphs/device_cpu_windows.inc.php
-68
M
includes/discovery/processors-hrdevice.inc.php
+1
-1
M
includes/discovery/processors-junos.inc.php
+14
-13
📈 15 added
📉 82 removed
perhaps it would be best to actually include the junos polling script.
A
includes/discovery/processors-junos.inc.php
+29
📈 29 added
📉 0 removed
cpu polling support for Juniper JunOS. tested on m7i only
M
includes/defaults.inc.php
+3
M
includes/discovery/processors.inc.php
+1
M
includes/functions-poller.inc.php
+21
M
test-discovery.php
+2
📈 27 added
📉 0 removed
fix database update for syslogging
M
database-update.sql
+1
-1
📈 1 added
📉 1 removed
resize bars in overview to 20px high, looks better, less hassle.
M
html/pages/device/overview/hrStorage.inc.php
+1
-1
M
html/pages/device/overview/processors.inc.php
+1
-1
📈 2 added
📉 2 removed
honestly, this really, truly fixes processor detection on IOS. probably.
M
includes/discovery/functions.inc.php
+5
-5
📈 5 added
📉 5 removed
final fix for processors. I believe it all works now.
M
includes/discovery/processors-ios.inc.php
+1
-1
📈 1 added
📉 1 removed
- BUGFIX: temp_index was already defined as an integer. Use CHANGE instead of ADD.
M
database-update.sql
+1
-1
📈 1 added
📉 1 removed
another processor fix!
M
includes/discovery/processors-ios.inc.php
+1
📈 1 added
📉 0 removed
update processors code some more
M
includes/discovery/functions.inc.php
+2
-2
📈 2 added
📉 2 removed
fix processors
M
database-update.sql
+1
M
includes/discovery/functions.inc.php
+1
-1
M
includes/discovery/processors-ios.inc.php
+1
-1
📈 3 added
📉 2 removed
- Addon to r896.
M
html/pages/device/overview/hrStorage.inc.php
+12
📈 12 added
📉 0 removed
rewritten processors discovery to use function
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
add a default catch-all IOS cpu poller using
avgBusy5
M
database-update.sql
+1
M
html/includes/functions.inc.php
+2
-3
M
html/pages/device/health/storage.inc.php
+11
-7
M
html/pages/device/storage.inc.php
+7
-1
M
html/pages/storage.php
+12
-8
M
includes/discovery/functions.inc.php
+21
M
includes/discovery/processors-ios.inc.php
+7
-14
M
poll-device.php
+4
-1
📈 65 added
📉 34 removed
- BUGFIX: Ignored interfaces should not be in the alerts.
M
html/includes/print-menubar.php
+1
-1
📈 1 added
📉 1 removed
- Do not display "Services" in the top navigation when servies are disabled.
M
html/includes/topnav.inc
+2
📈 2 added
📉 0 removed
- Added default config item to filter JunOS system partitions from the GUI.
Setting: ignore_junos_os_drives
Default: /packages, /dev and /proc
M
html/pages/storage.php
+12
-1
M
includes/defaults.inc.php
+1
📈 13 added
📉 1 removed
fix juniper temperature detection temporarily before rewrite
M
includes/discovery/temperatures.inc.php
+2
-2
📈 2 added
📉 2 removed
yes, i suck, i know :(
M
database-update.sql
+2
-2
📈 2 added
📉 2 removed
fix db update! :O
M
database-update.sql
+2
-2
📈 2 added
📉 2 removed
fixes to map.php
to display hosts not in database (found with discovery protocols)
📈 15 added
📉 3 removed
rename some gui include files
M
html/ajax/list_interfaces.php
+1
-1
M
html/billing-graph.php
+1
-1
M
html/collectd-graph.php
+1
-1
M
html/graph.php
+1
-1
D
html/includes/add-srv.inc
-16
D
html/includes/authenticate.inc
-91
A
html/includes/authenticate.inc.php
+91
D
html/includes/del-srv.inc
-15
A
html/includes/device-edit.inc.php
+28
D
html/includes/device-header.inc
-21
A
html/includes/device-header.inc.php
+21
D
html/includes/edit-host.inc
-28
A
html/includes/service-add.inc.php
+16
A
html/includes/service-delete.inc.php
+15
M
html/index.php
+1
-1
M
html/map.php
+1
-1
M
html/netcmd.php
+1
-1
M
html/pages/addsrv.php
+1
-1
M
html/pages/delsrv.php
+1
-1
M
html/pages/device.php
+1
-1
M
html/pages/device/edit.inc.php
+1
-1
M
html/pages/vrf.php
+1
-1
M
html/percentage.php
+1
-1
📈 184 added
📉 184 removed
rename discovery include scripts and update discovery.php
M
discovery.php
+19
-25
A
includes/discovery/arp-table.inc.php
+63
D
includes/discovery/arp-table.php
-63
A
includes/discovery/bgp-peers.inc.php
+145
D
includes/discovery/bgp-peers.php
-145
A
includes/discovery/cemp-mib.inc.php
+47
D
includes/discovery/cemp-mib.php
-47
A
includes/discovery/cisco-mac-accounting.inc.php
+47
D
includes/discovery/cisco-mac-accounting.php
-47
A
includes/discovery/cisco-processors.inc.php
+65
D
includes/discovery/cisco-processors.php
-65
A
includes/discovery/cisco-pw.inc.php
+67
D
includes/discovery/cisco-pw.php
-67
A
includes/discovery/cisco-vlans.inc.php
+59
D
includes/discovery/cisco-vlans.php
-59
A
includes/discovery/cisco-vrf.inc.php
+82
D
includes/discovery/cisco-vrf.php
-82
A
includes/discovery/cmp-mib.inc.php
+40
D
includes/discovery/cmp-mib.php
-40
A
includes/discovery/fanspeeds.inc.php
+98
D
includes/discovery/fanspeeds.php
-98
D
includes/discovery/interfaces.php
-77
A
includes/discovery/ipv4-addresses.inc.php
+55
D
includes/discovery/ipv4-addresses.php
-55
A
includes/discovery/ipv6-addresses.inc.php
+69
D
includes/discovery/ipv6-addresses.php
-69
A
includes/discovery/ports.inc.php
+77
A
includes/discovery/q-bridge-mib.inc.php
+58
D
includes/discovery/q-bridge-mib.php
-58
A
includes/discovery/storage.inc.php
+71
D
includes/discovery/storage.php
-71
A
includes/discovery/temperatures-adva.inc.php
+85
D
includes/discovery/temperatures-adva.php
-85
A
includes/discovery/temperatures.inc.php
+341
D
includes/discovery/temperatures.php
-341
A
includes/discovery/voltages.inc.php
+100
D
includes/discovery/voltages.php
-100
📈 1,588 added
📉 1,594 removed
change interfaces table to ports (to match GUI conventions)
M
addhost.php
+1
-1
M
check-errors.php
+2
-2
M
cleanup.php
+11
-11
M
contrib/generate-dnstext.php
+1
-1
M
contrib/generate-vegadns.php
+1
-1
M
database-update.sql
+2
M
discovery.php
+1
-1
M
html/ajax/list_interfaces.php
+2
-2
M
html/includes/graphs/customer_bits.inc.php
+2
-2
M
html/includes/graphs/device_bits.inc.php
+2
-2
M
html/includes/graphs/mac_acc_bits.inc.php
+1
-1
M
html/includes/graphs/mac_acc_pkts.inc.php
+1
-1
M
html/includes/graphs/mac_acc_total.inc.php
+2
-2
M
html/includes/graphs/multi_bits_separate.inc.php
+5
-5
M
html/includes/graphs/multi_bits.inc.php
+4
-4
M
html/includes/graphs/pagp_bits.inc.php
+3
-3
M
html/includes/graphs/port_bits.inc.php
+1
-1
M
html/includes/graphs/port_errors.inc.php
+1
-1
M
html/includes/graphs/port_etherlike.inc.php
+2
-2
M
html/includes/graphs/port_nupkts.inc.php
+1
-1
M
html/includes/graphs/port_upkts.inc.php
+1
-1
M
html/includes/print-event-short.inc
+1
-1
M
html/includes/print-interface.inc.php
+7
-7
M
html/includes/print-menubar.php
+9
-9
M
html/includes/print-vlan.inc
+1
-1
M
html/includes/print-vrf.inc
+1
-1
M
html/includes/topnav.inc
+18
-18
M
html/index.php
+1
-1
M
html/map.php
+5
-5
M
html/pages/bgp.php
+1
-1
M
html/pages/customers.php
+1
-1
M
html/pages/default-jt.php
+16
-16
M
html/pages/device.php
+2
-2
M
html/pages/device/arp.inc.php
+2
-2
M
html/pages/device/bgp.inc.php
+3
-3
M
html/pages/device/entphysical.inc.php
+1
-1
M
html/pages/device/hrdevice.inc.php
+1
-1
M
html/pages/device/interface.inc.php
+2
-2
M
html/pages/device/overview.inc.php
+5
-5
M
html/pages/device/overview/ports.inc.php
+7
-7
M
html/pages/device/port/arp.inc.php
+1
-1
M
html/pages/device/port/macaccounting.inc.php
+2
-2
M
html/pages/device/port/pagp.inc.php
+1
-1
M
html/pages/device/ports.inc.php
+2
-2
M
html/pages/edituser.php
+4
-4
M
html/pages/front/default.php
+2
-2
M
html/pages/front/demo.php
+1
-1
M
html/pages/front/example2.php
+16
-16
M
html/pages/front/jt.php
+36
-36
M
html/pages/ifdown.php
+1
-1
M
html/pages/iftype.php
+3
-3
M
html/pages/interfaces.php
+5
-5
M
html/pages/ipv4.php
+1
-1
M
html/pages/ipv6.php
+1
-1
M
html/pages/pseudowires.php
+2
-2
M
html/pages/purgeports.php
+3
-3
M
html/pages/vrf.php
+2
-2
M
html/pages/vrfs.php
+2
-2
M
includes/common.php
+4
-4
M
includes/discovery/arp-table.php
+2
-2
M
includes/discovery/cisco-mac-accounting.php
+1
-1
M
includes/discovery/cisco-pw.php
+3
-3
M
includes/discovery/cisco-vrf.php
+9
-9
M
includes/discovery/discovery-protocols.inc.php
+7
-7
M
includes/discovery/interfaces.php
+13
-13
M
includes/discovery/ipv4-addresses.php
+3
-3
M
includes/discovery/ipv6-addresses.php
+1
-1
M
includes/functions.php
+7
-7
M
includes/graphing.php
+12
-12
M
includes/polling/cisco-mac-accounting.inc.php
+1
-1
M
includes/polling/cisco-poe.inc.php
+1
-1
M
includes/polling/interfaces.inc.php
+3
-3
M
includes/polling/ports.inc.php
+3
-3
M
includes/snmptrap/linkDown.inc.php
+2
-2
M
includes/snmptrap/linkUp.inc.php
+3
-3
M
includes/syslog.php
+1
-1
M
map.php
+3
-3
M
poll-billing.php
+1
-1
M
snmptrap.php
+1
-1
M
versioncheck.php
+2
-2
📈 299 added
📉 297 removed
move cpd-ldp to discovery-protocols
M
discovery.php
+2
-2
D
includes/discovery/cdp-lldp.inc.php
-110
A
includes/discovery/discovery-protocols.inc.php
+110
M
syslog.php
-1
📈 112 added
📉 113 removed
clean up discovery output for cdp/fdp/lldp
M
includes/discovery/cdp-lldp.inc.php
+1
-4
📈 1 added
📉 4 removed
clear $array
at the start of each device. ignore fake cpus from net-snmpd. syslog additions.
M
discovery.php
+1
-5
M
includes/discovery/processors-hrdevice.inc.php
+1
-1
M
includes/polling/ucd-mib.inc.php
+1
-1
M
includes/syslog.php
+2
-10
M
poll-device.php
+1
-1
M
syslog.php
-11
📈 6 added
📉 29 removed
migrate from reprocessing syslog from sql to native sql injector. changes dateime to timestamp in database. will break existing syslog dates! ** BEWARE **
M
database-update.sql
+2
M
html/includes/print-syslog.inc
-6
M
html/pages/default-jt.php
+1
-1
M
html/pages/device/syslog.inc.php
+2
-2
M
html/pages/front/default.php
+1
-1
M
html/pages/front/demo.php
+2
-2
M
html/pages/front/example2.php
+1
-1
M
html/pages/front/jt.php
+1
-1
M
html/pages/syslog.php
+4
-4
M
includes/syslog.php
+3
-7
D
process-syslog.php
-41
A
syslog.php
+30
📈 47 added
📉 66 removed
adva temperatures (unworking on current DB schema)
A
includes/discovery/temperatures-adva.php
+85
M
includes/static-config.php
+4
📈 89 added
📉 0 removed
add solaris, opensolaris and generic OS images
A
html/images/os/generic.png
+2
A
html/images/os/opensolaris.png
+2
A
html/images/os/solaris.png
+2
📈 6 added
📉 0 removed
add generic device, hackeryfix hr-mib memory
M
includes/discovery/cdp-lldp.inc.php
+9
-7
M
includes/functions.php
+1
-1
D
includes/polling/hr-mib_processor.inc.php
-42
M
includes/polling/hr-mib.inc.php
-1
M
includes/polling/ucd-mib.inc.php
+1
-2
M
includes/static-config.php
+1
📈 12 added
📉 53 removed
add solaris/opensolaris basic detection (no real support yet)
A
includes/osdiscovery/discover-solaris.php
+13
M
includes/polling/device-unix.inc.php
+3
-1
M
includes/static-config.php
+3
📈 19 added
📉 1 removed
adding SNMP trap handling capability (yes it is horrible horrible right now!)
M
database-update.sql
+1
M
includes/functions.php
+8
A
includes/snmptrap
A
includes/snmptrap/linkDown.inc.php
+20
A
includes/snmptrap/linkUp.inc.php
+22
M
includes/static-config.php
-1
A
snmptrap.php
+31
📈 82 added
📉 1 removed
apparently the divisor isn't always correct on supermicro...
M
includes/discovery/fanspeeds.php
+2
-1
📈 2 added
📉 1 removed
wrong adama is wrong!
📈 0 added
📉 2 removed
add note about fan/voltage for LMSensors
📈 3 added
📉 1 removed
fix junos (change to snmp_get function) and fix poller detection and setting of up/down
M
includes/polling/device-junos.inc.php
+2
-2
M
poll-device.php
+19
-23
📈 21 added
📉 25 removed
fix cbgp table afi/safi to varchar 16 (allow multicast, which is longer than 8 chars!)
📈 1 added
📉 0 removed
multiple directories for rancid configs (use array instead of text variable)
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
whoops, swapped min&max
M
includes/discovery/fanspeeds.php
+1
M
includes/discovery/voltages.php
+2
-2
M
includes/polling/voltages.inc.php
+2
-2
📈 5 added
📉 4 removed
fix voltage precisions
M
includes/discovery/voltages.php
+3
-4
📈 3 added
📉 4 removed
fix voltage limits
M
includes/discovery/functions.inc.php
+1
-1
M
includes/discovery/voltages.php
+8
-8
📈 9 added
📉 9 removed
fixed bug with not unsetting deleted status for ports
M
html/pages/device/ports.inc.php
+1
-1
M
includes/discovery/interfaces.php
-4
📈 1 added
📉 5 removed
fix processors table
📈 1 added
📉 0 removed
DIE DIEDIEDIEDIE DIE DIE DIE DIE DIE DIEDIEDIE DIE DIE DIE DIE FUCKING DIE
M
includes/discovery/processors-hrdevice.inc.php
+1
-1
📈 1 added
📉 1 removed
cleanups + remove space in astext
M
includes/functions.php
+6
-8
📈 6 added
📉 8 removed
attempt to fix css progress bar text alignment but no great success
M
html/includes/functions.inc.php
+10
-5
📈 10 added
📉 5 removed
add line to "lowercase" os types on discovery (fix for old versions)
M
discovery.php
+5
M
includes/defaults.inc.php
+3
M
includes/discovery/processors.inc.php
+1
-1
📈 9 added
📉 1 removed
fix bgp page alert colour
M
html/pages/bgp.php
+3
-1
📈 3 added
📉 1 removed
add two new icons for pps in/out
A
html/images/icons/arrow_pps_in.png
+1
A
html/images/icons/arrow_pps_out.png
+1
📈 2 added
📉 0 removed
cdp/lldp rewrite and addition of brocade FDP discovery. now records neighbours even if it doesn't monitor that neighbour
M
cleanup.php
+5
-5
M
database-update.sql
+4
M
html/includes/print-interface.inc.php
+1
-1
M
html/map.php
+12
-12
M
html/pages/device.php
+1
-1
M
html/pages/purgeports.php
+2
-2
M
includes/discovery/cdp-lldp.inc.php
+63
-79
M
includes/discovery/functions.inc.php
+27
M
includes/functions-poller.inc.php
+2
-2
M
includes/functions.php
+4
-4
M
map.php
+6
-6
M
test-discovery.php
+2
📈 129 added
📉 112 removed
don't send notify mail if we couldn't get the uptime
M
includes/polling/bgpPeer.inc.php
+18
-15
📈 18 added
📉 15 removed
adding ironware linecard cpu polling
M
database-update.sql
+11
-10
A
includes/discovery/processors-ironware.inc.php
+59
M
includes/discovery/processors.inc.php
+1
M
includes/functions-poller.inc.php
+16
M
includes/polling/processors.inc.php
+1
-2
📈 88 added
📉 12 removed
fix typo in safename (now matches (, was missing a \!
M
includes/common.php
+1
-1
📈 1 added
📉 1 removed
more adama general failures fixup
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
dupe mib
D
mibs/junos/BGP4-V2-MIB-JUNIPER.mib
-4,179
📈 0 added
📉 0 removed
move bgp4 junos mib to the apparent new location it should be in
D
mibs/BGP4-V2-MIB-JUNIPER.mib
-4,179
A
mibs/junos/BGP4-V2-MIB-JUNIPER.mib
+4,226
📈 0 added
📉 0 removed
update changelog a bit
📈 4 added
📉 0 removed
drop HC counters from tcp in/out segs. shout if we need it :P
M
includes/polling/device-netstats.inc.php
+5
-1
📈 5 added
📉 1 removed
further cleanups to voltage discovery code. removing erroneous CR, removing old unix processors tab from health page
M
database-update.sql
+1
M
html/pages/device/health.inc.php
+1
-4
M
includes/discovery/functions.inc.php
+30
-4
M
includes/discovery/processors-ios.inc.php
-2
M
includes/discovery/voltages.php
+42
-63
📈 74 added
📉 73 removed
remove cr between cdp&lldp, fix arp table, fix hr-device to poll les data.
M
includes/discovery/arp-table.php
+1
-1
M
includes/discovery/cdp-lldp.inc.php
-2
M
includes/discovery/hr-device.inc.php
+8
-4
D
mibs/junos/.index
-75
D
mibs/junose/.index
-164
📈 9 added
📉 7 removed
updates
M
includes/discovery/fanspeeds.php
+2
-2
M
mibs/junos/.index
+59
-59
M
mibs/junose/.index
+143
-143
📈 2 added
📉 2 removed
fix
M
includes/discovery/processors-hrdevice.inc.php
+2
-4
📈 2 added
📉 4 removed
fan fix???
M
includes/discovery/fanspeeds.php
+8
-8
M
mibs/junose/.index
+143
-143
📈 8 added
📉 8 removed
fix to fans
M
includes/discovery/fanspeeds.php
+2
-2
📈 2 added
📉 2 removed
again fix?
M
includes/discovery/fanspeeds.php
+2
-1
📈 2 added
📉 1 removed
fix supermicro?
M
includes/discovery/fanspeeds.php
+1
-1
📈 1 added
📉 1 removed
debug print go
M
includes/discovery/storage.php
+1
-1
📈 1 added
📉 1 removed
more db changes :)
📈 2 added
📉 0 removed
add table to database
M
database-update.sql
+1
M
mibs/junose/.index
+143
-143
📈 1 added
📉 0 removed
fix fan discovery
M
includes/discovery/fanspeeds.php
+1
-1
M
mibs/junos/.index
+59
-59
M
mibs/junose/.index
+143
-143
📈 1 added
📉 1 removed
more fixes to discovery
M
database-update.sql
+2
-1
M
discovery.php
+1
M
includes/defaults.inc.php
+5
-2
M
includes/polling/fanspeeds.inc.php
+1
-1
📈 9 added
📉 4 removed
rewrite of some discovery stuff
M
includes/discovery/fanspeeds.php
+38
-64
A
includes/discovery/functions.inc.php
+27
M
includes/discovery/voltages.php
+8
-9
📈 73 added
📉 73 removed
fix storage graph to 0-100%
M
html/includes/graphs/hrstorage.inc.php
+1
📈 1 added
📉 0 removed
remove juniper mibs from default, need to include mibs/junos/ for those
D
juniErxSystem.mi2
-1,954
D
mibs/mib-jnx-analyzer.txt
-389
D
mibs/mib-jnx-atm-cos.txt
-662
D
mibs/mib-jnx-atm.txt
-989
D
mibs/mib-jnx-bfd-exp.txt
-824
D
mibs/mib-jnx-bfd.txt
-149
D
mibs/mib-jnx-bgpmib2.txt
-4,179
D
mibs/mib-jnx-cfgmgmt.txt
-281
D
mibs/mib-jnx-chas-defines.txt
-1,953
D
mibs/mib-jnx-chassis-alarm.txt
-173
D
mibs/mib-jnx-chassis-fwdd.txt
-76
D
mibs/mib-jnx-chassis.txt
-1,830
D
mibs/mib-jnx-coll.txt
-869
D
mibs/mib-jnx-cos.txt
-2,318
D
mibs/mib-jnx-dcu.txt
-202
D
mibs/mib-jnx-dfc.txt
-833
D
mibs/mib-jnx-event.txt
-120
D
mibs/mib-jnx-ex-mac-notification.txt
-257
D
mibs/mib-jnx-ex-smi.txt
-21
D
mibs/mib-jnx-exp.txt
-90
D
mibs/mib-jnx-firewall.txt
-235
D
mibs/mib-jnx-hostresources.txt
-73
D
mibs/mib-jnx-if-extensions.txt
-536
D
mibs/mib-jnx-ipforward.txt
-72
D
mibs/mib-jnx-ipsec-flow-mon.txt
-1,084
D
mibs/mib-jnx-ipsec-monitor-asp.txt
-1,071
D
mibs/mib-jnx-ipv4.txt
-115
D
mibs/mib-jnx-ipv6.txt
-930
D
mibs/mib-jnx-js-auth.txt
-187
D
mibs/mib-jnx-js-cert.txt
-176
D
mibs/mib-jnx-js-dns.txt
-89
D
mibs/mib-jnx-js-idp.txt
-194
D
mibs/mib-jnx-js-if-ext.txt
-359
D
mibs/mib-jnx-js-ipsec-vpn.txt
-162
D
mibs/mib-jnx-js-nat.txt
-309
D
mibs/mib-jnx-js-policy.txt
-396
D
mibs/mib-jnx-js-screening.txt
-1,085
D
mibs/mib-jnx-js-smi.txt
-29
D
mibs/mib-jnx-js-spu-monitoring.txt
-168
D
mibs/mib-jnx-js-utm-av.txt
-232
D
mibs/mib-jnx-jsrpd.txt
-115
D
mibs/mib-jnx-l2ald.txt
-172
D
mibs/mib-jnx-l2cp-features.txt
-204
D
mibs/mib-jnx-l2tp.txt
-1,665
D
mibs/mib-jnx-ldp.txt
-321
D
mibs/mib-jnx-mac.txt
-134
D
mibs/mib-jnx-mimstp.txt
-2,374
D
mibs/mib-jnx-mpls-ldp.txt
-2,115
D
mibs/mib-jnx-mpls.txt
-981
D
mibs/mib-jnx-ospfv3mib.txt
-3,160
D
mibs/mib-jnx-otn.txt
-994
D
mibs/mib-jnx-pae-extension.txt
-314
D
mibs/mib-jnx-pfe.txt
-382
D
mibs/mib-jnx-ping.txt
-1,424
D
mibs/mib-jnx-pmon.txt
-430
D
mibs/mib-jnx-pwtdm.txt
-1,382
D
mibs/mib-jnx-rmon.txt
-158
D
mibs/mib-jnx-rpf.txt
-100
D
mibs/mib-jnx-rpm.txt
-708
D
mibs/mib-jnx-rps.txt
-308
D
mibs/mib-jnx-rsvp.txt
-206
D
mibs/mib-jnx-rtm.txt
-1,037
D
mibs/mib-jnx-scu.txt
-125
D
mibs/mib-jnx-secure-access-port.txt
-387
D
mibs/mib-jnx-sipcommon.txt
-659
D
mibs/mib-jnx-smi.txt
-155
D
mibs/mib-jnx-sonet.txt
-190
D
mibs/mib-jnx-sonetaps.txt
-1,692
D
mibs/mib-jnx-sp.txt
-449
D
mibs/mib-jnx-syslog.txt
-263
D
mibs/mib-jnx-traceroute.txt
-137
D
mibs/mib-jnx-user-aaa.txt
-219
D
mibs/mib-jnx-util.txt
-290
D
mibs/mib-jnx-virtualchassis.txt
-244
D
mibs/mib-jnx-vlan.txt
-595
D
mibs/mib-jnx-vpn.txt
-1,034
📈 0 added
📉 1,954 removed
[ not ( !
M
html/pages/eventlog.php
+1
-1
M
html/pages/syslog.php
+1
-1
📈 2 added
📉 2 removed
added emergency "kill all entries" syslog/eventlog for level 10+ users
M
html/pages/eventlog.php
+2
M
html/pages/syslog.php
+2
📈 4 added
📉 0 removed
remember to add includes/discovery/processors-hrdevice.inc.php
! :>
A
includes/discovery/processors-hrdevice.inc.php
+56
📈 56 added
📉 0 removed
remove absolute paths from menubar (thanks Eimann)
M
html/includes/print-menubar.php
+2
-2
📈 2 added
📉 2 removed
db update
📈 1 added
📉 0 removed
much much much much much much prettier percentage bars and some moving around of overview page.
M
html/includes/functions.inc.php
+9
M
html/pages/device/health.inc.php
-3
D
html/pages/device/health/cpm.inc.php
-52
M
html/pages/device/overview.inc.php
+2
-3
M
html/pages/device/overview/hrStorage.inc.php
+19
-12
M
html/pages/device/overview/processors.inc.php
+15
-8
M
includes/discovery/processors.inc.php
+1
M
includes/discovery/storage.php
+4
-1
M
includes/polling/hr-mib.inc.php
+1
-1
📈 51 added
📉 80 removed
adding more junose and foundry/brocade. adding new mibs. unifying processor polling
M
database-update.sql
+1
M
discovery.php
+5
-2
D
html/includes/graphs/device_cpu_ios.inc.php
-41
M
html/includes/graphs/device_cpu.inc.php
+33
A
html/includes/graphs/processor.inc.php
+28
M
html/pages/device.php
+2
-1
A
html/pages/device/graphs/os-ironware.inc.php
+10
A
html/pages/device/graphs/os-junose.inc.php
+6
M
html/pages/device/health.inc.php
+3
-1
A
html/pages/device/health/processors.inc.php
+52
M
html/pages/device/overview.inc.php
+30
-30
D
html/pages/device/overview/cpmCPU.inc.php
-27
M
html/pages/device/overview/ports.inc.php
+1
-1
A
html/pages/device/overview/processors.inc.php
+38
M
html/pages/device/overview/temperatures.inc.php
+1
-1
M
includes/discovery/bgp-peers.php
+1
-1
M
includes/discovery/interfaces.php
+1
-1
A
includes/discovery/processors-ios.inc.php
+61
A
includes/discovery/processors-junose.inc.php
+40
A
includes/discovery/processors.inc.php
+30
M
includes/discovery/temperatures.php
+4
-4
M
includes/functions-poller.inc.php
+47
-24
A
includes/osdiscovery/discover-ironware.php
+8
M
includes/polling/device-ios.inc.php
+1
-1
A
includes/polling/device-ironware.inc.php
+14
M
includes/polling/device-junos.inc.php
+5
-5
A
includes/polling/device-junose.inc.php
+31
A
includes/polling/processors.inc.php
+36
M
includes/rewrites.php
+21
M
includes/static-config.php
+2
-1
A
mibs/FOUNDRY-CAR-MIB.mib
+265
A
mibs/FOUNDRY-SN-AGENT-MIB.mib
+4,003
A
mibs/FOUNDRY-SN-APPLETALK-MIB.mib
+765
A
mibs/FOUNDRY-SN-BGP4-GROUP-MIB.mib
+3,089
A
mibs/FOUNDRY-SN-IGMP-MIB.mib
+129
A
mibs/FOUNDRY-SN-IP-ACL-MIB.mib
+476
A
mibs/FOUNDRY-SN-IP-MIB.mib
+5,406
A
mibs/FOUNDRY-SN-IP-VRRP-MIB.mib
+1,144
A
mibs/FOUNDRY-SN-IPX-MIB.mib
+1,329
A
mibs/foundry-sn-mac-authentication.mib
+234
A
mibs/foundry-sn-mac-vlan.mib
+285
A
mibs/foundry-sn-mrp.mib
+325
A
mibs/FOUNDRY-SN-OSPF-GROUP-MIB.mib
+3,409
A
mibs/FOUNDRY-SN-POS-GROUP-MIB.mib
+533
A
mibs/FOUNDRY-SN-ROOT-MIB.mib
+770
A
mibs/FOUNDRY-SN-ROUTER-TRAP-MIB.mib
+439
A
mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB.mib
+4,617
A
mibs/FOUNDRY-SN-SWITCH-GROUP-MIB.mib
+8,063
A
mibs/FOUNDRY-SN-TRAP-MIB.mib
+1,326
A
mibs/FOUNDRY-SN-VSRP-MIB.mib
+628
A
mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB.mib
+497
A
mibs/FOUNDRY-VLAN-CAR-MIB.mib
+256
A
mibs/junos
A
mibs/junos/.index
+75
A
mibs/junos/mib-jnx-analyzer.txt
+393
A
mibs/junos/mib-jnx-atm-cos.txt
+670
A
mibs/junos/mib-jnx-atm.txt
+989
A
mibs/junos/mib-jnx-bfd-exp.txt
+853
A
mibs/junos/mib-jnx-bfd.txt
+149
A
mibs/junos/mib-jnx-bgpmib2.txt
+4,226
A
mibs/junos/mib-jnx-cfgmgmt.txt
+308
A
mibs/junos/mib-jnx-chas-defines.txt
+2,106
A
mibs/junos/mib-jnx-chassis-alarm.txt
+185
A
mibs/junos/mib-jnx-chassis-fwdd.txt
+87
A
mibs/junos/mib-jnx-chassis.txt
+1,885
A
mibs/junos/mib-jnx-coll.txt
+892
A
mibs/junos/mib-jnx-cos.txt
+2,326
A
mibs/junos/mib-jnx-dcu.txt
+210
A
mibs/junos/mib-jnx-dfc.txt
+840
A
mibs/junos/mib-jnx-event.txt
+134
A
mibs/junos/mib-jnx-ex-mac-notification.txt
+272
A
mibs/junos/mib-jnx-ex-smi.txt
+44
A
mibs/junos/mib-jnx-exp.txt
+101
A
mibs/junos/mib-jnx-firewall.txt
+243
A
mibs/junos/mib-jnx-hostresources.txt
+81
A
mibs/junos/mib-jnx-if-extensions.txt
+550
A
mibs/junos/mib-jnx-ipforward.txt
+83
A
mibs/junos/mib-jnx-ipsec-flow-mon.txt
+1,092
A
mibs/junos/mib-jnx-ipsec-monitor-asp.txt
+1,071
A
mibs/junos/mib-jnx-ipv4.txt
+130
A
mibs/junos/mib-jnx-ipv6.txt
+948
A
mibs/junos/mib-jnx-js-auth.txt
+195
A
mibs/junos/mib-jnx-js-cert.txt
+184
A
mibs/junos/mib-jnx-js-dns.txt
+97
A
mibs/junos/mib-jnx-js-idp.txt
+202
A
mibs/junos/mib-jnx-js-if-ext.txt
+367
A
mibs/junos/mib-jnx-js-ipsec-vpn.txt
+171
A
mibs/junos/mib-jnx-js-nat.txt
+317
A
mibs/junos/mib-jnx-js-policy.txt
+404
A
mibs/junos/mib-jnx-js-screening.txt
+1,099
A
mibs/junos/mib-jnx-js-smi.txt
+55
A
mibs/junos/mib-jnx-js-spu-monitoring.txt
+176
A
mibs/junos/mib-jnx-js-utm-av.txt
+243
A
mibs/junos/mib-jnx-jsrpd.txt
+123
A
mibs/junos/mib-jnx-l2ald.txt
+184
A
mibs/junos/mib-jnx-l2cp-features.txt
+204
A
mibs/junos/mib-jnx-l2tp.txt
+1,665
A
mibs/junos/mib-jnx-ldp.txt
+338
A
mibs/junos/mib-jnx-mac.txt
+150
A
mibs/junos/mib-jnx-mimstp.txt
+2,392
A
mibs/junos/mib-jnx-mpls-ldp.txt
+2,195
A
mibs/junos/mib-jnx-mpls.txt
+999
A
mibs/junos/mib-jnx-ospfv3mib.txt
+3,178
A
mibs/junos/mib-jnx-otn.txt
+1,019
A
mibs/junos/mib-jnx-pae-extension.txt
+324
A
mibs/junos/mib-jnx-pfe.txt
+390
A
mibs/junos/mib-jnx-ping.txt
+1,447
A
mibs/junos/mib-jnx-pmon.txt
+453
A
mibs/junos/mib-jnx-pwtdm.txt
+1,401
A
mibs/junos/mib-jnx-rmon.txt
+178
A
mibs/junos/mib-jnx-rpf.txt
+108
A
mibs/junos/mib-jnx-rpm.txt
+734
A
mibs/junos/mib-jnx-rps.txt
+331
A
mibs/junos/mib-jnx-rsvp.txt
+215
A
mibs/junos/mib-jnx-rtm.txt
+1,058
A
mibs/junos/mib-jnx-scu.txt
+133
A
mibs/junos/mib-jnx-secure-access-port.txt
+393
A
mibs/junos/mib-jnx-sipcommon.txt
+669
A
mibs/junos/mib-jnx-smi.txt
+191
A
mibs/junos/mib-jnx-sonet.txt
+204
A
mibs/junos/mib-jnx-sonetaps.txt
+1,737
A
mibs/junos/mib-jnx-sp.txt
+469
A
mibs/junos/mib-jnx-syslog.txt
+278
A
mibs/junos/mib-jnx-traceroute.txt
+145
A
mibs/junos/mib-jnx-user-aaa.txt
+227
A
mibs/junos/mib-jnx-util.txt
+316
A
mibs/junos/mib-jnx-virtualchassis.txt
+258
A
mibs/junos/mib-jnx-vlan.txt
+621
A
mibs/junos/mib-jnx-vpn.txt
+1,077
A
mibs/junose
A
mibs/junose/.index
+164
A
mibs/junose/draft-ietf-atommib-sonetaps-mib-05-juni.mi2
+1,412
A
mibs/junose/draft-ietf-idmr-dvmrp-mib-11-juni.mi2
+759
A
mibs/junose/draft-ietf-idr-bgp4-mibv2-03-jnx.mi2
+4,229
A
mibs/junose/ENTITY-MIB.my
+1,466
A
mibs/junose/jnxExperiment.mi2
+60
A
mibs/junose/jnxSmi.mi2
+82
A
mibs/junose/juniAaa.mi2
+5,571
A
mibs/junose/juniAcctng.mi2
+1,051
A
mibs/junose/juniAddrPool.mi2
+843
A
mibs/junose/juniAtm.mi2
+6,362
A
mibs/junose/juniAtmProfile.mi2
+851
A
mibs/junose/juniAutoconf.mi2
+328
A
mibs/junose/juniBgp.mi2
+10,217
A
mibs/junose/juniBridge.mi2
+285
A
mibs/junose/juniBridgeEthernet.mi2
+310
A
mibs/junose/juniBridgingMgr.mi2
+484
A
mibs/junose/juniCli.mi2
+293
A
mibs/junose/juniCops.mi2
+462
A
mibs/junose/juniDhcp.mi2
+3,556
A
mibs/junose/juniDhcpv6.mi2
+379
A
mibs/junose/juniDismanEvent.mi2
+151
A
mibs/junose/juniDns.mi2
+418
A
mibs/junose/juniDosProtection.mi2
+1,123
A
mibs/junose/juniDosProtectionPlat.mi2
+1,066
A
mibs/junose/juniDs1.mi2
+772
A
mibs/junose/juniDs3.mi2
+802
A
mibs/junose/juniDvmrp.mi2
+717
A
mibs/junose/juniErxRegistry.mi2
+1,141
A
mibs/junose/juniErxSystem.mi2
+2,031
A
mibs/junose/juniEs2Registry.mi2
+417
A
mibs/junose/juniEthernet.mi2
+1,087
A
mibs/junose/juniExperiment.mi2
+110
A
mibs/junose/juniFileXfer.mi2
+375
A
mibs/junose/juniFr.mi2
+1,790
A
mibs/junose/juniFt1.mi2
+305
A
mibs/junose/juniHdlc.mi2
+478
A
mibs/junose/juniHost.mi2
+186
A
mibs/junose/juniHttp.mi2
+330
A
mibs/junose/juniHttpProfile.mi2
+171
A
mibs/junose/juniIf.mi2
+440
A
mibs/junose/juniIgmp.mi2
+727
A
mibs/junose/juniIke.mi2
+926
A
mibs/junose/juniIp.mi2
+3,362
A
mibs/junose/juniIpPolicy.mi2
+1,992
A
mibs/junose/juniIpProfile.mi2
+673
A
mibs/junose/juniIpsecTunnel.mi2
+1,168
A
mibs/junose/juniIpTunnel.mi2
+319
A
mibs/junose/juniIpv6Profile.mi2
+474
A
mibs/junose/juniIsIs.mi2
+3,077
A
mibs/junose/juniL2tp.mi2
+3,680
A
mibs/junose/juniL2tpDialout.mi2
+2,099
A
mibs/junose/juniLicense.mi2
+104
A
mibs/junose/juniLog.mi2
+681
A
mibs/junose/juniMibs.mi2
+867
A
mibs/junose/juniMRouter.mi2
+607
A
mibs/junose/juniOspf.mi2
+1,303
A
mibs/junose/juniPacketMirror.mi2
+553
A
mibs/junose/juniPim.mi2
+1,745
A
mibs/junose/juniPolicy.mi2
+4,921
A
mibs/junose/juniPpp.mi2
+4,277
A
mibs/junose/juniPppoe.mi2
+2,004
A
mibs/junose/juniPppoeProfile.mi2
+532
A
mibs/junose/juniPppProfile.mi2
+884
A
mibs/junose/juniProducts.mi2
+174
A
mibs/junose/juniProfile.mi2
+611
A
mibs/junose/juniQos.mi2
+2,823
A
mibs/junose/juniRadClient.mi2
+7,547
A
mibs/junose/juniRadDiscon.mi2
+331
A
mibs/junose/juniRadProxy.mi2
+283
A
mibs/junose/juniRadRequest.mi2
+400
A
mibs/junose/juniRedundancy.mi2
+570
A
mibs/junose/juniRegistry.mi2
+157
A
mibs/junose/juniRouter.mi2
+1,083
A
mibs/junose/juniSlep.mi2
+342
A
mibs/junose/juniSmi.mi2
+208
A
mibs/junose/juniSnmp.mi2
+1,642
A
mibs/junose/juniSonet.mi2
+1,110
A
mibs/junose/juniSscClient.mi2
+755
A
mibs/junose/juniSubscriber.mi2
+276
A
mibs/junose/juniSystem.mi2
+3,622
A
mibs/junose/juniSystemClock.mi2
+1,677
A
mibs/junose/juniTc.mi2
+387
A
mibs/junose/juniTcsClient.mi2
+481
A
mibs/junose/juniTSM.mi2
+367
A
mibs/junose/juniV35.mi2
+239
A
mibs/junose/mib-802.3ad.txt
+1,435
A
mibs/junose/mib-bgpmib.txt
+715
A
mibs/junose/mib-diffServDscp-tc.txt
+64
A
mibs/junose/mib-eso-consortium.txt
+183
A
mibs/junose/mib-IANA-GMPLS-TC-MIB.txt
+330
A
mibs/junose/mib-IANA-RTPROTO-MIB.txt
+95
A
mibs/junose/mib-IANAifType-MIB.txt
+314
A
mibs/junose/mib-ieee8021pae.txt
+1,919
A
mibs/junose/mib-igmpmib.txt
+511
A
mibs/junose/mib-ilmim.txt
+1,257
A
mibs/junose/mib-isismib.txt
+3,458
A
mibs/junose/mib-l3vpnmib.txt
+1,706
A
mibs/junose/mib-lldp.txt
+2,046
A
mibs/junose/mib-mroutemib.txt
+951
A
mibs/junose/mib-msdpmib.txt
+1,079
A
mibs/junose/mib-ospf2mib.txt
+3,002
A
mibs/junose/mib-ospf2trap.txt
+488
A
mibs/junose/mib-pimmib.txt
+909
A
mibs/junose/mib-rfc1513.txt
+2,327
A
mibs/junose/mib-rfc1747.txt
+2,761
A
mibs/junose/mib-rfc1907.txt
+765
A
mibs/junose/mib-rfc2011a.txt
+721
A
mibs/junose/mib-rfc2012a.txt
+333
A
mibs/junose/mib-rfc2013a.txt
+149
A
mibs/junose/mib-rfc2024a.txt
+3,585
A
mibs/junose/mib-rfc2115a.txt
+1,049
A
mibs/junose/mib-rfc2213.txt
+795
A
mibs/junose/mib-rfc2287a.txt
+1,553
A
mibs/junose/mib-rfc2465.txt
+1,452
A
mibs/junose/mib-rfc2465tc.txt
+67
A
mibs/junose/mib-rfc2493.txt
+166
A
mibs/junose/mib-rfc2495a.txt
+2,108
A
mibs/junose/mib-rfc2514.txt
+714
A
mibs/junose/mib-rfc2515a.txt
+3,023
A
mibs/junose/mib-rfc2571.txt
+496
A
mibs/junose/mib-rfc2572.txt
+140
A
mibs/junose/mib-rfc2574.txt
+899
A
mibs/junose/mib-rfc2575.txt
+818
A
mibs/junose/mib-rfc2576.txt
+427
A
mibs/junose/mib-rfc2662.txt
+4,382
A
mibs/junose/mib-rfc2662tc.txt
+115
A
mibs/junose/mib-rfc2665a.txt
+1,144
A
mibs/junose/mib-rfc2787a.txt
+814
A
mibs/junose/mib-rfc2790a.txt
+1,542
A
mibs/junose/mib-rfc2790type.txt
+387
A
mibs/junose/mib-rfc2819a.txt
+3,984
A
mibs/junose/mib-rfc2851.txt
+308
A
mibs/junose/mib-rfc2856a.txt
+117
A
mibs/junose/mib-rfc2863a.txt
+1,830
A
mibs/junose/mib-rfc2922.txt
+824
A
mibs/junose/mib-rfc2925a.txt
+1,141
A
mibs/junose/mib-rfc2925b.txt
+1,316
A
mibs/junose/mib-rfc2932.txt
+876
A
mibs/junose/mib-rfc3020.txt
+884
A
mibs/junose/mib-rfc3289.txt
+3,494
A
mibs/junose/mib-rfc3413.txt
+293
A
mibs/junose/mib-rfc3413notify.txt
+587
A
mibs/junose/mib-rfc3413target.txt
+647
A
mibs/junose/mib-rfc3417.txt
+190
A
mibs/junose/mib-rfc3419.txt
+435
A
mibs/junose/mib-rfc3591.txt
+6,261
A
mibs/junose/mib-rfc3592.txt
+2,360
A
mibs/junose/mib-rfc3621.txt
+626
A
mibs/junose/mib-rfc3811.txt
+633
A
mibs/junose/mib-rfc3812.txt
+2,482
A
mibs/junose/mib-rfc3813.txt
+2,189
A
mibs/junose/mib-rfc3896.txt
+1,794
A
mibs/junose/mib-rfc4188.txt
+1,466
A
mibs/junose/mib-rfc4318.txt
+307
A
mibs/junose/mib-rfc4363a.txt
+1,152
A
mibs/junose/mib-rfc4363b.txt
+2,348
A
mibs/junose/mib-rfc4502.txt
+6,019
A
mibs/junose/mib-rfc4801.txt
+168
A
mibs/junose/mib-rfc4802.txt
+1,777
A
mibs/junose/mib-rfc4803.txt
+548
A
mibs/junose/mib-rtmib.txt
+428
A
mibs/junose/mib-SNMPv2-SMI.txt
+344
A
mibs/junose/mib-SNMPv2-TC.txt
+772
A
mibs/junose/mib-vpntcmib.txt
+47
M
poll-device.php
+1
📈 513 added
📉 141 removed
add new IronWare (Brocade/Foundry) OS type. rename temp/fan/voltage_host to device_id
M
database-update.sql
+5
M
discovery.php
+1
-1
A
html/images/os/ironware.png
+1
M
html/includes/dev-overview-data.inc.php
+3
-1
M
html/includes/graphs/device_temperatures.inc.php
+1
-1
M
html/includes/graphs/fanspeed.inc.php
+1
-1
M
html/includes/graphs/temperature.inc.php
+1
-1
M
html/includes/graphs/voltage.inc.php
+1
-1
M
html/includes/print-interface.inc.php
+5
-5
M
html/pages/device.php
+1
-1
M
html/pages/device/graphs/temperatures.inc.php
+1
-1
M
html/pages/device/health.inc.php
+3
-3
M
html/pages/device/health/fanspeeds.inc.php
+1
-1
M
html/pages/device/health/temp.inc.php
+1
-1
M
html/pages/device/health/voltages.inc.php
+1
-1
M
html/pages/device/overview/fanspeeds.inc.php
+3
-3
M
html/pages/device/overview/temperatures.inc.php
+3
-3
M
html/pages/device/overview/voltages.inc.php
+3
-3
M
html/pages/sensors/fanspeeds.php
+2
-2
M
html/pages/sensors/temperatures.php
+2
-2
M
html/pages/sensors/voltages.php
+2
-2
M
includes/discovery/fanspeeds.php
+8
-8
M
includes/discovery/temperatures.php
+71
-27
M
includes/discovery/voltages.php
+8
-8
M
includes/functions.php
+2
-2
M
includes/polling/fanspeeds.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+1
-1
M
includes/polling/voltages.inc.php
+1
-1
M
includes/rewrites.php
+439
M
includes/static-config.php
+1
📈 574 added
📉 82 removed
voltages and fanspeeds on device overview
M
html/pages/device/overview.inc.php
+2
A
html/pages/device/overview/fanspeeds.inc.php
+45
M
html/pages/device/overview/temperatures.inc.php
+3
-2
A
html/pages/device/overview/voltages.inc.php
+45
📈 95 added
📉 2 removed
fanspeeds and voltages on health tab
M
html/pages/device/health.inc.php
+6
A
html/pages/device/health/fanspeeds.inc.php
+59
A
html/pages/device/health/voltages.inc.php
+59
📈 124 added
📉 0 removed
sid3windrfailunfailed
M
html/includes/print-menubar.php
+2
-2
📈 2 added
📉 2 removed
try IE fix?
M
html/includes/print-menubar.php
+3
-2
📈 3 added
📉 2 removed
align fanspeed legenda
M
html/includes/graphs/fanspeed.inc.php
+1
-1
📈 1 added
📉 1 removed
fix graph colours for volt and fan, optimize code
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
enlarge gray area around logon form
M
html/pages/logon.inc
+1
-1
📈 1 added
📉 1 removed
fix fanspeed max
M
includes/polling/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
correct units on fan and voltage graphs
M
html/includes/graphs/fanspeed.inc.php
+2
-2
M
html/includes/graphs/voltage.inc.php
+2
-2
📈 4 added
📉 4 removed
whoops, create table must be one line, doh
M
database-update.sql
+2
-22
📈 2 added
📉 22 removed
err, speeds, not peeds
M
html/pages/sensors.php
+1
-1
📈 1 added
📉 1 removed
fix temp discovery if no temps in database
M
includes/discovery/temperatures.php
+15
-13
📈 15 added
📉 13 removed
fix voltages discovery if no voltages in database
M
includes/discovery/voltages.php
+15
-13
📈 15 added
📉 13 removed
fix fanspeeds if no fans in database
M
includes/discovery/fanspeeds.php
+16
-15
📈 16 added
📉 15 removed
link menu bar to sensors directly
M
html/includes/print-menubar.php
+1
-1
📈 1 added
📉 1 removed
fixie of link in optionbar
M
html/pages/sensors.php
+1
-1
📈 1 added
📉 1 removed
voltage and fanspeeds now on webpage, graphs for fans are broken for now
A
html/includes/graphs/fanspeed.inc.php
+27
A
html/includes/graphs/voltage.inc.php
+27
M
html/includes/print-menubar.php
+1
-1
M
html/pages/sensors.php
+1
-1
A
html/pages/sensors/fanspeeds.php
+62
A
html/pages/sensors/voltages.php
+62
📈 180 added
📉 2 removed
make services work again. uses nagios plugins.
M
includes/defaults.inc.php
+2
M
includes/services/dns/check.inc
+1
-1
M
includes/services/ftp/check.inc
+1
-1
M
includes/services/http/check.inc
+1
-1
M
includes/services/imap/check.inc
+1
-1
M
includes/services/mysql/check.inc
+1
-3
M
includes/services/pop/check.inc
+1
-1
M
includes/services/simap/check.inc
+1
-1
M
includes/services/smtp/check.inc
+1
-1
M
includes/services/spop/check.inc
+1
-1
M
includes/services/ssh/check.inc
+1
-1
M
includes/services/telnet/check.inc
+2
-3
📈 14 added
📉 15 removed
menu option bar thingeroo to sensors page (keep the style!) :)
M
html/pages/sensors.php
+21
-1
📈 21 added
📉 1 removed
new icons for sensors
A
html/images/icons
A
html/images/icons/fans.png
+1
A
html/images/icons/sensors.png
+1
A
html/images/icons/temperature.png
+1
A
html/images/icons/voltages.png
+1
M
html/includes/print-menubar.php
+4
-4
M
includes/defaults.inc.php
+72
📈 80 added
📉 4 removed
cleanups
M
includes/polling/fanspeeds.inc.php
-1
M
includes/polling/temperatures.inc.php
-1
M
includes/polling/voltages.inc.php
-2
📈 0 added
📉 4 removed
oops, broke voltage descriptions
M
includes/discovery/voltages.php
+1
-1
📈 1 added
📉 1 removed
move divider for voltages into discovery
M
database-update.sql
+3
M
includes/discovery/voltages.php
+5
-5
M
includes/polling/voltages.inc.php
+1
-2
📈 9 added
📉 7 removed
fix screenos type discovery
📈 1 added
📉 1 removed
fix broken include
M
config.php.default
+2
-2
📈 2 added
📉 2 removed
voltage polling complete
M
includes/polling/fanspeeds.inc.php
+4
-3
M
includes/polling/temperatures.inc.php
+9
-7
A
includes/polling/voltages.inc.php
+59
M
poll-device.php
+1
📈 73 added
📉 10 removed
correct limit logic for fans
M
includes/polling/fanspeeds.inc.php
+1
-1
📈 1 added
📉 1 removed
fan speed polling
A
includes/polling/fanspeeds.inc.php
+43
M
poll-device.php
+1
📈 44 added
📉 0 removed
discovery complete for voltage and fanspeed on supermicro
M
database-update.sql
+1
M
includes/discovery/fanspeeds.php
+23
-17
M
includes/discovery/temperatures.php
+23
-17
M
includes/discovery/voltages.php
+23
-15
📈 70 added
📉 49 removed
basic discovery only of voltages and fanspeeds, on supermicro superodoctor boxes only for now
M
database-update.sql
+22
M
discovery.php
+3
-1
A
includes/discovery/fanspeeds.php
+114
A
includes/discovery/voltages.php
+113
📈 252 added
📉 1 removed
minor check-errors grammar patch ;)
📈 1 added
📉 1 removed
clean up temperatures a bit, replace it by sensors in the menu bar, add fans and voltages though not working yet
M
html/includes/print-menubar.php
+12
-1
A
html/pages/sensors
A
html/pages/sensors.php
+15
A
html/pages/sensors/temperatures.php
+65
D
html/pages/temperatures.php
-68
📈 92 added
📉 69 removed
remove broken juniper mib (J mibs suck, C implementation sucks.)
M
includes/discovery/cisco-vrf.php
+2
M
includes/functions.php
+1
D
mibs/mib-l3vpnmib.txt
-1,681
📈 3 added
📉 0 removed
start cleanup of overlib into functions. create defaults.inc.php
for new settings (why not before? because i suck. duh.)
M
config.php.default
+3
-9
A
includes/defaults.inc.php
+7
M
includes/functions.php
+22
-12
📈 32 added
📉 21 removed
port/macaccounting: add host/interface links if mac accouning entry refers to device in database
M
html/pages/device/port/macaccounting.inc.php
+5
-1
📈 5 added
📉 1 removed
large graph type fix for interface mini graphs. fix mac accounting. add nifty warning background. cleanup graphing popups.
M
config.php.default
+2
-3
M
html/images/warning-background.png
±0
M
html/includes/hostbox.inc
+2
-2
M
html/includes/print-interface.inc.php
+3
-3
M
html/pages/bgp.php
+5
-5
M
html/pages/device/bgp.inc.php
+4
-4
📈 16 added
📉 17 removed
add nice warning image to background of broken bgp sessions
A
html/images/warning-background.png
+1
M
html/pages/device/bgp.inc.php
+3
-3
📈 4 added
📉 3 removed
fixing mac accounting for bgp peers
M
html/pages/device/bgp.inc.php
+49
-57
📈 49 added
📉 57 removed
remove relative width for input boxes
📈 0 added
📉 0 removed
new snmp_walk function with basic logging. increments $runtime_stats
['snmpwalk'] for stats. should do timekeeping for debug?
M
includes/discovery/interfaces.php
+2
-12
M
includes/functions-poller.inc.php
+18
📈 20 added
📉 12 removed
drop temp- requirement, this is just to fool snmpd
M
includes/discovery/temperatures.php
+21
-24
📈 21 added
📉 24 removed
coding style on temp discovery
M
includes/discovery/temperatures.php
+205
-152
📈 205 added
📉 152 removed
fixing graphing code and graphing page
M
html/includes/print-device-graph.php
+9
M
html/pages/device/graphs.inc.php
+6
M
html/pages/device/graphs/cpu.inc.php
+3
-5
M
html/pages/device/graphs/hrprocesses.inc.php
+3
-3
M
html/pages/device/graphs/hrstorage.inc.php
+3
-3
M
html/pages/device/graphs/hrusers.inc.php
+3
-3
M
html/pages/device/graphs/laload.inc.php
+3
-6
M
html/pages/device/graphs/memory.inc.php
+3
-3
M
html/pages/device/graphs/netstats.inc.php
+26
-21
M
html/pages/device/graphs/os-bcm96348.inc.php
+13
-11
M
html/pages/device/graphs/os-fortigate.inc.php
+6
-4
M
html/pages/device/graphs/os-papouch-tme.inc.php
+1
-2
M
html/pages/device/graphs/os-powerconnect.inc.php
+3
-11
M
html/pages/device/graphs/os-procurve.inc.php
+5
-9
M
html/pages/device/graphs/os-screenos.inc.php
+6
-3
M
html/pages/device/graphs/os-snom.inc.php
+1
-1
M
html/pages/device/graphs/os-windows.inc.php
-5
M
html/pages/device/graphs/temperatures.inc.php
+1
-1
M
html/pages/device/graphs/uptime.inc.php
+1
-1
📈 96 added
📉 92 removed
update junos temp descs if needed
M
includes/discovery/temperatures.php
+4
📈 4 added
📉 0 removed
make sensor names a bit smaller
M
html/pages/device/overview/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
fix alternating row colours for collectd
M
html/css/styles.css
+4
M
html/pages/device/collectd.inc.php
+12
-2
📈 12 added
📉 2 removed
fix temperature code, makes junos m7i temps work in graphs tab too
M
html/includes/graphs/device_temperatures.inc.php
+31
-9
M
html/includes/graphs/temperature.inc.php
+1
-1
📈 32 added
📉 10 removed
css fixes
M
html/css/styles.css
+1
-2
M
html/pages/devices.php
+1
-1
📈 1 added
📉 1 removed
default to transparant rrds
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
use rrdtool_update()
everywhere instead of single rrdtool update lines, remove some dead code, and a bunch of coding style cleanups..
M
includes/functions.php
+137
-97
M
includes/polling/cisco-mac-accounting.inc.php
-1
M
includes/polling/device-catos.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+1
-4
📈 139 added
📉 103 removed
less forks, more spoons...
📈 1 added
📉 1 removed
fixing lits of bits of html removing borders, adding submit class to buttons
M
html/css/styles.css
+2
-1
M
html/pages/addhost.php
+1
-1
M
html/pages/bills.php
+1
-1
M
html/pages/delhost.php
+1
-1
M
html/pages/device/ciscosensors.inc.php
+4
-21
M
html/pages/device/health.inc.php
+1
-14
M
html/pages/device/syslog.inc.php
+1
-1
M
html/pages/device/vlans.inc.php
+6
-21
M
html/pages/devices.php
+1
-1
M
html/pages/interfaces.php
+1
-1
M
html/pages/inventory.php
+1
-1
M
html/pages/ipv4.php
+4
-21
M
html/pages/ipv6.php
+4
-19
M
html/pages/logon.inc
+2
-2
M
html/pages/preferences.php
+1
-1
M
html/pages/syslog.php
+1
-1
M
includes/discovery/temperatures.php
+1
M
process-syslog.php
-5
📈 31 added
📉 112 removed
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
whoops, remove debug print
M
html/pages/devices.php
-2
📈 0 added
📉 2 removed
2 bugfixes to devices page
M
html/pages/devices.php
+8
-6
📈 8 added
📉 6 removed
clean up devices php/html code and small bugfix
M
html/pages/devices.php
+100
-101
📈 100 added
📉 101 removed
copy junos.png
to junose.png
A
html/images/os/junose.png
+1
📈 1 added
📉 0 removed
prettyifying some things, fixing yellow border on vrf page boxes
M
html/css/styles.css
+20
A
html/images/submitbg.png
+1
A
html/images/textbg.png
+1
M
html/pages/device/vrfs.inc.php
+3
-18
M
html/pages/devices.php
+1
-1
M
html/pages/vrfs.php
+2
-19
📈 8 added
📉 38 removed
fixed display of cpu usage on junos - rm your rrd/*/junos-cpu.rrd
if it doesnt work..
A
html/includes/graphs/device_cpu_junos.inc.php
+25
M
includes/polling/device-junos.inc.php
+16
-15
📈 41 added
📉 15 removed
one less fork if no cpu usage could be read on junos (i.e. olive)
M
includes/polling/device-junos.inc.php
+8
-4
📈 8 added
📉 4 removed
use mysql_real_escape_string
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
one less fork per graph on a page, yay
📈 2 added
📉 2 removed
add units to temperature health page
M
html/pages/device/health/temp.inc.php
+2
-2
📈 2 added
📉 2 removed
small layout cleanup in temperature graph
M
html/includes/graphs/temperature.inc.php
+1
-1
📈 1 added
📉 1 removed
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
M
html/includes/graphs/bgp_updates.inc.php
+1
-1
M
html/includes/graphs/cbgp_prefixes.inc.php
+1
-1
M
html/includes/graphs/cempMemPool.inc.php
+1
-1
M
html/includes/graphs/cisco_entity_sensor.inc.php
+1
-1
M
html/includes/graphs/cmpMemPool.inc.php
+1
-1
M
html/includes/graphs/cpmCPU.inc.php
+1
-1
M
html/includes/graphs/customer_bits.inc.php
+2
-2
M
html/includes/graphs/device_bits.inc.php
+2
-2
M
html/includes/graphs/device_cpu_ios.inc.php
+1
-1
M
html/includes/graphs/device_cpu_unix.inc.php
+1
-1
M
html/includes/graphs/device_cpu_windows.inc.php
+1
-1
M
html/includes/graphs/device_hrstorage.inc.php
+1
-1
M
html/includes/graphs/device_memory_ios.inc.php
+2
-2
M
html/includes/graphs/device_temperatures.inc.php
+1
-1
M
html/includes/graphs/hrProcessor.inc.php
+1
-1
M
html/includes/graphs/hrstorage.inc.php
+1
-1
M
html/includes/graphs/mac_acc_bits.inc.php
+2
-2
M
html/includes/graphs/mac_acc_pkts.inc.php
+2
-2
M
html/includes/graphs/mac_acc_total.inc.php
+1
-1
M
html/includes/graphs/multi_bits_separate.inc.php
+1
-1
M
html/includes/graphs/multi_bits.inc.php
+2
-2
M
html/includes/graphs/pagp_bits.inc.php
+2
-2
M
html/includes/graphs/port_bits.inc.php
+2
-2
M
html/includes/graphs/port_errors.inc.php
+2
-2
M
html/includes/graphs/port_etherlike.inc.php
+2
-2
M
html/includes/graphs/port_nupkts.inc.php
+2
-2
M
html/includes/graphs/port_upkts.inc.php
+2
-2
M
html/includes/graphs/temperature.inc.php
+3
-5
M
html/includes/print-interface.inc.php
+1
-1
M
includes/common.php
+4
M
includes/polling/apachestats.inc.php
+1
-1
M
includes/polling/bgpPeer.inc.php
+2
-2
M
includes/polling/cisco-enhanced-mempool.inc.php
+1
-1
M
includes/polling/cisco-entity-sensors.inc.php
+1
-1
M
includes/polling/cisco-mac-accounting.inc.php
+1
-1
M
includes/polling/cisco-mempool.inc.php
+1
-1
M
includes/polling/cisco-poe.inc.php
+1
-1
M
includes/polling/cisco-processors.inc.php
+1
-1
M
includes/polling/device-netstats.inc.php
+1
-1
M
includes/polling/hr-mib_processor.inc.php
+1
-1
M
includes/polling/hr-mib_storage.inc.php
+2
-2
M
includes/polling/interfaces.inc.php
+1
-1
M
includes/polling/ipSystemStats.inc.php
+1
-1
M
includes/polling/port-etherlike.inc.php
+1
-1
M
includes/polling/ports.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+2
-3
📈 66 added
📉 65 removed
start of support for JunOSe
M
discovery.php
+4
A
includes/osdiscovery/discover-junose.php
+11
A
juniErxSystem.mi2
+2,031
A
mibs/juniErxSystem.mi2
+2,031
📈 2,046 added
📉 0 removed
allow as0 as local asn, to work around an apparent problem in junos 8.2R4.5
M
includes/discovery/bgp-peers.php
+2
-2
📈 2 added
📉 2 removed
fix missing } in debugging. bugs in the debugging code, hurray!
M
includes/discovery/bgp-peers.php
+1
-1
📈 1 added
📉 1 removed
even more debugging
M
includes/discovery/bgp-peers.php
+5
-2
📈 5 added
📉 2 removed
more debugging
M
includes/discovery/bgp-peers.php
+3
-1
📈 3 added
📉 1 removed
add a debugging line
M
includes/discovery/bgp-peers.php
+1
📈 1 added
📉 0 removed
fix descriptions for lmsensors with space in them
M
includes/discovery/temperatures.php
+1
-1
📈 1 added
📉 1 removed
fix some rewriting of interfaces. fix some other small things.
M
html/includes/print-interface.inc.php
+3
-3
M
html/pages/device/port/macaccounting.inc.php
+2
-2
M
includes/graphing.php
+3
-3
M
includes/polling/interfaces.inc.php
+1
-1
M
includes/polling/ports.inc.php
+4
-3
M
includes/rewrites.php
+11
-3
M
includes/static-config.php
+3
📈 27 added
📉 15 removed
add printers os group
M
includes/static-config.php
+2
📈 2 added
📉 0 removed
also in the subject line
M
includes/polling/bgpPeer.inc.php
+3
-3
📈 3 added
📉 3 removed
include astext on bgp notifications
M
includes/polling/bgpPeer.inc.php
+3
-3
📈 3 added
📉 3 removed
code cleanups
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
allow ignoring comments in rancid showconfig
M
config.php.default
+2
M
html/pages/device/showconfig.inc.php
+10
-1
📈 12 added
📉 1 removed
poll quagga on all unices, load device list into memory first
📈 5 added
📉 1 removed
fix rancid config tab
M
html/pages/device.php
+11
-11
📈 11 added
📉 11 removed
one shellexec down, 200 to go..
M
includes/polling/hr-mib_storage.inc.php
+1
-1
📈 1 added
📉 1 removed
improve junos mountpoint strings
M
includes/discovery/storage.php
+1
-1
📈 1 added
📉 1 removed
fix alignment/html typo on storage page
M
html/pages/storage.php
+1
-1
📈 1 added
📉 1 removed
add storage warning percentage in database even though we can't configure it from anywhere yet
M
database-update.sql
+1
-1
M
includes/polling/hr-mib_storage.inc.php
+5
-5
📈 6 added
📉 6 removed
fix dell laser printer portnames
M
includes/static-config.php
+1
📈 1 added
📉 0 removed
set ignore as default for loopback/removeable and network mounts
M
config.php.default
+2
-2
📈 2 added
📉 2 removed
speedups to syslog page, caching of device_id
M
html/includes/print-syslog.inc
+5
-2
M
html/pages/front/default.php
+4
-1
M
html/pages/front/demo.php
+2
-2
M
html/pages/syslog.php
+4
-1
M
includes/functions.php
+11
M
includes/syslog.php
+14
-8
📈 40 added
📉 14 removed
Also discover bgp on Linux boxes, this works with quagga's smux snmp plugin using bgp4-mib
M
discovery.php
+6
M
includes/discovery/bgp-peers.php
+1
-1
📈 7 added
📉 1 removed
also allow ignoring network mounts
M
config.php.default
+1
M
includes/discovery/storage.php
+1
📈 2 added
📉 0 removed
allow ignoring of removable disks - this includes loopmounts on linux at least, so we get rid of all those pesky 100% storages
M
config.php.default
+1
M
includes/discovery/storage.php
+1
📈 2 added
📉 0 removed
remove windows line endings
M
html/includes/print-menubar.php
±0
📈 0 added
📉 0 removed
optional printers type in devices menu
M
config.php.default
+1
M
discovery.php
+5
M
html/includes/print-menubar.php
+8
M
html/pages/device/edit.inc.php
+2
📈 16 added
📉 0 removed
nicer uptime display for 1 day
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
basic dell laserprinter support
M
DEVELOPING
+2
A
html/images/os/dell-laser.png
+1
A
includes/osdiscovery/discover-dell-laser.php
+10
A
includes/polling/device-dell-laser.inc.php
+8
M
includes/static-config.php
+1
📈 22 added
📉 0 removed
fix windows uptime
M
includes/polling/hr-mib.inc.php
+2
📈 2 added
📉 0 removed
fix crappy code for 32-bit systems
M
includes/polling/device-netstats.inc.php
+11
-4
M
includes/polling/ports.inc.php
+1
-1
📈 12 added
📉 5 removed
make sure to unset $peerhost
if no match, else will match previous entry in the table (durr)
M
html/pages/device/bgp.inc.php
+6
-5
📈 6 added
📉 5 removed
fix some errors displaying peer hostname and link on /device/*/bgp/ page. split ipv4/ipv6 sql into 2 queries.
M
html/pages/device/bgp.inc.php
+23
-4
📈 23 added
📉 4 removed
fix up dropdowns on interfaces page as well
M
html/pages/interfaces.php
+12
-6
📈 12 added
📉 6 removed
update eventlog on temperature over threshold
M
includes/polling/temperatures.inc.php
+1
📈 1 added
📉 0 removed
allow addhost to use default community and snmp version
📈 5 added
📉 2 removed
try 5 times to get a valid temperature, Papouch TME sometimes returns 999.9
- refactor temp polling code a little bit
M
includes/polling/temperatures.inc.php
+14
-10
📈 14 added
📉 10 removed
make sure selection of dropdown boxes on devices page is not empty
M
html/pages/devices.php
+52
-33
📈 52 added
📉 33 removed
set version for Windows XP
M
includes/polling/device-windows.inc.php
+1
📈 1 added
📉 0 removed
enable hiding of services on menu bar if wanted
M
config.php.default
+1
M
html/includes/print-menubar.php
+7
📈 8 added
📉 0 removed
alert flag on temperature page in case of over liit
M
html/pages/temperatures.php
+19
-16
📈 19 added
📉 16 removed
upon discovery, insert correct temps for devices with precision <> 1
M
includes/discovery/temperatures.php
+2
-2
📈 2 added
📉 2 removed
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
M
config.php.default
+4
M
includes/discovery/temperatures.php
+14
-12
M
includes/polling/temperatures.inc.php
+1
-1
📈 19 added
📉 13 removed
test
📈 1 added
📉 1 removed
test
📈 1 added
📉 1 removed
test
📈 1 added
📉 1 removed
nonsense change for test
📈 1 added
📉 1 removed
another nonsense commit
📈 1 added
📉 1 removed
nonsense commit =)
📈 1 added
📉 1 removed
three part version number.
📈 1 added
📉 1 removed
mention twitter and svn page
📈 3 added
📉 0 removed
remove a line
📈 0 added
📉 4 removed
fix HC counters decision code, ignore if zero. (thanks Petr Hromadko!)
M
html/pages/devices.php
-1
M
includes/polling/ports.inc.php
+1
-1
📈 1 added
📉 2 removed
global map page almost there ;)
📈 13 added
📉 6 removed
fix svn db reloading
📈 1 added
📉 1 removed
supermicro temp monitor install docs
📈 7 added
📉 0 removed
some installation notes added
📈 35 added
📉 0 removed
more fixes
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
fix snmp cache value functions
M
includes/functions-poller.inc.php
+3
-3
📈 3 added
📉 3 removed
more warning cleanups
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
warning fixes + bug fix resulting from these stricter checks in juniper v6
discovery
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
more warning fixes
M
html/includes/print-menubar.php
+3
-3
📈 3 added
📉 3 removed
fix dbschema table
M
database-update.sql
+2
-1
📈 2 added
📉 1 removed
rewrote shorthost function, made some php warnings go away (when using 'use strict' equivalent ;)
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
ldap access filtering by group
M
config.php.default
+3
-2
M
html/includes/authenticate.inc
+14
-4
📈 17 added
📉 6 removed
only run database schema update when running svn and actually have something to update
M
database-update.sql
+1
M
discovery.php
+21
-2
📈 22 added
📉 2 removed
bye yellow border on interfaces page
M
html/pages/interfaces.php
+2
-19
📈 2 added
📉 19 removed
added space in bgp notification mail subject
M
includes/polling/bgpPeer.inc.php
+2
-2
📈 2 added
📉 2 removed
lm-sensors support + precision in temperature poller instead of tenths
M
database-update.sql
+3
-1
M
includes/discovery/temperatures.php
+37
-4
M
includes/polling/temperatures.inc.php
+4
📈 44 added
📉 5 removed
default configured frontpage to default.php
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
ignore peers not yet polled
M
html/pages/front/default.php
+2
-2
📈 2 added
📉 2 removed
some docs updates
M
CHANGELOG
+10
-2
A
DEVELOPING
+18
M
README
+1
-1
📈 29 added
📉 3 removed
add uptime graph for papouch tme
A
html/pages/device/graphs/os-papouch-tme.inc.php
+5
📈 5 added
📉 0 removed
update TME description
M
includes/discovery/temperatures.php
+6
-1
📈 6 added
📉 1 removed
woops, fill out temp oid for TME, temp graphing now supported, yay
M
includes/discovery/temperatures.php
+1
📈 1 added
📉 0 removed
fix Papouch TME tenths + linux sensor support
M
includes/discovery/temperatures.php
+4
-4
📈 4 added
📉 4 removed
remove module use from tme
M
includes/discovery/temperatures.php
+2
-2
M
includes/polling/temperatures.inc.php
-3
📈 2 added
📉 5 removed
die papouch, with your broken MIB
📈 0 added
📉 0 removed
die papouch, with your broken MIB
D
mibs/Papouch-SMI.mib
-54
📈 0 added
📉 0 removed
fix junos temperatures + add papouch tme
M
includes/discovery/temperatures.php
+19
-2
📈 19 added
📉 2 removed
Papouch TME MIBs
A
mibs/Papouch-SMI.mib
+61
A
mibs/TMESNMP2.mib
+77
📈 0 added
📉 0 removed
use snmpwalk instead of bulkwalk on v1
devices, in arp table
M
includes/discovery/arp-table.php
+1
-1
📈 1 added
📉 1 removed
allow dash in OS name
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
Papouch TME (Ethernet Thermometer) OS discovery support
A
includes/osdiscovery/discover-papouch-tme.php
+10
📈 10 added
📉 0 removed
arp page html fixies
M
html/pages/device/port/arp.inc.php
+8
-8
📈 8 added
📉 8 removed
yellow borders be gone
M
html/pages/device/interface.inc.php
+3
-21
📈 3 added
📉 21 removed
move arp table polling out of cisco mac accounting file, this works on other devices as well - tested on linux/net-snmp and junos
M
discovery.php
+2
A
includes/discovery/arp-table.php
+63
M
includes/discovery/cisco-mac-accounting.php
-61
📈 65 added
📉 61 removed
notify()
test + indent cleanup + html cleanup
M
includes/functions.php
+45
-36
M
poll-device.php
+1
-2
📈 46 added
📉 38 removed
fixes
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
html fixies in top bar
M
html/includes/print-menubar.php
+43
-50
📈 43 added
📉 50 removed
permissions for /bgp
M
html/pages/bgp.php
+48
-42
📈 48 added
📉 42 removed
stupid junifail
D
mibs/mib-rfc2851.txt
-308
📈 0 added
📉 0 removed
die
📈 0 added
📉 0 removed
mail/eventlog on bgp up/down/flap
M
includes/polling/bgpPeer.inc.php
+21
-1
📈 21 added
📉 1 removed
fix semicolon in cisco-processors
M
includes/discovery/cisco-processors.php
+1
-1
📈 1 added
📉 1 removed
fix database update script
M
database-update.sql
+4
-3
📈 4 added
📉 3 removed
show svn revision in footer, when checked out from svn
📈 8 added
📉 1 removed
fix cron scripts a bit
M
scripts/cron-hourly.sh
+2
-5
M
scripts/cron.sh
+4
-8
📈 6 added
📉 13 removed
Cisco 1912 support (yay for dinosours) - number of fixes to be able to support snmp v1
, bulkwalk doesnt work
A
html/images/os/cat1900.png
+2
M
includes/discovery/interfaces.php
+1
-1
M
includes/functions-poller.inc.php
+7
-7
A
includes/osdiscovery/discover-cat1900.php
+10
A
includes/polling/device-cat1900.inc.php
+8
M
includes/polling/interfaces.inc.php
+1
-1
📈 29 added
📉 9 removed
html fixes on locations page
M
html/includes/topnav.inc
-1
M
html/pages/locations.php
+11
-14
📈 11 added
📉 15 removed
add svn ignore settings
📈 0 added
📉 0 removed
juniper bgp mib
A
mibs/BGP4-V2-MIB-JUNIPER.mib
+4,226
📈 0 added
📉 0 removed
forgotten dell mib
📈 0 added
📉 0 removed
forgot to commit this a while back, CPU graph for powerconnect devices
A
html/includes/graphs/device_cpu_powerconnect.inc.php
+25
📈 25 added
📉 0 removed
working favicon in default config
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
html fix
📈 37 added
📉 39 removed
html fixes
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
ignore physical entity inventory if the hardware doesn't say what they are - HI DELL
M
includes/discovery/entity-physical.inc.php
+39
-37
📈 39 added
📉 37 removed
further align the top up/down/ignored overview
M
html/includes/topnav.inc
+18
-13
📈 18 added
📉 13 removed
add table headers to bgp page
M
html/pages/bgp.php
+3
-1
📈 3 added
📉 1 removed
cache astext to reduce number of dns queries
M
includes/functions.php
+12
-4
📈 12 added
📉 4 removed
but no red on the alerts page, since they'd all be red
M
html/pages/bgp.php
+1
-1
📈 1 added
📉 1 removed
make broken bgp sessions red (again?) on the global bgp page
M
html/pages/bgp.php
+1
-1
📈 1 added
📉 1 removed
fixed bgp consolidation code
M
includes/discovery/bgp-peers.php
+41
-36
M
includes/polling/bgpPeer.inc.php
+1
-1
📈 42 added
📉 37 removed
now recognizes devices by v6
ip on the device bgp table page as well + code cleanups
M
html/pages/device/bgp.inc.php
+8
-5
📈 8 added
📉 5 removed
refactored bgp discovery
M
includes/discovery/bgp-peers.php
+83
-77
📈 83 added
📉 77 removed
more rewritten links
M
html/includes/print-menubar.php
+3
-3
📈 3 added
📉 3 removed
some html fixes
M
html/index.php
+4
-4
M
html/pages/logon.inc
+10
-8
📈 14 added
📉 12 removed
update peer AS on discovery for already known peers
M
includes/discovery/bgp-peers.php
+2
-2
📈 2 added
📉 2 removed
fix
M
includes/discovery/cisco-processors.php
+16
-1
📈 16 added
📉 1 removed
small updates fix uptime display
M
database-update.sql
+1
-1
M
html/pages/devices.php
+1
-1
📈 2 added
📉 2 removed
show uptime, not (yet?) using the attribs part for uptime...
M
html/pages/devices.php
+1
-1
📈 1 added
📉 1 removed
only single lines between a host and its interfaces
📈 10 added
📉 2 removed
authentication check on the map file now
📈 54 added
📉 47 removed
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
📈 71 added
📉 63 removed
allow editing of community on device tab, fix yellow border on bgp page
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
removing yellow edges
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
allow for custom ASN textual descriptions
M
config.php.default
+4
M
includes/functions.php
+12
-3
📈 16 added
📉 3 removed
fix astext for ipv4 bgp peers, oops.
M
includes/discovery/bgp-peers.php
+1
-1
📈 1 added
📉 1 removed
remove yellow shade around logon window
M
html/includes/functions.inc.php
+2
-2
M
html/pages/logon.inc
+4
-17
📈 6 added
📉 19 removed
fix to syslog page
M
html/pages/device/syslog.inc.php
+1
-3
📈 1 added
📉 3 removed
updates
M
html/pages/device/collectd.inc.php
+2
-20
M
html/pages/device/syslog.inc.php
+9
-21
📈 11 added
📉 41 removed
fix yellow border around devices selector as well
M
html/includes/functions.inc.php
+2
-2
M
html/pages/devices.php
+3
-19
📈 5 added
📉 21 removed
fix yellow border in device health page
M
html/pages/device/health.inc.php
+22
-27
📈 22 added
📉 27 removed
fix broken button
M
html/pages/device.php
+1
-1
📈 1 added
📉 1 removed
fix collectd default config
M
config.php.default
+1
-1
📈 1 added
📉 1 removed
fix newlines in 2 polling files
M
includes/polling/hr-mib_storage.inc.php
+1
-1
M
includes/polling/temperatures.inc.php
+1
-1
📈 2 added
📉 2 removed
more html fixes - yes, Adam, I'm anal like that ;-)
M
html/pages/device.php
+76
-98
M
includes/functions.php
+4
-4
📈 80 added
📉 102 removed
html cleanups
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
some code and html cleanups
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
fixed the interface display in event log, plus some html fixes
M
html/includes/print-event.inc
+10
-15
M
html/pages/device/events.inc.php
+3
-3
M
html/pages/eventlog.php
+2
-2
M
includes/common.php
+6
📈 21 added
📉 20 removed
fix ifnamedescr in short event log (hopefully)
M
html/includes/print-event-short.inc
+1
-1
📈 1 added
📉 1 removed
fixup graph code and html
M
html/pages/device/graphs.inc.php
+41
-118
📈 41 added
📉 118 removed
really fixed v6
bgp on juniper now, yay
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
oops, fixed ipv62snmp()
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
correct count, variable i was used in other places, skewing the counter at the end
📈 3 added
📉 3 removed
err, right
M
html/pages/device/graphs/os-bcm96348.inc.php
+2
M
html/pages/device/graphs/os-fortigate.inc.php
+2
M
html/pages/device/graphs/os-powerconnect.inc.php
+2
M
html/pages/device/graphs/os-procurve.inc.php
+2
M
html/pages/device/graphs/os-screenos.inc.php
+2
M
html/pages/device/graphs/os-snom.inc.php
+2
📈 12 added
📉 0 removed
move graphs code into separate files per OS
A
html/pages/device/graphs/os-bcm96348.inc.php
+12
A
html/pages/device/graphs/os-fortigate.inc.php
+9
A
html/pages/device/graphs/os-powerconnect.inc.php
+11
A
html/pages/device/graphs/os-procurve.inc.php
+9
A
html/pages/device/graphs/os-screenos.inc.php
+11
A
html/pages/device/graphs/os-snom.inc.php
+2
📈 54 added
📉 0 removed
fix junos graphs tab
M
html/pages/device/graphs/os-junos.inc.php
+4
-4
📈 4 added
📉 4 removed
added hrdevice browser page (initial)
M
html/pages/device.php
+8
-2
A
html/pages/device/hrdevice.inc.php
+37
📈 45 added
📉 2 removed
remove debug print in eventlog()
M
includes/functions.php
-1
📈 0 added
📉 1 removed
ipv6 sessions (at least on juniper) now also can go into alert
M
html/pages/bgp.php
+1
-1
📈 1 added
📉 1 removed
Ignore failed temperature readings, though they will probably still be inserted as 0 degrees
M
includes/polling/temperatures.inc.php
+1
-1
📈 1 added
📉 1 removed
fix
M
includes/functions-poller.inc.php
+1
-1
📈 1 added
📉 1 removed
fix map
📈 2 added
📉 6 removed
minor code cleanup, change queries to eventlog table to eventlog()
function
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
M
discovery.php
+4
-2
M
html/map.php
+6
-2
M
includes/functions-poller.inc.php
+2
-1
📈 12 added
📉 5 removed
M
includes/functions.php
+1
-1
📈 1 added
📉 1 removed
woops, broke host 'up' a few commits back...
📈 1 added
📉 1 removed
smaller ipv6 addresses on overview page
M
html/pages/front/default.php
+1
-1
📈 1 added
📉 1 removed
tooltip with full text over asn in bgp session on frontpage
M
html/pages/front/default.php
+1
-1
📈 1 added
📉 1 removed
frontpage overview now also using ifnamedescr()
M
html/pages/front/default.php
+2
-1
📈 2 added
📉 1 removed
use
ifNameDescr in map, so powerconnect has useful interface names, remove powerconnect from ifdescr whitelist
M
html/map.php
+10
-13
M
includes/rewrites.php
+2
-2
M
includes/static-config.php
-1
📈 12 added
📉 16 removed
ehh, i broke polling a bit, i think i fixed it now?
📈 10 added
📉 9 removed
really fix up/down issue
📈 8 added
📉 12 removed
Device status changes now are processed correctly, and report down in the eventlog as well
📈 1 added
📉 0 removed
better lldp/cdp discovery output
M
includes/discovery/cdp-lldp.inc.php
+2
-35
📈 2 added
📉 35 removed
tiny bit less confusing link discovery output
M
includes/discovery/cdp-lldp.inc.php
+2
📈 2 added
📉 0 removed
avoid error on ldap bind when session has expired
M
html/includes/authenticate.inc
+22
-19
📈 22 added
📉 19 removed
LLDP support! Only tested on Procurve 2626 and Powerconnect 5324 but seems to work.
M
discovery.php
+2
-1
A
includes/discovery/cdp-lldp.inc.php
+160
D
includes/discovery/cisco-cdp.inc.php
-98
M
includes/functions-poller.inc.php
+21
-2
📈 183 added
📉 101 removed
replace recently committed duration()
by already existing format_uptime()
M
includes/functions.php
-22
M
poll-device.php
+1
-1
📈 1 added
📉 23 removed
fix for cdp where hostname != sysname
M
includes/discovery/cisco-cdp.inc.php
+4
-4
📈 4 added
📉 4 removed
powerconnect cpu :>
M
html/pages/device/graphs.inc.php
+15
M
includes/polling/device-powerconnect.inc.php
+23
A
mibs/RADLAN-MIB.txt
+6,844
A
mibs/rfc1442v.smi
+43
A
mibs/rfc1451.mi1
+130
A
mibs/rlmng.mib
+169
📈 38 added
📉 0 removed
remove old stupid nagios crap
📈 0 added
📉 0 removed
vlan fixes (sid3windr)
M
includes/discovery/cisco-vlans.php
+5
-3
M
includes/discovery/q-bridge-mib.php
+7
-6
📈 12 added
📉 9 removed
M
discovery.php
+3
-2
A
includes/discovery/q-bridge-mib.php
+57
📈 60 added
📉 2 removed
sid3windr updates!
M
database-update.sql
+2
M
html/pages/ipv4.php
+9
-9
M
html/pages/logon.inc
+41
-40
M
html/pages/temperatures.php
+10
-3
M
includes/discovery/bgp-peers.php
+2
-2
M
includes/discovery/storage.php
+1
-1
M
includes/functions.php
+11
M
includes/polling/device-unix.inc.php
+3
-1
📈 79 added
📉 56 removed
sid3windr fixes!
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
fix
M
html/includes/authenticate.inc
+2
-4
📈 2 added
📉 4 removed
sid3windr fixes
M
includes/discovery/ipv6-addresses.php
+1
-1
M
includes/functions.php
+2
-3
📈 3 added
📉 4 removed
fixes
M
includes/discovery/ipv6-addresses.php
-34
M
includes/functions.php
+36
📈 36 added
📉 34 removed
ipv6-mib support
M
includes/discovery/bgp-peers.php
+3
-6
M
includes/discovery/ipv6-addresses.php
+55
-31
M
includes/functions.php
+17
M
includes/polling/bgpPeer.inc.php
+1
-5
📈 76 added
📉 42 removed
update to 2010. versioning now <major>.<year>.<month>.<minor revision>
M
html/index.php
+1
-1
M
includes/static-config.php
+1
-1
📈 2 added
📉 2 removed
updates to temperature display on overview
M
html/includes/graphs/temperature.inc.php
-1
M
html/pages/device/overview/temperatures.inc.php
+13
-5
📈 13 added
📉 6 removed