December
November
October
September
August
July
June
May
April
March
February
January
December 2013
Date is wrong. Has been wrong all year.
Showing the first 30 paths; 140 more are omitted from this static page.
M add_device.php +1 -1
M adduser.php +1 -1
M alerter.php +1 -1
M alerts.php +1 -1
M billing-calculate.php +1 -1
M check-errors.php +1 -1
M check-services.php +1 -1
M delete_device.php +1 -1
M discovery.php +1 -1
M html/ajax_entitypopup.php +1 -1
M html/ajax_listports.php +1 -1
M html/ajax_poller_status.php +1 -1
M html/ajax_search.php +1 -1
M html/api.php +1 -1
M html/bandwidth-graph.php +1 -1
M html/billing-graph.php +1 -1
M html/data.php +1 -1
M html/graph.php +1 -1
M html/images/icons/vmwaretools.png +1 -1
M html/includes/alerting-navbar.inc.php +2 -2
M html/includes/api/errorcodes.inc.php +1 -1
M html/includes/api/functions.inc.php +1 -1
M html/includes/api/module.billing.inc.php +1 -1
M html/includes/api/module.demo.inc.php +1 -1
M html/includes/api/module.inventory.inc.php +1 -1
M html/includes/api/module.packages.inc.php +1 -1
M html/includes/authentication/ldap.inc.php +1 -1
M html/includes/functions.inc.php +1 -1
M html/includes/print-interface.inc.php +1 -1
M html/includes/print/addresses.inc.php +1 -1
📈 182 added
📉 182 removed
Fix LLDP juniper links to use correct
ifIndex (probably)
M includes/discovery/discovery-protocols.inc.php +1 -1
📈 1 added
📉 1 removed
Add vyatta to UNIX group. It's just quagga on linux.
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
protocol agnostic scripts/icons for google map on front page
M html/pages/front/default.php +3 -3
📈 3 added
📉 3 removed
M includes/polling/bgp-peers.inc.php +1 -1
📈 1 added
📉 1 removed
Add support for graphing VMWare's memory and CPU resource allocations within a virtual machine. Uses vmwaretools UNIX agent script.
A html/images/icons/vmwaretools.png +241
A html/includes/graphs/application/vmwaretools_cpu.inc.php +34
A html/includes/graphs/application/vmwaretools_mem.inc.php +64
A html/pages/device/apps/vmwaretools.inc.php +15
A includes/polling/applications/vmwaretools.inc.php +56
A scripts/agent-local/vmwaretools +46
📈 215 added
📉 0 removed
Add discovery support for buffalo terastation
A html/images/os/buffalo.png +1
M includes/definitions/os.inc.php +6
A includes/discovery/os/terastation.inc.php +8
A includes/polling/os/terastation.inc.php +10
📈 24 added
📉 0 removed
Minor: fix syslog priorities filter on front page
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
Medium: Fix LDAP user list query so we can assign entities to users again. Broken after migration of auth_ldap_group to array.
M html/includes/authentication/ldap.inc.php +16 -4
📈 16 added
📉 4 removed
M includes/discovery/functions.inc.php +15 -13
M includes/polling/system.inc.php +9 -9
📈 24 added
📉 22 removed
Minor: some more consistency in alerter operands, also add 'is' as alias for 'equals'
M includes/alerts.inc.php +21 -10
📈 21 added
📉 10 removed
Minor: prevent accidental reloads on the help icons of the alert checker creation page
M html/pages/add_alert_check.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: 1 GUDE PDU MIB got lost for commit r4843
A mibs/gude/GUDEADS-PDU8310-MIB +449
📈 0 added
📉 0 removed
New: rewritten OS polling module for APC/
PowerNet-MIB , more serial numbers and hardware versions detected now
M includes/polling/os/apc.inc.php +25 -74
📈 25 added
📉 74 removed
New: Add support for GUDE PDU and EPC devices (sponsored by ISP Solutions SA, Switzerland)
A html/images/os/gude.png +1
M includes/definitions/os.inc.php +23
A includes/discovery/sensors/gudeads-epc2x6-mib.inc.php +25
A includes/discovery/sensors/gudeads-epc8x-mib.inc.php +55
A includes/discovery/sensors/gudeads-pdu8110-mib.inc.php +60
A includes/discovery/sensors/gudeads-pdu8310-mib.inc.php +77
A includes/polling/os/gude-epc.inc.php +25
A includes/polling/os/gude-pdu.inc.php +23
A mibs/gude
A mibs/gude/GUDEADS-EPC24X-MIB +205
A mibs/gude/GUDEADS-EPC2X6-MIB +517
A mibs/gude/GUDEADS-EPC8X-MIB +547
A mibs/gude/GUDEADS-PDU8110-MIB +313
📈 288 added
📉 0 removed
Attempt to fix mac accounting graphs
M html/pages/device/port/macaccounting.inc.php +1 -1
📈 1 added
📉 1 removed
📈 0 added
📉 0 removed
Security: htmlspecialchars() the WMI configuration variables
M html/pages/device/edit/wmi.inc.php +4 -4
📈 4 added
📉 4 removed
New: Allow for configurable Unix Agent port per device
M html/pages/device/edit.inc.php +4
A html/pages/device/edit/agent.inc.php +60
M includes/polling/unix-agent.inc.php +13 -5
📈 77 added
📉 5 removed
Security:
htmlspecialchars() more user/device-supplied input (location,
sysName )
M html/includes/functions.inc.php +3 -3
M html/includes/hostbox.inc.php +2 -2
M html/includes/navbar.inc.php +3 -3
M html/includes/print/device.inc.php +1 -1
M html/includes/print/status.inc.php +6 -6
M html/pages/devices.inc.php +3 -3
📈 18 added
📉 18 removed
Security: Add
htmlspecialchars() around output of some user-supplied input fields, avoiding HTML/Javascript injection. Also don't escape custom
sysLocation twice.
M html/includes/hostbox-basic.inc.php +1 -1
M html/includes/hostbox.inc.php +1 -1
M html/pages/device/edit/alerts.inc.php +1 -1
M html/pages/device/edit/device.inc.php +5 -5
M html/pages/device/edit/ipmi.inc.php +4 -4
M html/pages/device/edit/snmp.inc.php +7 -7
M html/pages/device/edit/ssh.inc.php +25 -19
📈 44 added
📉 38 removed
Prevent username or password being used in URLs from vars array
M html/includes/functions.inc.php +4 -1
📈 4 added
📉 1 removed
Minor: Always show rDNS on BGP page when we can't find a matching device
M html/pages/device/routing/bgp.inc.php +1 -2
M html/pages/routing/bgp.inc.php +2 -1
📈 3 added
📉 3 removed
Minor: Process reverse DNS of BGP peers at discovery time to speed up BGP page rendering
M html/pages/device/routing/bgp.inc.php +9 -1
M html/pages/routing/bgp.inc.php +1 -2
M includes/discovery/bgp-peers.inc.php +4 -2
A update/114.sql +1
📈 14 added
📉 5 removed
Minor: recognize more ADVA devices
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
LDAP auth for API
M html/includes/api/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Allow custom_shorthost() function to be used to shorten hostnames, put custom_shorthost() in includes/custom.inc.php
M includes/common.php +5 -1
M includes/functions.php +7
📈 12 added
📉 1 removed
device_id -> device
M includes/alerts.inc.php +2 -2
📈 2 added
📉 2 removed
Fix display 100% in percent bar.
M html/includes/functions.inc.php +2 -2
📈 2 added
📉 2 removed
Add eq, ne, gt and lt to alert testing code
M includes/alerts.inc.php +4
📈 4 added
📉 0 removed
Add IPv6 bits to default xinetd file
M scripts/observium_agent_xinetd +2 -2
📈 2 added
📉 2 removed
Fix alert_until_ok resetting.
M html/includes/graphs/common.inc.php +2
M html/includes/print/alert.inc.php +1 -1
M includes/alerts.inc.php +2 -2
📈 5 added
📉 3 removed
Add checkbox and editing code to enable "ignore_until_ok" on alert entry page.
M html/pages/device/alert.inc.php +41 -10
M html/pages/device/edit/ports.inc.php +2 -1
M includes/rewrites.php +1 -1
📈 44 added
📉 12 removed
Rename print_search_simple() to print_search(). Added get_form_element() for generate form elements.
M html/includes/functions.inc.php +1 -1
D html/includes/print/search_simple.inc.php -251
A html/includes/print/search.inc.php +268
M html/index.php +1 -1
M html/pages/bills/search.inc.php +1 -1
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/device/logs/syslog.inc.php +1 -1
M html/pages/device/port/arp.inc.php +1 -1
M html/pages/device/ports/arp.inc.php +1 -1
M html/pages/device/ports/fdb.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/eventlog.inc.php +1 -1
M html/pages/graphs.inc.php +1 -1
M html/pages/inventory.inc.php +1 -1
M html/pages/routing/bgp.inc.php +30 -17
M html/pages/search/arp.inc.php +1 -1
M html/pages/search/fdb.inc.php +1 -1
M html/pages/search/ipv4.inc.php +1 -1
M html/pages/search/ipv6.inc.php +1 -1
M html/pages/search/mac.inc.php +1 -1
M html/pages/syslog.inc.php +1 -1
📈 316 added
📉 286 removed
Add database field and some UI elements for "ignore until recovered".
M html/pages/device/alert.inc.php +8 -7
M includes/alerts.inc.php +7
M includes/rewrites.php +2 -2
A update/113.sql +1
📈 17 added
📉 9 removed
Don't show alert message header generated from <title> prefix. It's useless now.
M includes/alerts.inc.php +1 -1
📈 1 added
📉 1 removed
Make alert entry table rows clickable.
M html/includes/print/alert.inc.php +2 -1
📈 2 added
📉 1 removed
add icon to reach alert entry page from alert entries list
M html/includes/print/alert.inc.php +2 -1
📈 2 added
📉 1 removed
alerts page to show down/delay/suppressed as default and allow switching to all
M html/includes/print/alert.inc.php +3 -4
M html/pages/alerts.inc.php +10 -6
📈 13 added
📉 10 removed
entity/device match wrapped in <code> and some cosmetic css tweaks to pre/table-condensed-more
M html/css/bootstrap.css +2 -2
M html/css/bootstrap/less/progress-bars.less +2 -2
M html/css/bootstrap/less/tables.less +1 -1
M html/pages/alert_checks.inc.php +6 -7
📈 6 added
📉 7 removed
Additions to alerting system UI. Show only alarmed alerts as default.
M html/css/bootstrap.css +1
M html/css/bootstrap/less/wells.less +6
M html/css/bootstrap/less/wells3.less +6
M html/includes/print/syslogs.inc.php +9 -9
M html/pages/alert_check.inc.php +2 -2
M html/pages/alerts.inc.php +1
M html/pages/device.inc.php +2
A html/pages/device/alert.inc.php +106
M includes/alerts.inc.php +2 -2
M includes/rewrites.php +5
📈 127 added
📉 13 removed
Add recovery alerts. Probably. Change alert duration to be from it first failing, rather than from when it first was allowed to alert.
M includes/alerts.inc.php +81 -5
📈 81 added
📉 5 removed
add last_failed to alert_table-state table to allow us to give a duration for recovered alerts
📈 0 added
📉 0 removed
add last_recovered and has_alerted fields to alert_table-state table
📈 0 added
📉 0 removed
hoi hamstertje!
📈 6 added
📉 1 removed
Make entity/device links in alert emails clickable (requires web_url set in config, defaults to http://localhost:80/)
M alerter.php +3
M html/includes/functions.inc.php +3
M includes/defaults.inc.php +2
📈 8 added
📉 0 removed
Minor: discovery code cleanups
Showing the first 30 paths; 11 more are omitted from this static page.
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/mempools/hh3c.inc.php +2 -2
D includes/discovery/os/microsens.inc.php -10
M includes/discovery/processors/hh3c.inc.php +3 -3
M includes/discovery/sensors/areca-snmp-mib.inc.php +10 -10
M includes/discovery/sensors/asyncos-mail-mib.inc.php +10 -10
M includes/discovery/sensors/carel-ug40cdz-mib.inc.php -1
M includes/discovery/sensors/cisco-envmon-mib.inc.php +10 -10
M includes/discovery/sensors/dell-rac-mib.inc.php +10 -10
M includes/discovery/sensors/dell-vendor-mib.inc.php +11 -11
M includes/discovery/sensors/deltaups-mib.inc.php +11 -11
M includes/discovery/sensors/eqlmember-mib.inc.php +10 -10
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +10 -10
M includes/discovery/sensors/gamatronic-mib.inc.php +10 -10
M includes/discovery/sensors/ipomanii-mib.inc.php +12 -11
M includes/discovery/sensors/juniper-dom-mib.inc.php +10 -10
M includes/discovery/sensors/juniper-mib.inc.php +10 -10
M includes/discovery/sensors/juniper-system-mib.inc.php +10 -10
M includes/discovery/sensors/lcos-mib.inc.php +1 -1
M includes/discovery/sensors/lm-sensors-mib.inc.php +10 -10
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +10 -10
M includes/discovery/sensors/mikrotik-mib.inc.php +10 -10
M includes/discovery/sensors/ns-root-mib.inc.php +10 -10
M includes/discovery/sensors/nscrtv-root.inc.php +10 -10
M includes/discovery/sensors/p8510-mib.inc.php +10 -10
M includes/discovery/sensors/papouch-smi.inc.php +11 -11
M includes/discovery/sensors/pdu-mib.inc.php +10 -10
M includes/discovery/sensors/powernet-mib.inc.php +49 -50
M includes/discovery/sensors/radlan-hwenviroment.inc.php +10 -10
M includes/discovery/sensors/roomalert24e-mib.inc.php +10 -13
📈 400 added
📉 414 removed
Minor: code cleanups
M html/includes/functions.inc.php +43 -59
📈 43 added
📉 59 removed
Minor: make auth failures more prominent and clear on the logon page; they were somewhat obscured by our awesome hamster.
M html/pages/logon.inc.php +2 -2
📈 2 added
📉 2 removed
Minor: move list of translated toner colours to definitions array instead of if/else/else/else code. Make toner device overview heading clickable like the others.
M html/includes/functions.inc.php +14 -8
M html/pages/device/overview/mempools.inc.php +12 -1
M html/pages/device/overview/toner.inc.php +14 -2
M includes/definitions.inc.php +6
📈 46 added
📉 11 removed
November 2013
Minor: Multiple LDAP groups now accepted for access to Observium, config variable auth_ldap_group is now an array. (OBSERVIUM-603)
M html/includes/authentication/ldap.inc.php +31 -16
M html/includes/functions.inc.php -2
M includes/defaults.inc.php +2 -2
M includes/definitions.inc.php +3 -4
📈 36 added
📉 24 removed
Remove old unused config directive 'mibdir'
M includes/definitions.inc.php -1
M includes/polling/os/fortigate.inc.php +1 -1
M includes/polling/os/speedtouch.inc.php +1 -1
📈 2 added
📉 3 removed
Move some more MIBs to separate MIB directories, clean up duplicate MIB files, small code tweaks
Showing the first 30 paths; 96 more are omitted from this static page.
M includes/discovery/mempools/powerconnect-cpu.inc.php +3 -2
M includes/discovery/processors/powerconnect.inc.php +2 -2
M includes/discovery/sensors/dell-rac-mib.inc.php +2 -2
M includes/discovery/sensors/dell-vendor-mib.inc.php +2 -2
M includes/discovery/sensors/mib-dell-10892.inc.php +15 -16
M includes/discovery/sensors/zyxel-as-mib.inc.php +3 -3
M includes/polling/mempools/dlink.inc.php +3 -3
M includes/polling/mempools/powerconnect-cpu.inc.php +3 -3
M includes/polling/os/dlink.inc.php +3 -3
M includes/polling/os/ies.inc.php +2 -2
M includes/polling/os/powerconnect.inc.php +4 -4
M includes/polling/os/radlan.inc.php +4 -4
M includes/polling/os/unix.inc.php +2 -2
M includes/polling/os/windows.inc.php +3 -3
M includes/polling/processors/powerconnect.inc.php +2 -2
A mibs/d-link/AAC-MIB +1,108
D mibs/d-link/aac.mib -1,038
D mibs/d-link/acl.mib -4,719
A mibs/d-link/ACLMGMT-MIB +5,633
A mibs/d-link/AGENT-GENERAL-MIB +1,818
A mibs/d-link/AUTH-MIB +1,484
D mibs/d-link/auth.mib -1,441
A mibs/d-link/CABLE-DIAG-MIB +273
D mibs/d-link/cablediag.mib -246
A mibs/d-link/DES3028-L2MGMT-MIB +4,967
D mibs/d-link/des3028-l2mgmt.mib -3,465
A mibs/d-link/DHCP-RELAY-MGMT-MIB +513
D mibs/d-link/dhcprelay.mib -212
A mibs/d-link/DLINK-EQUIPMENT-MIB +360
A mibs/d-link/DLINK-ID-REC-MIB +39
📈 53 added
📉 53 removed
cleanups to html/pages/devices/health/ pages
M html/pages/device/health/diskio.inc.php +8 -5
M html/pages/device/health/mempool.inc.php +10 -2
M html/pages/device/health/processor.inc.php +9 -2
M html/pages/device/health/sensors.inc.php +15 -6
M html/pages/device/health/storage.inc.php +5 -6
📈 47 added
📉 21 removed
Move RADLAN MIBs to separate MIB dir, small code tweaks
Showing the first 30 paths; 40 more are omitted from this static page.
M includes/discovery/processors/radlan.inc.php +2 -2
M includes/discovery/sensors/radlan-hwenviroment.inc.php +2 -2
M includes/polling/os/radlan.inc.php +16 -5
D mibs/HUAWEI-MIB -374
A mibs/huawei/HUAWEI-MIB +384
A mibs/radlan
D mibs/RADLAN-AAA -2,195
D mibs/RADLAN-BaudRate-MIB -70
D mibs/RADLAN-COPY-MIB -564
D mibs/RADLAN-DNSCL-MIB -221
D mibs/RADLAN-File -197
D mibs/RADLAN-HWENVIROMENT -204
D mibs/RADLAN-IP -844
D mibs/RADLAN-LLDP-MIB -35
D mibs/RADLAN-LOCALIZATION-MIB -72
D mibs/RADLAN-MAC-BASE-PRIO -248
D mibs/RADLAN-MIB -6,370
D mibs/RADLAN-MNGINF-MIB -179
D mibs/RADLAN-PHY-MIB -218
D mibs/RADLAN-Physicaldescription-MIB -1,081
D mibs/RADLAN-QOS-CLI-MIB -2,876
D mibs/RADLAN-QOS-SERV -1,292
D mibs/RADLAN-rlInterfaces -980
D mibs/RADLAN-rlLcli-MIB -210
D mibs/RADLAN-RMON -325
D mibs/RADLAN-rndApplications -1,044
D mibs/RADLAN-rndMng -159
D mibs/RADLAN-SENSORENTMIB -87
D mibs/RADLAN-SNMP-MIB -136
D mibs/RADLAN-SNMPv2 -504
📈 20 added
📉 9 removed
Remove quotes from Ironware serial number, move foundry MIBS to separate MIB directory
Showing the first 30 paths; 33 more are omitted from this static page.
M includes/discovery/discovery-protocols.inc.php +1 -1
M includes/discovery/mempools/ironware-dyn.inc.php +1 -1
M includes/discovery/processors/ironware.inc.php +2 -2
M includes/discovery/sensors/foundry-sn-agent-mib.inc.php +1 -1
M includes/polling/mempools/ironware-dyn.inc.php +2 -2
M includes/polling/os/ironware.inc.php +1 -1
M includes/snmp.inc.php +3 -3
D mibs/FOUNDRY-BFD-STD-MIB -845
D mibs/FOUNDRY-CAR-MIB -371
D mibs/FOUNDRY-LAG-MIB -285
D mibs/FOUNDRY-MAC-VLAN-MIB -256
D mibs/FOUNDRY-SN-AGENT-MIB -6,400
D mibs/FOUNDRY-SN-APPLETALK-MIB -763
D mibs/FOUNDRY-SN-ARP-GROUP-MIB -107
D mibs/FOUNDRY-SN-BGP4-GROUP-MIB -3,099
D mibs/FOUNDRY-SN-CAM-MIB -489
D mibs/FOUNDRY-SN-IGMP-MIB -203
D mibs/FOUNDRY-SN-IP-ACL-MIB -1,512
D mibs/FOUNDRY-SN-IP-MIB -5,159
D mibs/FOUNDRY-SN-IP-VRRP-MIB -1,138
D mibs/FOUNDRY-SN-IPX-MIB -1,347
D mibs/FOUNDRY-SN-MAC-AUTHENTICATION-MIB -247
D mibs/FOUNDRY-SN-MRP-MIB -342
D mibs/FOUNDRY-SN-NOTIFICATION-MIB -3,052
D mibs/FOUNDRY-SN-OSPF-GROUP-MIB -3,405
D mibs/FOUNDRY-SN-POS-GROUP-MIB -1,020
D mibs/FOUNDRY-SN-ROOT-MIB -1,228
D mibs/FOUNDRY-SN-ROUTER-TRAP-MIB -419
D mibs/FOUNDRY-SN-STACKING-MIB -418
D mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB -4,577
📈 11 added
📉 11 removed
Fix missing include when debugging API
M html/includes/api/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Move Senao/Engenius MIBs to separate MIB directory, rewrite Engenius OS poller using MIB names
M includes/polling/os/engenius.inc.php +17 -7
M includes/polling/wifi.inc.php +1 -1
A mibs/senao
D mibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB -1,014
D mibs/SENAO-EOR7550-MIB -1,388
D mibs/SENAO-WLAN-AP-MIB -636
D mibs/SENAO-WLAN-CB-MIB -493
A mibs/senao/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB +1,040
A mibs/senao/SENAO-EOR7550-MIB +1,415
A mibs/senao/SENAO-WLAN-AP-MIB +697
A mibs/senao/SENAO-WLAN-CB-MIB +548
📈 18 added
📉 8 removed
Move AKCP sensorprobe MIB to separate MIB directory
M includes/discovery/sensors/spagent-mib.inc.php +3 -3
M includes/polling/os/sensorprobe.inc.php +14 -3
A mibs/akcp
A mibs/akcp/SPAGENT-MIB +22,569
D mibs/SPAGENT-MIB -22,443
📈 17 added
📉 6 removed
Update support for Cisco Small Bussines devices. Update CISCOSB MIBs. Small fix Q-BRIDGE staff.
Showing the first 30 paths; 173 more are omitted from this static page.
A html/images/os/ciscosb.png +1
M html/includes/print-interface.inc.php +73 -76
M includes/definitions/os.inc.php +6 -2
M includes/discovery/ports-stack.inc.php +20 -12
A includes/discovery/processors/ciscosb.inc.php +24
A includes/discovery/sensors/ciscosb-mib.inc.php +17
M includes/discovery/vlans.inc.php +31 -11
M includes/discovery/vlans/q-bridge-mib.inc.php +34 -3
A includes/polling/os/ciscosb.inc.php +33
M includes/polling/ports.inc.php +27 -16
A mibs/ciscosb
D mibs/CISCOSB-1-BONJOUR-SERVICE-MIB -115
D mibs/CISCOSB-3SW2SWTABLES-MIB -37
D mibs/CISCOSB-AAA -2,990
D mibs/CISCOSB-BANNER-MIB -174
D mibs/CISCOSB-BaudRate-MIB -78
D mibs/CISCOSB-BONJOUR-MIB -342
D mibs/CISCOSB-BRGMACSWITCH-MIB -160
D mibs/CISCOSB-BRIDGE-SECURITY -862
D mibs/CISCOSB-BRIDGEMIBOBJECTS-MIB -1,892
D mibs/CISCOSB-CDB-MIB -47
D mibs/CISCOSB-CDP-MIB -817
D mibs/CISCOSB-CLI-MIB -304
D mibs/CISCOSB-COPY-MIB -1,132
D mibs/CISCOSB-CPU-COUNTERS-MIB -164
D mibs/CISCOSB-DEBUGCAPABILITIES-MIB -47
D mibs/CISCOSB-DEVICEPARAMS-MIB -759
D mibs/CISCOSB-DHCP-MIB -932
D mibs/CISCOSB-DHCPCL-MIB -410
D mibs/CISCOSB-Dlf-MIB -36
📈 265 added
📉 120 removed
[OBSERVIUM-575] Fixed reset to NULL ports data OIDs.
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
APC rPDU2 limits and sensors fixes.
M includes/discovery/sensors/powernet-mib.inc.php +11 -8
📈 11 added
📉 8 removed
add apparent power sensor type
A html/includes/graphs/sensor/apower.inc.php +27
A html/includes/graphs/sensor/pressure.inc.php +27
M html/includes/navbar.inc.php +1 -1
M includes/definitions.inc.php +2 -1
M includes/functions.php -1
M includes/rewrites.php +1 -3
📈 58 added
📉 6 removed
Add support for Lexmark laser printers
A html/images/os/lexmark.png +1
M html/includes/functions.inc.php +1
M includes/definitions/os.inc.php +10
📈 11 added
📉 0 removed
Fix
XUPS-MIB output and bypass phase discovery
M includes/discovery/sensors/xups-mib.inc.php +2 -2
📈 2 added
📉 2 removed
Correct headings on Health | Toner page
M html/pages/health/toner.inc.php +2 -2
📈 2 added
📉 2 removed
Check for bypass availability in
UPS-MIB sensor discovery, also add battery runtime for
UPS-MIB
M includes/discovery/sensors/ups-mib.inc.php +48 -35
📈 48 added
📉 35 removed
Fix
UPS-MIB battery voltage being reported as current
M includes/discovery/sensors/ups-mib.inc.php +6 -1
📈 6 added
📉 1 removed
Correctly name
UPS-MIB Bypass sesors instead of calling them Output; add NetMan-PLUS MIB (not currently used)
M includes/discovery/sensors/ups-mib.inc.php +2
A mibs/NetmanPlus-MIB +790
📈 2 added
📉 0 removed
Added some DB indexes.
📈 0 added
📉 0 removed
Fix broken mysql (and possibly other?) graph pages when coming from navbar, without instance=, default value was wrong
M html/pages/device/apps.inc.php +2 -4
M html/pages/device/edit/device.inc.php +2 -1
📈 4 added
📉 5 removed
Only discover libvirt VMs when the virtual machine is in running state
M html/pages/device/vm.inc.php +1 -1
M includes/discovery/libvirt-vminfo.inc.php +1 -1
M includes/discovery/sensors/spagent-mib.inc.php -1
📈 2 added
📉 3 removed
small fix to previous commit
M includes/discovery/sensors/spagent-mib.inc.php +1 -1
📈 1 added
📉 1 removed
add fahrenheit support for
SPAGENT-MIB (akcp sensorprobe, minkels rms)
M includes/discovery/sensors/spagent-mib.inc.php +13 -1
📈 13 added
📉 1 removed
Add possibility for IPMI poller to choose protocol type (ie lan vs lanplus), and specify a port (useful for port-forwarded BMCs) - fixes OBSERVIUM-557. Minor HTML and code cleanups.
M html/includes/navbar.inc.php +10 -10
M html/includes/print/device.inc.php +1 -1
M html/pages/device/edit/ipmi.inc.php +53 -14
M includes/common.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/definitions.inc.php +13 -6
M includes/discovery/sensors/lcos-mib.inc.php +1 -1
M includes/polling/functions.inc.php +20 -14
M includes/polling/ipmi.inc.php +21 -4
📈 121 added
📉 52 removed
add support for /root/.my.cnf to agent MySQL script
M scripts/agent-local/mysql.cnf +13
📈 13 added
📉 0 removed
don't set separator in lcos code, just throw away that element.
M includes/polling/os/lcos.inc.php +1 -1
📈 1 added
📉 1 removed
Add support for LANCOM devices, including temperature sensor #OBSERVIUM-587
A html/images/os/lcos.png +1
M html/pages/front/default.php +16 -16
M includes/definitions/os.inc.php +6
A includes/discovery/os/lcos.inc.php +8
A includes/discovery/sensors/lcos-mib.inc.php +10
A includes/polling/os/lcos.inc.php +9
A mibs/LCOS-MIB +71,136
📈 49 added
📉 16 removed
Show device description on device overview page; small code cleanup, htmlspecialchars all device- and user-supplied variables
M html/pages/device/overview/information.inc.php +22 -16
📈 22 added
📉 16 removed
M includes/functions.php +37 -12
📈 37 added
📉 12 removed
📈 0 added
📉 0 removed
M includes/functions.php +12 -8
M includes/polling/functions.inc.php +2 -2
M includes/polling/system.inc.php +24 -22
M includes/snmp.inc.php +15
A update/108.sql +1
📈 53 added
📉 32 removed
Added simple functions to convert Fahrenheit <> Celsius units: f2c(), c2f().
M includes/discovery/sensors/powernet-mib.inc.php +3 -4
M includes/functions.php +18 -7
📈 21 added
📉 11 removed
More checks APC sensors.
M includes/discovery/sensors/powernet-mib.inc.php +120 -84
📈 120 added
📉 84 removed
[OBSERVIUM-588] Added support for older APC sensors. Support Fahrenheit unit for temperature sensors.
M includes/discovery/functions.inc.php +2 -2
M includes/discovery/sensors/powernet-mib.inc.php +174 -71
M includes/polling/functions.inc.php +3 -1
M includes/rrdtool.inc.php +1 -2
📈 180 added
📉 76 removed
M includes/polling/ports.inc.php +6 -3
M includes/polling/system.inc.php +5 -1
📈 11 added
📉 4 removed
Also run 'unix-agent' poller module before all other.
M includes/polling/functions.inc.php +38 -30
📈 38 added
📉 30 removed
F. port 'ignore'.
M includes/polling/ports.inc.php +4 -4
📈 4 added
📉 4 removed
Ports use '
ifLastChange ' from SNMP poll instead SQL 'ON UPDATE'.
M includes/polling/ports.inc.php +31 -4
M includes/polling/system.inc.php +6 -5
A update/107.sql +1
📈 37 added
📉 9 removed
F. module 'system' first.
M includes/polling/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Polling modules 'os', 'system' can not be disabled and always running before all other modules.
M includes/defaults.inc.php +3 -2
M includes/polling/functions.inc.php +26 -8
📈 29 added
📉 10 removed
Add os type, icon and basic discovery/polling for BTI 7000 series.
A html/images/os/bti.png +1
M includes/definitions/os.inc.php +8
A includes/polling/os/bti7000.inc.php +9
A mibs/bti
A mibs/bti/bti-oid.my +104
A mibs/bti/bti-ol.my +5,681
A mibs/bti/bti-tc.my +2,249
A mibs/bti/bti7000.my +48,014
A mibs/bti/packetvx-bridge.my +14,711
📈 17 added
📉 0 removed
'$GLOBALS' not '$GLOBAL'
M includes/common.php +6 -6
M includes/functions.php +1 -1
📈 7 added
📉 7 removed
'devices' table uses column 'ignore' (not 'ignored').
M html/includes/cache-data.inc.php +2 -2
📈 2 added
📉 2 removed
Also ignore ports for ignored devices.
M html/includes/cache-data.inc.php +6
M html/includes/functions.inc.php +11 -3
📈 17 added
📉 3 removed
fix freeradius app graph list
M includes/definitions/apps.inc.php +1 -1
📈 1 added
📉 1 removed
[OBSERVIUM-584] Small change for auto-zoom.
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
Don't show port down status for ignored and not polled ports.
M html/includes/cache-data.inc.php +5
M html/includes/functions.inc.php +8 -2
📈 13 added
📉 2 removed
remove bottom border from h3/4/5 tags inside alert boxes
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/alerts.less +4 -1
📈 0 added
📉 0 removed
Include entities functions for graphs.
📈 2 added
📉 1 removed
Added port permissions to function generate_query_permitted(). Use generate_query_permitted() and $cache on pages instead JOINs.
M html/includes/cache-data.inc.php +54 -22
M html/includes/functions.inc.php +90 -40
M html/includes/print/addresses.inc.php +4 -17
M html/includes/print/arptable.inc.php +37 -55
M html/includes/print/events.inc.php +6 -4
M html/includes/print/fdbtable.inc.php +20 -32
M html/includes/print/mac_addresses.inc.php +13 -25
M html/includes/print/status.inc.php +45 -77
M html/includes/print/syslogs.inc.php +14 -28
M html/pages/eventlog.inc.php +4 -4
M html/pages/search/arp.inc.php +12 -13
M html/pages/search/fdb.inc.php +11 -12
M html/pages/search/ipv4.inc.php +4 -4
M html/pages/search/ipv6.inc.php +4 -4
M html/pages/search/mac.inc.php +4 -4
M html/pages/syslog.inc.php +30 -36
📈 352 added
📉 377 removed
global_poller_time and global_poller_time_separate graph types to show poller time (not exposed in UI at the moment). Add icon for 'delete device'. Add 'mixed-q12' colour scheme with 12 easy-to-separate colours.
M html/includes/graphs/generic_multi_line.inc.php +2 -2
A html/includes/graphs/global/poller_time_separate.inc.php +39
A html/includes/graphs/global/poller_time.inc.php +39
M html/includes/print/search_simple.inc.php +3 -3
M html/pages/device/edit.inc.php +1
M includes/defaults.inc.php +3 -1
📈 87 added
📉 6 removed
add ability to select arbitrary dates for graphs on /devices/
M html/pages/devices.inc.php +39 -2
M html/pages/devices/graphs.inc.php +3 -2
M html/pages/graphs.inc.php +7 -4
📈 49 added
📉 8 removed
Move around entity handling code to improve alert generation (now get
ifAlias and BGP AS description in emails)
M html/includes/functions.inc.php +1 -50
M html/includes/print/alert.inc.php +1 -1
M includes/alerts.inc.php +4 -9
M includes/common.php +1 -48
M includes/definitions/entities.inc.php +1 -3
A includes/entities.inc.php +250
M includes/functions.php +1 -71
M includes/rewrites.php +6
📈 265 added
📉 182 removed
[OBSERVIUM-579] Filter syslog priorities on frontpage.
M html/pages/front/default.php +1 -1
M includes/defaults.inc.php +1
📈 2 added
📉 1 removed
Add RHEL/CentOS information to poller-wrapper errors and info
📈 6 added
📉 3 removed
device/OSPF page fixes from Sander.
M html/pages/device/routing/ospf.inc.php +4 -1
📈 4 added
📉 1 removed
Do not notify "device reboted" if current device uptime more than month.
M includes/polling/system.inc.php +2 -1
📈 2 added
📉 1 removed
Updated sensors discovery for ServerTech Sentry3.
M includes/definitions/os.inc.php +1
M includes/discovery/sensors/sentry3-mib.inc.php +107 -164
M includes/polling/os/sentry3.inc.php +1 -2
M mibs/Sentry3-MIB +624 -104
📈 109 added
📉 166 removed
Fixed ports SQL query.
M includes/polling/ports.inc.php +4 -5
📈 4 added
📉 5 removed
avoid redeclaration of function by using include_once
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
Only set Arista sensor thresholds when they are available through SNMP, patch by Bill Fenner
M includes/discovery/entity-sensor.inc.php +1 -1
📈 1 added
📉 1 removed
fix bug in ntpd application
M includes/polling/applications/ntpd.inc.php +1 -1
📈 1 added
📉 1 removed
Updated ports polling debug.
M includes/polling/ports.inc.php +5 -3
📈 5 added
📉 3 removed
return never polled for uptime if the last polled time is zero.
📈 3 added
📉 0 removed
remove russian white space
M includes/discovery/cisco-pw.inc.php +4 -4
📈 4 added
📉 4 removed
spaces, spaces, adios spaces
📈 0 added
📉 0 removed
Small auto-zoom change.
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
Fixed cisco pseudowires (discovery only).
M includes/discovery/cisco-pw.inc.php +55 -21
A update/106.sql +3
📈 55 added
📉 21 removed
Update Cisco Pseudowires discovery.
M includes/discovery/cisco-pw.inc.php +36 -32
📈 36 added
📉 32 removed
Moved from foreach loop 'port_descr_parser' file inclusion.
M includes/polling/ports.inc.php +28 -5
M includes/port-descr-parser.inc.php +23 -18
📈 51 added
📉 23 removed
M html/pages/pollerlog.inc.php +2 -2
M includes/common.php +23 -42
📈 25 added
📉 44 removed
Caching sensors during polling.
M includes/definitions.inc.php +5 -77
A includes/definitions/sensors.inc.php +95
M includes/polling/sensors.inc.php +5 -11
📈 105 added
📉 88 removed
Optimized polling in many cases (fdb-tables, bgp, ospf and speedup for non-cisco devices).
M includes/polling/bgp-peers.inc.php +84 -96
M includes/polling/fdb-table.inc.php +43 -26
M includes/polling/functions.inc.php +35 -2
M includes/polling/ospf.inc.php +33 -30
M includes/polling/ports.inc.php +5 -1
M includes/snmp.inc.php +8 -3
📈 208 added
📉 158 removed
check memcached host has a colon in it to verify validity.
M includes/polling/unix-agent.inc.php +2 -1
📈 2 added
📉 1 removed
Only update OS data if we have run the OS polling module
M includes/polling/functions.inc.php +13 -8
📈 13 added
📉 8 removed
drop bill_port_in_data and bill_port_out_data, unused tables for quite some time.
📈 0 added
📉 0 removed
don't update per-port data for billing. Will delete these tables soon.
📈 3 added
📉 2 removed
Allow seconds as value in timeticks_to_sec.
M includes/common.php +12 -5
📈 12 added
📉 5 removed
RRD file creation for powerdns-recursor application OBSERVIUM-568
M includes/polling/applications/powerdns-recursor.inc.php +1 -1
📈 1 added
📉 1 removed
October 2013
Small google geocoding regress (from r4725).
M includes/geolocation.inc.php +12 -10
📈 12 added
📉 10 removed
Use geographical center, instead of average values coordinates.
M html/pages/front/default.php +8 -7
📈 8 added
📉 7 removed
More exact determination of coordinates, if first element of the address is a business name. (for geo-api: google)
M includes/geolocation.inc.php +18 -9
M includes/polling/system.inc.php +5 -2
📈 23 added
📉 11 removed
move rrd_strip_quotes to rrd includes. rrdtool_file_info changed to use config location of rrdtool. OBSERVIUM-541
M html/includes/collectd/functions.php -13
M includes/rrdtool.inc.php +51 -39
📈 51 added
📉 52 removed
Replace db-only api authentication to use existing auth modules. OBSERVIUM-521
M html/includes/api/functions.inc.php +32 -10
📈 32 added
📉 10 removed
Don't use bulkget. Seems it crashes a lot of SNMP stacks.
M includes/snmp.inc.php +3 -3
📈 3 added
📉 3 removed
Display in debug output if graphs are authenticated by bypass or by cidr
M html/includes/graphs/graph.inc.php +5 -4
📈 5 added
📉 4 removed
be stricter in type/subtype regexp. output error on invalid types.
M html/includes/graphs/graph.inc.php +11 -4
📈 11 added
📉 4 removed
clean up map/location stuff a bit
M html/pages/front/default.php +17 -14
M includes/definitions/os.inc.php +1 -1
📈 18 added
📉 15 removed
Fix clicking on map locations, patch by Matthias Cramer, fixes OBSERVIUM-564
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
trapping X, what the fuck :)
📈 0 added
📉 0 removed
align bill ports in port list infobox
M html/pages/bill/ports.inc.php +5 -4
📈 5 added
📉 4 removed
Add auto center and auto zoom for map on frontpage (google-mc).
M html/pages/front/default.php +39 -3
M includes/defaults.inc.php +7 -7
📈 46 added
📉 10 removed
Check that a directory of RRD was renamed for renamehost().
M includes/functions.php +6 -2
📈 6 added
📉 2 removed
[*] Use timeticks_to_sec() for uptime.
M includes/common.php +4 -4
M includes/polling/system.inc.php +2 -17
📈 6 added
📉 21 removed
disable max-rep on crappy juniturds
M includes/definitions/os.inc.php +2 -2
📈 2 added
📉 2 removed
fix code to enable use of max-reps on snmpbulkwalk and snmpbulkget. Still not default, requires config.snmp.max-rep true.
M includes/defaults.inc.php +1
M includes/snmp.inc.php +16 -4
📈 17 added
📉 4 removed
add port/data
A html/pages/device/port/data.inc.php +7
📈 7 added
📉 0 removed
add ref variable formatter for debugging and info dumping. add application-list icon for ports/data/
A html/css/ref.css +460
M html/css/sprite.css +103 -103
M html/img/sprite.png ±0
A html/js/ref.js +59
M html/pages/device/port.inc.php +3
A includes/debug/ref.inc.php +2,635
📈 2,638 added
📉 0 removed
add includes/wmi.inc.php
A includes/wmi.inc.php +127
📈 127 added
📉 0 removed
update WMI stuff to 008 [OBSERVIUM-518]
M html/pages/device/apps/mssql.inc.php +1 -6
M html/pages/device/apps/mssql/memory.inc.php +53 -46
M html/pages/device/apps/mssql/processor.inc.php +1 -1
M includes/polling/applications/exchange.inc.php +4 -1
M includes/polling/applications/mssql.inc.php +4 -1
M includes/polling/wmi.inc.php +1 -120
📈 64 added
📉 175 removed
add basic audiocodes mediant detection and icon
A html/images/os/audiocodes.png +1
M includes/definitions/os.inc.php +8
📈 8 added
📉 0 removed
Switch to google-mc map as default, showing entire world.
M html/pages/front/default.php +3 -3
M includes/defaults.inc.php +6 -1
📈 9 added
📉 4 removed
There is no graph for unknown subtypes.
M html/includes/graphs/cefswitching/graph.inc.php +8 -7
M html/includes/graphs/device/graph.inc.php +2
M html/includes/graphs/sensor/graph.inc.php +6 -1
📈 16 added
📉 8 removed
timetricks >> timeticks.
M includes/common.php +1 -1
M includes/discovery/sensors/powernet-mib.inc.php +2 -2
M includes/polling/functions.inc.php +2 -2
📈 5 added
📉 5 removed
Celsius? :)
M html/includes/graphs/device/graph.inc.php +1 -1
📈 1 added
📉 1 removed
M includes/discovery/sensors/powernet-mib.inc.php +47 -8
M mibs/PowerNet-MIB +689 -102
📈 47 added
📉 8 removed
Unification of sensor graphs.
D html/includes/graphs/device/current.inc.php -9
D html/includes/graphs/device/dbm.inc.php -9
D html/includes/graphs/device/fanspeed.inc.php -9
D html/includes/graphs/device/frequency.inc.php -9
A html/includes/graphs/device/graph.inc.php +12
D html/includes/graphs/device/humidity.inc.php -9
D html/includes/graphs/device/power.inc.php -9
D html/includes/graphs/device/temperature.inc.php -9
D html/includes/graphs/device/voltage.inc.php -9
M html/includes/graphs/graph.inc.php +11 -1
M html/includes/graphs/sensor/graph.inc.php +11 -1
D html/includes/graphs/sensor/humidity.inc.php -27
A html/includes/graphs/sensor/percent.inc.php +27
A html/includes/graphs/sensor/runtime.inc.php +27
M html/pages/graphs.inc.php +45 -35
📈 133 added
📉 136 removed
Function timetricks_to_sec() (converts SNMP timetricks to seconds).
📈 15 added
📉 0 removed
New sensor types capacity, runtime (need for UPS and other power devices).
M includes/definitions.inc.php +5
M includes/polling/functions.inc.php +13 -2
M includes/rewrites.php +11 -4
📈 29 added
📉 6 removed
Allow separated warn (high/low) limits.
M includes/discovery/functions.inc.php +8 -12
📈 8 added
📉 12 removed
M includes/discovery/sensors/powernet-mib.inc.php +15 -14
📈 15 added
📉 14 removed
Minor
PowerNet-MIB cleanups, add Netbotz 200 support from OBSERVIUM-544
M includes/discovery/sensors/powernet-mib.inc.php +37 -2
M includes/polling/os/apc.inc.php +49 -33
D mibs/apc
📈 86 added
📉 35 removed
All sensor discovery migrated to new MIB-based system
A attic/adva.inc.php +91
A attic/observernms-custom.inc.php +26
M includes/definitions/os.inc.php +6
M includes/discovery/sensors.inc.php -3
A includes/discovery/sensors/alcatel-ind1-health-mib.inc.php +25
A includes/discovery/sensors/f10-c-series-chassis-mib.inc.php +36
A includes/discovery/sensors/f10-chassis-mib.inc.php +39
A includes/discovery/sensors/f10-s-series-chassis-mib.inc.php +36
M includes/discovery/sensors/nscrtv-root.inc.php +8 -2
A includes/discovery/sensors/oadwdm-mib.inc.php +43
A includes/discovery/sensors/s5-chassis-mib.inc.php +39
D includes/discovery/temperatures
📈 232 added
📉 5 removed
M includes/definitions/os.inc.php +1
D includes/discovery/power
M includes/discovery/sensors.inc.php -3
A includes/discovery/sensors/foundry-sn-agent-mib.inc.php +52
D includes/discovery/temperatures/ironware.inc.php -39
📈 53 added
📉 42 removed
Move jdsu-edfa dbm sensors into NSCRTV-ROOT mib discovery
D includes/discovery/current
D includes/discovery/dbm
M includes/discovery/sensors.inc.php -6
M includes/discovery/sensors/nscrtv-root.inc.php +11
📈 11 added
📉 6 removed
M includes/definitions/os.inc.php +1
D includes/discovery/current/brocade-dom.inc.php -28
D includes/discovery/dbm/brocade-dom.inc.php -44
A includes/discovery/sensors/foundry-sn-switch-group-mib.inc.php +94
D includes/discovery/temperatures/brocade-dom.inc.php -27
📈 95 added
📉 99 removed
M includes/definitions/os.inc.php +1
D includes/discovery/humidity
M includes/discovery/sensors.inc.php +1 -4
M includes/discovery/sensors/carel-ug40cdz-mib.inc.php +11
A includes/discovery/sensors/netbotzv2-mib.inc.php +64
D includes/discovery/temperatures/netbotz.inc.php -29
📈 77 added
📉 33 removed
M includes/definitions/os.inc.php +1
D includes/discovery/humidity/pcoweb.inc.php -40
A includes/discovery/sensors/carel-ug40cdz-mib.inc.php +88
D includes/discovery/temperatures/pcoweb.inc.php -60
📈 89 added
📉 100 removed
complete powernet index migration for UPS in/out as well
M includes/discovery/sensors/powernet-mib.inc.php +29 -14
📈 29 added
📉 14 removed
correctly salvage old rrd for pdu input voltage
M includes/discovery/sensors/powernet-mib.inc.php +1 -1
📈 1 added
📉 1 removed
2 updates that needed to go in with r4685
M includes/definitions.inc.php +8
M includes/snmp.inc.php +6 -4
📈 14 added
📉 4 removed
Integrate and expand
PowerNet-MIB support. Almost a total rewrite, this took ages to do. I don't have all devices supported, so please let me know if anything breaks. Preferrably with snmpwalks included. Hopefully solves OBSERVIUM-292 too.
D includes/discovery/current/apc.inc.php -328
D includes/discovery/frequencies
D includes/discovery/humidity/apc.inc.php -51
M includes/discovery/sensors.inc.php -6
A includes/discovery/sensors/powernet-mib.inc.php +930
M includes/discovery/sensors/ups-mib.inc.php +2
M includes/discovery/sensors/xups-mib.inc.php +1 -1
D includes/discovery/temperatures/apc.inc.php -96
D includes/discovery/voltages
📈 933 added
📉 482 removed
M includes/polling/bgp-peers.inc.php +1 -2
📈 1 added
📉 2 removed
remove debug.
M html/includes/functions.inc.php -1
📈 0 added
📉 1 removed
Removed unnecessary JOINs, use $cache for check permissions.
M html/includes/authenticate.inc.php +6 -6
M html/includes/cache-data.inc.php +23 -1
M html/includes/functions.inc.php +71
M html/includes/print/events.inc.php +10 -28
M html/pages/eventlog.inc.php +27 -20
📈 137 added
📉 55 removed
Correctly use user's ID in ldap auth, used for per-device/per-entity permission
M html/includes/authentication/ldap.inc.php +1 -1
📈 1 added
📉 1 removed
obserium? almost...
Showing the first 30 paths; 13 more are omitted from this static page.
M html/includes/print/device.inc.php +5 -8
M includes/discovery/mempools/ciena.inc.php +1 -1
M includes/discovery/os/ciena.inc.php +1 -1
M includes/discovery/sensors/airespace-wireless-mib.inc.php +1 -1
M includes/discovery/sensors/areca-snmp-mib.inc.php +1 -1
M includes/discovery/sensors/asyncos-mail-mib.inc.php +1 -1
M includes/discovery/sensors/cisco-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/dell-rac-mib.inc.php +1 -1
M includes/discovery/sensors/dell-vendor-mib.inc.php +1 -1
M includes/discovery/sensors/deltaups-mib.inc.php +1 -1
M includes/discovery/sensors/eqlmember-mib.inc.php +1 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +1 -1
M includes/discovery/sensors/gamatronic-mib.inc.php +1 -1
M includes/discovery/sensors/ipomanii-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-dom-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-system-mib.inc.php +1 -1
M includes/discovery/sensors/lm-sensors-mib.inc.php +1 -1
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +1 -1
M includes/discovery/sensors/mikrotik-mib.inc.php +1 -1
M includes/discovery/sensors/ns-root-mib.inc.php +1 -1
M includes/discovery/sensors/nscrtv-root.inc.php +1 -1
M includes/discovery/sensors/p8510-mib.inc.php +1 -1
M includes/discovery/sensors/papouch-smi.inc.php +1 -1
M includes/discovery/sensors/pdu-mib.inc.php +1 -1
M includes/discovery/sensors/radlan-hwenviroment.inc.php +1 -1
M includes/discovery/sensors/rbn-envmon-mib.inc.php +1 -1
M includes/discovery/sensors/roomalert24e-mib.inc.php +1 -1
M includes/discovery/sensors/sentry3-mib.inc.php +1 -1
M includes/discovery/sensors/siconups-mib.inc.php +1 -1
📈 47 added
📉 50 removed
fix storage alerting (was mistakenly trying to pass $mempool!
M includes/polling/storage.inc.php +1 -1
📈 1 added
📉 1 removed
trailing spaces on header. argh.
M includes/discovery/sensors/rbn-envmon-mib.inc.php +10 -10
📈 10 added
📉 10 removed
get device using function, as sometimes the array is not populated.
M html/pages/ports/list.inc.php +2 -1
📈 2 added
📉 1 removed
fix cache-data. remove straight join from events.
M html/includes/cache-data.inc.php +1 -1
M html/includes/print/events.inc.php +1 -1
📈 2 added
📉 2 removed
minor cleanup to vrf page. change state icon to status.png
M html/pages/routing/vrf.inc.php +4 -10
M includes/definitions.inc.php +1 -1
📈 5 added
📉 11 removed
[fix] change class strong to entity for device text on health pages
M html/pages/health/mempool.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +3 -3
M html/pages/health/storage.inc.php +1 -1
M html/pages/health/toner.inc.php +1 -1
📈 7 added
📉 7 removed
add barracuda ng fw detection and icon
A html/images/os/barracuda.png +1
M includes/definitions/os.inc.php +7
A includes/discovery/os/barracuda.inc.php +8
A includes/polling/os/barracudangfw.inc.php +7
📈 22 added
📉 0 removed
Correctly warn for non-discovered device on device overview page
M html/pages/device.inc.php +1 -1
📈 1 added
📉 1 removed
use old google map as default for now
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
add new google maps based map with point clustering. at the moment clicking on points doesn't work. fix some other things.
A html/images/mapclusterer
A html/images/mapclusterer/0.png +1
A html/images/mapclusterer/1.png +1
A html/images/mapclusterer/2.png +1
A html/images/mapclusterer/3.png +1
M html/includes/alerting-navbar.inc.php +1
A html/js/google
A html/js/google/markerclusterer.js +2,620
M html/pages/front/default.php +225 -68
M includes/alerts.inc.php -36
M includes/defaults.inc.php +3
M includes/functions.php +36 -1
📈 265 added
📉 105 removed
Skip empty vlans for FDB search form.
M html/pages/search/fdb.inc.php +6 -3
📈 6 added
📉 3 removed
update WMI polling code from #OBSERVIUM-518
M includes/polling/applications/mssql.inc.php +1 -1
M includes/polling/wmi.inc.php +1 -1
📈 2 added
📉 2 removed
correctly ignore fastpath sensors in dell vendor mib
M includes/discovery/sensors/dell-vendor-mib.inc.php +5 -5
📈 5 added
📉 5 removed
add
Dell-Vendor-MIB sensors with check for dupes from radlan and fastpath, new dell icon, new
sysObjectIDs for powerconnect, resolves OBSERVIUM-528
M html/images/os/dell.png ±0
M includes/definitions.inc.php +8
M includes/definitions/os.inc.php +3
A includes/discovery/sensors/dell-vendor-mib.inc.php +70
M includes/discovery/sensors/radlan-hwenviroment.inc.php -7
M includes/polling/os/radlan.inc.php +4
📈 85 added
📉 7 removed
update device properties after running all modules, fixes repetitive fight between os/windows and WMI
M includes/definitions/os.inc.php +1
M includes/polling/functions.inc.php +13 -1
M includes/polling/os.inc.php +1 -12
M includes/polling/os/wmi.inc.php +4 -3
M includes/polling/unix-agent/packages.inc.php +28 -28
📈 47 added
📉 44 removed
Correction of an error setting sensor limits at discovery (comparing '0' and NULL). Improve sensors edit page.
M html/pages/device/edit/sensors.inc.php +88 -17
M includes/discovery/functions.inc.php +63 -59
M includes/polling/functions.inc.php +7 -7
A update/104.sql +2
📈 158 added
📉 83 removed
fix sensor discovery per mib, did not work when no OS group mibs defined. whoops.
M includes/include-dir-mib.inc.php +1 -1
📈 1 added
📉 1 removed
Use param 'search_form' instead 'search' in print_search_simple().
M html/includes/navbar.inc.php +1 -1
M html/includes/print/search_simple.inc.php +1 -1
M html/index.php +2 -2
📈 4 added
📉 4 removed
Add basic auth support for HTTP proxy.
M includes/common.php +7 -1
M includes/defaults.inc.php +2
📈 9 added
📉 1 removed
move microsens temperatures to sensors/
M includes/definitions/os.inc.php +1
A includes/discovery/current/DEPRECATED +1
A includes/discovery/dbm/DEPRECATED +1
A includes/discovery/frequencies/DEPRECATED +1
A includes/discovery/humidity/DEPRECATED +1
A includes/discovery/power/DEPRECATED +1
A includes/discovery/sensors/ms-switch30-mib.inc.php +10
A includes/discovery/temperatures/DEPRECATED +1
D includes/discovery/temperatures/microsens.inc.php -15
A includes/discovery/voltages/DEPRECATED +1
📈 18 added
📉 15 removed
NetAPP storage
A includes/discovery/storage/netapp.inc.php +96
A includes/polling/storage/netapp.inc.php +22
📈 118 added
📉 0 removed
add procera OS definition and icon
A html/images/os/procera.png +1
M includes/definitions/os.inc.php +14 -2
📈 14 added
📉 2 removed
add dropdown for applications with multiple instances (#515)
M html/pages/device/apps.inc.php +63 -23
📈 63 added
📉 23 removed
add basic microsens detection from #451 (os detection and temperature sensors)
A html/images/os/microsens.png +1
M includes/definitions/os.inc.php +9
A includes/discovery/os/microsens.inc.php +10
A includes/discovery/temperatures/microsens.inc.php +15
A includes/polling/os/microsens.inc.php +12
A mibs/MS-SWITCH30-MIB +5,832
📈 46 added
📉 0 removed
faster, more flexible include-dir-mib
M includes/definitions/os.inc.php +2 -1
M includes/include-dir-mib.inc.php +5 -25
📈 7 added
📉 26 removed
Add RADLAN state sensors from RADLAN-HWENVIROMENT mib. Yes, it's really called HWENVIROMENT.
M includes/definitions.inc.php +8
M includes/definitions/os.inc.php +1
A includes/discovery/sensors/radlan-hwenviroment.inc.php +69
📈 78 added
📉 0 removed
M includes/definitions/os.inc.php +14 -16
📈 14 added
📉 16 removed
update netbotz os definition
M includes/definitions/os.inc.php +8 -6
📈 8 added
📉 6 removed
detect DIGI USB servers and add icon.
A html/images/os/digi.png +1
M includes/definitions/os.inc.php +6 -1
📈 6 added
📉 1 removed
enable icon for toshiba
M includes/definitions/os.inc.php +1
📈 1 added
📉 0 removed
Always disable SQL profiling in syslog processor
📈 3 added
📉 0 removed
add detection of toshiba estudio printers and toshiba logo
A html/images/os/toshiba.png +1
M includes/definitions/os.inc.php +7
A includes/discovery/os/toshiba.inc.php +8
📈 15 added
📉 0 removed
[cosmetic] vlan discovery formatting
M includes/discovery/vlans.inc.php +6 -6
📈 6 added
📉 6 removed
A includes/discovery/mempools/hh3c.inc.php +33
A includes/discovery/processors/hh3c.inc.php +33
A includes/polling/mempools/hh3c.inc.php +12
📈 78 added
📉 0 removed
fix entity printing for alerting code
M html/includes/print/alert.inc.php +2 -3
M includes/functions.php +1 -1
📈 3 added
📉 4 removed
pull service tag(s) for dell powerconnect kit into serial field
M includes/definitions/os.inc.php +1 -2
M includes/polling/os/powerconnect.inc.php +4 -6
M includes/polling/os/radlan.inc.php +3 -2
📈 8 added
📉 10 removed
if an OS has no mibs defined, bail out of include-dir-mib
M includes/include-dir-mib.inc.php +15 -12
📈 15 added
📉 12 removed
get out, stupid file.
📈 0 added
📉 3 removed
sensor discovery is now linked to device OSes by their supported MIBs; add copyright notices; fix some minor bugs; add missing OS definition
Showing the first 30 paths; 13 more are omitted from this static page.
M includes/defaults.inc.php -4
M includes/definitions/os.inc.php +56 -1
M includes/discovery/os/jdsu-edfa.inc.php +2 -2
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/sensors/airespace-wireless-mib.inc.php +22 -16
A includes/discovery/sensors/areca-snmp-mib.inc.php +101
D includes/discovery/sensors/areca.inc.php -91
M includes/discovery/sensors/asyncos-mail-mib.inc.php +29 -21
M includes/discovery/sensors/cisco-envmon-mib.inc.php +89 -82
D includes/discovery/sensors/cometsystem.inc.php -65
M includes/discovery/sensors/dell-rac-mib.inc.php +70 -62
M includes/discovery/sensors/deltaups-mib.inc.php +42 -33
M includes/discovery/sensors/eqlmember-mib.inc.php +11 -2
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +81 -72
M includes/discovery/sensors/gamatronic-mib.inc.php +61 -51
M includes/discovery/sensors/ipomanii-mib.inc.php +123 -115
M includes/discovery/sensors/juniper-dom-mib.inc.php +87 -80
M includes/discovery/sensors/juniper-mib.inc.php +31 -23
M includes/discovery/sensors/juniper-system-mib.inc.php +24 -16
M includes/discovery/sensors/lm-sensors-mib.inc.php +58 -50
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +94 -89
M includes/discovery/sensors/mikrotik-mib.inc.php +30 -24
D includes/discovery/sensors/nos.inc.php -48
M includes/discovery/sensors/ns-root-mib.inc.php +29 -21
M includes/discovery/sensors/nscrtv-root.inc.php +90 -80
A includes/discovery/sensors/p8510-mib.inc.php +75
M includes/discovery/sensors/papouch-smi.inc.php +68 -60
M includes/discovery/sensors/pdu-mib.inc.php +72 -66
M includes/discovery/sensors/rbn-envmon-mib.inc.php +40 -32
M includes/discovery/sensors/roomalert24e-mib.inc.php +109 -101
📈 2,386 added
📉 2,050 removed
disable sql perf tracking as default
M html/index.php +9 -1
M includes/dbFacile.php +2 -2
M includes/defaults.inc.php +6 -2
📈 17 added
📉 5 removed
add exchange and mssql icons
A html/images/icons/exchange.png +1
A html/images/icons/mssql.png +1
📈 0 added
📉 0 removed
Add WMI-based poller for Windows. Improved CPU/Storage polling via WMI on Windows. Add Exchange/MSSQL application support via WMI.
Showing the first 30 paths; 16 more are omitted from this static page.
A html/includes/graphs/application/exchange_as_curreqs.inc.php +22
A html/includes/graphs/application/exchange_as_pingcmd.inc.php +22
A html/includes/graphs/application/exchange_as_syncmd.inc.php +22
A html/includes/graphs/application/exchange_auto_errors.inc.php +22
A html/includes/graphs/application/exchange_auto_totalreqs.inc.php +22
A html/includes/graphs/application/exchange_is_active.inc.php +22
A html/includes/graphs/application/exchange_is_rpcfail.inc.php +22
A html/includes/graphs/application/exchange_is_rpcreq.inc.php +26
A html/includes/graphs/application/exchange_is_users.inc.php +22
A html/includes/graphs/application/exchange_mb_latency.inc.php +22
A html/includes/graphs/application/exchange_mb_msgs.inc.php +30
A html/includes/graphs/application/exchange_mb_queued.inc.php +22
A html/includes/graphs/application/exchange_oab_dlcom.inc.php +22
A html/includes/graphs/application/exchange_oab_dlq.inc.php +22
A html/includes/graphs/application/exchange_owa_reqsec.inc.php +22
A html/includes/graphs/application/exchange_owa_rtime.inc.php +26
A html/includes/graphs/application/exchange_owa_users.inc.php +22
A html/includes/graphs/application/exchange_trans_mbque.inc.php +22
A html/includes/graphs/application/exchange_trans_queue.inc.php +26
A html/includes/graphs/application/exchange_trans_smtp.inc.php +26
A html/includes/graphs/application/exchange_trans_subque.inc.php +22
A html/includes/graphs/application/mssql_buffer_page.inc.php +29
A html/includes/graphs/application/mssql_buffer_pglife.inc.php +21
A html/includes/graphs/application/mssql_buffer_stalls.inc.php +21
A html/includes/graphs/application/mssql_cpu_usage.inc.php +25
A html/includes/graphs/application/mssql_memory_usage.inc.php +38
A html/includes/graphs/application/mssql_stats.inc.php +21
M html/pages/device/apps.inc.php +16 -2
A html/pages/device/apps/exchange.inc.php +87
A html/pages/device/apps/mssql
📈 1,849 added
📉 5 removed
Not to show device header, when no device is specified.
M html/includes/print/device.inc.php +2
📈 2 added
📉 0 removed
remove brand from date and time options on /graphs/
M html/pages/graphs.inc.php +1 -1
📈 1 added
📉 1 removed
fix /graphs/ for graphs which don't have a device
M html/pages/graphs.inc.php +11 -7
📈 11 added
📉 7 removed
More accurate ping limits for timeout/retries.
M includes/defaults.inc.php +2 -2
M includes/functions.php +12 -8
📈 14 added
📉 10 removed
sql is hard, mmkay?
M update/101.sql -1
A update/102.sql +1
📈 0 added
📉 0 removed
remove reference to background which is not even visible.
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/navbar.less -1
📈 0 added
📉 0 removed
use loading.gif for when popups are loading :)
📈 1 added
📉 1 removed
add support for processor and memory for Cisco QFP #535
A includes/discovery/mempools/qfp.inc.php +26
A includes/discovery/processors/qfp.inc.php +25
A includes/polling/mempools/qfp.inc.php +11
📈 62 added
📉 0 removed
add index and primary key to device_graphs
📈 0 added
📉 0 removed
test2
📈 2 added
📉 0 removed
test :)
📈 1 added
📉 1 removed
pointless commit for testing.
📈 0 added
📉 1 removed
Add header to includes/syslog
📈 12 added
📉 0 removed
remove email me thinger
📈 0 added
📉 3 removed
add an attempt to clean netscaler syslog
M includes/syslog.php +6 -2
📈 6 added
📉 2 removed
revert fix to hostname lookups which fixed nothing and broke id lookups instead :)
M html/pages/device.inc.php +1 -7
📈 1 added
📉 7 removed
Allow device hostname as device parametr (i.e. http://observium/device/device=hostname).
M html/pages/device.inc.php +7 -1
📈 7 added
📉 1 removed
Show error for unknown or unspecified devices. Cleanup of temporary variables after caching.
M html/includes/cache-data.inc.php +6 -7
M html/index.php +2 -2
M html/pages/device.inc.php +16 -17
M html/pages/graphs.inc.php +8
📈 32 added
📉 26 removed
fix mgeups output discovery on single-phase devices
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +2
📈 2 added
📉 0 removed
M includes/definitions/os.inc.php +1 -1
📈 1 added
📉 1 removed
Ignored state sensors.
M includes/rewrites.php +8 -3
📈 8 added
📉 3 removed
merge ciena dom mib into one file
D includes/discovery/current/ciena-dom.inc.php -39
D includes/discovery/dbm/ciena-dom-rx.inc.php -47
D includes/discovery/dbm/ciena-dom-tx.inc.php -47
A includes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php +133
D includes/discovery/temperatures/ciena-dom.inc.php -42
D includes/discovery/voltages/ciena-dom.inc.php -42
📈 133 added
📉 217 removed
move fastpath boxservices state sensors to fanspeed/power
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +2 -2
📈 2 added
📉 2 removed
restore accidentally removed 'no results' output for ajax search
M html/ajax_search.php +6 -5
📈 6 added
📉 5 removed
syntaxer run over includes/discovery
Showing the first 30 paths; 10 more are omitted from this static page.
M includes/discovery/arp-table.inc.php +4 -4
M includes/discovery/bgp-peers.inc.php +2 -2
M includes/discovery/cisco-entity-sensor.inc.php +6 -4
M includes/discovery/current/ciena-dom.inc.php +1 -2
M includes/discovery/dbm/ciena-dom-rx.inc.php +10 -11
M includes/discovery/dbm/ciena-dom-tx.inc.php +6 -7
M includes/discovery/dbm/jdsu-edfa.inc.php +2 -2
M includes/discovery/discovery-protocols.inc.php +3 -3
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/ipv4-addresses.inc.php +5 -5
M includes/discovery/ipv6-addresses.inc.php +6 -6
M includes/discovery/mac-accounting.inc.php +7 -4
M includes/discovery/mempools/ciena.inc.php -1
M includes/discovery/os/ciena.inc.php -1
M includes/discovery/os/jdsu-edfa.inc.php +1 -1
M includes/discovery/sensors/cisco-envmon-mib.inc.php +4 -4
M includes/discovery/sensors/dell-rac-mib.inc.php +1 -1
M includes/discovery/sensors/deltaups-mib.inc.php +1 -1
M includes/discovery/sensors/eqlmember-mib.inc.php +32 -32
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +3 -3
M includes/discovery/sensors/ipomanii-mib.inc.php +1 -2
M includes/discovery/sensors/juniper-mib.inc.php +1 -1
M includes/discovery/sensors/mg-snmp-ups-mib.inc.php +2 -2
M includes/discovery/sensors/nos.inc.php +1 -1
M includes/discovery/sensors/nscrtv-root.inc.php +9 -7
M includes/discovery/sensors/papouch-smi.inc.php +1 -1
M includes/discovery/sensors/pdu-mib.inc.php -1
M includes/discovery/sensors/roomalert24e-mib.inc.php +3 -3
M includes/discovery/sensors/spagent-mib.inc.php +5 -5
M includes/discovery/sensors/ups-mib.inc.php +6 -6
📈 0 added
📉 0 removed
women can also have bills
M html/pages/bill/delete.inc.php +1 -1
📈 1 added
📉 1 removed
Fix missing device header on graph pages. Function print_device_header().
D html/includes/device-header.inc.php -74
M html/includes/functions.inc.php +2 -1
M html/includes/graphs/device/auth.inc.php +2 -2
A html/includes/print/device.inc.php +80
M html/pages/device.inc.php +4 -9
M html/pages/graphs.inc.php +4
📈 92 added
📉 86 removed
Restore minigraphs for state sensors.
M html/pages/device/overview/sensors.inc.php +1 -1
M html/pages/health/sensors.inc.php +1 -1
📈 2 added
📉 2 removed
Function humanize_sensor(). Improve sensors pages.
M html/pages/device/overview/sensors.inc.php +14 -47
M html/pages/health/sensors.inc.php +21 -19
M includes/polling/functions.inc.php +13 -20
M includes/rewrites.php +85 -1
📈 133 added
📉 87 removed
de-uglify ajax search a bit, but needs a restructure
M html/ajax_search.php +23 -29
📈 23 added
📉 29 removed
fix look of mempools text on device overview page
M html/pages/device/overview/mempools.inc.php +1 -1
📈 1 added
📉 1 removed
Add notify, alerts and eventlog for state sensors.
M includes/polling/functions.inc.php +69 -23
📈 69 added
📉 23 removed
Use 'event' instead hardcoded 'class' for state sensors.
M html/pages/device/overview/sensors.inc.php +22 -4
M includes/definitions.inc.php +16 -16
M includes/discovery/sensors/cisco-envmon-mib.inc.php +26 -18
M includes/polling/sensors.inc.php +8 -11
📈 72 added
📉 49 removed
Ignore limits for state sensors.
M includes/discovery/functions.inc.php +71 -60
📈 71 added
📉 60 removed
state sensors for sensorprobe/minkelsrms, rewritten but not tested discovery for temp/humidity, please check if you have this device
M includes/definitions.inc.php +10 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +2 -2
D includes/discovery/sensors/hhmsagent-mib.inc.php -73
A includes/discovery/sensors/spagent-mib.inc.php +77
📈 89 added
📉 76 removed
edition to version check :)
M includes/versioncheck.inc.php +1
📈 1 added
📉 0 removed
small code cleanup for frequency/other sensors on health pages
M html/pages/device/overview/sensors.inc.php +1 -1
M html/pages/health/sensors.inc.php +4 -14
M includes/common.php +2 -2
📈 7 added
📉 17 removed
fixes to fastpath boxservices state sensors
M includes/definitions.inc.php +7 -6
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +1 -1
📈 8 added
📉 7 removed
add power supply monitoring; fix state graphs
A html/includes/graphs/sensor/state.inc.php +17
D html/includes/graphs/sensor/status.inc.php -17
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +22 -11
📈 39 added
📉 28 removed
fan status polling for fastpath powerconnect
M html/pages/device/overview/sensors.inc.php +1 -1
M includes/definitions.inc.php +9 -1
M includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +44 -21
M includes/functions.php +12
📈 66 added
📉 23 removed
clean up device health sensor code
M html/pages/device/health.inc.php +6 -2
D html/pages/device/health/airflow.inc.php -9
D html/pages/device/health/current.inc.php -9
D html/pages/device/health/fanspeed.inc.php -9
D html/pages/device/health/frequency.inc.php -9
D html/pages/device/health/humidity.inc.php -9
D html/pages/device/health/power.inc.php -9
M html/pages/device/health/sensors.inc.php +6 -6
D html/pages/device/health/status.inc.php -9
D html/pages/device/health/temperature.inc.php -9
D html/pages/device/health/voltage.inc.php -9
M includes/definitions.inc.php +2
📈 14 added
📉 89 removed
M html/pages/device/overview/sensors.inc.php +22 -12
M includes/definitions.inc.php +10
M includes/discovery/sensors/cisco-envmon-mib.inc.php +53 -2
M includes/polling/sensors.inc.php +6 -5
📈 91 added
📉 19 removed
Exclude duplicated sensors from CISCO-ENTITY-SENSOR
M includes/discovery/sensors/cisco-envmon-mib.inc.php +17 -4
📈 17 added
📉 4 removed
M includes/discovery/sensors/cisco-envmon-mib.inc.php +26 -26
📈 26 added
📉 26 removed
Fix search for multiselect params.
M html/includes/print/events.inc.php +1 -1
M html/includes/print/search_simple.inc.php +1
M html/index.php +15 -1
📈 17 added
📉 2 removed
better background
M html/images/lightbg.png ±0
📈 0 added
📉 0 removed
remove duplicate settings in defaults
M includes/defaults.inc.php -3
📈 0 added
📉 3 removed
make the other heading types less hideously huge.
M html/css/bootstrap.css +4 -4
M html/css/bootstrap/less/type3.less +6 -5
📈 0 added
📉 0 removed
fix escaping of rrd strings: cut length first
M includes/rrdtool.inc.php +8 -10
📈 8 added
📉 10 removed
remove stupid donate buttons that no one ever used.
M html/pages/about.inc.php -14
M includes/definitions/version.inc.php +3 -3
📈 3 added
📉 17 removed
no copying license for pro edition :)
📈 12 added
📉 21 removed
remove blue notice
📈 0 added
📉 9 removed
HAMMERTIME
M html/includes/navbar.inc.php +5 -1
M html/index.php +9
M html/pages/device.inc.php +4 -2
M html/pages/device/port.inc.php +6 -2
M includes/definitions/version.inc.php +2
📈 26 added
📉 5 removed
more duplicate code cleanups in global health pages for sensors
M html/pages/health.inc.php +24 -11
D html/pages/health/airflow.inc.php -9
D html/pages/health/current.inc.php -9
D html/pages/health/dbm.inc.php -9
D html/pages/health/fanspeed.inc.php -9
D html/pages/health/frequency.inc.php -9
D html/pages/health/humidity.inc.php -9
D html/pages/health/power.inc.php -9
M html/pages/health/sensors.inc.php +10 -8
D html/pages/health/status.inc.php -10
D html/pages/health/temperature.inc.php -9
D html/pages/health/voltage.inc.php -9
📈 34 added
📉 110 removed
further cleanup of sensor definitions scattered all over the code - now pulls everything from definitions
M html/includes/functions.inc.php +2 -3
M html/pages/device/health.inc.php +11 -49
M html/pages/health.inc.php +7 -32
M includes/definitions.inc.php +1
📈 21 added
📉 84 removed
Clean up sensor code for device overview
A html/includes/graphs/sensor/airflow.inc.php +19
M html/pages/device/overview.inc.php +2 -11
D html/pages/device/overview/generic
D html/pages/device/overview/sensors
A html/pages/device/overview/sensors.inc.php +80
M includes/definitions.inc.php +8 -6
📈 109 added
📉 17 removed
fix cisco sla rrd creation
M includes/polling/cisco-sla.inc.php +1 -1
📈 1 added
📉 1 removed
remove weird colouring code from device/edit/ports
M html/pages/device/edit/ports.inc.php +4 -11
📈 4 added
📉 11 removed
storage entity type
M includes/definitions/entities.inc.php +6
A includes/definitions/version.inc.php +36
M includes/polling/storage.inc.php +5
📈 47 added
📉 0 removed
Support for AVTECH RoomAlert 24E, sponsored by PointPub Media Communications Inc.
A html/images/os/avtech.png +1
M includes/definitions/os.inc.php +9
A includes/discovery/os/roomalert.inc.php +8
A includes/discovery/sensors/roomalert24e-mib.inc.php +139
M includes/polling/os/cisco.inc.php -2
A includes/polling/os/roomalert.inc.php +8
A mibs/avtech
A mibs/avtech/ROOMALERT11E-MIB +693
A mibs/avtech/ROOMALERT12E-MIB +503
A mibs/avtech/ROOMALERT24E-MIB +627
A mibs/avtech/ROOMALERT26W-MIB +2,700
A mibs/avtech/ROOMALERT32E-MIB +2,112
A mibs/avtech/ROOMALERT3E-MIB +183
A mibs/avtech/ROOMALERT4E-MIB +202
A mibs/avtech/ROOMALERT7E-MIB +362
A mibs/avtech/ROOMALERTST-MIB +202
A mibs/avtech/TEMPAGER-MIB +266
A mibs/avtech/TEMPAGER3E-MIB +127
📈 164 added
📉 2 removed
micro fixes
M includes/discovery/sensors/mikrotik-mib.inc.php +2 -2
M includes/discovery/sensors/nscrtv-root.inc.php +3 -4
M includes/discovery/sensors/zyxel-as-mib.inc.php -1
📈 5 added
📉 7 removed
airflow sensor support (provided by new Intel BMCs)
M html/includes/navbar.inc.php +1 -1
M html/pages/device/health.inc.php +8 -2
A html/pages/device/health/airflow.inc.php +9
M html/pages/device/overview.inc.php +2
A html/pages/device/overview/sensors/airflow.inc.php +10
M html/pages/health.inc.php +4 -1
A html/pages/health/airflow.inc.php +9
M includes/definitions.inc.php +11 -10
M includes/discovery/sensors/dell-rac-mib.inc.php +3 -1
📈 57 added
📉 15 removed
oh no he di'nt
M html/index.php +1 -1
M html/pages/about.inc.php +5 -5
M includes/definitions.inc.php +1 -29
📈 7 added
📉 35 removed
set old_graphs to 0
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
unset command_only
M html/pages/graphs.inc.php +3 -2
📈 3 added
📉 2 removed
September 2013
sensor discovery cleanups
Showing the first 30 paths; 9 more are omitted from this static page.
A includes/discovery/sensors/airespace-wireless-mib.inc.php +25
M includes/discovery/sensors/areca.inc.php +4 -4
A includes/discovery/sensors/asyncos-mail-mib.inc.php +36
D includes/discovery/sensors/asyncos.inc.php -36
M includes/discovery/sensors/cisco-envmon-mib.inc.php +2 -2
M includes/discovery/sensors/cometsystem.inc.php +3 -1
A includes/discovery/sensors/dell-rac-mib.inc.php +84
D includes/discovery/sensors/dell.inc.php -129
M includes/discovery/sensors/deltaups-mib.inc.php +1 -1
D includes/discovery/sensors/drac.inc.php -84
A includes/discovery/sensors/eqlmember-mib.inc.php +97
D includes/discovery/sensors/equallogic.inc.php -97
A includes/discovery/sensors/fastpath-boxservices-private-mib.inc.php +67
M includes/discovery/sensors/gamatronic-mib.inc.php +4 -4
M includes/discovery/sensors/hhmsagent-mib.inc.php +2 -2
M includes/discovery/sensors/ipomanii-mib.inc.php +8 -8
D includes/discovery/sensors/jdsu-edfa.inc.php -108
M includes/discovery/sensors/juniper-dom-mib.inc.php +4 -4
M includes/discovery/sensors/juniper-mib.inc.php +1 -1
M includes/discovery/sensors/juniper-system-mib.inc.php +1 -1
A includes/discovery/sensors/lm-sensors-mib.inc.php +72
D includes/discovery/sensors/lm-sensors.inc.php -72
A includes/discovery/sensors/mg-snmp-ups-mib.inc.php +150
D includes/discovery/sensors/mgeups.inc.php -150
A includes/discovery/sensors/mib-dell-10892.inc.php +129
D includes/discovery/sensors/netscaler.inc.php -34
M includes/discovery/sensors/nos.inc.php +3 -1
A includes/discovery/sensors/ns-root-mib.inc.php +34
A includes/discovery/sensors/nscrtv-root.inc.php +108
A includes/discovery/sensors/papouch-smi.inc.php +84
📈 956 added
📉 950 removed
don't put top-margin on <body> when /device/ navbar docks. (it breaks the mouseovers)
M html/pages/device.inc.php +2 -2
📈 2 added
📉 2 removed
remove an erroneous row, darken navbar spacer
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/navbar.less +5 -1
M html/pages/device/edit/modules.inc.php -2
📈 0 added
📉 2 removed
tweaks
M html/css/bootstrap-hacks.css -9
📈 0 added
📉 0 removed
[rrd_rra] => [rrd][rra]
M includes/rrdtool.inc.php +1 -1
📈 1 added
📉 1 removed
WiP replacement graph browser navbar
M html/css/bootstrap-hacks.css +31
M html/includes/graphs/port/auth.inc.php +6
M html/pages/graphs.inc.php +19 -17
📈 25 added
📉 17 removed
merge last 2 day's changes to trunk (trunk will be for devel for now on, stable is /branches/stable/)
Showing the first 30 paths; 127 more are omitted from this static page.
M attic/cisco-entity-sensors.inc.php +2 -15
A attic/demo.php +169
A attic/example2.php +175
A attic/globe.php +192
A attic/jt.php +236
A attic/new.php +5
A attic/old.php +125
M attic/temperatures.inc.php +1 -14
A attic/traffic.php +201
M attic/voltages.inc.php +1 -6
M check-services.php +1 -1
M html/ajax_search.php +3 -3
M html/css/bootstrap.css +5 -5
M html/css/bootstrap/less/navbar.less +1 -1
M html/css/bootstrap/less/type3.less +5 -4
M html/css/bootstrap/less/variables3.less +3 -1
M html/css/bootstrap/less/wells3.less +1 -1
A html/images/os/ericsson.png +1
A html/images/os/open-e.png +1
A html/includes/graphs/sensor/status.inc.php +17
M html/index.php +2 -2
M html/pages/apps/default.inc.php +5 -8
M html/pages/device.inc.php +4 -1
M html/pages/device/apps.inc.php +1 -1
M html/pages/device/health.inc.php +4 -1
A html/pages/device/health/status.inc.php +9
M html/pages/device/loadbalancer/netscaler_services.inc.php +4 -4
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +9 -9
M html/pages/device/overview.inc.php +1
A html/pages/device/overview/sensors/status.inc.php +10
📈 1,153 added
📉 1,908 removed
merge
M html/css/bootstrap.css +13 -11
M html/css/bootstrap/less/bootstrap.less +1 -1
A html/css/bootstrap/less/mixins3.less +723
M html/css/bootstrap/less/navbar.less +1 -1
A html/css/bootstrap/less/responsive-utilities3.less +220
A html/css/bootstrap/less/type3.less +272
M html/css/bootstrap/less/variables.less +6 -2
A html/css/bootstrap/less/variables3.less +625
M html/css/bootstrap/less/wells.less +3 -2
A html/css/bootstrap/less/wells3.less +75
M html/pages/device.inc.php +2 -1
M html/pages/device/overview.inc.php +7 -1
A html/pages/device/overview/processors-unix.inc.php +111
M html/pages/devices.inc.php +36 -56
D html/pages/devices/graph.inc.php -71
A html/pages/devices/graphs.inc.php +71
M includes/definitions/graphtypes.inc.php +6 -6
📈 233 added
📉 135 removed
merge
M html/css/bootstrap.css +3 -3
M html/css/bootstrap/less/alerts.less +7 -5
M html/includes/print/status.inc.php +1 -1
M html/pages/front/default.php +6 -5
📈 7 added
📉 6 removed
merge
M html/includes/graphs/common.inc.php +1 -2
M html/includes/graphs/graph.inc.php +1 -1
M html/pages/graphs.inc.php +2 -2
📈 4 added
📉 5 removed
WHEN WILL IT END
📈 0 added
📉 0 removed
dumb svn part deux
📈 0 added
📉 0 removed
fix output buffering issue
M html/graph.php +1 -1
M html/includes/graphs/graph.inc.php +1 -1
M html/pages/graphs.inc.php +1 -1
📈 3 added
📉 3 removed
merge devel
A html/css/bootstrap-hacks.css +60
M html/css/bootstrap.css +39 -53
M html/css/bootstrap/less/bootstrap.less +1 -1
M html/css/bootstrap/less/navbar.less +2
M html/css/bootstrap/less/progress-bars.less +2 -1
M html/css/bootstrap/less/scaffolding.less +2 -1
A html/images/brand-observium.png +1
A html/images/lightbg.png +1
A html/images/login-hamster-large.png +1
M html/images/login-hamster.png ±0
M html/includes/alerting-navbar.inc.php +1 -1
M html/includes/functions.inc.php +4 -2
M html/includes/print/navbar.inc.php +26 -3
M html/includes/status-summary.inc.php +51 -15
M html/index.php +1
M html/pages/about.inc.php +1 -1
M html/pages/alert_check.inc.php +19 -9
M html/pages/device.inc.php +85 -139
M html/pages/device/graphs.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/ucd_mem.inc.php +1 -1
M html/pages/front/default.php +1 -1
M html/pages/logon.inc.php +17 -12
M includes/alerts.inc.php +8 -4
M includes/discovery/temperatures/cisco-envmon.inc.php +3 -3
M includes/functions.php +19 -2
📈 240 added
📉 196 removed
fix postfix mailgraph parser
M includes/polling/applications/postfix_mailgraph.inc.php +2 -2
📈 2 added
📉 2 removed
make sure stray whitespace doesn't kill off graph functionality; small cleanups
M html/graph.php +2
M html/includes/graphs/graph.inc.php +2
M html/index.php +2 -5
📈 6 added
📉 5 removed
Clean up mailgraph agent script; no longer needs a modified mailgraph, you can use the debian (or other) stock package. Just place the new script in the right directory and make sure the path to your rrds is correct
M html/includes/graphs/application/postfix_reject.inc.php +1 -1
M html/includes/graphs/application/postfix_sent.inc.php +1 -1
M html/includes/graphs/application/postfix_spam.inc.php +1 -1
M includes/polling/applications/postfix_mailgraph.inc.php +29 -20
M includes/polling/unix-agent.inc.php +1 -1
D scripts/agent-local/mailgraph
M scripts/agent-local/postfix_mailgraph +28 -8
📈 61 added
📉 32 removed
merging alerting changes
M html/css/sprite.css +107 -106
M html/img/sprite.png ±0
A html/includes/alerting-navbar.inc.php +60
M html/includes/functions.inc.php +2 -1
M html/includes/print/alert.inc.php +12 -13
M html/index.php +1 -1
M html/pages/add_alert_check.inc.php +129 -133
M html/pages/alert_check.inc.php +63 -14
M html/pages/alert_checks.inc.php +15 -55
A html/pages/alert_regenerate.inc.php +36
M html/pages/alerts.inc.php +6 -18
M html/pages/device/alerts.inc.php +7 -1
M html/pages/device/edit/device.inc.php +3 -3
M html/pages/device/edit/ports.inc.php +2 -2
M html/pages/device/edit/snmp.inc.php +86 -59
M html/pages/device/health/mempool.inc.php +1 -1
M html/pages/device/health/processor.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/port/alerts.inc.php +10 -1
M html/pages/device/routing/cef.inc.php +3 -3
M includes/alerts.inc.php +167 -199
M includes/common.php +1 -1
M includes/definitions/entities.inc.php +34 -33
M includes/discovery/cisco-entity-sensor.inc.php +3 -3
M includes/discovery/entity-sensor.inc.php +2 -2
M includes/functions.php +3 -3
M includes/rewrites.php +28 -24
📈 677 added
📉 573 removed
merge
M html/pages/alert_check.inc.php +18 -15
M html/pages/device/packages.inc.php +20 -20
📈 38 added
📉 35 removed
merge
M html/pages/alert_check.inc.php +2 -2
📈 2 added
📉 2 removed
merge
M html/pages/alert_check.inc.php +5 -8
📈 5 added
📉 8 removed
merge devel -> trunk (after reading svn manual)
M alerter.php +8 -1
M discovery.php +2
M html/css/bootstrap.css +22 -22
M html/css/bootstrap/less/bootstrap.less +1 -1
M html/css/bootstrap/less/forms.less +3 -1
M html/css/sprite.css +137 -135
M html/img/sprite.png ±0
A html/img/sprite/and.gif +1
A html/img/sprite/arrow-circle.png +1
A html/img/sprite/hand-point-090.png +1
A html/img/sprite/or.gif +1
A html/img/sprite/pencil.png +1
A html/img/sprite/service-bell.png +1
M html/includes/functions.inc.php +1 -1
M html/includes/print/alert.inc.php +3 -3
M html/pages/add_alert_check.inc.php +8 -3
M html/pages/alert_check.inc.php +81 -10
M includes/alerts.inc.php +2 -2
M poller.php +2
📈 107 added
📉 20 removed
add a couple more graphs to entity array
M includes/definitions/entities.inc.php +5
📈 5 added
📉 0 removed
alerting updates. graphing updates.
M html/graph.php +7 -5
M html/includes/functions.inc.php +2 -2
M html/includes/graphs/common.inc.php +13 -10
M html/includes/graphs/functions.inc.php +1 -1
M html/includes/graphs/generic_data.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +2 -2
M html/includes/graphs/graph.inc.php -7
M html/includes/graphs/old_generic_simplex.inc.php +1 -1
M html/includes/graphs/processor/usage.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +1 -1
M includes/alerts.inc.php +21 -22
M includes/definitions/entities.inc.php +6
M syslog.php +1 -1
📈 57 added
📉 54 removed
alerting updates (switch graphs to entities array for now)
M html/pages/add_alert_check.inc.php +5 -3
M includes/alerts.inc.php +5 -5
M includes/discovery/cisco-entity-sensor.inc.php +9 -6
📈 19 added
📉 14 removed
alert editing interface updates. update bootstrap-select.
A html/css/bootstrap-select.css +259
A html/css/bootstrap-select.min.css +7
M html/css/bootstrap/less/bootstrap.less +1 -1
M html/css/sprite.css +158 -157
M html/img/sprite.png ±0
M html/index.php +1
M html/js/bootstrap-select.min.js +8 -1
M html/pages/add_alert_check.inc.php +5 -5
M includes/definitions.inc.php +3
A includes/definitions/entities.inc.php +60
📈 69 added
📉 5 removed
add the ability to delete an alert checker. add pencil icon.
M html/css/sprite.css +137 -136
M html/img/sprite.png ±0
M html/pages/alert_check.inc.php +60 -4
M html/pages/alert_checks.inc.php +19 -2
📈 79 added
📉 6 removed
add config entry for alerting and remove some debugging
M config.php.default +7
M html/pages/add_alert_check.inc.php +18 -8
📈 25 added
📉 8 removed
add basic interface to create alert checkers and associations
M html/css/sprite.css +10 -9
M html/img/sprite.png ±0
M html/img/sprite/exclamation-red.png ±0
M html/includes/functions.inc.php -2
A html/pages/add_alert_check.inc.php +219
M html/pages/alert_check.inc.php +5 -4
M html/pages/alert_checks.inc.php +58 -2
M html/pages/alerts.inc.php +3 -1
M includes/alerts.inc.php +11 -7
M includes/definitions.inc.php +5
📈 301 added
📉 16 removed
M config_to_json.php +14 -13
M includes/common.php +4 -4
M includes/definitions.inc.php +18 -30
M includes/functions.php +1 -1
📈 37 added
📉 48 removed
Fix broken syslog, again (removed echo from stdout, fixed detection IP version).
M includes/functions.php +12
M includes/syslog.php +21 -16
M syslog.php +9 -3
📈 42 added
📉 19 removed
fix/rewrite powerware
XUPS-MIB discovery (old code had an infinite loop on some devices) + fix initial values of some fields on
UPS-MIB
M includes/discovery/sensors/ups-mib.inc.php +6 -6
M includes/discovery/sensors/xups-mib.inc.php +147 -155
📈 153 added
📉 161 removed
Fix freebsd/openbsd uptime issue (
snmpEngineTime in snmpd always return unixtime instead uptime).
M includes/polling/system.inc.php +9 -9
📈 9 added
📉 9 removed
no short open tag.
M includes/definitions/apps.inc.php +1 -1
📈 1 added
📉 1 removed
move app definitions. fix spacing on front page
M html/pages/front/default.php +306 -304
M includes/definitions.inc.php +9 -25
A includes/definitions/apps.inc.php +24
📈 339 added
📉 329 removed
consolidate and deduplicate raritan sensor code
M includes/defaults.inc.php +3 -4
D includes/discovery/current/raritan.inc.php -56
D includes/discovery/power/raritan.inc.php -45
A includes/discovery/sensors/pdu-mib.inc.php +88
D includes/discovery/temperatures/raritan.inc.php -25
D includes/discovery/voltages/raritan.inc.php -27
📈 91 added
📉 157 removed
consolidate and clean up deltaups, also fix battery current being reported as battery frequency
D includes/discovery/current/deltaups.inc.php -41
D includes/discovery/frequencies/deltaups.inc.php -37
D includes/discovery/humidity/deltaups.inc.php -29
A includes/discovery/sensors/deltaups-mib.inc.php +41
M includes/discovery/sensors/ups-mib.inc.php +1 -1
D includes/discovery/temperatures/deltaups.inc.php -33
D includes/discovery/voltages/deltaups.inc.php -41
📈 42 added
📉 182 removed
more sensor consolidation and cleanups, replace php closing statements by EOF comment
D includes/discovery/current/junos-dom.inc.php -33
D includes/discovery/dbm/junos-dom-rx.inc.php -35
D includes/discovery/dbm/junos-dom-tx.inc.php -35
D includes/discovery/humidity/akcp.inc.php -39
M includes/discovery/sensors/areca.inc.php +1 -1
M includes/discovery/sensors/cometsystem.inc.php +1 -1
M includes/discovery/sensors/dell.inc.php +1 -1
M includes/discovery/sensors/drac.inc.php +1 -1
M includes/discovery/sensors/equallogic.inc.php +2
A includes/discovery/sensors/hhmsagent-mib.inc.php +73
D includes/discovery/sensors/ipoman.inc.php -182
A includes/discovery/sensors/ipomanii-mib.inc.php +182
A includes/discovery/sensors/juniper-dom-mib.inc.php +113
M includes/discovery/sensors/lm-sensors.inc.php +1 -1
M includes/discovery/sensors/mgeups.inc.php +1 -1
M includes/discovery/sensors/netscaler.inc.php +1
M includes/discovery/sensors/nos.inc.php +1
M includes/discovery/sensors/papouch.inc.php +1 -1
M includes/discovery/sensors/powerconnect.inc.php +2
A includes/discovery/sensors/supermicro-health-mib.inc.php +58
D includes/discovery/sensors/supermicro.inc.php -56
M includes/discovery/sensors/wlc.inc.php +1
M includes/discovery/sensors/wut.inc.php +1 -1
A includes/discovery/sensors/xups-mib.inc.php +195
D includes/discovery/sensors/xups.inc.php -193
M includes/discovery/sensors/zyxel-ies.inc.php +1 -1
D includes/discovery/temperatures/akcp.inc.php -39
D includes/discovery/temperatures/junos-dom.inc.php -40
📈 637 added
📉 661 removed
unify and rewrite mge ups sensor discovery
M includes/defaults.inc.php +1 -1
D includes/discovery/current/mgeups.inc.php -60
D includes/discovery/frequencies/mgeups.inc.php -48
D includes/discovery/humidity/mgeups.inc.php -69
A includes/discovery/sensors/mgeups.inc.php +150
D includes/discovery/temperatures/mgeups.inc.php -64
D includes/discovery/voltages/mgeups.inc.php -50
📈 151 added
📉 292 removed
poll numeric oids
M includes/discovery/sensors/ups-mib.inc.php +15 -15
📈 15 added
📉 15 removed
clean up unnecessary sensor include files
D includes/discovery/current.inc.php -15
D includes/discovery/dbm.inc.php -15
D includes/discovery/frequencies.inc.php -16
D includes/discovery/humidity.inc.php -17
D includes/discovery/power.inc.php -16
M includes/discovery/sensors.inc.php +20 -11
D includes/discovery/temperatures.inc.php -17
D includes/discovery/voltages.inc.php -17
📈 20 added
📉 124 removed
D includes/discovery/current/rfc1628.inc.php -79
D includes/discovery/frequencies/rfc1628.inc.php -39
A includes/discovery/sensors/ups-mib.inc.php +190
D includes/discovery/temperatures/rfc1628.inc.php -26
D includes/discovery/voltages/rfc1628.inc.php -79
M includes/polling/os/liebert.inc.php +1 -1
M includes/polling/os/netmanplus.inc.php +1 -1
D includes/polling/os/rfc1628.inc.php -13
A includes/polling/os/ups-mib.inc.php +48
📈 240 added
📉 238 removed
allow adding when rrd directory already exists by default
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
fix incorrect display of remember me mcrypt reminder
📈 1 added
📉 1 removed
change transport db field to enum
📈 0 added
📉 0 removed
snmpver to enum v1, v2c, v3
📈 0 added
📉 0 removed
fix capitalisation as it should be in the db
M html/pages/device/edit/snmp.inc.php +3 -3
📈 3 added
📉 3 removed
authalgo -> cryptoalgo name fix
M html/pages/device/edit/snmp.inc.php +1 -1
📈 1 added
📉 1 removed
go away, eos!
M includes/discovery/processors/hrdevice.inc.php +1 -1
📈 1 added
📉 1 removed
EOS
4.12.x introduces the
aristaEntSensorThresholdTable , which contains thresholds suitable for alerting. This diff includes the new MIB and code in
entity-sensors.inc.php that uses the new table if the os == arista_eos. #491
M includes/discovery/entity-sensor.inc.php +31 -1
A mibs/arista/ARISTA-ENTITY-SENSOR-MIB +197
📈 31 added
📉 1 removed
new arista products mib #490
M mibs/arista/ARISTA-PRODUCTS-MIB +23 -1
📈 0 added
📉 0 removed
clean up screenos sessions
M html/includes/graphs/device/screenos_sessions.inc.php +1 -1
D html/includes/graphs/screenos_sessions.inc.php -30
📈 1 added
📉 31 removed
Fix radius security hole [OBSERVIUM-489].
M html/includes/authenticate.inc.php +1 -1
📈 1 added
📉 1 removed
don't reset icon
M includes/polling/os.inc.php +1 -1
📈 1 added
📉 1 removed
bring back OS distro+version into features, unset device variables (features,version,distro,serial,etc) when their contents disappear
M includes/polling/functions.inc.php +1 -1
M includes/polling/os.inc.php +2 -3
M includes/polling/os/unix.inc.php +1 -3
📈 4 added
📉 7 removed
Improve detect browser type (using mobiledetect 2.6.9), auto set of display options for touchscreen devices.
M html/includes/functions.inc.php +21 -12
A html/includes/Mobile_Detect.php +1,082
M html/includes/navbar.inc.php +8 -2
M html/index.php +6 -4
📈 1,117 added
📉 18 removed
derp
M includes/discovery/ipv4-addresses.inc.php +1 -2
📈 1 added
📉 2 removed
handle 'End of MIB' output from snmpwalk
M includes/snmp.inc.php +7 -5
📈 7 added
📉 5 removed
Update os definitions for old cisco
M includes/definitions/os.inc.php -12
D includes/discovery/os/asa.inc.php -9
D includes/discovery/os/cat1900.inc.php -9
D includes/discovery/os/catos.inc.php -9
M includes/discovery/os/cisco.inc.php +6
D includes/discovery/os/pix.inc.php -10
D includes/polling/os/cat1900.inc.php -7
M includes/polling/os/catos.inc.php +9 -3
A update/098.sql +1
📈 15 added
📉 59 removed
Fix VMware IP addresses discovery.
M includes/discovery/ipv4-addresses.inc.php +1
M includes/discovery/ipv6-addresses.inc.php +3
📈 4 added
📉 0 removed
add 'touch' icon to disable menu hover and allow easy use on touch-based devices.
M html/css/sprite.css +100 -99
M html/img/sprite.png ±0
M html/includes/navbar.inc.php +13 -1
M html/index.php +12 -1
📈 25 added
📉 2 removed
f.cking non-debug debug outputs everywhere
M includes/polling/unix-agent/hddtemp.inc.php -4
📈 0 added
📉 4 removed
clean up hiding header/search
M html/index.php +7 -4
M html/pages/ports.inc.php +2 -2
📈 9 added
📉 6 removed
dynamically generate port graphs list from array on /ports/ and /graphs/ports/. move /ports/ options to an optionbar, splitting from search box.
M html/pages/device/ports.inc.php +3 -7
M html/pages/ports.inc.php +33 -64
D html/pages/ports/graph.inc.php -85
A html/pages/ports/graphs.inc.php +86
M includes/definitions/graphtypes.inc.php +2
📈 124 added
📉 156 removed
vlans to new optionbar. add a new array in definitions to keep track of port graph types
M html/pages/device/vlans.inc.php +13 -40
M includes/definitions/graphtypes.inc.php +12 -4
📈 25 added
📉 44 removed
move more definitions. change nupkts colours. remove old sensor_classes config array.
M html/includes/graphs/port/nupkts.inc.php +4 -4
M html/pages/device/edit/sensors.inc.php +1 -1
M includes/definitions.inc.php +8 -255
A includes/definitions/graphtypes.inc.php +241
A includes/definitions/vmware_guestid.inc.php +100
M includes/polling/sensors.inc.php +2 -2
M includes/polling/unix-agent.inc.php +1 -1
D includes/vmware_guestid.inc.php -100
📈 357 added
📉 363 removed
DERP DERP DERP
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
DERP
M includes/polling/unix-agent/hddtemp.inc.php +3 -1
📈 3 added
📉 1 removed
fix ipv6 sql query
M html/includes/print-interface.inc.php +1 -1
📈 1 added
📉 1 removed
TROLLFACE
M includes/polling/unix-agent/hddtemp.inc.php +1 -1
📈 1 added
📉 1 removed
minor updates
M html/includes/graphs/application/memcached.inc.php +1 -3
M includes/definitions.inc.php +1
M includes/polling/unix-agent/hddtemp.inc.php +3
📈 5 added
📉 3 removed
fix disappearing hddtemp graphs
M includes/polling/unix-agent/hddtemp.inc.php +2 -7
📈 2 added
📉 7 removed
fix hddtemp, fix port percent colours
M html/includes/graphs/port/percent.inc.php +4 -6
M includes/polling/unix-agent/hddtemp.inc.php +5 -4
📈 9 added
📉 10 removed
add percentage utilisation graph to ports (someone asked for this, was pretty easy to do, will find some colours in a sec)
A html/includes/graphs/port/percent.inc.php +40
M html/pages/device/port/graphs.inc.php +8
📈 48 added
📉 0 removed
add lmsensors via agent. move os definitions to a new file. modify hddtemp index generation. fix sensors-state current type (was integer, needs float, duh)
M html/includes/print/alert.inc.php +1
A includes/definitions
M includes/definitions.inc.php +2 -1,294
A includes/definitions/os.inc.php +1,303
M includes/functions.php +10 -1
M includes/polling/unix-agent.inc.php +11 -9
M includes/polling/unix-agent/hddtemp.inc.php +7 -2
A includes/polling/unix-agent/lmsensors.inc.php +75
M includes/syslog.php +1 -1
A scripts/agent-local/lmsensors +9
A update/097.sql +1
📈 1,419 added
📉 1,307 removed
cisco $os++ [OBSERVIUM-482].
M includes/definitions.inc.php +4 -3
A includes/discovery/os/cisco.inc.php +29
D includes/discovery/os/ciscosb.inc.php -8
D includes/discovery/os/ciscoscos.inc.php -8
D includes/discovery/os/ios.inc.php -19
📈 33 added
📉 38 removed
M html/includes/functions.inc.php -3
M includes/definitions.inc.php +4 -1
M includes/functions.php +1 -1
📈 5 added
📉 5 removed
M includes/definitions.inc.php +2
📈 2 added
📉 0 removed
fix generate_url for values as array.
M html/includes/functions.inc.php +7 -3
M html/index.php +11 -4
M html/pages/device/ports.inc.php +3 -8
📈 21 added
📉 15 removed
a little more changes in syslog/eventlog style.
M html/includes/print/events.inc.php +83 -73
M html/includes/print/syslogs.inc.php +68 -67
📈 151 added
📉 140 removed
fix syslog count.
M html/includes/print/syslogs.inc.php +10 -8
📈 10 added
📉 8 removed
some syslog changes
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/alerts.less +1 -1
M html/includes/functions.inc.php -27
M html/includes/print/search_simple.inc.php +3 -2
M html/includes/print/syslogs.inc.php +22 -5
M html/pages/device/logs/syslog.inc.php +2 -2
M html/pages/device/overview.inc.php +1 -1
M html/pages/syslog.inc.php +1 -1
M includes/defaults.inc.php +8 -4
M includes/definitions.inc.php +17
M includes/syslog.php +1 -1
M syslog.php +11 -1
📈 66 added
📉 44 removed
Searching for Netscaler vservers IP addresses [OBSERVIUM-231].
M html/includes/print/addresses.inc.php +75 -21
📈 75 added
📉 21 removed
fix last 2 committed agent scripts, add crashplan app parser (no webinterface yet), add crashplan icon
A html/images/icons/crashplan.png +1
A includes/polling/applications/crashplan.inc.php +75
M scripts/agent-local/crashplan +1 -1
M scripts/agent-local/sabnzbd-qstatus +1 -1
📈 77 added
📉 2 removed
support array chunking in snmp get multi
M includes/snmp.inc.php +21 -4
📈 21 added
📉 4 removed
restore escapeshellarg with fixed snmpv3 auth.
M includes/snmp.inc.php +6 -6
📈 6 added
📉 6 removed
more loopbacks, specially for sid3windr.
M html/includes/print-interface.inc.php +1 -1
M includes/functions.php +3 -3
📈 4 added
📉 4 removed
print MIB when discovery sensors
M includes/discovery/sensors/asyncos.inc.php +2 -1
M includes/discovery/sensors/equallogic.inc.php +1 -3
M includes/discovery/sensors/lm-sensors.inc.php +1 -1
M includes/discovery/sensors/netscaler.inc.php +1 -2
M includes/discovery/sensors/nos.inc.php -1
M includes/discovery/sensors/papouch.inc.php +2 -2
M includes/discovery/sensors/powerconnect.inc.php +1 -1
M includes/discovery/sensors/supermicro.inc.php +38 -35
M includes/discovery/sensors/wlc.inc.php +13 -14
M includes/discovery/sensors/xups.inc.php +1 -1
M includes/discovery/sensors/zyxel-ies.inc.php +1 -1
📈 61 added
📉 62 removed
allow 127.0.0.1
M includes/discovery/ipv4-addresses.inc.php +5 -5
M includes/discovery/ipv6-addresses.inc.php +5 -5
M includes/functions.php +1 -1
📈 11 added
📉 11 removed
Remove links if auth module doesn't do user management
M html/includes/navbar.inc.php +8 -2
M html/pages/usermenu.inc.php +10 -3
📈 18 added
📉 5 removed
make authlog work again for ldap-kerberos and http auth
M html/includes/authenticate.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php -1
M html/includes/authentication/ldap.inc.php -1
📈 1 added
📉 3 removed
check auth even if we don't have a password, some auth modules run with http auth
M html/includes/authenticate.inc.php +1 -1
M html/includes/authentication/http-auth.inc.php +6 -1
M html/includes/authentication/ldap.inc.php +3 -1
📈 10 added
📉 3 removed
fix wrong min/max value in percent_colour.
M html/includes/print-interface.inc.php +4 -6
M includes/common.php +4 -2
M includes/rewrites.php +4 -4
📈 12 added
📉 12 removed
fix IPs validate.
M includes/functions.php +4 -4
📈 4 added
📉 4 removed
eventlog ipv6 compressed.
M includes/discovery/ipv6-addresses.inc.php +6 -5
📈 6 added
📉 5 removed
fix ipv6 links query.
M html/includes/print-interface.inc.php +2 -2
📈 2 added
📉 2 removed
Rewritten IPv4/IPv6 addresses discovery, improved discovering IPv6 on cisco devices.
M includes/discovery/functions.inc.php -49
M includes/discovery/ipv4-addresses.inc.php +123 -43
M includes/discovery/ipv6-addresses.inc.php +180 -57
M includes/functions.php +25
M includes/rewrites.php +5
📈 333 added
📉 149 removed
M includes/common.php -12
M includes/discovery/cisco-pw.inc.php +1 -1
M includes/functions.php +8 -5
📈 9 added
📉 18 removed
pls, don't escape passwords and communities.
M includes/snmp.inc.php +5 -5
📈 5 added
📉 5 removed
take oids as array
📈 2 added
📉 0 removed
agent scripts for sabnzbd and crashplan pro enterprise; no actual monitoring code yet
A scripts/agent-local/crashplan +16
A scripts/agent-local/sabnzbd-qstatus +14
📈 30 added
📉 0 removed
header
M includes/discovery/functions.inc.php +12 -5
📈 12 added
📉 5 removed
M includes/functions.php +4 -4
📈 4 added
📉 4 removed
2013, yo.
M alerts.php +1 -1
M attic/generate-iplist.php +1 -1
M billing-calculate.php +1 -1
M check-errors.php +1 -1
M check-services.php +1 -1
M html/ajax_entitypopup.php +1 -1
M html/ajax_listports.php +1 -1
M html/ajax_poller_status.php +1 -1
M html/ajax_search.php +1 -1
M html/api.php +1 -1
M html/bandwidth-graph.php +1 -1
M html/billing-graph.php +1 -1
M html/data.php +1 -1
M html/graph.php +1 -1
M html/includes/api/errorcodes.inc.php +1 -1
M html/includes/api/functions.inc.php +1 -1
M html/includes/api/module.billing.inc.php +1 -1
M html/includes/api/module.demo.inc.php +1 -1
M html/includes/api/module.inventory.inc.php +1 -1
M html/includes/api/module.packages.inc.php +1 -1
M html/map.php +1 -1
M html/netcmd.php +1 -1
M html/pages/front/default.php +1 -1
M html/pdf.php +1 -1
M includes/functions.php +1 -1
M includes/rewrites.php +1 -1
M irc.php +1 -1
M poll-billing.php +1 -1
M snmptrap.php +1 -1
📈 28 added
📉 28 removed
fix weird svn whatever
M discovery.php +1 -5
M includes/discovery/functions.inc.php +463 -873
📈 464 added
📉 878 removed
fix poll-billing
📈 1 added
📉 1 removed
TODOs for powerconnect
M includes/discovery/sensors/powerconnect.inc.php +42 -1
📈 42 added
📉 1 removed
clean up poll-device.php after 3163 revisions
📈 0 added
📉 23 removed
addhost -> add_device, delhost -> delete_device, renamehost -> rename_device,
addHost () ->
add_device()
A add_device.php +213
D addhost.php -213
M attic/scan-snmp.php +1 -1
A delete_device.php +55
D delhost.php -52
M html/pages/addhost.inc.php +1 -1
M includes/discovery/functions.inc.php +873 -463
A rename_device.php +58
D renamehost.php -58
📈 1,200 added
📉 787 removed
SECURITY UPDATE: escape user-supplied parameters (eg. ipmi credentials, snmp credentials) before executing
M includes/functions.php +1
M includes/polling/ipmi.inc.php +1 -1
M includes/snmp.inc.php +25 -22
📈 27 added
📉 23 removed
also insert current value when discovering a sensor to get rid of NaN before first poll
M includes/discovery/functions.inc.php +6 -3
📈 6 added
📉 3 removed
show 32/64bit counters on device/edit/ports/
M html/pages/device/edit/ports.inc.php +13 -1
📈 13 added
📉 1 removed
json_decode in alert-table printer
M html/includes/print/alert.inc.php +1 -1
M includes/alerts.inc.php +3 -1
📈 4 added
📉 2 removed
updates to alerting pages, honour port_64bit in billing. split some alert_check code into a function.
M html/css/bootstrap/less/variables.less +1 -1
M html/pages/alert_check.inc.php +4 -24
M html/pages/alert_checks.inc.php +84 -112
M html/pages/device/edit/device.inc.php +11 -4
M html/pages/ports.inc.php +6 -6
M includes/rewrites.php +55 -3
M poll-billing.php +9 -6
📈 169 added
📉 155 removed
per-port one-time detection of 32/64-bit counters
M includes/polling/ports.inc.php +22 -7
A update/096.sql +1
📈 22 added
📉 7 removed
change alerting system to use JSON instead of php serialized arrays
M html/pages/alert_check.inc.php +16 -17
M html/pages/alert_checks.inc.php +2 -2
M includes/alerts.inc.php +10 -10
M update/074.php +2 -1
A update/095.php +27
📈 57 added
📉 30 removed
reduce size of perf numbers
M includes/polling/functions.inc.php +1 -1
📈 1 added
📉 1 removed
disable print_vars on sensors edit
M html/pages/device/edit/sensors.inc.php +1 -1
📈 1 added
📉 1 removed
copy 64 counters properly, update some bits of css usage
M html/includes/print/inventory.inc.php +5 -5
M html/index.php -2
M html/pages/ports.inc.php +36 -26
M includes/polling/ports.inc.php +4 -1
📈 45 added
📉 34 removed
modification of 32/64bit counter choice in ports poller and moving of debugging output to catch both sets of counters and rates.
M includes/polling/ports.inc.php +36 -13
📈 36 added
📉 13 removed
increase kernel version field to 64 chars
📈 0 added
📉 0 removed
move some stuff around.
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/bootstrap.less +1
M html/css/bootstrap/less/variables.less +1 -1
M html/includes/functions.inc.php -57
M html/includes/navbar.inc.php +1 -1
M includes/common.php +57
📈 58 added
📉 58 removed
August 2013
some style updates. alerting updates. can now edit alert check conditions, messily. experimenting with bootstrap modals.
M html/css/bootstrap.css +182 -95
M html/css/bootstrap/less/bootstrap.less +3
M html/css/bootstrap/less/forms.less +3 -3
M html/css/bootstrap/less/select.less +2 -2
M html/css/bootstrap/less/variables.less -67
M html/includes/functions.inc.php +23 -5
M html/includes/navbar.inc.php +18 -8
M html/includes/print/alert.inc.php +12 -11
A html/js/bootstrap-modal.js +246
M html/pages/alert_check.inc.php +87 -3
M html/pages/devices.inc.php +74 -68
M html/pages/inventory.inc.php +3 -3
M html/pages/ports.inc.php +25 -18
📈 242 added
📉 116 removed
more comments
M includes/rewrites.php +23 -5
📈 23 added
📉 5 removed
replace port/sensor icon in hostbox with sprites. add dashboard sprite. add some comments.
M html/css/sprite.css +1 -1
M html/img/sprite.png ±0
M html/img/sprite/dashboard.png ±0
M html/includes/hostbox.inc.php +2 -2
M html/includes/print/alert.inc.php +29 -3
M includes/rewrites.php +2 -2
📈 33 added
📉 7 removed
uncomment correct line :)
M html/includes/print/alert.inc.php +2 -2
📈 2 added
📉 2 removed
don't show entity type from alert table when we know the alert_test_id
M html/includes/print/alert.inc.php +5 -3
📈 5 added
📉 3 removed
a few fixes and some updates to alerting pages
M attic/generate-iplist.php +1 -1
M html/css/sprite.css +1 -1
M html/img/sprite.png ±0
M html/img/sprite/sql-join-left.png ±0
M html/img/sprite/traffic-light.png ±0
M html/includes/functions.inc.php +2 -2
M html/includes/graphs/location/bits.inc.php +1 -1
M html/pages/alert_check.inc.php +2 -2
M html/pages/bill/pdf_history.inc.php +1 -1
M html/pages/device/edit/services.inc.php +1 -1
M html/pages/device/loadbalancer/ace_vservers.inc.php +2 -2
M includes/alerts.inc.php +14 -7
M includes/polling/applications/postgresql.php +10 -10
M scripts/mailscanner.php +2 -2
📈 35 added
📉 28 removed
EFFICIENT DATABASE IS HAPPY DATABASE
📈 0 added
📉 0 removed
change device/alerts/ to only show alerts, rather than rules
M html/pages/device/alerts.inc.php +7 -256
📈 7 added
📉 256 removed
add alerts pane to port page
M html/includes/print/alert.inc.php +12 -5
M html/pages/device/port.inc.php +1
A html/pages/device/port/alerts.inc.php +5
📈 18 added
📉 5 removed
ignore field set support
M includes/alerts.inc.php +29 -21
📈 29 added
📉 21 removed
fix ok icons
M html/pages/device/edit/alerts.inc.php +1 -1
M html/pages/device/edit/apps.inc.php +1 -1
M html/pages/device/edit/ipmi.inc.php +1 -1
M html/pages/device/edit/netscaler_svcs.inc.php +1 -1
M html/pages/device/edit/netscaler_vsvrs.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +2 -2
M html/pages/device/edit/sensors.inc.php +1 -1
M html/pages/device/edit/snmp.inc.php +1 -1
M html/pages/device/edit/ssh.inc.php +1 -1
📈 10 added
📉 10 removed
allow ignoring of netscaler vserver/service entities
M html/includes/device-header.inc.php +1 -1
M html/pages/device/edit.inc.php +3 -1
A html/pages/device/edit/netscaler_svcs.inc.php +71
A html/pages/device/edit/netscaler_vsvrs.inc.php +71
M html/pages/device/edit/sensors.inc.php +20 -27
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +4
A update/092.sql +2
📈 170 added
📉 29 removed
fix [] on param for alerts. add app types to stats
M html/includes/print/alert.inc.php +1 -1
M html/pages/device/alerts.inc.php -4
M includes/versioncheck.inc.php +7
📈 8 added
📉 5 removed
fix buttons on about page
M html/pages/about.inc.php +6 -6
📈 6 added
📉 6 removed
add info on top of global config page
M html/pages/settings.inc.php +1
📈 1 added
📉 0 removed
add asset tag support (via unix agent only for now) - fill in OS poller if you have other devices exposing this
M html/pages/device/overview/information.inc.php +8
M includes/polling/os.inc.php +2 -2
M includes/polling/os/unix.inc.php +5
A update/091.sql +1
📈 15 added
📉 2 removed
change ipmi password field to password type
M html/pages/device/edit/ipmi.inc.php +3 -3
📈 3 added
📉 3 removed
update zimbra app script, fix zimbra application graphs, fix app system name display
A html/includes/graphs/application/zimbra_connections.inc.php +35
A html/includes/graphs/application/zimbra_jvmthreads.inc.php +67
A html/includes/graphs/application/zimbra_threads.inc.php +37
M html/pages/apps.inc.php +1 -1
M html/pages/device/apps.inc.php +4 -5
M html/pages/device/apps/zimbra.inc.php +18 -4
M includes/definitions.inc.php +1 -1
M includes/polling/applications/zimbra.inc.php +39 -2
M scripts/agent-local/zimbra +11 -1
📈 213 added
📉 14 removed
Fix graphs option 'inverse'.
M html/includes/graphs/common.inc.php +1 -1
📈 1 added
📉 1 removed
more cleanups to /alert_check/
M html/pages/alert_check.inc.php +65 -6
📈 65 added
📉 6 removed
improvements to alert_check
M html/includes/print/alert.inc.php +37 -26
M html/pages/alert_check.inc.php +63 -2
M html/pages/alert_checks.inc.php +2 -2
📈 102 added
📉 30 removed
M includes/functions.php +2 -2
📈 2 added
📉 2 removed
make entity_type=all work on /alerts/
M html/includes/print/alert.inc.php +5 -2
📈 5 added
📉 2 removed
disable pagination for alerts page
M html/includes/print/alert.inc.php +23 -14
M html/pages/alerts.inc.php +1
📈 24 added
📉 14 removed
add file headers
M html/pages/alert_check.inc.php +11
M html/pages/alert_checks.inc.php +12
M html/pages/alerts.inc.php +12
📈 35 added
📉 0 removed
additional alerting page work. move printing of alert_table to a function.
M html/includes/functions.inc.php +1 -1
M html/includes/navbar.inc.php +2 -1
A html/includes/print/alert.inc.php +179
M html/pages/alert_check.inc.php +37
M html/pages/alert_checks.inc.php +2 -2
M html/pages/alerts.inc.php +4 -74
📈 225 added
📉 78 removed
db updates
A update/078.sql
A update/090.sql +3
📈 0 added
📉 0 removed
update nicecase
M html/includes/functions.inc.php +8 -46
M includes/definitions.inc.php +27
📈 35 added
📉 46 removed
memcached logo
A html/images/icons/memcached.png +1
📈 0 added
📉 0 removed
move some bits of port-poe around. only snmpwalk once. it does't work, but this prevents epic disaster if people enable it!
M includes/polling/port-poe.inc.php +1 -13
M includes/polling/ports.inc.php +41 -1
📈 42 added
📉 14 removed
statsd is not in svn :)
M includes/functions.php +2 -1
📈 2 added
📉 1 removed
add new events include :)
A html/pages/device/overview/events.inc.php +10
📈 10 added
📉 0 removed
bills table -> condensed
M html/pages/bills/cmonth.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
📈 2 added
📉 2 removed
remove margin-top: -1px for btn (centres buttons correctly within table cell.
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/buttons.less +2 -1
📈 0 added
📉 0 removed
derp
M html/includes/graphs/port/pktsize.inc.php ±0
📈 0 added
📉 0 removed
upgrade memcached agent and polling code
M includes/polling/applications/memcached.inc.php +69 -3
M scripts/agent-local/memcached +1 -1
📈 70 added
📉 4 removed
print time since event for short format, with popup showing actual date (save some pixels)
M html/includes/print/events.inc.php +7 -2
M html/pages/device/overview.inc.php +4 -11
M includes/common.php +1 -1
📈 12 added
📉 14 removed
bring back support for ipoman EMD-T temperature sensor
M includes/discovery/sensors/ipoman.inc.php +4 -1
📈 4 added
📉 1 removed
db updates
📈 0 added
📉 0 removed
move around some things related to os data polling
M html/includes/device-header.inc.php +1 -1
M includes/common.php +3 -4
M includes/polling/os.inc.php +9 -27
M includes/polling/os/unix.inc.php +47 -11
M includes/versioncheck.inc.php +1 -1
📈 61 added
📉 44 removed
fixes to memcache app. updates to os script (separate by ||)
M html/includes/graphs/application/memcached.inc.php +5 -5
M includes/polling/applications/memcached.inc.php +18 -9
M includes/versioncheck.inc.php +1 -3
M scripts/os +1 -1
📈 25 added
📉 18 removed
add observium notice to apps files
M html/pages/device/apps/apache.inc.php +12 -2
M html/pages/device/apps/app_navbar.inc.php +12
M html/pages/device/apps/bind.inc.php +12
M html/pages/device/apps/drbd.inc.php +12
M html/pages/device/apps/exim-mailqueue.inc.php +12
M html/pages/device/apps/freeradius.inc.php +12
M html/pages/device/apps/mailscanner.inc.php +12
M html/pages/device/apps/memcached.inc.php +12
M html/pages/device/apps/mysql.inc.php +12
M html/pages/device/apps/nfs.inc.php +12
M html/pages/device/apps/nginx.inc.php +11
M html/pages/device/apps/ntp-client.inc.php +11
M html/pages/device/apps/ntpd-server.inc.php +11
M html/pages/device/apps/postfix_mailgraph.inc.php +11
M html/pages/device/apps/postgresql.inc.php +11
M html/pages/device/apps/powerdns-recursor.inc.php +11
M html/pages/device/apps/powerdns.inc.php +11
M html/pages/device/apps/shoutcast.inc.php +13
M html/pages/device/apps/unbound.inc.php +11
M html/pages/device/apps/zimbra.inc.php +11
M html/pages/routing.inc.php -2
📈 232 added
📉 4 removed
simplification of applications system. centralised graph row and navbar generation
M html/pages/apps.inc.php -18
M html/pages/apps/default.inc.php +3 -4
M html/pages/apps/overview.inc.php +2 -1
M html/pages/device/apps.inc.php +48 -3
M html/pages/device/apps/apache.inc.php +1 -20
M html/pages/device/apps/bind.inc.php +4 -39
M html/pages/device/apps/drbd.inc.php +1 -21
M html/pages/device/apps/exim-mailqueue.inc.php +1 -22
M html/pages/device/apps/freeradius.inc.php +1 -22
M html/pages/device/apps/mailscanner.inc.php +1 -20
M html/pages/device/apps/memcached.inc.php +2 -23
M html/pages/device/apps/mysql.inc.php +3 -22
M html/pages/device/apps/nfs.inc.php +1 -22
M html/pages/device/apps/nginx.inc.php +1 -20
M html/pages/device/apps/ntp-client.inc.php +1 -18
M html/pages/device/apps/ntpd-server.inc.php +1 -18
M html/pages/device/apps/ntpd.inc.php +6 -44
M html/pages/device/apps/postfix_mailgraph.inc.php +1 -17
M html/pages/device/apps/postgresql.inc.php +2 -36
M html/pages/device/apps/powerdns-recursor.inc.php +1 -21
M html/pages/device/apps/powerdns.inc.php +1 -21
M html/pages/device/apps/unbound.inc.php +1 -23
M html/pages/device/apps/zimbra.inc.php +1 -23
M includes/definitions.inc.php +19
📈 103 added
📉 478 removed
add average packet size graphs for ports, add ability to pass through pre-defined DEFs to generic_duplex (need to add to others)
M html/includes/graphs/generic_duplex.inc.php +11 -4
A html/includes/graphs/port/pktsize.inc.php +38
📈 49 added
📉 4 removed
oh yes, and ports too. derp.
M html/pages/ports.inc.php +29 -2
📈 29 added
📉 2 removed
fix some html. dynamically generate URL from search from data on /devices/ and /ports/. NIFTY, EH?
M html/includes/navbar.inc.php +1 -1
M html/pages/adduser.inc.php +5 -5
M html/pages/api/manual.inc.php +1 -1
M html/pages/bills/add.inc.php +4 -4
M html/pages/bills/search.inc.php +36 -42
M html/pages/device.inc.php +85 -46
M html/pages/device/routing/bgp.inc.php +3 -3
M html/pages/devices.inc.php +41 -2
📈 176 added
📉 104 removed
fix span/well for billing edit page
M html/includes/navbar.inc.php +1 -1
M html/pages/adduser.inc.php +1 -1
M html/pages/bill/edit.inc.php +11 -8
M html/pages/bills/search.inc.php +2 -2
📈 15 added
📉 12 removed
updates to billing pages. shrunk data down to fit standard billing view graph into 1280x1024
M html/pages/bill.inc.php +4 -4
M html/pages/bill/infoboxes.inc.php +45 -62
M html/pages/bill/ports.inc.php +2 -15
M includes/billing.php +3
📈 54 added
📉 81 removed
allow geoapi null
📈 0 added
📉 0 removed
cosmetic tweaks
M html/includes/functions.inc.php +4 -1
M html/pages/device/overview/c6kxbar.inc.php +2 -1
M html/pages/device/overview/generic/sensor.inc.php +5 -3
M html/pages/device/overview/mempools.inc.php +2 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +2 -1
M html/pages/device/overview/storage.inc.php +2 -1
M html/pages/device/overview/toner.inc.php +2 -1
M html/pages/device/overview/ucd_mem.inc.php +1 -1
M html/pages/device/port/graphs.inc.php +12 -4
M update/085.sql ±0
📈 33 added
📉 15 removed
Fix syslog and includes.
M includes/functions.php +6 -1
M syslog.php +6 -9
📈 12 added
📉 10 removed
update includes.
M html/graph.php +13 -10
M html/index.php +5 -4
📈 18 added
📉 14 removed
update bind application
A html/includes/graphs/application/bind_cache.inc.php +40
M html/pages/apps.inc.php +1
M html/pages/device/apps/bind.inc.php +2 -1
M includes/polling/applications/bind.inc.php +43
📈 86 added
📉 1 removed
stupid shadow, begone!
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/progress-bars.less -3
📈 0 added
📉 0 removed
alerting updates. cosmetic fixes.
M html/css/bootstrap.css +4 -3
M html/css/bootstrap/less/progress-bars.less +7 -4
M html/css/bootstrap/less/tables.less +6
M html/css/bootstrap/less/variables.less +4
M html/includes/hostbox.inc.php +1 -1
M html/pages/device/alerts.inc.php +5 -7
M includes/alerts.inc.php +45 -15
M includes/rewrites.php +3 -1
📈 54 added
📉 24 removed
Fix some errors of last few commits.
M html/includes/print-interface.inc.php +17 -17
M includes/common.php +11 -11
M includes/definitions.inc.php +1 -1
📈 29 added
📉 29 removed
fix textarea width => 220px
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/forms.less +1 -1
📈 0 added
📉 0 removed
sync changes to ports graphs (these need to be merged)
M html/pages/ports/graph.inc.php +7 -7
📈 7 added
📉 7 removed
tweak image sizes on devices graph format
M html/pages/devices/graph.inc.php +7 -7
📈 7 added
📉 7 removed
make zoom graphs bigger
M html/includes/print/rows.inc.php +2 -2
📈 2 added
📉 2 removed
shift font size breakpoint to 350px
M html/includes/graphs/common.inc.php +1 -1
📈 1 added
📉 1 removed
fix graph sizes for ports
M html/includes/print/rows.inc.php +2 -2
📈 2 added
📉 2 removed
fix remember me check variable for warning
📈 1 added
📉 1 removed
couple of css fixes
M html/css/bootstrap.css +2 -1
M html/css/bootstrap/less/navbar.less +8
📈 0 added
📉 0 removed
steal bootstrap3's grid
Showing the first 30 paths; 14 more are omitted from this static page.
M html/css/bootstrap.css +68 -284
M html/css/bootstrap/less/alerts.less +1 -1
M html/css/bootstrap/less/bootstrap.less +2 -2
M html/css/bootstrap/less/forms.less +2 -2
M html/css/bootstrap/less/grid.less +336 -11
M html/css/bootstrap/less/mixins.less +123 -1
M html/css/bootstrap/less/navbar.less +17 -48
A html/css/bootstrap/less/normalize.less +396
M html/css/bootstrap/less/scaffolding.less +16
M html/css/bootstrap/less/variables.less +64 -6
M html/css/font-awesome/less/variables.less -1
M html/includes/navbar.inc.php +2 -2
M html/includes/print/rows.inc.php +2 -2
M html/includes/status-summary.inc.php +5 -5
M html/index.php +10 -11
M html/pages/about.inc.php +3 -3
M html/pages/api/manual.billing.inc.php +2 -2
M html/pages/api/manual.encryption.inc.php +2 -2
M html/pages/api/manual.general.inc.php +2 -2
M html/pages/api/manual.inc.php +1 -1
M html/pages/api/manual.inventory.inc.php +2 -2
M html/pages/api/manual.packages.inc.php +2 -2
M html/pages/apps/overview.inc.php +1 -1
M html/pages/bill/edit.inc.php +3 -3
M html/pages/bill/infoboxes.inc.php +3 -3
M html/pages/bill/transfer.inc.php +3 -3
M html/pages/device.inc.php +1 -5
M html/pages/device/alerts.inc.php +1 -1
M html/pages/device/edit/modules.inc.php +4 -4
M html/pages/device/overview.inc.php +4 -3
📈 105 added
📉 106 removed
every other update has it, so falz thought we should be consistent
📈 0 added
📉 0 removed
more unification; all fanspeeds handled; done for today ;) - please check that you don't lose any sensors after this update, if you do, let me know
D includes/discovery/current/drac.inc.php -37
D includes/discovery/fanspeeds
D includes/discovery/fanspeeds.inc.php -16
D includes/discovery/power/drac.inc.php -22
M includes/discovery/sensors.inc.php +8 -1
A includes/discovery/sensors/asyncos.inc.php +35
A includes/discovery/sensors/cometsystem.inc.php +63
A includes/discovery/sensors/dell.inc.php +129
A includes/discovery/sensors/drac.inc.php +84
A includes/discovery/sensors/equallogic.inc.php +97
M includes/discovery/sensors/netscaler.inc.php +1 -1
M includes/discovery/sensors/nos.inc.php +1 -1
A includes/discovery/sensors/wlc.inc.php +25
A includes/discovery/sensors/zyxel-ies.inc.php +26
D includes/discovery/temperatures/asyncos.inc.php -21
D includes/discovery/temperatures/cometsystem-p85xx.inc.php -63
D includes/discovery/temperatures/dell.inc.php -71
D includes/discovery/temperatures/drac.inc.php -27
D includes/discovery/temperatures/equallogic.inc.php -60
D includes/discovery/temperatures/wlc.inc.php -25
D includes/discovery/temperatures/zyxel-ies.inc.php -26
D includes/discovery/voltages/drac.inc.php -42
M includes/include-dir.inc.php +15 -13
📈 484 added
📉 426 removed
more consolidation, small rewrite of 'nos' os sensors, please test
D includes/discovery/fanspeeds/areca.inc.php -25
D includes/discovery/fanspeeds/nos.inc.php -34
A includes/discovery/sensors/areca.inc.php +91
A includes/discovery/sensors/nos.inc.php +46
A includes/discovery/sensors/powerconnect.inc.php +24
A includes/discovery/sensors/wut.inc.php +36
D includes/discovery/temperatures/areca.inc.php -48
D includes/discovery/temperatures/nos.inc.php -34
D includes/discovery/temperatures/powerconnect.inc.php -24
D includes/discovery/temperatures/wut.inc.php -36
D includes/discovery/voltages/areca.inc.php -29
📈 197 added
📉 230 removed
move areca raid controller detection to sysobjectid
M includes/definitions.inc.php +1
D includes/discovery/os/areca.inc.php -9
📈 1 added
📉 9 removed
move xups and ipoman to single files, could do with some cleanups as well no doubt
D includes/discovery/current/ipoman.inc.php -60
D includes/discovery/current/xups.inc.php -61
D includes/discovery/frequencies/ipoman.inc.php -43
D includes/discovery/frequencies/xups.inc.php -43
D includes/discovery/humidity/ipoman.inc.php -28
D includes/discovery/power/ipoman.inc.php -56
A includes/discovery/sensors/ipoman.inc.php +179
A includes/discovery/sensors/xups.inc.php +193
D includes/discovery/temperatures/ipoman.inc.php -28
D includes/discovery/temperatures/xups.inc.php -31
D includes/discovery/voltages/ipoman.inc.php -44
D includes/discovery/voltages/xups.inc.php -82
📈 372 added
📉 476 removed
consolidate lm-sensors into one file (could perhaps do with a cleanup)
D includes/discovery/fanspeeds/lmsensors.inc.php -29
A includes/discovery/sensors/lm-sensors.inc.php +72
D includes/discovery/temperatures/lm-sensors.inc.php -30
D includes/discovery/voltages/linux.inc.php -28
📈 72 added
📉 87 removed
allow graph types to define colours
M html/includes/graphs/generic_multi.inc.php +10 -5
M includes/polling/applications/bind.inc.php +39 -39
📈 49 added
📉 44 removed
BIND application graphing (and move include_once -> include for performance)
A html/includes/graphs/application/bind_answers.inc.php +42
A html/includes/graphs/application/bind_query_in.inc.php +37
A html/includes/graphs/application/bind_query_out.inc.php +37
A html/includes/graphs/application/bind_query_rejected.inc.php +35
A html/includes/graphs/application/bind_req_in.inc.php +33
A html/includes/graphs/application/bind_req_proto.inc.php +41
A html/includes/graphs/application/bind_resolv_dnssec.inc.php +35
A html/includes/graphs/application/bind_resolv_errors.inc.php +38
A html/includes/graphs/application/bind_resolv_queries.inc.php +39
A html/includes/graphs/application/bind_resolv_rtt.inc.php +36
A html/includes/graphs/application/bind_updates.inc.php +37
A html/includes/graphs/application/bind_zone_maint.inc.php +43
M html/index.php +6 -6
A html/pages/device/apps/bind.inc.php +57
M includes/common.php +1 -1
M includes/definitions.inc.php +13
M includes/functions.php +16 -16
A includes/polling/applications/bind.inc.php +359
A scripts/agent-local/bind +173
📈 1,078 added
📉 23 removed
add cache time. fix status boxes. updates to snmp functions (please report bugs :)
M html/includes/cache-data.inc.php +6
M html/includes/print/status.inc.php +1 -1
M html/index.php +5 -1
M includes/snmp.inc.php +199 -367
📈 211 added
📉 369 removed
fix hardcoded function
📈 2 added
📉 2 removed
more performance improvements. split off port/device popups into separate ajax script.
A html/ajax_entitypopup.php +70
M html/includes/functions.inc.php +20 -9
M html/includes/print-interface.inc.php +51 -40
M html/index.php +32 -2
A html/pages/alert_check.inc.php +9
A html/pages/alert_checks.inc.php +165
M html/pages/ports/list.inc.php +2 -2
M includes/common.php +42 -22
M includes/rewrites.php +11 -2
📈 402 added
📉 77 removed
add hardware and version to axis cams
A includes/polling/os/axiscam.inc.php +5
📈 5 added
📉 0 removed
fix remember me function for non-mysql auth modules
M html/includes/authenticate.inc.php +6 -5
A update/087.sql +2
📈 6 added
📉 5 removed
rename 'akcp' os to 'sensorprobe', as akcp securityprobe has a different mib
M includes/definitions.inc.php +6 -1
D includes/discovery/os/akcp.inc.php -9
A includes/discovery/os/sensorprobe.inc.php +9
D includes/polling/os/akcp.inc.php -6
M includes/polling/os/minkelsrms.inc.php +1 -1
A includes/polling/os/sensorprobe.inc.php +6
A update/086.sql +1
📈 22 added
📉 17 removed
remove unused misleading syslog_age parameter
M includes/defaults.inc.php -2
📈 0 added
📉 2 removed
make addhost form default to configured default snmp version instead of just v1
M html/pages/addhost.inc.php +3 -3
📈 3 added
📉 3 removed
disable geocoded menu if geocoding is disabled
M html/includes/navbar.inc.php +2 -3
📈 2 added
📉 3 removed
broken check
M scripts/agent-local/dmi +3 -3
📈 3 added
📉 3 removed
consolidate papouch sensor discovery
D includes/discovery/humidity/papouch.inc.php -30
A includes/discovery/sensors/papouch.inc.php +82
D includes/discovery/temperatures/papouch.inc.php -63
📈 82 added
📉 93 removed
clarify device applications tab
M html/pages/device/edit/apps.inc.php +4
📈 4 added
📉 0 removed
stop differentiating between different types of sensor, start grouping per device, done for supermicro sensors plus nicer MIB-based rewrite
D includes/discovery/fanspeeds/supermicro.inc.php -43
M includes/discovery/functions.inc.php +4
A includes/discovery/sensors
D includes/discovery/sensors-netscaler.inc.php -34
M includes/discovery/sensors.inc.php +4 -1
A includes/discovery/sensors/netscaler.inc.php +34
A includes/discovery/sensors/supermicro.inc.php +53
D includes/discovery/temperatures/supermicro.inc.php -39
D includes/discovery/voltages/supermicro.inc.php -44
📈 95 added
📉 161 removed
move
sysObjectID -based OS detection into definitions instead of separate include files
Showing the first 30 paths; 8 more are omitted from this static page.
M includes/definitions.inc.php +57 -4
D includes/discovery/os/3com.inc.php -8
M includes/discovery/os/acsw.inc.php -5
D includes/discovery/os/adva.inc.php -9
D includes/discovery/os/aix.inc.php -9
D includes/discovery/os/apc.inc.php -8
D includes/discovery/os/arris.inc.php -9
M includes/discovery/os/ciena.inc.php -1
M includes/discovery/os/ciscosb.inc.php +1 -1
M includes/discovery/os/dell-laser.inc.php +1 -2
D includes/discovery/os/deltaups.inc.php -8
D includes/discovery/os/drac.inc.php -8
D includes/discovery/os/engenius.inc.php -9
D includes/discovery/os/equallogic.inc.php -9
D includes/discovery/os/fabos.inc.php -9
D includes/discovery/os/fortigate.inc.php -10
M includes/discovery/os/freebsd.inc.php +1 -1
D includes/discovery/os/hp.inc.php -15
D includes/discovery/os/ipoman.inc.php -8
M includes/discovery/os/jetdirect.inc.php -1
D includes/discovery/os/juniperive.inc.php -9
D includes/discovery/os/junos.inc.php -9
D includes/discovery/os/junose.inc.php -9
D includes/discovery/os/jwos.inc.php -9
D includes/discovery/os/korenix.inc.php -10
D includes/discovery/os/liebert.inc.php -8
D includes/discovery/os/netapp.inc.php -12
D includes/discovery/os/netscaler.inc.php -9
D includes/discovery/os/powervault.inc.php -8
D includes/discovery/os/powerware.inc.php -8
📈 76 added
📉 268 removed
add Korenix JetNetJet MIB
A mibs/korenix-netjet
A mibs/korenix-netjet/Jetnet4508V2 +6,771
📈 0 added
📉 0 removed
Fix rrdtool
M html/includes/collectd/functions.php +1 -1
M includes/rrdtool.inc.php +2 -2
📈 3 added
📉 3 removed
Fix function array_sort(). SORT_ASC/SORT_DESC - not a flags or constants.
M html/includes/port-sort.inc.php +17 -17
M html/includes/print/status.inc.php +1 -1
M html/index.php +1 -2
M html/pages/device/port/macaccounting.inc.php +4 -4
M html/pages/health/storage.inc.php +4 -4
M html/pages/ports.inc.php +4 -4
M html/pages/ports/list.inc.php +18 -21
M includes/functions.php +5 -5
📈 54 added
📉 58 removed
s/Nagios/Observium/
M scripts/observium_agent_xinetd +1 -1
📈 1 added
📉 1 removed
debugging improvements
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/code.less +2 -2
M html/index.php +9 -2
M includes/common.php +3 -1
📈 12 added
📉 3 removed
clean up debugging functions
M includes/common.php +18 -1
M includes/dbFacile.php +3 -5
A includes/debug
📈 21 added
📉 6 removed
Fix status boxes.
M html/includes/print/status.inc.php +52 -71
📈 52 added
📉 71 removed
update versioncheck since i accidentally committed new os script
M includes/versioncheck.inc.php +9
📈 9 added
📉 0 removed
change auth encoding to use friendlier characters. add useragent to user identity requirements.
M html/includes/authenticate.inc.php +15 -9
M html/includes/print/status.inc.php +1 -1
A update/085.sql +3
📈 16 added
📉 10 removed
remove password from internal session if we're using cookie auth
M html/includes/authenticate.inc.php +11 -10
M includes/common.php +3
M includes/definitions.inc.php -3
📈 14 added
📉 13 removed
more auth
M html/includes/authenticate.inc.php +10 -11
📈 10 added
📉 11 removed
don't unset auth cookies after second session :D
M html/includes/authenticate.inc.php +10 -8
M html/index.php +6 -14
M includes/definitions.inc.php +1 -1
📈 17 added
📉 23 removed
definitions before base
M html/index.php +1 -1
M html/pages/bill/infoboxes.inc.php +29 -22
📈 30 added
📉 23 removed
print_r() -> print_vars() which calls print_r or r()/rt() depending upon environment.
new remember me function (this is super important)
Showing the first 30 paths; 70 more are omitted from this static page.
M attic/interfaces.inc.php +1 -1
M billing-calculate.php +5 -4
M discovery.php +20 -16
M html/bandwidth-graph.php +1 -1
M html/includes/api/functions.inc.php +1 -1
M html/includes/authenticate.inc.php +38 -8
M html/includes/cache-data.inc.php +1 -1
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/bill/bits.inc.php +1 -1
M html/includes/graphs/device/juniperive_connections.inc.php +1 -1
M html/includes/graphs/device/juniperive_meetings.inc.php +1 -1
M html/includes/graphs/device/juniperive_storage.inc.php +1 -1
M html/includes/graphs/device/juniperive_users.inc.php +1 -1
M html/includes/graphs/device/nfsen_common.inc.php +1 -1
M html/includes/graphs/device/screenos_sessions.inc.php +1 -1
M html/includes/graphs/graph.inc.php +1 -1
M html/includes/graphs/macaccounting/auth.inc.php +1 -1
M html/includes/graphs/multiport/bits_duo_separate.inc.php +1 -1
M html/includes/graphs/screenos_sessions.inc.php +1 -1
M html/index.php +73 -30
M html/pages/alerts.inc.php +1 -1
M html/pages/device.inc.php +2 -2
M html/pages/device/alerts.inc.php +8 -8
M html/pages/graphs.inc.php +2 -2
M html/pages/logon.inc.php +8
M html/pages/ports/graph.inc.php +2 -1
M html/pages/settings.inc.php +1 -1
M includes/alerts.inc.php +9 -9
M includes/billing.php +2 -2
M includes/common.php +27 -3
📈 386 added
📉 252 removed
show message when search returns no results; reindent file
M html/ajax_search.php +69 -59
📈 69 added
📉 59 removed
Fix error for empty data in select/multiselect.
M html/includes/print/search_simple.inc.php +1
📈 1 added
📉 0 removed
Moved to the right place.
M html/includes/graphs/graph.inc.php -28
M html/includes/graphs/port/auth.inc.php +33 -4
M html/pages/graphs.inc.php -30
📈 33 added
📉 62 removed
Add/update common functions:
get_port_by_ifIndex(),
get_port_id_by_ifDescr(),
get_port_id_by_ifAlias(),
get_port_id_by_customer(). Allow graph links by
ifIndex ,
ifDescr ,
ifAlias and customer params.
M html/includes/graphs/graph.inc.php +29 -1
M html/pages/graphs.inc.php +35 -4
M includes/common.php +91 -28
📈 155 added
📉 33 removed
Update icons on page 'about'.
M html/css/sprite.css +103 -100
M html/img/sprite.png ±0
A html/img/sprite/drive--arrow.png +1
A html/img/sprite/ipv4.png +1
A html/img/sprite/ipv6.png +1
M html/pages/about.inc.php +28 -29
📈 28 added
📉 29 removed
fix.
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +2
M html/pages/ports.inc.php +1 -1
📈 3 added
📉 1 removed
only show alert types for which alert entries exist
M html/pages/alerts.inc.php +8 -5
📈 8 added
📉 5 removed
billing and css updates
M html/css/bootstrap.css +3 -3
M html/css/bootstrap/less/wells.less +3 -3
M html/includes/cache-data.inc.php +8 -1
M html/includes/graphs/generic_multi_simplex_seperated.inc.php -2
M html/pages/about.inc.php +10 -10
M html/pages/bill.inc.php +1 -1
M html/pages/bill/accurate.inc.php +2 -1
M html/pages/bill/edit.inc.php +4 -4
M html/pages/bill/history.inc.php +3 -3
M html/pages/bill/infoboxes.inc.php +171 -98
M html/pages/bill/ports.inc.php +10 -2
M html/pages/bill/quick.inc.php +2 -1
M html/pages/bill/transfer.inc.php +5 -9
M html/pages/device/overview.inc.php +6 -6
M html/pages/device/overview/c6kxbar.inc.php +2 -2
M html/pages/device/overview/generic/sensor.inc.php +2 -2
M html/pages/device/overview/information.inc.php +2 -2
M html/pages/device/overview/mempools.inc.php +2 -2
M html/pages/device/overview/ports.inc.php +2 -2
M html/pages/device/overview/processors.inc.php +2 -2
M html/pages/device/overview/storage.inc.php +2 -2
M html/pages/device/overview/toner.inc.php +2 -2
M html/pages/device/overview/ucd_mem.inc.php +2 -2
M html/pages/device/perf.inc.php +4 -4
M html/pages/device/routing/cef.inc.php +2 -2
M html/pages/graphs.inc.php +6 -6
📈 252 added
📉 168 removed
add applications-state table
📈 0 added
📉 0 removed
remove unused
📈 0 added
📉 0 removed
sql optimisations
A update/081.sql +3
A update/082.sql +26
📈 0 added
📉 0 removed
new sort option
M html/pages/ports.inc.php +1
📈 1 added
📉 0 removed
add new function to check port array permissions (moved from ports)
M html/includes/functions.inc.php +17 -1
📈 17 added
📉 1 removed
performance improvements to ports page on slow systems
A html/includes/port-sort-select.inc.php +57
M html/includes/port-sort.inc.php +3
A html/pages/blank.inc.php
M html/pages/ports.inc.php +5 -17
M html/pages/ports/list.inc.php +39 -9
📈 104 added
📉 26 removed
billing style updates
M html/pages/bill/edit.inc.php +10 -10
M html/pages/bill/infoboxes.inc.php +27 -10
M html/pages/bill/transfer.inc.php +37 -8
M html/pages/bills/add.inc.php +11 -11
📈 85 added
📉 39 removed
Small style changes.
M html/includes/error-no-perm.inc.php +4 -16
M html/pages/device/port.inc.php +27 -36
📈 31 added
📉 52 removed
Fixed checking
sysName when adding device.
M includes/functions.php +5 -5
📈 5 added
📉 5 removed
fix sensor array merging from codekiller
M includes/polling/unix-agent/ipmitool.inc.php +3 -2
📈 3 added
📉 2 removed
Fix some cosmetic issues for first device discovery.
M discovery.php +1 -1
M html/pages/addhost.inc.php +1 -1
M includes/discovery/ports.inc.php +3 -1
M includes/functions.php +15 -7
📈 20 added
📉 10 removed
Allow to ignore existing rrd dir when want add device.
M html/pages/addhost.inc.php +11 -3
M includes/defaults.inc.php +3 -1
M includes/functions.php +2 -2
📈 16 added
📉 6 removed
Changed style of auth error.
M html/includes/authentication/ldap.inc.php +2 -2
M html/includes/authentication/radius.inc.php +1 -1
📈 3 added
📉 3 removed
change debugging again
M includes/polling/ports.inc.php +8 -9
📈 8 added
📉 9 removed
change debugging a little.
M includes/polling/ports.inc.php +3 -2
📈 3 added
📉 2 removed
fix rusglish :)
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
improvements to port pages
M html/includes/print-interface.inc.php +6 -14
M html/pages/device/ports.inc.php +4 -2
M html/pages/ports/list.inc.php +16 -14
M includes/rewrites.php +29
📈 55 added
📉 30 removed
disable sonet ignoring
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
fix render awesome icons on chrome.
M html/includes/print-interface.inc.php +5 -5
📈 5 added
📉 5 removed
Change traffic icons, fix VLANs tooltip.
M html/includes/print-interface.inc.php +79 -75
📈 79 added
📉 75 removed
Replace bootstrap sprites with font Awesome v3.2.1.
Showing the first 30 paths; 3 more are omitted from this static page.
M html/css/bootstrap.css +403 -142
M html/css/bootstrap/less/bootstrap.less +2 -1
A html/css/font-awesome
A html/css/font-awesome/font
A html/css/font-awesome/font/fontawesome-webfont.eot +2
A html/css/font-awesome/font/fontawesome-webfont.svg +400
A html/css/font-awesome/font/fontawesome-webfont.ttf +2
A html/css/font-awesome/font/fontawesome-webfont.woff +2
A html/css/font-awesome/font/FontAwesome.otf +1
A html/css/font-awesome/less
A html/css/font-awesome/less/bootstrap.less +84
A html/css/font-awesome/less/core.less +129
A html/css/font-awesome/less/extras.less +93
A html/css/font-awesome/less/font-awesome-ie7.less +1,953
A html/css/font-awesome/less/font-awesome.less +33
A html/css/font-awesome/less/icons.less +381
A html/css/font-awesome/less/mixins.less +48
A html/css/font-awesome/less/path.less +14
A html/css/font-awesome/less/variables.less +735
A html/css/font-awesome/README.md +62
M html/css/sprite.css +22 -30
M html/icons.php +18 -3
M html/img/sprite.png ±0
D html/img/sprite/arrow_left_blue.png -2
D html/img/sprite/arrow_left_purple.png -2
D html/img/sprite/arrow_right_orange.png -2
D html/img/sprite/arrow_right_purple.png -2
D html/img/sprite/arrow-blue_left.png -1
D html/img/sprite/arrow-blue_right.png -1
D html/img/sprite/arrow-grey_left.png -1
📈 20 added
📉 4 removed
defaults entries for minigraphs
M includes/defaults.inc.php +7
📈 7 added
📉 0 removed
micrographs on front page from paul gear (#406)
M html/pages/front/default.php +69 -13
📈 69 added
📉 13 removed
detect airos
M includes/discovery/os/linux.inc.php +1
📈 1 added
📉 0 removed
filter equalogic sensors so we only detect the ones which match this device.
M includes/discovery/fanspeeds/equallogic.inc.php +19 -11
M includes/discovery/temperatures/equallogic.inc.php +10 -2
M includes/polling/os/equallogic.inc.php +28 -2
📈 57 added
📉 15 removed
improved hh3c polling
A includes/polling/os/hh3c.inc.php +31
📈 31 added
📉 0 removed
fix h3c detection
M includes/discovery/os/hp.inc.php +2 -3
📈 2 added
📉 3 removed
new files :)
A html/img/sprite/arrow_left_blue.png +2
A html/img/sprite/arrow_left_purple.png +2
A html/img/sprite/arrow_right_orange.png +2
A html/img/sprite/arrow_right_purple.png +2
A html/img/sprite/video.png +2
📈 0 added
📉 0 removed
new sprites
M html/css/sprite.css +199 -194
M html/img/sprite.png ±0
📈 0 added
📉 0 removed
Fix typo [OBSERVIUM-436].
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
improve uptime code for devices which return the wrong format
M includes/polling/system.inc.php +19 -5
📈 19 added
📉 5 removed
add detection of AIX hardware and versions
M includes/polling/os/unix.inc.php +8
📈 8 added
📉 0 removed
disable blocking ports for "irtual" in
ifDescr (what was these there for?)
FIXME: that function is... messy.
M includes/functions.php +9 -8
📈 9 added
📉 8 removed
work around some vmware mib changes
M includes/discovery/vmware-vminfo.inc.php +28
📈 28 added
📉 0 removed
move rrd_info to includes as rrdtool_info change collectd code to use new function
M html/includes/collectd/functions.php +6 -55
M includes/rrdtool.inc.php +57
📈 63 added
📉 55 removed
allow "line_graph" option on multi_bits_separated-provided graphtypes
M html/includes/graphs/generic_multi_bits_separated.inc.php +18 -3
📈 18 added
📉 3 removed
myisam -> innodb
📈 0 added
📉 0 removed
fix asa detection
M includes/discovery/os/asa.inc.php +2 -2
📈 2 added
📉 2 removed
shut up, noobs!
📈 0 added
📉 0 removed
switch to os script from distro
M includes/versioncheck.inc.php +5
📈 5 added
📉 0 removed
move distro2 to os
D scripts/distro2 -250
A scripts/os +250
📈 250 added
📉 250 removed
begone, silly debugging prints
M includes/polling/functions.inc.php +5 -2
📈 5 added
📉 2 removed
fix vlans aggregating.
M html/includes/print-interface.inc.php +1
📈 1 added
📉 0 removed
Improve device ports display (fixed errors, changed styles, added port filters).
M html/css/sprite.css +13 -9
M html/img/sprite.png ±0
A html/img/sprite/arrow-blue_left.png +1
A html/img/sprite/arrow-blue_right.png +1
A html/img/sprite/arrow-grey_left.png +1
A html/img/sprite/arrow-grey_right.png +1
M html/includes/functions.inc.php +2 -2
M html/includes/print-interface.inc.php +148 -67
M html/includes/print/navbar.inc.php +2 -1
M html/index.php +18
M html/pages/device/port.inc.php +1 -3
M html/pages/device/ports.inc.php +104 -57
M html/pages/device/routing/bgp.inc.php +1 -1
📈 276 added
📉 131 removed
Fix pull-right class in navbars.
M html/includes/print/navbar.inc.php +38 -28
📈 38 added
📉 28 removed
bgp 'stopped' >> 'shutdown' (russian do not surrender).
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
📈 2 added
📉 2 removed
alerting improvements. fix redeclaration of graph function.
M alerter.php +1 -1
M html/includes/functions.inc.php +25
A html/includes/graphs/functions.inc.php +37
M html/includes/graphs/graph.inc.php -35
M html/pages/device/alerts.inc.php +6 -12
M includes/alerts.inc.php +4 -11
📈 73 added
📉 59 removed
honour 'delay' on alert tests. only print entity type column when showing all entity types in /alerts/. add new rewrite code for "tripped but delayed" alerts (orange)
M html/pages/alerts.inc.php +12
M includes/alerts.inc.php +17 -22
M includes/rewrites.php +2
📈 31 added
📉 22 removed
fix rusglish :)
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
M includes/alerts.inc.php +12 -1
📈 14 added
📉 3 removed
Update BGP menu navigation to bootstrap style.
M html/css/sprite.css +23 -21
M html/img/sprite.png ±0
A html/img/sprite/arrow_down.png +1
A html/img/sprite/arrow_up.png +1
M html/includes/print/navbar.inc.php +1 -1
M html/pages/device/ports.inc.php +2 -2
M html/pages/device/routing/bgp.inc.php +88 -86
M html/pages/routing/bgp.inc.php +63 -109
📈 154 added
📉 198 removed
Exclude links to disabled ports and devices.
M html/includes/print-interface.inc.php +10 -6
📈 10 added
📉 6 removed
Update inventory pages.
A html/includes/print/inventory.inc.php +259
M html/pages/device/entphysical.inc.php +1 -86
M html/pages/inventory.inc.php +57 -107
📈 317 added
📉 193 removed
bgo -> bgp
M html/includes/functions.inc.php +2 -2
📈 2 added
📉 2 removed
fix mysql and other application graphs (don't reuse $vars, DUH)
Showing the first 30 paths; 47 more are omitted from this static page.
M html/includes/graphs/application/apache_scoreboard.inc.php +3 -3
M html/includes/graphs/application/drbd_queue.inc.php +4 -4
M html/includes/graphs/application/exim-mailqueue_total.inc.php +2 -2
M html/includes/graphs/application/freeradius_accounting.inc.php +2 -2
M html/includes/graphs/application/freeradius_authentication.inc.php +2 -2
M html/includes/graphs/application/mailscanner_reject.inc.php +2 -2
M html/includes/graphs/application/mailscanner_spam.inc.php +3 -3
M html/includes/graphs/application/memcached_data.inc.php +4 -4
M html/includes/graphs/application/memcached_items.inc.php +4 -4
M html/includes/graphs/application/memcached_threads.inc.php -2
M html/includes/graphs/application/memcached_uptime.inc.php -2
M html/includes/graphs/application/mysql_command_counters.inc.php +3 -3
M html/includes/graphs/application/mysql_connections.inc.php +3 -7
M html/includes/graphs/application/mysql_files_tables.inc.php +3 -3
M html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_buffer_pool.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_insert_buffer.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_io_pending.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_row_operations.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_semaphores.inc.php +4 -4
M html/includes/graphs/application/mysql_innodb_transactions.inc.php +4 -4
M html/includes/graphs/application/mysql_myisam_indexes.inc.php +4 -4
M html/includes/graphs/application/mysql_query_cache_memory.inc.php +4 -4
M html/includes/graphs/application/mysql_query_cache.inc.php +3 -3
M html/includes/graphs/application/mysql_select_types.inc.php +4 -4
M html/includes/graphs/application/mysql_slow_queries.inc.php +4 -4
M html/includes/graphs/application/mysql_sorts.inc.php +4 -4
M html/includes/graphs/application/mysql_status.inc.php +4 -6
M html/includes/graphs/application/mysql_table_locks.inc.php +4 -4
M html/includes/graphs/application/mysql_temporary_objects.inc.php +4 -4
📈 222 added
📉 232 removed
exclude mac broadcast (ff:ff:ff:ff:ff:ff)
M includes/discovery/arp-table.inc.php +1 -1
M includes/rewrites.php +2 -2
📈 3 added
📉 3 removed
Fix NDP table discovery for 6to4 interfaces.
M includes/discovery/arp-table.inc.php +8 -1
M includes/rewrites.php +10
📈 18 added
📉 1 removed
Detect sensors in warning state on AKCP devices, fixes OBSERVIUM-390, patch by Dustin Frisch
M includes/discovery/humidity/akcp.inc.php +1 -1
M includes/discovery/temperatures/akcp.inc.php +1 -1
📈 2 added
📉 2 removed
Fix broken https and other, load all includes first.
📈 3 added
📉 4 removed
July 2013
fix base url
📈 17 added
📉 14 removed
switch some shizzles around so we have pretty css before printing errors; switch to non-persistent connections to not lag out different concurrent pages when one slow query is going on
M html/index.php +12 -14
M includes/definitions.inc.php +1 -1
📈 13 added
📉 15 removed
Fix mysql error
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Remove hard specify IPs, detection is used.
M includes/discovery/functions.inc.php +1 -1
M includes/functions.php +5 -8
📈 6 added
📉 9 removed
move around autodiscovery log messages, make discovery by ip work again (blocked by
isPingable function), because of this OSPF autodiscovery works again.
M includes/discovery/discovery-protocols.inc.php +3 -18
M includes/discovery/functions.inc.php +61 -25
M includes/discovery/ospf-autodiscovery.inc.php +1 -1
M includes/functions.php +29 -13
📈 94 added
📉 57 removed
fix map down location
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
define minigraphs for engenius access points
M includes/definitions.inc.php +4
📈 4 added
📉 0 removed
detect more powerware
M includes/discovery/os/powerware.inc.php +2 -2
📈 2 added
📉 2 removed
set min/max properly on graphs
M html/includes/graphs/common.inc.php +2 -2
📈 2 added
📉 2 removed
fix bug. find retardocode.
M includes/polling/aruba-controller.inc.php +3 -1
📈 3 added
📉 1 removed
move already-have-IP check from OSPF autodisc to new IP discovery function, add print_debug() function to ease writing debug output
M includes/common.php +16
M includes/discovery/functions.inc.php +30 -15
M includes/discovery/ospf-autodiscovery.inc.php +1 -7
📈 47 added
📉 22 removed
Support svn version >= 1.8
M includes/definitions.inc.php +13 -9
📈 13 added
📉 9 removed
fix erroneous graph label for generic_multi_separated graphtype. add config option for alert suppression
M html/includes/graphs/generic_duplex.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +11 -8
M includes/alerts.inc.php +14 -2
M includes/defaults.inc.php +3
📈 29 added
📉 11 removed
alerting updates
M alerter.php +2
M includes/alerts.inc.php +52 -18
📈 54 added
📉 18 removed
Fixed display Juniper BGP sessions down. [OBSERVIUM-389]
M html/pages/routing/bgp.inc.php +1 -2
M includes/rewrites.php +10 -10
📈 11 added
📉 12 removed
Fix icon for 'video' device type.
M html/css/sprite.css +173 -172
M html/img/sprite.png ±0
A html/img/sprite/surveillance-camera.png +1
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Fix syslog for ipv6.
M includes/syslog.php +4 -3
📈 4 added
📉 3 removed
Improve syslog (ipv6, cache expire 6 hrs, check IP duplicates).
M html/pages/syslog.inc.php +11 -3
M includes/syslog.php +20 -2
📈 31 added
📉 5 removed
fix generate_entity_link URLs
M html/includes/functions.inc.php +4 -4
📈 4 added
📉 4 removed
fix some more alerting bugs. fix entity link for vserver_services
M html/includes/functions.inc.php +1 -1
M html/pages/alerts.inc.php +2 -2
M html/pages/device/alerts.inc.php +30 -34
📈 33 added
📉 37 removed
fix button options on /alerts/
M html/pages/alerts.inc.php +33 -17
📈 33 added
📉 17 removed
fix substr -> truncate for weird entity descr on alert page
M html/pages/alerts.inc.php +1 -1
📈 1 added
📉 1 removed
Check
ifIndex for deleted ports [OBSERVIUM-407].
M includes/polling/ports.inc.php +4 -4
📈 4 added
📉 4 removed
fix default ip nets to correct rfc1918 ranges
M includes/defaults.inc.php +2 -2
📈 2 added
📉 2 removed
Turn ave into avg, fix multi separated graphs not to linewrap legend
M html/includes/graphs/generic_data.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_data_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_data.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +33 -33
M html/includes/graphs/generic_simplex.inc.php +1 -1
📈 40 added
📉 40 removed
netscaler services -> label
M html/pages/device/loadbalancer/netscaler_services.inc.php +1 -1
📈 1 added
📉 1 removed
fix lldp autodiscovery
M includes/discovery/discovery-protocols.inc.php +1 -1
📈 1 added
📉 1 removed
remove html type from old alerts
M html/pages/alerts.inc.php +3 -3
M includes/functions.php +1 -1
📈 4 added
📉 4 removed
alert graphs and send average packet size for port alerts
M includes/definitions.inc.php +11
M includes/polling/ports.inc.php +5 -1
📈 16 added
📉 1 removed
include mail class for alerter (not loaded if alerting is enabled)
📈 1 added
📉 0 removed
fix to inserting missing rows in alert_table-state
M config.php.default +1 -1
M includes/alerts.inc.php +14 -3
M includes/defaults.inc.php +2
M includes/rewrites.php +3 -3
📈 20 added
📉 7 removed
move notification to alert_notify() to decouple from old code
M includes/alerts.inc.php +100 -1
📈 100 added
📉 1 removed
sensor graph generic wrapper
A html/includes/graphs/sensor/graph.inc.php +5
📈 5 added
📉 0 removed
initial alerting db schema
📈 0 added
📉 0 removed
alerting code drop
Showing the first 30 paths; 1 more are omitted from this static page.
A alerter.php +125
M config.php.default +3
M html/includes/functions.inc.php +22 -3
M html/includes/graphs/common.inc.php +2 -2
M html/includes/graphs/graph.inc.php +13 -46
M html/includes/graphs/mempool/usage.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +1 -1
M html/includes/navbar.inc.php +5
A html/pages/alerts.inc.php +100
M html/pages/device/alerts.inc.php +250 -80
M html/pages/front/default.php +7 -2
M includes/alerts.inc.php +764 -51
M includes/common.php +8 -4
M includes/defaults.inc.php +35 -11
M includes/definitions.inc.php +7
M includes/functions.php +49 -7
M includes/polling/bgp-peers.inc.php +24 -1
M includes/polling/functions.inc.php +25 -1
M includes/polling/ipSystemStats.inc.php +7
M includes/polling/mempools.inc.php +13
M includes/polling/netscaler-vsvr.inc.php +8
M includes/polling/port-adsl.inc.php +7
M includes/polling/port-etherlike.inc.php +9
M includes/polling/port-poe.inc.php +11 -3
M includes/polling/ports.inc.php +32 -6
M includes/polling/processors.inc.php +11 -1
M includes/polling/storage.inc.php +8
M includes/rewrites.php +29 -1
M poller-wrapper.py +12 -5
M scripts/distro2 +83 -30
📈 1,673 added
📉 256 removed
...and print_warning().
M html/pages/device.inc.php +3 -1
📈 3 added
📉 1 removed
show device not yet polled message
M html/pages/device.inc.php +1 -1
📈 1 added
📉 1 removed
Separating print_ functions to individual files.
D html/includes/functions-print.inc.php -1,874
M html/includes/functions.inc.php +10
A html/includes/print
A html/includes/print/.htaccess +1
A html/includes/print/addresses.inc.php +195
A html/includes/print/arptable.inc.php +170
A html/includes/print/events.inc.php +210
A html/includes/print/fdbtable.inc.php +158
A html/includes/print/mac_addresses.inc.php +135
A html/includes/print/navbar.inc.php +99
A html/includes/print/rows.inc.php +126
A html/includes/print/search_simple.inc.php +248
A html/includes/print/status.inc.php +467
A html/includes/print/syslogs.inc.php +181
M html/index.php -1
📈 2,000 added
📉 1,875 removed
Fix help message.
📈 4 added
📉 4 removed
Update console/web messages display.
M html/pages/device/logs/syslog.inc.php +4 -12
M includes/discovery/vlans.inc.php +3 -3
M includes/polling/fdb-table.inc.php +3 -3
📈 10 added
📉 18 removed
Unification console messages output.
M addhost.php +15 -12
M adduser.php +18 -7
M delhost.php +16 -5
M discovery.php +41 -25
M poller.php +48 -25
M renamehost.php +8 -2
📈 146 added
📉 76 removed
perf -> time
📈 3 added
📉 1 removed
get rid of old errorbox
M html/pages/edituser/deleteuser.inc.php +3 -3
📈 3 added
📉 3 removed
Adjust tooltips positioning. Update jQuery to 1.10.2 and qTip2 to 2.1.1.
M html/css/jquery.qtip.min.css +2 -2
M html/index.php +2
M html/js/jquery.min.js +6 -2
M html/js/jquery.qtip.min.js +3 -7
📈 2 added
📉 0 removed
uppercasios es muy importante
M html/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php +1 -1
M html/includes/graphs/application/mysql_innodb_transactions.inc.php +1 -1
M html/includes/graphs/application/mysql_status.inc.php +1 -1
📈 3 added
📉 3 removed
move preflight checks to index, use current error layout
M html/includes/authenticate.inc.php +1 -17
M html/index.php +16
📈 17 added
📉 17 removed
remove error
M html/pages/graphs.inc.php +7 -3
📈 7 added
📉 3 removed
drop old fields
📈 0 added
📉 0 removed
Check RRD dir for rename host [OBSERVIUM-367].
📈 6 added
📉 4 removed
Check RRD dir for add/rename/delete hosts. Fix [OBSERVIUM-367].
M html/pages/delhost.inc.php +42 -25
M html/pages/device/edit/delete.inc.php +25 -11
M includes/functions.php +45 -18
📈 112 added
📉 54 removed
Improve print_message(), add print_success().
M includes/common.php +21 -6
📈 21 added
📉 6 removed
Decoding the previously encoded url (round 2). [OBSERVIUM-382]
📈 2 added
📉 2 removed
Decoding the previously encoded url. [OBSERVIUM-382]
📈 1 added
📉 1 removed
Use integer values in legend for FDB.
M html/includes/graphs/device/fdb_count.inc.php +2 -1
M html/includes/graphs/generic_simplex.inc.php +19 -11
📈 21 added
📉 12 removed
Do not graph MAX areas for intervals less then 48h.
M html/includes/graphs/common.inc.php +9 -1
M html/includes/graphs/generic_data.inc.php +8 -2
M html/includes/graphs/generic_duplex.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +2
📈 20 added
📉 4 removed
Add eventlog for deleted ports.
M includes/polling/ports.inc.php +4 -3
📈 4 added
📉 3 removed
fix a bit of xss, urlencode key and value in URL generator
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
fix generic_multi_line on /graphs/
M html/includes/graphs/common.inc.php +15 -14
M html/includes/graphs/generic_multi_line.inc.php +2 -2
📈 17 added
📉 16 removed
add basic Cisco SCE/SCOS support
M includes/definitions.inc.php +16
A includes/discovery/os/ciscoscos.inc.php +8
📈 24 added
📉 0 removed
M includes/discovery/os/asyncos.inc.php +1 -1
📈 1 added
📉 1 removed
📈 1 added
📉 0 removed
delete erroneously named LLDP MIB
D mibs/LLDP-EXT-DOT1-MIB -791
📈 0 added
📉 0 removed
add ironport/asyncos support #OBSERVIUM-375
A html/includes/graphs/device/asyncos_workq.inc.php +18
M html/includes/navbar.inc.php -2
M includes/defaults.inc.php +43 -2
M includes/definitions.inc.php +16
A includes/discovery/fanspeeds/asyncos.inc.php +21
A includes/discovery/mempools/asyncos.inc.php +16
A includes/discovery/os/asyncos.inc.php +8
A includes/discovery/processors/asyncos.inc.php +18
A includes/discovery/temperatures/asyncos.inc.php +21
A includes/polling/mempools/asyncos.inc.php +9
A includes/polling/os/asyncos.inc.php +26
A mibs/ASYNCOS-MAIL-MIB +814
A mibs/IRONPORT-SMI +38
📈 196 added
📉 4 removed
fix previous commit, now not breaking when column is empty
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
parse_csv a little more robust now, for files that have a separator at the end of the line
M includes/functions.php +28 -19
📈 28 added
📉 19 removed
dBm -> dbm
M html/pages/health.inc.php +2 -3
📈 2 added
📉 3 removed
units plz
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
📈 1 added
📉 1 removed
fix customers page and improve iftype page
M html/pages/customers.inc.php +1 -1
M html/pages/iftype.inc.php +29 -9
📈 30 added
📉 10 removed
fix customer bits graph
M html/includes/graphs/customer/bits.inc.php +1 -1
📈 1 added
📉 1 removed
fix iftype aggregate graphs (transit, peering, etc)
M html/includes/graphs/generic_multi_bits_separated.inc.php +28 -22
M html/includes/graphs/multiport/bits_separate.inc.php +1 -3
📈 29 added
📉 25 removed
June 2013
add code to munge netscaler 64-bit interface counters to ports poller.
********************
FUCK YOU, NETSCALER.
********************
M includes/polling/ports.inc.php +18 -8
📈 18 added
📉 8 removed
reduce netapp max_rep
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
add agent_version to devices table
📈 0 added
📉 0 removed
gingercode ahoy!
📈 197 added
📉 0 removed
add edgeos to unix os group
M includes/definitions.inc.php +1
📈 1 added
📉 0 removed
add basic edgeos detection
M html/pages/device/loadbalancer/netscaler_services.inc.php +3 -3
M includes/definitions.inc.php +13
A includes/discovery/os/edgeos.inc.php +8
A includes/polling/os/edgeos.inc.php +9
📈 33 added
📉 3 removed
use label not name for services
M html/pages/device/loadbalancer/netscaler_services.inc.php +3 -3
📈 3 added
📉 3 removed
do not run update with -h new
📈 6 added
📉 1 removed
netscaler svc ttfb per-svc graph
A html/includes/graphs/netscalersvc/ttfb.inc.php +15
📈 15 added
📉 0 removed
netscaler service ttfb graph
A html/includes/graphs/device/netscalersvc_common.inc.php +20
A html/includes/graphs/device/netscalersvc_ttfb.inc.php +12
📈 32 added
📉 0 removed
add RADIUS module from Jira #175
A html/includes/authentication/radius.inc.php +94
M includes/defaults.inc.php +7
📈 101 added
📉 0 removed
update script :>
📈 32 added
📉 0 removed
add some things to be monitored to netscaler. modify schema update system.
M discovery.php +1 -1
M html/includes/graphs/device/netscalersvc.inc.php +1 -1
M html/includes/graphs/netscalersvc/auth.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_services.inc.php +4 -2
M includes/functions.php +6 -1
M includes/polling/netscaler-vsvr.inc.php +103 -103
D includes/sql-schema
A includes/update
M includes/update/update.php +167
A scripts/add_ds.pl +244
D sql-schema
A update
📈 527 added
📉 109 removed
fix endless redirect loop when no auth_can_logout()
M html/includes/authenticate.inc.php +26 -21
📈 26 added
📉 21 removed
one extra file to go with r4152
M html/pages/edituser.inc.php +4 -4
📈 4 added
📉 4 removed
authentication API changes (internal only, nothing noticeable), add auth_ldap_kerberized setting; do not enable before reading the documentation.
M adduser.php +1 -1
M html/includes/authenticate.inc.php +3 -3
M html/includes/authentication/http-auth.inc.php +11 -6
M html/includes/authentication/ldap.inc.php +100 -83
M html/includes/authentication/mysql.inc.php +14 -9
M html/includes/navbar.inc.php +7
M html/index.php -1
M html/pages/adduser.inc.php +1 -1
M html/pages/preferences.inc.php +2 -2
M includes/defaults.inc.php +2
📈 141 added
📉 106 removed
trim()
M includes/versioncheck.inc.php +1 -1
📈 1 added
📉 1 removed
fix deltaups temperature
M includes/discovery/current/deltaups.inc.php +1 -1
M includes/discovery/frequencies/deltaups.inc.php +1 -1
M includes/discovery/humidity/deltaups.inc.php +1 -1
M includes/discovery/temperatures/deltaups.inc.php +1 -1
M includes/discovery/voltages/deltaups.inc.php +1 -1
📈 5 added
📉 5 removed
fix rfc1628 currents, they were inflated x10 for years... + clean up liebert hardware
M includes/discovery/current/rfc1628.inc.php +15 -12
M includes/polling/os/rfc1628.inc.php +3
📈 18 added
📉 12 removed
use rfc1628 manufacturer and model in a general include for netman plus and liebert upses
A includes/polling/os/liebert.inc.php +6
M includes/polling/os/netmanplus.inc.php +2 -1
A includes/polling/os/rfc1628.inc.php +10
📈 18 added
📉 1 removed
CODE, Y U NO LOOK RITE
M includes/discovery/current/deltaups.inc.php +25 -22
M includes/discovery/frequencies/deltaups.inc.php +22 -19
M includes/discovery/humidity/deltaups.inc.php +13 -10
M includes/discovery/temperatures/deltaups.inc.php +17 -14
M includes/discovery/voltages/deltaups.inc.php +25 -22
📈 102 added
📉 87 removed
update deltaups support
M discovery.php +2 -1
M includes/defaults.inc.php +1 -1
A includes/discovery/current/deltaups.inc.php +38
A includes/discovery/frequencies/deltaups.inc.php +34
A includes/discovery/humidity/deltaups.inc.php +26
A includes/discovery/temperatures/deltaups.inc.php +30
A includes/discovery/voltages/deltaups.inc.php +38
M includes/versioncheck.inc.php -2
📈 169 added
📉 4 removed
add os type to stats
M includes/versioncheck.inc.php +3
📈 3 added
📉 0 removed
alert box tweaks, add ciena logo. add bills to stats.
M html/css/bootstrap.css +2 -2
M html/css/bootstrap/less/alerts.less +3 -3
A html/images/os/ciena.png +1
M html/includes/functions-print.inc.php +3 -1
M includes/versioncheck.inc.php +1
📈 4 added
📉 1 removed
remove rounding for boxes. johnny ive made me do it.
M html/css/bootstrap.css +4 -4
M html/css/bootstrap/less/alerts.less +3 -3
M html/css/bootstrap/less/variables.less +4 -4
M html/includes/functions-print.inc.php +7 -6
📈 7 added
📉 6 removed
unrounded alert boxes
M html/css/bootstrap.css +2 -2
M html/css/bootstrap/less/alerts.less +10 -2
📈 0 added
📉 0 removed
expand syslog error
M html/pages/device/logs/syslog.inc.php +5 -2
📈 5 added
📉 2 removed
Me need your soul, more souls. >:->
M includes/defaults.inc.php +1 -1
M includes/snmp.inc.php +20 -3
📈 21 added
📉 4 removed
you're not ready for this. :)
M includes/common.php -1
M includes/polling/functions.inc.php -12
📈 0 added
📉 13 removed
Optimize SQL. Add options ['max']['interval'] and ['max']['count'] for devices status box.
M html/includes/functions-print.inc.php +21 -27
M includes/defaults.inc.php +7 -3
📈 28 added
📉 30 removed
Improve print_message(), migrate to PEAR::Console_Color2.
M addhost.php +4 -3
M html/css/sprite.css +187 -186
M html/img/sprite.png ±0
A html/img/sprite/exclamation-red-frame.png +1
A html/img/sprite/exclamation-red.png +1
M includes/common.php +44 -17
D includes/console_colour.php -299
A includes/pear/Console
A includes/pear/Console/Color2.php +297
M includes/polling/functions.inc.php +15 -3
M includes/rrdtool.inc.php +6 -6
📈 69 added
📉 328 removed
Debug, disappear.
M includes/syslog.php +1 -1
M syslog.php +1 -1
📈 2 added
📉 2 removed
Update diplay syslog and events. Improve Force10 syslog.
M html/includes/functions-print.inc.php +32 -11
M includes/syslog.php +13 -4
M syslog.php +2 -1
📈 47 added
📉 16 removed
codestyle change: not working -> working
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
Fix map links (OBSERVIUM-342)
📈 4 added
📉 4 removed
isset() to remove warning
M html/ajax_listports.php +1 -1
M html/ajax_search.php -2
📈 1 added
📉 3 removed
Detect M$ Win 2012 (OBSERVIUM-341).
M includes/polling/os/windows.inc.php +3
📈 3 added
📉 0 removed
Detect Cisco AIRAP as 'wireless' (OBSERVIUM-318).
M includes/polling/os/ios.inc.php +11 -1
M includes/polling/wifi.inc.php +1 -1
📈 12 added
📉 2 removed
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/os.inc.php +3 -3
M includes/functions.php +1 -1
📈 5 added
📉 5 removed
Finally fix ifdown notify.
M includes/polling/ports.inc.php +2 -5
📈 2 added
📉 5 removed
ignore another kind of voice interface
M includes/defaults.inc.php +1
📈 1 added
📉 0 removed
perf improvements and some ui improvements
M html/pages/device.inc.php +1
M html/pages/device/perf.inc.php +49 -8
M includes/defaults.inc.php +2 -2
M includes/definitions.inc.php +15 -15
M includes/polling/functions.inc.php +29 -5
M includes/polling/sensors.inc.php +32 -5
M includes/rewrites.php +2
M includes/snmp.inc.php +17
📈 147 added
📉 35 removed
disable whatever the fuck that is
M includes/polling/ports.inc.php +6 -2
📈 6 added
📉 2 removed
Also check port type for ifdown.
M includes/polling/ports.inc.php +2 -1
📈 2 added
📉 1 removed
Changed option $config['alerts']['port']['ifdown'] -> $config['alerts']['port']['ifdown']['enable'].
M includes/polling/ports.inc.php +1 -1
📈 1 added
📉 1 removed
FDB table count graph. Fixed error message.
M html/includes/graphs/device/fdb_count.inc.php +23 -9
M includes/definitions.inc.php +1 -1
M includes/discovery/vlans.inc.php +10 -3
M includes/polling/fdb-table.inc.php +26 -5
📈 60 added
📉 18 removed
cleaner snmp contexts
M includes/discovery/vlans.inc.php +4 -4
M includes/discovery/vlans/cisco-vtp.inc.php +1 -1
M includes/discovery/vlans/q-bridge-mib.inc.php +1 -1
M includes/snmp.inc.php +2 -2
📈 8 added
📉 8 removed
page tweaks and high latency bulkwalk optimisations (disable as default for now)
M html/pages/device/port.inc.php +6
M html/pages/devices.inc.php +3 -2
M includes/defaults.inc.php +4 -2
M includes/definitions.inc.php +22
M includes/snmp.inc.php +4
📈 39 added
📉 4 removed
$config['proxy'] -> $config['http_proxy']
M includes/common.php +2 -2
M includes/defaults.inc.php +1 -1
📈 3 added
📉 3 removed
Added option $config['proxy'] for http requests (OBSERVIUM-338).
M includes/common.php +18
M includes/defaults.inc.php +7 -3
M includes/geolocation.inc.php +2 -5
M includes/versioncheck.inc.php +27 -36
📈 54 added
📉 44 removed
pretty ldap debug.
M html/includes/authentication/ldap.inc.php +3 -1
📈 3 added
📉 1 removed
add configuration option to disable anonymous bind
M html/includes/authentication/ldap.inc.php +7 -2
M includes/defaults.inc.php +1
📈 8 added
📉 2 removed
try user/password DN bind if binddn is empty
M html/includes/authentication/ldap.inc.php +8 -5
📈 8 added
📉 5 removed
New and improved LDAP module, now with active directory support. People using LDAP authentication may want to check if their configuration is still working, as far as I know nothing changes if you keep the new settings at their defaults.
M html/includes/authentication/ldap.inc.php +166 -48
M includes/defaults.inc.php +22 -11
📈 188 added
📉 59 removed
please stop the short open tag nonsense :>
M html/pages/device/port/graphs.inc.php +1 -1
📈 1 added
📉 1 removed
add moar dell printers
M includes/discovery/os/dell-laser.inc.php +4 -2
📈 4 added
📉 2 removed
ciena mibs
Showing the first 30 paths; 34 more are omitted from this static page.
A mibs/ciena
A mibs/ciena/CIENA-CES-ACL-MIB.my +277
A mibs/ciena/CIENA-CES-BFD-MIB.my +201
A mibs/ciena/CIENA-CES-LDP-MIB.my +297
A mibs/ciena/CIENA-CES-MGMT-INTERFACE-MIB.my +500
A mibs/ciena/CIENA-CES-MPLS-MIB.my +1,652
A mibs/ciena/CIENA-CES-OSPF-MIB.my +486
A mibs/ciena/CIENA-CES-RSVPTE-MIB.my +394
A mibs/ciena/CIENA-CES-TIME-SYNC-MIB.my +659
A mibs/ciena/CIENA-CES-VLLI-MIB.my +494
A mibs/ciena/CIENA-GLOBAL-MIB.my +57
A mibs/ciena/CIENA-SMI.my +86
A mibs/ciena/CIENA-TC.my +100
A mibs/wwp
A mibs/wwp/WWP-EXT-BRIDGE-MIB.my +563
A mibs/wwp/WWP-EXT-BRIDGE-TRAP-MIB.my +115
A mibs/wwp/WWP-LEOS-8021X-MIB.my +239
A mibs/wwp/WWP-LEOS-BENCHMARK-MIB.my +1,575
A mibs/wwp/WWP-LEOS-BLADE-MIB.my +371
A mibs/wwp/WWP-LEOS-BROADCAST-CONTAINMENT-MIB.my +373
A mibs/wwp/WWP-LEOS-CFM-MIB.my +8,766
A mibs/wwp/WWP-LEOS-CHASSIS-MIB.my +2,318
A mibs/wwp/WWP-LEOS-COMMUNITY-MIB.my +242
A mibs/wwp/WWP-LEOS-DATAPLANE-MIB.my +1,206
A mibs/wwp/WWP-LEOS-DHCP-CLIENT-MIB.my +743
A mibs/wwp/WWP-LEOS-DNS-CLIENT-MIB.my +323
A mibs/wwp/WWP-LEOS-EXT-LAG-MIB.my +334
A mibs/wwp/WWP-LEOS-FEATURE-LICENSE-MIB.my +480
A mibs/wwp/WWP-LEOS-FILE-TRANSFER-MIB.my +346
A mibs/wwp/WWP-LEOS-FILTER-MIB.my +450
📈 0 added
📉 0 removed
Update FDB search by vlan & vlan_name fields.
M html/includes/functions-print.inc.php +20
M html/pages/device/ports/fdb.inc.php +41 -46
M html/pages/search/fdb.inc.php +28 -10
📈 89 added
📉 56 removed
add ciena support from n00dles
M includes/definitions.inc.php +1
A includes/discovery/current/ciena-dom.inc.php +40
A includes/discovery/dbm/ciena-dom-rx.inc.php +48
A includes/discovery/dbm/ciena-dom-tx.inc.php +48
A includes/discovery/mempools/ciena.inc.php +30
A includes/discovery/os/ciena.inc.php +22
A includes/discovery/temperatures/ciena-dom.inc.php +43
A includes/discovery/temperatures/ciena.inc.php +29
A includes/discovery/voltages/ciena-dom.inc.php +44
A includes/polling/mempools/ciena.inc.php +27
A includes/polling/os/ciena.inc.php +19
A includes/polling/processors/ciena.inc.php +18
📈 369 added
📉 0 removed
add table to port graphs. add header to fdb-table. add ciena to definitions
M html/pages/device/port/graphs.inc.php +20 -3
M includes/definitions.inc.php +14
M includes/polling/fdb-table.inc.php +12 -1
📈 46 added
📉 4 removed
Change pear includes order (OBSERVIUM-336).
M includes/functions.php +2 -2
📈 2 added
📉 2 removed
Commit forgotten changes for FDB tables (OBSERVIUM-163).
M html/includes/functions-print.inc.php +123 -1
M html/pages/search.inc.php +1 -1
M html/pages/search/fdb.inc.php +25 -59
A includes/polling/fdb-table.inc.php +142
D includes/polling/q-bridge-mib-fdb.inc.php
📈 291 added
📉 61 removed
improved FDB polling/discovery. Will slow polling on cisco devices, and won't work on snmpv3 due to snmp-contexts.
M includes/common.php +30 -2
M includes/defaults.inc.php +1 -1
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/vlans.inc.php +24 -6
M includes/discovery/vlans/cisco-vtp.inc.php +5
M includes/discovery/vlans/q-bridge-mib.inc.php +33 -13
M includes/polling/functions.inc.php +1 -1
M includes/polling/q-bridge-mib-fdb.inc.php -91
M includes/rewrites.php +10
M includes/snmp.inc.php +60 -45
A sql-schema/072.sql +1
A sql-schema/073.sql +1
📈 165 added
📉 160 removed
some readability fixes and rearranging of billing code. tweaks to css of observium-specific things.
M html/css/bootstrap.css +3 -2
M html/css/bootstrap/less/tables.less +8
M html/css/bootstrap/less/wells.less +3 -2
M html/pages/bill/accurate.inc.php +53 -30
M html/pages/bill/history.inc.php +2 -4
M html/pages/bill/ports.inc.php +1 -3
M html/pages/bill/quick.inc.php +46 -25
📈 102 added
📉 62 removed
no one noticed the billing infoboxes disappeared? does this mean no one uses billing? herpderp.
A html/pages/bill/infoboxes.inc.php +168
📈 168 added
📉 0 removed
do not generate eventlog entries for ignored ports.
M includes/polling/ports.inc.php +10 -2
📈 10 added
📉 2 removed
add some crappy errors
M html/pages/device.inc.php +39 -5
M html/pages/device/logs/syslog.inc.php +10 -1
📈 49 added
📉 6 removed
allow hostname & ifdescr in url for device/port
M html/pages/device.inc.php +6
M html/pages/device/port.inc.php +21
📈 27 added
📉 0 removed
lighten grey (disabled) text to #666666
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/type.less +1 -1
📈 0 added
📉 0 removed
rounded style to hrdevice
M html/pages/device/hrdevice.inc.php +1 -1
📈 1 added
📉 1 removed
clean up printing page
M html/pages/device/printing.inc.php +4
📈 4 added
📉 0 removed
fix toner. enable toner and sla as default.
M html/includes/navbar.inc.php +8
M html/pages/device/overview/toner.inc.php +1 -1
M html/pages/health.inc.php +4
M html/pages/health/mempool.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/health/toner.inc.php +15 -9
M includes/defaults.inc.php +2 -2
📈 34 added
📉 16 removed
ui update to delete-ports
M html/pages/deleted-ports.inc.php +21 -21
📈 21 added
📉 21 removed
fix rusglish :D
M html/pages/device.inc.php +12
M html/pages/device/logs/eventlog.inc.php +13
M html/pages/device/logs/syslog.inc.php +17 -5
📈 42 added
📉 5 removed
derp
M scripts/agent-local/memcached +1 -1
📈 1 added
📉 1 removed
move papouch MIBs to papouch/ subdir
A mibs/papouch
D mibs/Papouch-SMI.mib -54
A mibs/papouch/Papouch-SMI.mib +61
A mibs/papouch/the_v01-MIB +201
A mibs/papouch/TMESNMP2.mib +77
D mibs/the_v01-MIB -143
D mibs/TMESNMP2.mib -70
📈 0 added
📉 0 removed
switch memcached agent script to python and fix polling.
M includes/polling/applications/memcached.inc.php +19 -16
M includes/polling/unix-agent.inc.php +3 -4
M scripts/agent-local/memcached +11 -15
📈 33 added
📉 35 removed
May 2013
replace some old class names
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/type.less +1 -1
M html/includes/functions-print.inc.php +3 -3
M html/includes/print-accesspoint.inc.php +1 -1
M html/includes/print-interface-adsl.inc.php +4 -4
M html/includes/print-interface.inc.php +13 -13
M html/includes/print-service.inc.php +1 -1
M html/includes/print-vlan.inc.php +1 -1
M html/includes/print-vm.inc.php +2 -2
M html/includes/print-vrf.inc.php +2 -2
M html/pages/customers.inc.php +2 -2
M html/pages/device/entphysical.inc.php +1 -1
M html/pages/device/loadbalancer/ace_rservers.inc.php +1 -1
M html/pages/device/loadbalancer/ace_vservers.inc.php +1 -1
M html/pages/device/port/vlans.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +1 -1
M html/pages/iftype.inc.php +1 -1
M html/pages/routing/vrf.inc.php +5 -5
M html/pages/services.inc.php +1 -1
📈 41 added
📉 41 removed
fixes
M html/data.php +4 -1
M html/graph-realtime.php +2 -2
M html/pages/device/port.inc.php +3
M html/pages/device/port/graphs.inc.php +5 -5
M html/pages/device/port/realtime.inc.php +6 -9
M html/pages/pollerlog.inc.php +6 -6
M includes/definitions.inc.php +1
M includes/rewrites.php +1
📈 28 added
📉 23 removed
detect more equallogic
M includes/discovery/os/equallogic.inc.php +1
📈 1 added
📉 0 removed
update extreme/xos and css
M html/css/bootstrap.css +5 -5
M html/css/bootstrap/less/type.less +5 -5
M html/pages/device/overview/information.inc.php +1 -2
M includes/definitions.inc.php +1
A includes/discovery/mempools/xos.inc.php +24
A includes/discovery/os/extreme.inc.php +17
D includes/discovery/os/extremeware.inc.php -10
A includes/polling/mempools/xos.inc.php +23
M includes/polling/os/extremeware.inc.php +11 -35
A includes/polling/os/xos.inc.php +50
M includes/rewrites.php +161 -78
M poller-wrapper.py +2 -2
📈 290 added
📉 127 removed
support for Papouch TH2E (HELLO VENDORS, PLEASE PROVIDE VALID, WORKING MIBS)
M includes/definitions.inc.php +2 -2
A includes/discovery/humidity/papouch.inc.php +30
M includes/discovery/os/papouch.inc.php +1
D includes/discovery/temperatures/papouch-tme.inc.php -19
A includes/discovery/temperatures/papouch.inc.php +63
M includes/polling/os/papouch.inc.php +1
A mibs/Papouch-SMI.mib +61
A mibs/the_v01-MIB +201
A mibs/TMESNMP2.mib +77
📈 97 added
📉 21 removed
fix what I forgot in r4084
M includes/discovery/os/papouch.inc.php +2 -2
M includes/discovery/temperatures/papouch-tme.inc.php +2 -1
M includes/polling/functions.inc.php +1 -1
📈 5 added
📉 4 removed
genericize papouch product line; preparing to add TH2E support later on
D html/images/os/papouch-tme.png -1
A html/images/os/papouch.png +1
D includes/discovery/os/papouch-tme.inc.php -10
A includes/discovery/os/papouch.inc.php +10
A includes/polling/os/papouch.inc.php +7
A sql-schema/071.sql +1
📈 17 added
📉 10 removed
update extremeware version
M includes/polling/os/extremeware.inc.php +7
📈 7 added
📉 0 removed
equallogic support
M html/img/sprite/computer.png ±0
M includes/definitions.inc.php +5
A includes/discovery/fanspeeds/equallogic.inc.php +42
A includes/discovery/os/equallogic.inc.php +8
A includes/discovery/temperatures/equallogic.inc.php +52
A includes/polling/os/equallogic.inc.php +30
A mibs/equallogic
A mibs/equallogic/eqlagent.mib +181
A mibs/equallogic/eqlappliance.mib +3,050
A mibs/equallogic/eqlcontroller.mib +995
A mibs/equallogic/eqldcb.mib +2,946
A mibs/equallogic/eqldisk.mib +953
A mibs/equallogic/eqlgroup.mib +4,298
A mibs/equallogic/eqlipaddr.mib +527
A mibs/equallogic/eqlipsec.mib +1,062
A mibs/equallogic/eqliscsi.mib +201
A mibs/equallogic/eqllldp.mib +231
A mibs/equallogic/eqlmember.mib +2,734
A mibs/equallogic/eqlnas.mib +2,476
A mibs/equallogic/eqlpool.mib +1,056
A mibs/equallogic/eqlraid.mib +579
A mibs/equallogic/eqlsmi.mib +41
A mibs/equallogic/eqltag.mib +288
A mibs/equallogic/eqlvolbalancer.mib +2,120
A mibs/equallogic/eqlvolume.mib +7,834
📈 137 added
📉 0 removed
workstations
M includes/definitions.inc.php +5
📈 5 added
📉 0 removed
fix aix script
M includes/discovery/os/aix.inc.php +1 -1
📈 1 added
📉 1 removed
fix collectd on /graphs/
M html/includes/collectd/functions.php +10 -3
M html/includes/graphs/device/collectd.inc.php +10 -12
📈 20 added
📉 15 removed
fix passing width/height to collectd graphs. (still need to fix it sending data to /graphs/ correctly)
M html/includes/graphs/device/collectd.inc.php +7 -4
📈 7 added
📉 4 removed
more items-per-page options
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
Do not show mouse over links on mobile devices (android, apple, blackberry and etc.)
M html/includes/functions.inc.php +14 -1
📈 14 added
📉 1 removed
Update mac addresses search page.
M html/includes/functions-print.inc.php +127 -6
M html/pages/search/mac.inc.php +38 -77
📈 165 added
📉 83 removed
Fix parse snmp values with '=' (symbol "equal").
M includes/snmp.inc.php +12 -12
📈 12 added
📉 12 removed
Fix broken nfsen suffix (OBSERVIUM-241).
M html/includes/functions.inc.php +26
M html/includes/graphs/device/nfsen_common.inc.php +18 -31
M html/pages/device.inc.php +1 -10
📈 45 added
📉 41 removed
Forgotten change for bootstrap-select.
📈 4 added
📉 3 removed
Fix logs navigate (#301).
M html/pages/device/logs.inc.php -3
📈 0 added
📉 3 removed
hostname options for poller wrapper
M poller-wrapper.py +50 -15
📈 50 added
📉 15 removed
Use bootstrap-select (forms improver). Added multiselect.
M html/css/bootstrap.css +29
M html/css/bootstrap/less/bootstrap.less +1
A html/css/bootstrap/less/select.less +185
M html/includes/functions-print.inc.php +140 -102
A html/js/bootstrap-select.min.js +1
M html/pages/device/logs/eventlog.inc.php +4 -4
M html/pages/device/logs/syslog.inc.php +10 -9
M html/pages/eventlog.inc.php +7 -7
M html/pages/syslog.inc.php +14 -12
📈 175 added
📉 134 removed
debug be gone
M includes/polling/functions.inc.php -2
M includes/polling/ports.inc.php +1 -2
📈 1 added
📉 4 removed
it said Observer huhuhuh-huhuh-huhuhuhu
M includes/common.php +4
M includes/definitions.inc.php +3 -3
M includes/functions.php -1
📈 7 added
📉 4 removed
Fix billing graphs, thanks to delaf
M html/pages/bill.inc.php +2
M html/pages/bill/accurate.inc.php +11 -1
M html/pages/bill/quick.inc.php +6 -1
📈 19 added
📉 2 removed
add php version to stats array
M includes/versioncheck.inc.php +2
📈 2 added
📉 0 removed
f--- you and your short open tags
M html/pages/graphs.inc.php +1 -1
📈 1 added
📉 1 removed
juggle memory bar
M html/pages/device/overview/ucd_mem.inc.php +6 -5
📈 6 added
📉 5 removed
fix billing quick tab links
M html/pages/bill/quick.inc.php +5
📈 5 added
📉 0 removed
move users table to utf8. add user_options text field to store evil array of horribleness.
📈 0 added
📉 0 removed
switch around how we pass data to /graphs/. allow the passing of an array of rrd filenames, a graph descr and a list of acceptable options. next we need the auth scripts to send a set of possible graph types for the entity.
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/wells.less +1 -1
M html/includes/graphs/device/bits.inc.php +3
M html/includes/graphs/device/ucd_memory.inc.php +2
M html/includes/graphs/generic_multi_seperated.inc.php +7
M html/includes/graphs/graph.inc.php +15 -8
M html/includes/graphs/sensor/current.inc.php +2
M html/includes/graphs/sensor/dbm.inc.php +2
M html/includes/graphs/sensor/fanspeed.inc.php +2
M html/includes/graphs/sensor/frequency.inc.php +2
M html/includes/graphs/sensor/humidity.inc.php +3 -1
M html/includes/graphs/sensor/power.inc.php +3
M html/includes/graphs/sensor/temperature.inc.php +2
M html/includes/graphs/sensor/voltage.inc.php +2
M html/pages/graphs.inc.php +48 -6
📈 93 added
📉 15 removed
add aggregate polling time to stats array
M includes/versioncheck.inc.php +13 -12
📈 13 added
📉 12 removed
move juniper stats collection queries for bgp-peers to before peers loop
M includes/polling/bgp-peers.inc.php +59 -27
📈 59 added
📉 27 removed
update some css and remove a spurious margin.
Potential fix for BGP poller slowness. DANGER :>
M html/css/bootstrap.css +3 -3
M html/css/bootstrap/less/variables.less +7 -3
M html/includes/functions-print.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +40 -5
📈 41 added
📉 6 removed
Revert default mono font to "DejaVuSansMono" (for rrd graphs).
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
Fix IPMI polling 2nd round :)
M includes/polling/ipmi.inc.php +2 -2
📈 2 added
📉 2 removed
Fix IPMI :>
M includes/polling/ipmi.inc.php +2
M includes/polling/unix-agent.inc.php +1
📈 3 added
📉 0 removed
improve memory graph layout. fix colour matching between overview and memory graph.
M html/css/bootstrap/less/progress-bars.less +2 -1
M html/includes/graphs/device/ucd_memory.inc.php +29 -12
M html/pages/device/overview/ucd_mem.inc.php +5 -4
📈 34 added
📉 16 removed
imrprovements to front page, caching of data and other things. addition of double-wide alert box size.
M html/css/bootstrap.css +4 -3
M html/css/bootstrap/less/alerts.less +8 -7
M html/includes/cache-data.inc.php +5 -1
M html/includes/functions-print.inc.php +23 -21
M html/includes/status-summary.inc.php +4 -7
M html/pages/front/default.php +3 -3
M includes/common.php +1 -1
M includes/defaults.inc.php +3 -9
📈 39 added
📉 42 removed
add more graphs for aix. clean up front page a bit, removing use of enabling options, we only use the order array. fix about buttons
M html/pages/about.inc.php +1 -1
M html/pages/front/default.php +69 -84
M includes/definitions.inc.php +9 -6
📈 79 added
📉 91 removed
script to build css
📈 3 added
📉 0 removed
Date/time picker style improve.
M html/includes/functions-print.inc.php +3 -3
📈 3 added
📉 3 removed
Add date/time picker for syslog and eventlog on device tab.
M html/pages/device/logs/eventlog.inc.php +8
M html/pages/device/logs/syslog.inc.php +57 -44
📈 65 added
📉 44 removed
case-insensitively discover MGE Galaxy OS
M includes/discovery/os/mgeups.inc.php +1 -1
📈 1 added
📉 1 removed
Use bootstrap date/time picker for graphs.
D html/css/ui-lightness
M html/includes/functions-print.inc.php +16 -8
M html/includes/functions.inc.php +4
M html/includes/graphs/graph.inc.php +15 -2
D html/js/jquery-ui-sliderAccess.js -85
D html/js/jquery-ui-timepicker-addon.js -1,326
D html/js/jquery-ui.min.js -65
M html/pages/graphs.inc.php +32 -179
📈 67 added
📉 189 removed
automagically put windows hosts into workstations or servers groups.
M includes/polling/os/windows.inc.php +17
📈 17 added
📉 0 removed
move humanize_device to common
M html/includes/functions.inc.php -52
M includes/rewrites.php +52
📈 52 added
📉 52 removed
Added search type 'datetime' and pseudo type 'newline'.
M html/css/bootstrap.css +32
M html/css/bootstrap/less/bootstrap.less +2 -1
A html/css/bootstrap/less/datetimepicker.less +180
M html/includes/functions-print.inc.php +136 -3
M html/includes/functions.inc.php +41
M html/index.php +19 -21
A html/js/bootstrap-datetimepicker.min.js +26
M html/pages/eventlog.inc.php +8
M html/pages/syslog.inc.php +8
📈 212 added
📉 24 removed
don't need that one :)
📈 0 added
📉 0 removed
reset ospf to remove old entries
📈 0 added
📉 0 removed
UI improvements. some function cleanups and simplification.
Showing the first 30 paths; 8 more are omitted from this static page.
M html/css/bootstrap.css +73 -74
M html/css/bootstrap/less/buttons.less +1 -1
M html/css/bootstrap/less/variables.less +2 -2
M html/includes/functions-print.inc.php +8 -8
M html/includes/functions.inc.php +13 -14
M html/includes/graphs/device/bits.inc.php +1 -1
M html/includes/graphs/multiport/bits_duo_separate.inc.php +1 -1
M html/includes/graphs/multiport/bits_separate.inc.php +1 -1
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print-interface.inc.php +2 -2
M html/includes/print-vlan.inc.php +1 -1
M html/index.php +57 -55
M html/map.php +4 -2
M html/pages/bill.inc.php +4
M html/pages/bill/accurate.inc.php +1 -127
M html/pages/bill/edit.inc.php +30 -33
M html/pages/bill/history.inc.php +20 -11
M html/pages/bill/ports.inc.php +18 -13
M html/pages/bill/quick.inc.php +1 -127
M html/pages/bill/reset.inc.php +1 -1
M html/pages/bill/transfer.inc.php +1 -1
M html/pages/bills/add.inc.php +1 -1
M html/pages/deleted-ports.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/port.inc.php +3 -1
M html/pages/device/ports.inc.php +3 -1
M html/pages/front/globe.php +1 -1
M html/pages/front/old.php +1 -1
M html/pages/ports.inc.php +17
📈 217 added
📉 449 removed
wrap status boxes in a 12-column div
M html/pages/front/default.php +4 -4
📈 4 added
📉 4 removed
remove unused sprites
D html/img/famfamfam.png -1
D html/img/fugue.png -1
D html/img/sweetie.png -1
📈 0 added
📉 0 removed
remove unused icon css
D html/css/famfamfam.css -1,020
D html/css/fugue.css -3,554
D html/css/sweetie.css -143
📈 0 added
📉 0 removed
remove unused CSS files
D html/css/bootstrap-observium.css -733
D html/css/bootstrap-responsive.css -1,092
D html/css/bootstrap-responsive.min.css -9
D html/css/bootstrap-switch.css -203
D html/css/styles.css -1,265
📈 0 added
📉 0 removed
add arris c3 oid
M includes/definitions.inc.php +6
M includes/discovery/os/arris.inc.php +1
📈 7 added
📉 0 removed
M includes/definitions.inc.php +1
M includes/polling/ports.inc.php +3 -2
📈 4 added
📉 2 removed
add basic AIX detection and logo
A html/images/os/aix.png +1
M includes/definitions.inc.php +7
A includes/discovery/os/aix.inc.php +9
📈 16 added
📉 0 removed
add korenix jetnext icon and basic detection
A html/images/os/korenix.png +1
M includes/definitions.inc.php +10
A includes/discovery/os/korenix.inc.php +10
📈 20 added
📉 0 removed
add arris d5 basic detection, a new 'video' device type and associated icons.
M html/css/sprite.css +186 -185
A html/images/os/arris.png +1
M html/img/sprite.png ±0
M includes/definitions.inc.php +22 -2
A includes/discovery/os/arris.inc.php +8
📈 30 added
📉 2 removed
merge switch with the rest of bootstrap. update ports search box a little.
M html/css/bootstrap.css +41
M html/css/bootstrap/less/bootstrap.less +1
A html/css/bootstrap/less/switch.less +153
M html/index.php -1
M html/pages/ports.inc.php +84 -75
📈 84 added
📉 76 removed
return to observium menu style
M html/css/bootstrap.css +19 -8
M html/css/bootstrap/less/bootstrap.less +36
M html/css/bootstrap/less/dropdowns.less +3 -2
M html/css/bootstrap/less/navbar.less +3
M html/css/bootstrap/less/variables.less +3 -3
📈 0 added
📉 0 removed
flip gradient
M html/css/bootstrap.css +1 -1
M html/css/bootstrap/less/wells.less +1 -1
📈 0 added
📉 0 removed
css tweaks. improvements to layout of /ports/ basic.
M html/css/bootstrap.css +203 -197
M html/css/bootstrap/less/bootstrap.less +18 -1
M html/css/bootstrap/less/forms.less +1 -1
M html/css/bootstrap/less/type.less +1 -1
M html/css/bootstrap/less/variables.less +14 -10
M html/index.php -2
M html/pages/graphs.inc.php +3 -3
M html/pages/ports/list.inc.php +12 -10
📈 15 added
📉 15 removed
migrate to single less-generated bootstrap forked css file.
Showing the first 30 paths; 106 more are omitted from this static page.
M html/css/bootstrap ±0
M html/css/bootstrap-observium.css -40
M html/css/bootstrap.css +1,072 -6,323
A html/css/bootstrap/less
A html/css/bootstrap/less/accordion.less +34
A html/css/bootstrap/less/alerts.less +104
A html/css/bootstrap/less/bootstrap.less +64
A html/css/bootstrap/less/breadcrumbs.less +24
A html/css/bootstrap/less/button-groups.less +229
A html/css/bootstrap/less/buttons.less +229
A html/css/bootstrap/less/carousel.less +158
A html/css/bootstrap/less/close.less +32
A html/css/bootstrap/less/code.less +61
A html/css/bootstrap/less/component-animations.less +22
A html/css/bootstrap/less/dropdowns.less +237
A html/css/bootstrap/less/forms.less +690
A html/css/bootstrap/less/grid.less +21
A html/css/bootstrap/less/hero-unit.less +25
A html/css/bootstrap/less/labels-badges.less +84
A html/css/bootstrap/less/layouts.less +16
A html/css/bootstrap/less/media.less +55
A html/css/bootstrap/less/mixins.less +702
A html/css/bootstrap/less/modals.less +95
A html/css/bootstrap/less/navbar.less +570
A html/css/bootstrap/less/navs.less +420
A html/css/bootstrap/less/pager.less +43
A html/css/bootstrap/less/pagination.less +123
A html/css/bootstrap/less/popovers.less +133
A html/css/bootstrap/less/progress-bars.less +171
A html/css/bootstrap/less/reset.less +216
📈 252 added
📉 234 removed
Clean JS & CSS. Update qTip2 to latest.
M html/css/jquery.qtip.min.css +2 -1
M html/css/styles.css -11
M html/index.php +26 -88
M html/js/jquery.qtip.min.js +7 -2
D html/js/qtip
📈 26 added
📉 88 removed
new app images
A html/images/icons/exim-mailqueue.png +1
A html/images/icons/exim.png +1
M html/images/icons/mysql.png ±0
A html/images/icons/postgresql.png +1
📈 0 added
📉 0 removed
add missing process list from mysql application graphs
M html/pages/device/apps/mysql.inc.php +1
📈 1 added
📉 0 removed
remove data-hiding ip :)
M html/includes/functions-print.inc.php +1 -2
📈 1 added
📉 2 removed
defaults and extra date formats
M includes/common.php +18 -2
M includes/defaults.inc.php +2 -1
📈 20 added
📉 3 removed
add box format for status page
M html/css/bootstrap-observium.css +25 -2
M html/includes/functions-print.inc.php +292
M html/index.php +1 -1
M html/pages/front/default.php +21 -2
📈 314 added
📉 3 removed
improved Dell DRAC support
A includes/discovery/current/drac.inc.php +37
M includes/discovery/os/drac.inc.php +2 -2
A includes/discovery/power/drac.inc.php +22
A includes/discovery/temperatures/drac.inc.php +27
A includes/discovery/voltages/drac.inc.php +42
📈 130 added
📉 2 removed
Check non-FQDN filename for RANCID config.
M html/includes/functions.inc.php +32
M html/pages/device.inc.php +1 -13
📈 33 added
📉 13 removed
Override mail send framework. Now use Pear::Mail. (#290)
M includes/functions.php +61 -52
A includes/pear/Mail
A includes/pear/Mail/Mail
A includes/pear/Mail/Mail.php +271
A includes/pear/Mail/Mail/mail.php +168
A includes/pear/Mail/Mail/RFC822.php +947
A includes/pear/Mail/Mail/sendmail.php +171
A includes/pear/Mail/Mail/smtp.php +445
A includes/pear/Net/SMTP.php +1,338
A includes/pear/Net/Socket.php +655
D includes/phpmailer
📈 61 added
📉 52 removed
unset variables used for discovery (cause of screenos/juniperive collision bug)
M includes/discovery/processors/juniperive.inc.php +2
M includes/discovery/processors/screenos.inc.php +3
📈 5 added
📉 0 removed
fix ive discovery script if() layout
M includes/discovery/processors/juniperive.inc.php +3 -2
📈 3 added
📉 2 removed
don't show ports with negative errors (counter reset?)
M html/includes/cache-data.inc.php +1 -1
📈 1 added
📉 1 removed
fixed h3c logo
M html/images/os/h3c.png ±0
📈 0 added
📉 0 removed
resize storage table
M html/pages/health/storage.inc.php +1 -1
📈 1 added
📉 1 removed
still show rrd command even if disabled
M includes/rrdtool.inc.php +2 -1
📈 2 added
📉 1 removed
M includes/polling/system.inc.php +6
📈 6 added
📉 0 removed
death to dell
M includes/discovery/os/powerconnect.inc.php +1
📈 1 added
📉 0 removed
find more powerconnects (fuck you, dell)
M includes/discovery/os/powerconnect.inc.php +2 -1
📈 2 added
📉 1 removed
allow autodiscovery from libvirt vm list
M includes/defaults.inc.php +2 -1
M includes/discovery/functions.inc.php +7 -4
M includes/discovery/libvirt-vminfo.inc.php +3 -1
📈 12 added
📉 6 removed
add support for different port types
M html/includes/navbar.inc.php +5
📈 5 added
📉 0 removed
also discover links when we're given MAC address via lldp
M includes/discovery/discovery-protocols.inc.php +9 -5
📈 9 added
📉 5 removed
Commit #4000 passed, HAPPY COMMIT DAY. HAVE SOME LIONS WITH A CAKE!
,%%%%%%%%,
%%/\%%%%/\%%,
,,,,, %%%\C "" J/%%%,
,%%%%%%%, ||||| %%%/ 6 6 \%%%% .%
,%%/\%%%%/\%, @@@@@@@@@ %%%| _ %%%% .%%`
,%%%\c "" J/%%, {~*~*~*~} '%%(=_Y_=)%%%%' %%`
%. %%%%/ d b \%%% @@@@@@@@@@@@@'%%%\-/`%%%%; \\
`%%. __ %%%% _ |%%% {~* HAPPY *~} '%%%%%%%` \ ))
`%% .-' `"~--"`%%%%(=_Y_=)%%' { COMMITDAY } | '. //
// .' `. `%%%%`\7/%%%'__{~~*~~*~~*~~} | | / \ //
(( / ; `%%%%%%%'____@@@@@@@@@@@@@ | | ( \//
`.`--' ,' _,`-._____`-, __) (__ __| | _\ /
`"""`._____ `--,` `))) /_______\ (((((((___________)
📈 1 added
📉 1 removed
fix z-index
M html/css/bootstrap-observium.css +4
📈 0 added
📉 0 removed
fix location
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
clean ups
M includes/versioncheck.inc.php +14 -6
📈 14 added
📉 6 removed
send usage of a few more modules
M includes/versioncheck.inc.php +30 -9
📈 30 added
📉 9 removed
add trend button
M html/pages/graphs.inc.php +1
📈 1 added
📉 0 removed
basic trending
M html/includes/graphs/storage/usage.inc.php +8
📈 8 added
📉 0 removed
email
📈 1 added
📉 1 removed
correctly join storage-state table, so we don't do an erroneous INSERT
M includes/polling/storage.inc.php +6 -1
📈 6 added
📉 1 removed
temporary fix
M html/pages/front/default.php +5 -3
📈 5 added
📉 3 removed
fix bottom nav
M html/css/bootstrap-observium.css +29
📈 0 added
📉 0 removed
no preg
M includes/discovery/os/linux.inc.php +1 -1
📈 1 added
📉 1 removed
add secure platform os detection
M includes/discovery/os/linux.inc.php +1 -1
📈 1 added
📉 1 removed
fix stupid russian doll coding.
M includes/discovery/os/linux.inc.php +5 -19
📈 5 added
📉 19 removed
update vlan name and mtu on changes
M includes/discovery/vlans/cisco-vtp.inc.php +18 -2
📈 18 added
📉 2 removed
fix graph widths
M html/pages/ports/graph.inc.php +2 -2
📈 2 added
📉 2 removed
missing AND
M includes/discovery/functions.inc.php +1 -1
📈 1 added
📉 1 removed
duh typo
M includes/discovery/functions.inc.php +1 -1
📈 1 added
📉 1 removed
fix storage?
M includes/discovery/functions.inc.php +1 -1
📈 1 added
📉 1 removed
layout tweaks
M html/css/bootstrap-observium.css +4
M html/includes/functions-print.inc.php +1 -1
📈 1 added
📉 1 removed
fix graphtype
M html/includes/graphs/generic_multi_line.inc.php +4 -4
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +5 -5
📈 9 added
📉 9 removed
remove old broken code, sync temp and humidity sensor graphs
M html/includes/graphs/sensor/humidity.inc.php +10 -14
M html/includes/graphs/sensor/temperature.inc.php -2
📈 10 added
📉 16 removed
fix edituser page to have correct relative url
M html/pages/edituser.inc.php +2 -2
📈 2 added
📉 2 removed
sync some widths and features of the different generic templates, this probably could use a proper check/rework/sync
M html/includes/graphs/generic_data.inc.php +8 -4
M html/includes/graphs/generic_duplex.inc.php +3 -3
M html/includes/graphs/generic_multi_bits_separated.inc.php +13 -11
M html/includes/graphs/generic_multi_data_separated.inc.php +12 -10
M html/includes/graphs/generic_multi_data.inc.php +1 -1
M html/includes/graphs/generic_multi_line.inc.php +30 -17
M html/includes/graphs/generic_multi_seperated.inc.php +8 -4
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +13 -7
M html/includes/graphs/generic_multi.inc.php +10 -8
M html/includes/graphs/generic_simplex.inc.php +4 -4
📈 102 added
📉 69 removed
remove 2 unused files from old top header to reduce clutter and confusion
D html/includes/header.inc.php -69
D html/includes/topnav.inc.php -103
📈 0 added
📉 172 removed
April 2013
change xinetd script to reflect new port
M scripts/observium_agent_xinetd +2 -32
📈 2 added
📉 32 removed
rollups
M html/includes/functions-print.inc.php +4 -3
M includes/defaults.inc.php +1 -1
M includes/functions.php +10 -7
M includes/polling/ports.inc.php +19 -1
M includes/polling/unix-agent.inc.php +16 -2
M includes/rrdtool.inc.php +16 -9
M scripts/observium_agent +37 -46
📈 103 added
📉 69 removed
fix some small permissions issues. change a navbar variable format to be human readable.
M html/includes/navbar.inc.php +1 -1
M html/pages/ports.inc.php +6 -3
M html/pages/ports/list.inc.php +15 -3
📈 22 added
📉 7 removed
make syslog header clickable too on device overview
M html/pages/device/overview.inc.php +2 -1
📈 2 added
📉 1 removed
fix alerted=yes on ports page
M html/includes/cache-data.inc.php -2
M html/pages/ports.inc.php +8
📈 8 added
📉 2 removed
fix errored ports
M html/includes/cache-data.inc.php +4 -1
M html/pages/ports.inc.php +1 -1
📈 5 added
📉 2 removed
first part of zimbra agent + poller, beware no useful graphs yet
A html/images/icons/zimbra.png +1
A html/includes/graphs/application/zimbra_fdcount.inc.php +32
A html/includes/graphs/application/zimbra_mtaqueue.inc.php +32
M html/pages/apps.inc.php +2 -1
A html/pages/device/apps/zimbra.inc.php +27
M includes/functions.php +42
A includes/polling/applications/zimbra.inc.php +356
M includes/polling/unix-agent.inc.php +12 -2
M scripts/agent-local/zimbra +18 -9
📈 521 added
📉 12 removed
add more sorting options to storage page. print size/used/free. put percentages into usage bar. update about page.
M html/pages/about.inc.php +16 -15
M html/pages/health/storage.inc.php +22 -7
📈 38 added
📉 22 removed
add more sprites. use them.
M html/css/sprite.css +70 -67
M html/icons.php +2 -2
M html/img/sprite.png ±0
A html/img/sprite/arrow_left.png +2
A html/img/sprite/arrow_right.png +2
A html/img/sprite/connect.png +2
M html/includes/print-interface.inc.php +4 -4
📈 6 added
📉 6 removed
fix linking of ports
M html/includes/print-interface.inc.php +1 -1
📈 1 added
📉 1 removed
permit selection of ibgp/ebgp/all in device bgp page
M html/pages/device/routing/bgp.inc.php +31 -1
📈 31 added
📉 1 removed
Add H3C icon, fixes #275
A html/images/os/h3c.png +1
📈 0 added
📉 0 removed
remove ?> from configuration system
M config.php.default +1 -1
M includes/defaults.inc.php +1 -1
M includes/definitions.inc.php +1 -1
📈 3 added
📉 3 removed
remove whitespace and ?>
M includes/discovery/bgp-peers.inc.php +12 -12
M includes/polling/bgp-peers.inc.php +4 -4
📈 16 added
📉 16 removed
allow use of alternative ssh port for libvirt
M includes/discovery/libvirt-vminfo.inc.php +2 -2
📈 2 added
📉 2 removed
add the option to define SSH port per device
M html/pages/device/edit.inc.php +1
A html/pages/device/edit/ssh.inc.php +62
📈 63 added
📉 0 removed
add ssh_port field to devices table
📈 0 added
📉 0 removed
make device page overview headers clickable again
M html/pages/device/overview.inc.php +4 -3
M html/pages/device/overview/generic/sensor.inc.php +2 -1
M html/pages/device/overview/mempools.inc.php +2 -1
M html/pages/device/overview/ports.inc.php +2 -1
M html/pages/device/overview/storage.inc.php +2 -1
M html/pages/device/overview/ucd_mem.inc.php +2 -1
📈 14 added
📉 8 removed
remove styling from overview page title links
M html/css/bootstrap-observium.css +5
📈 0 added
📉 0 removed
make processors overview clickable
M html/pages/device/overview/processors.inc.php +2 -1
📈 2 added
📉 1 removed
sort storage by usage
M html/pages/health/storage.inc.php +11 -2
📈 11 added
📉 2 removed
Fix display storage total (#287) and use caching for sensors.
M html/pages/health/mempool.inc.php +5 -1
M html/pages/health/processor.inc.php +6 -1
M html/pages/health/sensors.inc.php +13 -10
M html/pages/health/storage.inc.php +6 -2
M html/pages/health/toner.inc.php +6 -1
📈 36 added
📉 15 removed
built frontpage map from lat/lon.
M html/pages/front/default.php +7 -5
📈 7 added
📉 5 removed
add mailcleaner icon
A html/images/os/mailcleaner.png +2
📈 0 added
📉 0 removed
detect mailcleaner. do something with graphs.inc.php i forgot already.
M html/includes/graphs/graph.inc.php +1 -1
M scripts/distro +7 -2
📈 8 added
📉 3 removed
Fix for empty geo data.
M includes/geolocation.inc.php +6 -3
M includes/polling/system.inc.php +5 -3
📈 11 added
📉 6 removed
fix rrdcommand button
M html/pages/graphs.inc.php +17 -15
📈 17 added
📉 15 removed
Added ability to select GEO API by config option. Added ability for reverse geocoding.
M includes/defaults.inc.php +1
M includes/geolocation.inc.php +109 -28
M includes/polling/system.inc.php +2 -2
A sql-schema/067.sql +1
📈 112 added
📉 30 removed
Small fix for geo location menu.
M html/includes/navbar.inc.php +22 -14
📈 22 added
📉 14 removed
add zimbra agent script, no poller or graphs just yet
A scripts/agent-local/zimbra +15
📈 15 added
📉 0 removed
re-enable some variables
M html/includes/graphs/graph.inc.php +5 -5
📈 5 added
📉 5 removed
update /graphs/
M html/includes/functions-print.inc.php +14 -4
M html/includes/graphs/graph.inc.php +14 -13
M html/pages/graphs.inc.php +39 -31
📈 67 added
📉 48 removed
flags sprite
A html/css/flags.css +263
D html/images/icons/flags
D html/images/lang
A html/img/flags.png +1
M html/includes/navbar.inc.php +9 -8
M html/index.php +2
📈 11 added
📉 8 removed
trigger re-geo
📈 0 added
📉 0 removed
hedges!
M html/includes/navbar.inc.php +1 -1
📈 1 added
📉 1 removed
COPYING file for glue.py
A scripts/COPYING-glue.py +30
📈 30 added
📉 0 removed
rejig sprites.
Showing the first 30 paths; 171 more are omitted from this static page.
A html/css/sprite.css +195
D html/css/sprites.css -205
A html/img/sprite
A html/img/sprite.png +1
A html/img/sprite/application--exclamation.png +2
A html/img/sprite/application-block.png +2
A html/img/sprite/application-icon-large.png +2
A html/img/sprite/application-terminal.png +2
A html/img/sprite/arrow-branch-000-left.png +2
A html/img/sprite/arrow-branch-bgr.png +2
A html/img/sprite/arrow-branch-byr.png +2
A html/img/sprite/arrow-branch-gyr.png +2
A html/img/sprite/arrow-in.png +2
A html/img/sprite/arrow-incident-blue.png +2
A html/img/sprite/arrow-incident-green.png +2
A html/img/sprite/arrow-incident-red.png +2
A html/img/sprite/arrow-join.png +2
A html/img/sprite/arrow-merge.png +2
A html/img/sprite/arrow-move.png +2
A html/img/sprite/arrow-split.png +2
A html/img/sprite/arrow-switch.png +2
A html/img/sprite/arrow-transition.png +2
A html/img/sprite/asterisk-yellow.png +2
A html/img/sprite/asterisk.png +2
A html/img/sprite/badge-circle-cross.png +2
A html/img/sprite/badge-circle-minus.png +2
A html/img/sprite/badge-circle-plus.png +2
A html/img/sprite/badge-square-check.png +2
A html/img/sprite/badge-square-cross.png +2
A html/img/sprite/badge-square-minus.png +2
📈 1,575 added
📉 1 removed
use new icons for sensors
M includes/definitions.inc.php +4 -4
📈 4 added
📉 4 removed
some new sprites
M html/css/sprites.css +175 -165
M html/img/sprites.png ±0
📈 0 added
📉 0 removed
don't show empty location in menu bar
M html/includes/navbar.inc.php +5 -2
📈 5 added
📉 2 removed
don't geolocate if nobody got time fo dat
M includes/geolocation.inc.php +1 -1
📈 1 added
📉 1 removed
add ability to use old location menu
M html/includes/navbar.inc.php +29 -1
M includes/defaults.inc.php +2
📈 31 added
📉 1 removed
updates to geocoding. store country code in db, do lookup for flags/pretty name in web interface. add new "status" list display mode for devices page
M html/includes/graphs/graph.inc.php +7
A html/includes/hostbox-status.inc.php +64
M html/includes/navbar.inc.php +19 -5
M html/pages/devices.inc.php +14 -38
A html/pages/devices/basic.inc.php +16
A html/pages/devices/detail.inc.php +29
A html/pages/devices/status.inc.php +26
M includes/definitions.inc.php +97 -97
M includes/geolocation.inc.php +21 -21
M includes/rewrites.php +18
M scripts/removespikes.php +1 -1
📈 312 added
📉 162 removed
try removing first element of address if geolocation fails
M includes/geolocation.inc.php +14
📈 14 added
📉 0 removed
don't do geolocation always :)
M includes/polling/system.inc.php +1 -1
📈 1 added
📉 1 removed
redo location handling. overrides now done at poll time. we're now geolocating locations. new location menu
M html/includes/cache-data.inc.php +19
M html/includes/footer.inc.php -16
M html/includes/functions.inc.php +14 -10
M html/includes/hostbox-basic.inc.php -1
M html/includes/navbar.inc.php +43 -4
M html/includes/topnav.inc.php -6
M html/pages/device/alerts.inc.php +6 -2
M html/pages/device/edit/device.inc.php +3 -2
M html/pages/devices.inc.php +6 -5
M html/pages/devices/graph.inc.php +1 -2
M html/pages/front/default.php -3
M includes/common.php -5
M includes/defaults.inc.php +6
M includes/functions.php +1
A includes/geolocation.inc.php +37
M includes/polling/functions.inc.php +2
M includes/polling/system.inc.php +14 -5
M includes/rewrites.php +259
A sql-schema/065.sql +2
📈 411 added
📉 61 removed
remove short open tag
M html/pages/edituser.inc.php +1 -1
📈 1 added
📉 1 removed
bps > B for quota bills
M html/pages/bill/accurate.inc.php +1 -1
M html/pages/bill/quick.inc.php +3 -1
M html/pages/bill/transfer.inc.php +1 -1
📈 5 added
📉 3 removed
updates
M html/css/bootstrap-observium.css +5
M html/pages/device/overview/c6kxbar.inc.php +3 -3
M includes/discovery/os/netapp.inc.php +3
📈 6 added
📉 3 removed
Clean some php warnings. Speed up getlocations().
M html/includes/cache-data.inc.php +1
M html/includes/functions-print.inc.php +2 -1
M html/includes/functions.inc.php +11 -32
📈 14 added
📉 33 removed
Use values from array instead cmd snmptranslate for common oids.
M includes/rewrites.php +50
M includes/snmp.inc.php +12 -4
📈 62 added
📉 4 removed
Update routing and ports counter caching.
A attic/print-menubar.php +639
M html/includes/cache-data.inc.php +44 -21
M html/includes/navbar.inc.php +32 -46
D html/includes/print-menubar.php -639
M html/pages/device/routing/bgp.inc.php +2 -3
M html/pages/routing.inc.php +4 -4
M html/pages/routing/bgp.inc.php +2 -4
M includes/rewrites.php +20 -19
📈 104 added
📉 736 removed
cleanup port mouseovers. expand db fields.
M html/includes/functions.inc.php +1 -3
M includes/discovery/vlans.inc.php +1
A sql-schema/064.sql +3
📈 2 added
📉 3 removed
fixy2
M html/includes/cache-data.inc.php +14
M html/pages/routing.inc.php +1 -1
📈 15 added
📉 1 removed
fixyfixy
M html/includes/functions.inc.php +8
M html/index.php +1
M html/pages/device/edit/delete.inc.php +1 -1
M html/pages/front/default.php +1 -3
M html/pages/routing/bgp.inc.php +2 -1
M includes/definitions.inc.php +1 -1
M includes/polling/os/apc.inc.php +5 -2
M includes/rewrites.php +2
M includes/snmp.inc.php +1
📈 22 added
📉 8 removed
inject local as into peer array
M html/pages/device/routing/bgp.inc.php +1
📈 1 added
📉 0 removed
update some graph types. fix allowing numbers in graphtype names in regexp splitter.
M html/includes/graphs/generic_multi_bits_separated.inc.php +2 -2
M html/includes/graphs/graph.inc.php +1 -1
A html/includes/graphs/multiport/bits_duo_separate.inc.php +54
M html/pages/front/default.php +1 -1
M html/pages/graphs.inc.php +1 -1
M includes/defaults.inc.php +7 -8
M scripts/removespikes.php ±0
📈 66 added
📉 13 removed
add hh3c product list. no rewrites yet, someone needs to volunteer to fill them in :)
A includes/hh3c.inc.php +907
📈 907 added
📉 0 removed
cleanups
M html/pages/search/fdb.inc.php +22 -25
📈 22 added
📉 25 removed
Move route counters to alleged cache.
M html/includes/cache-data.inc.php +37 -1
M html/includes/navbar.inc.php +8 -13
📈 45 added
📉 14 removed
Clean some php warnings.
M html/includes/functions-print.inc.php +1
M html/includes/functions.inc.php +2 -2
M html/includes/print-interface.inc.php +1 -1
📈 4 added
📉 3 removed
fix percbar
M html/includes/functions.inc.php +1 -1
📈 1 added
📉 1 removed
updates to search drawing and bootstrap-ify more navbars
M html/css/bootstrap-observium.css +23 -3
M html/includes/functions-print.inc.php +11 -10
M html/pages/device/logs.inc.php +13 -14
M html/pages/device/logs/eventlog.inc.php +1 -3
M html/pages/eventlog.inc.php +1 -1
M html/pages/search.inc.php +9 -20
M html/pages/search/ipv4.inc.php +1 -1
M html/pages/search/ipv6.inc.php +2 -2
📈 38 added
📉 51 removed
Move include Pear below include config.
📈 4 added
📉 4 removed
fix includes
📈 3 added
📉 1 removed
update latency page, fix navbar icon, change linux overview graphs.
M html/includes/navbar.inc.php +1 -1
M html/pages/device/latency.inc.php +13 -25
M includes/defaults.inc.php +3 -3
M includes/definitions.inc.php +4 -6
📈 21 added
📉 35 removed
cleanups to several ui elements
M html/css/bootstrap-observium.css +8
M html/includes/print-interface-adsl.inc.php +1 -3
M html/pages/adduser.inc.php +4 -4
M html/pages/device/ports/adsl.inc.php +3 -4
M html/pages/edituser.inc.php +24 -15
M html/pages/usermenu.inc.php +16 -15
📈 48 added
📉 41 removed
Changed IP address search. Limited display down ports on overview page in the last 24 hours and max 200 entries.
M html/includes/functions-print.inc.php +50 -14
M includes/defaults.inc.php +1 -1
📈 51 added
📉 15 removed
only show FDB entries for permitted ports (wrap query loop entries with port_permitted())
M html/pages/search/fdb.inc.php +2 -3
📈 2 added
📉 3 removed
update ntp apps page
M html/pages/device/apps/ntpd.inc.php +38 -21
📈 38 added
📉 21 removed
clear error array after listing errors on sql schema update
M includes/sql-schema/update.php +1
📈 1 added
📉 0 removed
ignore -1 value for rPDUIdentDeviceLinetoLineVoltage, patch by fenestro
M includes/discovery/voltages/apc.inc.php +10 -6
📈 10 added
📉 6 removed
log sql schema update errors to sql-schema-errors.log
M includes/sql-schema/update.php +9
📈 9 added
📉 0 removed
Environmental monitoring module support for APC rPDU2, patch by Arnaud Fenioux
M includes/discovery/humidity/apc.inc.php +22
M includes/discovery/temperatures/apc.inc.php +17
📈 39 added
📉 0 removed
View on overview page for down ports with inter-device links (new option: $config['frontpage']['device_status']['links']) (#276).
M html/includes/functions-print.inc.php +9 -4
M includes/defaults.inc.php +1
📈 10 added
📉 4 removed
cleanup to ucd memory display.
M html/css/bootstrap-observium.css +9 -5
M html/pages/device.inc.php +1 -1
M html/pages/device/overview/ucd_mem.inc.php +15 -14
📈 16 added
📉 15 removed
Fix cisco mempools polling.
M includes/polling/mempools/cemp.inc.php +10 -5
M includes/polling/mempools/cmp.inc.php +8 -5
📈 18 added
📉 10 removed
no debug.
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
More improvements for bgp peers. Added discovery/polling for Cisco BGP4 V2 MIB (
cbgpPeer2Table ).
M includes/discovery/bgp-peers.inc.php +129 -102
M includes/functions.php +33 -1
M includes/polling/bgp-peers.inc.php +37 -12
📈 199 added
📉 115 removed
Use snmpwalk_cache_oid_num2() for polling/discovery bgp peers.
M includes/discovery/bgp-peers.inc.php +9 -8
M includes/polling/bgp-peers.inc.php +13 -13
📈 22 added
📉 21 removed
debug output begone
M includes/polling/mac-accounting.inc.php +1 -1
📈 1 added
📉 1 removed
Added functions snmp_translate() and snmpwalk_cache_oid_num2() (hack for big IPv6 indexes).
M includes/defaults.inc.php +1
M includes/snmp.inc.php +61
📈 62 added
📉 0 removed
cleanup.
A attic/calendar.jpg +1
D html/calendar.jpg -1
M html/includes/functions-print.inc.php -1
M html/pages/usermenu.inc.php +4 -4
📈 4 added
📉 5 removed
fix overlib title
M html/pages/device/overview/ucd_mem.inc.php +1 -1
📈 1 added
📉 1 removed
BGP Peers. Many improvements and bug fixes. Improved support for BGP in Force10, JunOS and JunOSe.
M html/includes/functions-print.inc.php +8 -16
M html/includes/graphs/bgp/prefixes_ipv4multicast.inc.php +1 -1
M html/includes/graphs/bgp/prefixes_ipv4unicast.inc.php +1 -1
M html/includes/graphs/bgp/prefixes_ipv4vpn.inc.php +1 -1
M html/includes/graphs/bgp/prefixes_ipv6multicast.inc.php +1 -1
M html/includes/graphs/bgp/prefixes_ipv6unicast.inc.php +1 -1
M html/includes/graphs/bgp/prefixes_ipv6vpn.inc.php +1 -1
M html/includes/graphs/bgp/updates.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +18 -51
M html/pages/routing/bgp.inc.php +25 -13
M includes/discovery/bgp-peers.inc.php +193 -122
M includes/polling/bgp-peers.inc.php +189 -140
A sql-schema/063.sql +7
📈 440 added
📉 349 removed
Show bootstrap icons.
📈 6 added
📉 4 removed
add new
CISCO-PRODUCTS-MIB (we should really be dropping this into an array for prettier rewrites. It's not that hard to manually keep up with cisco and perhaps juniper too at least)
M mibs/cisco/CISCO-PRODUCTS-MIB.my +110 -14
📈 0 added
📉 0 removed
swap legend. fix sprites css
M html/css/sprites.css +1 -1
M html/includes/graphs/generic_multi_line.inc.php +1 -1
📈 1 added
📉 1 removed
Remove duplicate In/Out description.
M html/includes/graphs/generic_data.inc.php +6 -6
📈 6 added
📉 6 removed
add device_state. helps if you add the file :)
📈 0 added
📉 0 removed
M includes/polling/os/cisco.inc.php +2 -2
M mibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB.my +437 -15
📈 2 added
📉 2 removed
bar stuff. getting there.
M html/css/bootstrap-observium.css +45
M html/includes/functions.inc.php +67 -32
M html/pages/device.inc.php +3 -1
M html/pages/device/overview.inc.php +7 -1
M html/pages/device/overview/ports.inc.php +1 -1
A html/pages/device/overview/ucd_mem.inc.php +105
M includes/polling/functions.inc.php +4
M includes/polling/ucd-mib.inc.php +12
📈 199 added
📉 35 removed
set panos to display traffic & cpu only. palo alto kit doesn't seem to report memory usage (?!)
M includes/definitions.inc.php +5
📈 5 added
📉 0 removed
THIS! IS! SYNTAX!
Showing the first 30 paths; 106 more are omitted from this static page.
M html/ajax_search.php +3 -2
M html/icons.php +1 -1
M html/includes/cache-data.inc.php +7 -7
M html/includes/footer.inc.php -1
M html/includes/functions-print.inc.php +24 -26
M html/includes/functions.inc.php +19 -19
M html/includes/graphs/accesspoints/interference.inc.php +1 -1
M html/includes/graphs/accesspoints/numasoclients.inc.php +1 -1
M html/includes/graphs/accesspoints/nummonbssid.inc.php +1 -2
M html/includes/graphs/accesspoints/nummonclients.inc.php +1 -1
M html/includes/graphs/accesspoints/radioutil.inc.php +1 -1
M html/includes/graphs/accesspoints/txpow.inc.php +1 -2
M html/includes/graphs/application/exim-mailqueue_total.inc.php +10 -8
M html/includes/graphs/application/nfs_nfs3.inc.php +4 -4
M html/includes/graphs/application/nfs_nfs4.inc.php +20 -20
M html/includes/graphs/application/postgresql_blks.inc.php +9 -8
M html/includes/graphs/application/postgresql_connects.inc.php +11 -10
M html/includes/graphs/application/postgresql_queries.inc.php +12 -11
M html/includes/graphs/application/postgresql_tuples_query.inc.php +9 -8
M html/includes/graphs/application/postgresql_tuples.inc.php +9 -8
M html/includes/graphs/application/postgresql_xact.inc.php +9 -8
M html/includes/graphs/application/powerdns-recursor_cpuload.inc.php +10 -10
M html/includes/graphs/application/powerdns-recursor_hitrate.inc.php +8 -8
M html/includes/graphs/application/unbound_class.inc.php +1 -1
M html/includes/graphs/application/unbound_flags.inc.php +1 -1
M html/includes/graphs/application/unbound_memory.inc.php +2 -2
M html/includes/graphs/application/unbound_opcode.inc.php +1 -1
M html/includes/graphs/application/unbound_queries.inc.php +2 -2
M html/includes/graphs/application/unbound_queue.inc.php +1 -1
M html/includes/graphs/device/arubacontroller_numaps.inc.php -1
📈 415 added
📉 484 removed
smaller query
M html/includes/cache-data.inc.php +2 -2
📈 2 added
📉 2 removed
de-mong the menu
M html/css/bootstrap.css +17 -7
📈 0 added
📉 0 removed
icon back
M html/pages/logon.inc.php +1 -1
📈 1 added
📉 1 removed
some cosmetic cleanups. try to make tables more consistent in style.
M html/css/bootstrap-observium.css +14
M html/includes/functions-print.inc.php +3 -3
M html/pages/device/overview.inc.php +1 -1
M html/pages/device/overview/generic/sensor.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/toner.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/ports.inc.php +2 -2
📈 11 added
📉 11 removed
revert bar change. modify old bars to be prettier.
M html/includes/functions.inc.php +11 -13
📈 11 added
📉 13 removed
Functions snmpwalk_cache_oid() and snmpwalk_cache_oid_num() set cache optional.
M includes/snmp.inc.php +16 -6
📈 16 added
📉 6 removed
ui updates. new percentage bars (testing)
M html/css/bootstrap-observium.css +5
M html/css/bootstrap.css +2 -2
M html/includes/functions.inc.php +36 -8
M html/index.php +1 -1
M html/pages/about.inc.php +43 -33
M html/pages/device/overview.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +5 -5
📈 87 added
📉 49 removed
Add caching for snmpwalk_cache_oid() and snmpwalk_cache_oid_num().
M includes/snmp.inc.php +28 -19
📈 28 added
📉 19 removed
update icons.php
📈 1 added
📉 1 removed
move icon- to oicon- to prevent collision with bootstrap glyphicons
Showing the first 30 paths; 5 more are omitted from this static page.
M html/css/sprites.css +182 -182
M html/includes/api/functions.inc.php +1 -1
M html/includes/functions-print.inc.php +3 -3
M html/includes/navbar.inc.php +54 -54
M html/index.php +4 -4
M html/pages/about.inc.php +16 -16
M html/pages/addhost.inc.php +1 -1
M html/pages/adduser.inc.php +1 -1
M html/pages/api/errorcodes.inc.php +1 -1
M html/pages/delhost.inc.php +1 -1
M html/pages/device.inc.php +27 -27
M html/pages/device/edit/alerts.inc.php +1 -1
M html/pages/device/edit/apps.inc.php +1 -1
M html/pages/device/edit/delete.inc.php +1 -1
M html/pages/device/edit/device.inc.php +1 -1
M html/pages/device/edit/ipmi.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +3 -3
M html/pages/device/edit/sensors.inc.php +1 -1
M html/pages/device/edit/snmp.inc.php +1 -1
M html/pages/device/overview.inc.php +3 -3
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/ports.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/toner.inc.php +1 -1
M html/pages/device/port.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/inventory.inc.php +1 -1
📈 156 added
📉 156 removed
Added function hex2ip().
M includes/discovery/arp-table.inc.php +1 -2
M includes/functions.php +30 -1
📈 31 added
📉 3 removed
more sprites
M html/css/sprites.css +168 -132
M html/img/sprites.png ±0
📈 0 added
📉 0 removed
change icons in definitons
M includes/definitions.inc.php +17 -17
📈 17 added
📉 17 removed
new icon here too.
📈 1 added
📉 1 removed
update icons
📈 1 added
📉 6 removed
update sprites, remove sweetie css.
M html/css/sprites.css +146 -59
M html/img/sprites.png ±0
M html/includes/functions-print.inc.php +1 -1
M html/includes/navbar.inc.php +50 -50
M html/index.php -1
M html/pages/device.inc.php +27 -27
M html/pages/device/overview.inc.php +3 -3
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/information.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/ports.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/toner.inc.php +1 -1
M html/pages/device/port.inc.php +1 -1
📈 89 added
📉 90 removed
Fix IPv6 NDP on JunOS (it used ipv6NetToMediaPhysAddress).
M includes/discovery/arp-table.inc.php +12 -5
📈 12 added
📉 5 removed
Use php instead unix commands :P
📈 10 added
📉 2 removed
fix ports page pagination (only for list)
M html/pages/ports/list.inc.php +1
📈 1 added
📉 0 removed
short open tag begone!
M html/pages/device/overview.inc.php +1 -2
M includes/discovery/storage/hrstorage.inc.php +1 -1
📈 2 added
📉 3 removed
hadd this been a bigger mistake, bad things would have haappened.
M includes/polling/unix-agent/hddtemp.inc.php +2 -2
📈 2 added
📉 2 removed
improved overview page. vmware fixes. misc updates. beginning of eigrp collector.
M html/css/bootstrap-observium.css +37 -6
M html/icons.php +4 -6
D html/includes/dev-overview-data.inc.php -85
M html/includes/functions-print.inc.php +4
M html/includes/functions.inc.php +24 -8
M html/includes/graphs/graph.inc.php +3 -1
M html/includes/print-interface.inc.php +1 -1
M html/pages/device.inc.php +9
M html/pages/device/overview.inc.php +28 -24
M html/pages/device/overview/c6kxbar.inc.php +7 -5
M html/pages/device/overview/generic/sensor.inc.php +9 -3
A html/pages/device/overview/information.inc.php +85
M html/pages/device/overview/mempools.inc.php +9 -6
M html/pages/device/overview/ports.inc.php +9 -3
M html/pages/device/overview/processors.inc.php +7 -5
M html/pages/device/overview/storage.inc.php +9 -4
M html/pages/device/overview/toner.inc.php +8 -5
M html/pages/device/routing.inc.php +8 -22
A html/pages/device/routing/eigrp.inc.php +27
M html/pages/graphs.inc.php +3 -1
M includes/common.php +1
M includes/defaults.inc.php +1
A includes/polling/cisco-eigrp.inc.php +100
M includes/polling/os/vmware.inc.php +3 -1
M includes/rewrites.php +1 -1
📈 360 added
📉 181 removed
use 64bit counters for cisco mac accounting
M includes/polling/mac-accounting.inc.php +10 -3
📈 10 added
📉 3 removed
Fix for changed in php 5.4 function empty() (empty('0') return TRUE).
M includes/snmp.inc.php +1 -1
📈 1 added
📉 1 removed
make vmUUIS larger.
📈 0 added
📉 0 removed
extend vminfo table
📈 0 added
📉 0 removed
Mission cleaning mibdir. Changing to $config['mib_dir'] and function mibdirs().
Showing the first 30 paths; 21 more are omitted from this static page.
M includes/discovery/current/brocade-dom.inc.php +1 -1
M includes/discovery/current/junos-dom.inc.php +5 -5
M includes/discovery/dbm/brocade-dom.inc.php +2 -2
M includes/discovery/dbm/junos-dom-rx.inc.php +5 -5
M includes/discovery/dbm/junos-dom-tx.inc.php +5 -5
M includes/discovery/junose-atm-vp.inc.php +1 -1
M includes/discovery/mempools/aos-device.inc.php +2 -2
M includes/discovery/mempools/ftos-c-series.inc.php +1 -1
M includes/discovery/mempools/ftos-e-series.inc.php +1 -1
M includes/discovery/mempools/ftos-s-series.inc.php +2 -2
M includes/discovery/mempools/hp-procurve.inc.php +2 -2
M includes/discovery/mempools/junos.inc.php +5 -5
M includes/discovery/mempools/vrp.inc.php +3 -3
M includes/discovery/processors/aos-device.inc.php +1 -1
M includes/discovery/processors/ftos-c-series.inc.php +1 -1
M includes/discovery/processors/ftos-e-series.inc.php +1 -1
M includes/discovery/processors/ftos-s-series.inc.php +2 -2
M includes/discovery/processors/junos.inc.php +5 -5
M includes/discovery/processors/junose.inc.php +1 -1
M includes/discovery/processors/procurve.inc.php +1 -1
M includes/discovery/processors/radlan.inc.php +1 -1
M includes/discovery/processors/vrp.inc.php +3 -3
M includes/discovery/processors/watchguard.inc.php +1 -1
M includes/discovery/temperatures/brocade-dom.inc.php +1 -1
M includes/discovery/temperatures/ftos-c-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-e-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-s-series.inc.php +2 -2
M includes/discovery/temperatures/junos-dom.inc.php +5 -5
M includes/discovery/temperatures/junos.inc.php +3 -3
M includes/discovery/temperatures/junose.inc.php +2 -2
📈 129 added
📉 146 removed
improved graph colours :)
M html/includes/graphs/generic_data.inc.php +6 -6
M html/pages/front/default.php +2 -2
📈 8 added
📉 8 removed
cleanups to mac accounting pages and improvement to some colours.
M html/css/bootstrap-observium.css +9
M html/includes/graphs/generic_multi_bits_separated.inc.php +37 -5
M html/includes/graphs/multiport/bits_separate.inc.php +2 -1
M html/includes/graphs/port/mac_acc_total.inc.php +12 -7
M html/pages/device/port.inc.php -33
A html/pages/device/port/macaccounting_top10.inc.php +87
M html/pages/device/port/macaccounting.inc.php +47 -106
M includes/defaults.inc.php +6 -4
📈 191 added
📉 156 removed
juniper vrf fix by falz
M includes/discovery/cisco-vrf.inc.php +2 -2
📈 2 added
📉 2 removed
better descr for cisco entity sensors
M includes/discovery/cisco-entity-sensor.inc.php +6 -2
📈 6 added
📉 2 removed
M includes/discovery/os/apc.inc.php +2 -5
📈 2 added
📉 5 removed
exim mailqueue graphs via agent
A html/includes/graphs/application/exim-mailqueue_total.inc.php +32
M html/pages/apps.inc.php +1
A html/pages/device/apps/exim-mailqueue.inc.php +24
A includes/polling/applications/exim-mailqueue.inc.php +34
A scripts/agent-local/exim-mailqueue.sh +33
📈 124 added
📉 0 removed
Fix spikekill bug.
M scripts/removespikes.php +1 -1
📈 1 added
📉 1 removed
Update spikekill to version 1.1
M scripts/removespikes.php +74 -21
📈 74 added
📉 21 removed
Added use of HC counters for UcastPkts.
M html/includes/graphs/port/upkts.inc.php +1 -1
M includes/polling/ports.inc.php +17 -19
📈 18 added
📉 20 removed
bootstrappify collectd table. change halflings to grey.
M html/img/glyphicons-halflings.png ±0
M html/pages/device/collectd.inc.php +9 -4
📈 9 added
📉 4 removed
fix /ports/ graphs sizes
M html/pages/ports/graph.inc.php +6 -6
📈 6 added
📉 6 removed
fix mac accounting polling. update pseudowires page.
M html/pages/pseudowires.inc.php +49 -19
M includes/polling/mac-accounting.inc.php +2 -1
📈 51 added
📉 20 removed
Fix conflicting options ($config['ping'] and $config['ping']['retries']/$config['ping']['timeout'])
M html/netcmd.php +33 -5
M includes/defaults.inc.php -1
📈 33 added
📉 6 removed
March 2013
fix ipmi data polling, add extra debug info
M includes/polling/ipmi.inc.php +7 -2
📈 7 added
📉 2 removed
oops (fix copy-paste).
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
Update the default paths.
M html/includes/graphs/graph.inc.php +3 -3
M html/pages/graphs.inc.php +1 -1
M includes/defaults.inc.php +4 -4
M includes/definitions.inc.php +14 -18
📈 22 added
📉 26 removed
more cleaning.
📈 1 added
📉 5 removed
begone i tell you
📈 0 added
📉 50 removed
clean up default config file
M config.php.default +3 -15
📈 3 added
📉 15 removed
again :)
📈 0 added
📉 0 removed
fix db update for 58/59
M sql-schema/058.sql -1
A sql-schema/059.sql +2
📈 0 added
📉 0 removed
Show disabled devices if required.
M html/pages/devices.inc.php +1 -1
📈 1 added
📉 1 removed
Fix sql query (#269).
M html/pages/devices.inc.php +32 -15
📈 32 added
📉 15 removed
Change ping options.
M config.php.default +2 -2
M includes/defaults.inc.php +2 -2
M includes/functions.php +4 -4
📈 8 added
📉 8 removed
small change.
M html/includes/graphs/device/uptime.inc.php +2 -2
📈 2 added
📉 2 removed
Fix uptime minimum (#267).
M html/includes/graphs/device/uptime.inc.php +3 -3
📈 3 added
📉 3 removed
Fix SELECT ip_address.
M html/pages/device/port/macaccounting.inc.php +1 -1
📈 1 added
📉 1 removed
Update config.php.default
📈 9 added
📉 5 removed
M includes/functions.php +3 -3
📈 3 added
📉 3 removed
Juniper MAC accounting. Fix MAC accounting pages. Update some graph types. Add some NetApp stuff.
Showing the first 30 paths; 5 more are omitted from this static page.
M alerts.php +1 -1
A generate-iplist.php +50
M html/.htaccess +1
M html/css/bootstrap-observium.css +4 -4
A html/images/os/netapp.png +1
A html/includes/graphs/device/netapp_disk_io.inc.php +11
A html/includes/graphs/device/netapp_net_io.inc.php +10
A html/includes/graphs/device/netapp_ops.inc.php +36
A html/includes/graphs/device/netapp_tape_io.inc.php +11
M html/includes/graphs/generic_data.inc.php +19 -4
M html/includes/graphs/generic_multi_seperated.inc.php +4 -2
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +2 -2
M html/includes/graphs/macaccounting/auth.inc.php +15 -13
M html/includes/graphs/macaccounting/pkts.inc.php +5 -3
M html/includes/graphs/multiport/bits_duo.inc.php +7 -7
M html/includes/graphs/port/mac_acc_total.inc.php +17 -11
M html/includes/navbar.inc.php +11
M html/map.php +27 -7
M html/pages/device/loadbalancer/netscaler_services.inc.php +2 -8
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +16 -21
M html/pages/device/port.inc.php +9 -8
M html/pages/device/port/macaccounting.inc.php +77 -15
M html/pages/front/jt.php +2 -2
M html/pages/front/traffic.php +2 -2
M html/pages/graphs.inc.php -1
M includes/common.php +3
M includes/definitions.inc.php +25 -1
M includes/discovery/mac-accounting.inc.php +3 -1
A includes/discovery/os/netapp.inc.php +9
M includes/polling/mac-accounting.inc.php +112 -56
📈 592 added
📉 173 removed
Increase default ping retries to 3
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
Update support for OKI printers.
M includes/definitions.inc.php +2 -2
D includes/polling/os/okilan.inc.php -10
M includes/polling/os/printer.inc.php +8 -1
📈 10 added
📉 13 removed
Using print_search_simple() in search forms.
M html/includes/functions-print.inc.php +8 -3
M html/includes/navbar.inc.php +11 -1
M html/pages/device/logs/eventlog.inc.php +22 -25
M html/pages/device/logs/syslog.inc.php +35 -44
M html/pages/eventlog.inc.php +40 -54
M html/pages/search/ipv4.inc.php +34 -39
M html/pages/search/ipv6.inc.php +34 -39
M html/pages/syslog.inc.php +64 -71
📈 248 added
📉 276 removed
hide unused threshold boxes in port edit page (trollol)
M html/pages/device/edit/ports.inc.php +12 -13
📈 12 added
📉 13 removed
fix unbound agent script
M scripts/agent-local/unbound +1 -1
📈 1 added
📉 1 removed
Fix macacconting tab.
M html/pages/device/port.inc.php +12 -12
📈 12 added
📉 12 removed
Improved support for printers HP and Samsung.
A html/images/os/samsung.png +1
M includes/definitions.inc.php +8 -1
A includes/discovery/os/samsung.inc.php +9
D includes/polling/os/jetdirect.inc.php -31
A includes/polling/os/printer.inc.php +73
📈 90 added
📉 32 removed
add vlan id to mac accounting (hardcoded to 0 for cisco, useful for poonipper)
M html/pages/devices.inc.php +2 -2
A sql-schema/057.sql +1
📈 2 added
📉 2 removed
use preg_match() instead preg_replace() (small fix to detect FreeBSD version).
M includes/polling/os/unix.inc.php +4 -8
📈 4 added
📉 8 removed
Improve UNIX detection and graphs.
M html/includes/graphs/device/mempool.inc.php +27 -23
M html/includes/graphs/device/storage.inc.php +27 -16
M html/includes/graphs/device/ucd_memory.inc.php +100 -95
M includes/definitions.inc.php +20 -4
M includes/discovery/os/freebsd.inc.php +13 -15
M includes/polling/mempools.inc.php +1
M includes/polling/os/unix.inc.php +4 -12
M includes/polling/processors.inc.php +2
M includes/polling/storage.inc.php +1
📈 195 added
📉 165 removed
change name of datetime field in eventlog db to timestamp for consistency with syslog table, query may take a while on large tables
M html/includes/functions-print.inc.php +3 -4
M html/includes/status-summary.inc.php +1 -1
M includes/functions.php +1 -1
M irc.php +2 -2
A sql-schema/056.sql +1
📈 7 added
📉 8 removed
some missing code for the (half finished) powerdns recursor graphs
M html/pages/apps.inc.php +12 -11
A html/pages/device/apps/powerdns-recursor.inc.php +35
📈 47 added
📉 11 removed
netapp mibs (2.2.2)
A mibs/netapp
A mibs/netapp/iscsi.mib +2,564
A mibs/netapp/netapp.mib +31,620
📈 0 added
📉 0 removed
netscaler tcp sessions graph on mouseover/header
M includes/definitions.inc.php +6 -4
📈 6 added
📉 4 removed
add shorthost length config option
M includes/common.php +5 -1
M includes/defaults.inc.php +4
📈 9 added
📉 1 removed
make agent port configurable, still needs to be overridable in the database per device
M includes/defaults.inc.php +3
M includes/polling/unix-agent.inc.php +2 -2
📈 5 added
📉 2 removed
remove and ignore net-snmp .index files
D mibs/a3com/.index -179
D mibs/h3c/.index -205
D mibs/hp/.index -113
📈 0 added
📉 0 removed
clean up ajax search code a bit, add coloured bar in front of all results
M html/ajax_search.php +17 -19
M html/includes/functions.inc.php +1 -1
M mibs/hp/.index +95 -95
📈 18 added
📉 20 removed
remove old extreme mib
M includes/polling/os/extremeware.inc.php +10 -8
D mibs/extreme-v762b3 -21,084
📈 10 added
📉 8 removed
update extreme mibs (2006 -> 2012!)
Showing the first 30 paths; 5 more are omitted from this static page.
D mibs/extreme/extreme-base.mib -790
D mibs/extreme/extreme-cable.mib -497
D mibs/extreme/extreme-dlcs.mib -212
D mibs/extreme/extreme-dos.mib -167
D mibs/extreme/extreme-eaps.mib -97
D mibs/extreme/extreme-edp.mib -192
D mibs/extreme/extreme-enh-dos.mib -291
D mibs/extreme/extreme-entity.mib -72
D mibs/extreme/extreme-esrp.mib -488
D mibs/extreme/extreme-fdb.mib -317
D mibs/extreme/extreme-filetransfer.mib -270
D mibs/extreme/extreme-netflow.mib -382
D mibs/extreme/extreme-np.mib -658
D mibs/extreme/extreme-ospf.mib -77
D mibs/extreme/extreme-pbqos.mib -541
D mibs/extreme/extreme-poe.mib -425
D mibs/extreme/extreme-port.mib -741
D mibs/extreme/extreme-pos.mib -783
D mibs/extreme/extreme-qos.mib -560
D mibs/extreme/extreme-rtstats.mib -169
D mibs/extreme/extreme-services.mib -408
D mibs/extreme/extreme-slb.mib -124
D mibs/extreme/extreme-snmpv3.mib -104
D mibs/extreme/extreme-stacking.mib -365
D mibs/extreme/extreme-stp-extensions.mib -462
D mibs/extreme/extreme-system.mib -1,030
D mibs/extreme/extreme-trap.mib -179
D mibs/extreme/extreme-trappoll.mib -238
D mibs/extreme/extreme-v2trap.mib -574
D mibs/extreme/extreme-vc.mib -78
📈 0 added
📉 0 removed
update fortinet mibs (thanks hasker!)
M mibs/FORTINET-CORE-MIB.mib +38 -2
M mibs/FORTINET-FORTIGATE-MIB.mib +752 -100
📈 0 added
📉 0 removed
move around a lot of mibs. try to untangle the huawei/3com/hp nonsense. fix vmware polling (4 gets per vm, really? :P)
Showing the first 30 paths; 3,058 more are omitted from this static page.
M html/includes/functions-print.inc.php +46
M html/includes/print-accesspoint.inc.php +3 -3
M html/pages/device.inc.php +2 -2
M html/pages/device/accesspoint.inc.php +1 -1
M html/pages/device/accesspoints.inc.php +1 -5
M html/pages/device/vm.inc.php +9 -5
M includes/common.php +1 -1
M includes/definitions.inc.php +27 -13
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/os/3com.inc.php +2 -3
D includes/discovery/os/comware.inc.php -11
A includes/discovery/os/hp.inc.php +16
D includes/discovery/os/procurve.inc.php -12
M includes/polling/aruba-controller.inc.php +16 -7
M includes/polling/cisco-cef.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +1 -1
M includes/polling/os/ios.inc.php -8
M includes/polling/os/vmware.inc.php +8 -6
M includes/snmp.inc.php +25 -84
A mibs/a3com
A mibs/a3com/.index +179
A mibs/a3com/3fc-045.mib +3,349
A mibs/a3com/a3com-huawei-3gmodem.mib +813
A mibs/a3com/a3com-huawei-8021x-ext.mib +305
A mibs/a3com/a3com-huawei-aaa-nasid.mib +71
A mibs/a3com/a3com-huawei-aal5.mib +195
A mibs/a3com/a3com-huawei-acfp.mib +1,115
A mibs/a3com/a3com-huawei-acl.mib +4,568
A mibs/a3com/a3com-huawei-afc.mib +174
A mibs/a3com/a3com-huawei-arp-ratelimit.mib +112
📈 160 added
📉 164 removed
update vmware mibs
M mibs/vmware/VMWARE-AGENTCAP-MIB.mib +504 -4
M mibs/vmware/VMWARE-ENV-MIB.mib +401 -12
M mibs/vmware/VMWARE-PRODUCTS-MIB.mib +7 -1
M mibs/vmware/VMWARE-RESOURCES-MIB.mib +1
M mibs/vmware/VMWARE-ROOT-MIB.mib +20 -1
M mibs/vmware/VMWARE-SYSTEM-MIB.mib +29 -2
M mibs/vmware/VMWARE-TC-MIB.mib +31 -3
M mibs/vmware/VMWARE-VMINFO-MIB.mib +31 -7
📈 0 added
📉 0 removed
fix PEAR includes, makes ports page work again
M html/includes/print-interface.inc.php +2 -2
M includes/functions.php +5 -6
📈 7 added
📉 8 removed
add host location to sensor search output
M html/ajax_search.php +2 -1
M html/includes/print-menubar.php +2
📈 4 added
📉 1 removed
add sensors to unified search. might enjoy some layout improvement, larger icon or so?
M html/ajax_search.php +32 -2
M html/index.php +6 -13
📈 38 added
📉 15 removed
clean up HORRIBLE layout in ajax search
M html/ajax_search.php +76 -78
📈 76 added
📉 78 removed
update juniper icon
A html/images/os/juniper.png +1
M includes/definitions.inc.php +6 -5
📈 6 added
📉 5 removed
update juniper mibs
M mibs/junos/mib-jnx-bgpmib2.txt +25
M mibs/junos/mib-jnx-chas-defines.txt +483 -9
M mibs/junos/mib-jnx-chassis.txt +37 -3
M mibs/junos/mib-jnx-ipsec-monitor-asp.txt +6 -4
M mibs/junos/mib-jnx-l2tp.txt +4 -4
M mibs/junos/mib-jnx-ppp.txt +1 -1
M mibs/junos/mib-jnx-smi.txt +12 -5
M mibs/junos/mib-jnx-subscriber.txt +15 -2
M mibs/junos/mib-jnx-virtualchassis.txt +173 -8
📈 0 added
📉 0 removed
clean up debugging, change check for inserting port-state information
M includes/polling/mac-accounting.inc.php +18 -4
M includes/polling/ports.inc.php +1 -1
📈 19 added
📉 5 removed
fix mac accounting for cisco, make it vendor/MIB-neutral to allow
JUNIPER-MAC-MIB
M html/includes/graphs/macaccounting/auth.inc.php +3 -3
D html/pages/device/port/macacc.inc.php -198
A html/pages/device/port/macaccounting.inc.php +200
M includes/defaults.inc.php +2 -2
D includes/discovery/cisco-mac-accounting.inc.php -57
A includes/discovery/mac-accounting.inc.php +45
M includes/functions.php +3 -2
A includes/pear/Net
A includes/pear/Net/IPv4.php +460
A includes/pear/Net/IPv6.php +1,052
A includes/pear/Net/MAC.php +442
D includes/polling/cisco-mac-accounting.inc.php -97
A includes/polling/mac-accounting.inc.php +128
M includes/snmp.inc.php +55
📈 436 added
📉 359 removed
drop old oid hardcoding fields
📈 0 added
📉 0 removed
sql updates : access_points -> accesspoints, remove cisco oid names from mac accounting table
📈 0 added
📉 0 removed
Exclude disabled devices (use $config['web_show_disabled']).
M html/pages/devices.inc.php +8 -6
📈 8 added
📉 6 removed
attempt to fix up paths for vmware os poller
M includes/polling/os/vmware.inc.php +6 -6
📈 6 added
📉 6 removed
Temporarily disabled detect
pfSense (bsnmpd issue).
M includes/discovery/os/freebsd.inc.php +1 -1
M includes/polling/os/unix.inc.php +6 -2
📈 7 added
📉 3 removed
fix pagination prev/next/last
M html/includes/functions.inc.php +9 -4
📈 9 added
📉 4 removed
fix the indentation fix
M html/includes/functions.inc.php +18 -21
A html/includes/graphs/application/powerdns-recursor_cache.inc.php +36
A html/includes/graphs/application/powerdns-recursor_cpuload.inc.php +61
A html/includes/graphs/application/powerdns-recursor_errors.inc.php +38
A html/includes/graphs/application/powerdns-recursor_hitrate.inc.php +57
A html/includes/graphs/application/powerdns-recursor_latency.inc.php +37
A html/includes/graphs/application/powerdns-recursor_limits.inc.php +36
A html/includes/graphs/application/powerdns-recursor_load.inc.php +32
A html/includes/graphs/application/powerdns-recursor_outqueries.inc.php +33
A html/includes/graphs/application/powerdns-recursor_qalatency.inc.php +33
A html/includes/graphs/application/powerdns-recursor_queries.inc.php +35
A html/includes/graphs/application/powerdns-recursor_tcpqueries.inc.php +34
A html/includes/graphs/application/powerdns-recursor_timeouts.inc.php +34
📈 484 added
📉 21 removed
fix HORRIBLE pagination indentation
M html/includes/functions.inc.php +107 -94
📈 107 added
📉 94 removed
Rewriting platform for UNIX OSes.
M includes/polling/os/unix.inc.php +11 -20
M includes/rewrites.php +16
📈 27 added
📉 20 removed
Alignment indentation in code.
M includes/rewrites.php +1,007 -1,007
📈 1,007 added
📉 1,007 removed
Improved detection FreeBSD based OSes.
A html/images/os/freenas.png +1
A html/images/os/nas4free.png +1
M html/images/os/pfsense.png ±0
M includes/definitions.inc.php +19
M includes/discovery/os/freebsd.inc.php +30 -5
M includes/polling/os/unix.inc.php +14 -1
📈 63 added
📉 6 removed
M includes/discovery/storage/hrstorage.inc.php +2 -2
M includes/polling/storage-hrstorage.inc.php +2 -2
📈 4 added
📉 4 removed
remove frontpage modules from config.php.default (they are defaulted in defaults.inc.php)
📈 0 added
📉 3 removed
decode hex before checking descriptions when discovery printer accessories
M includes/discovery/toner.inc.php +2 -2
📈 2 added
📉 2 removed
Allow ipmitool sensor output to come from unix agent instead of directly using the bmc controller
M includes/polling/functions.inc.php +28
M includes/polling/ipmi.inc.php +1 -21
M includes/polling/unix-agent.inc.php +7 -2
A includes/polling/unix-agent/ipmitool.inc.php +13
A scripts/agent-local/ipmitool-sensor +9
📈 58 added
📉 23 removed
don't delete rrds
M includes/functions.php +1 -1
📈 1 added
📉 1 removed
graph a lot more printer stuffings
A html/includes/graphs/device/fuser.inc.php +20
A html/includes/graphs/device/imagingdrum.inc.php +20
A html/includes/graphs/device/imagingdrums.inc.php +35
A html/includes/graphs/device/transferroller.inc.php +20
A html/includes/graphs/device/wastebox.inc.php +20
M html/pages/device/printing.inc.php +47 -1
M includes/discovery/toner.inc.php +81 -19
M includes/polling/toner.inc.php +87 -3
A mibs/HP-LASERJET-COMMON-MIB +14,702
📈 330 added
📉 23 removed
Using 64bit counters if available for storages.
M includes/discovery/storage.inc.php +5 -9
M includes/discovery/storage/hrstorage.inc.php +32 -4
M includes/polling/storage-hrstorage.inc.php +26 -1
M includes/polling/storage.inc.php -5
📈 63 added
📉 19 removed
add deleted toner log entry
M includes/discovery/toner.inc.php +1
📈 1 added
📉 0 removed
discover toner better, only discover toner, not imaging drum
M includes/discovery/toner.inc.php +17 -10
📈 17 added
📉 10 removed
hold yer horsies, not everything HP is a procurve
M includes/discovery/os/procurve.inc.php +1 -1
📈 1 added
📉 1 removed
only show current value, min and max are useless for page counter
M html/includes/graphs/device/pagecount.inc.php +3 -5
📈 3 added
📉 5 removed
up rrd maximum value for page counter to unlimited
M includes/polling/toner.inc.php +1 -1
📈 1 added
📉 1 removed
set current pagecount in device attribute
M includes/polling/toner.inc.php +1
📈 1 added
📉 0 removed
use nicecase() on device edit page, forgot file in previous commit
M html/pages/device/edit/apps.inc.php +1 -1
📈 1 added
📉 1 removed
small app nicecase fix
M html/includes/functions.inc.php +2
📈 2 added
📉 0 removed
add printer page counter graph support (as gauge)
A html/includes/graphs/device/pagecount.inc.php +19
M html/pages/device.inc.php +3 -3
A html/pages/device/printing.inc.php +21
D html/pages/device/toner.inc.php -11
M includes/discovery/toner.inc.php +19 -1
M includes/polling/toner.inc.php +24 -11
📈 86 added
📉 26 removed
Update too.
M html/pages/device/port/arp.inc.php +22 -24
M html/pages/device/ports/arp.inc.php +22 -24
📈 44 added
📉 48 removed
Function print_search_simple(). Added choice between IPv4/IPv6 in ARP/NDP tables.
M html/includes/functions-print.inc.php +81 -1
M html/pages/search/arp.inc.php +31 -38
📈 112 added
📉 39 removed
Fix EOL.
M html/pages/device/port/fdb.inc.php +1 -1
M html/pages/device/ports/fdb.inc.php +1 -1
📈 2 added
📉 2 removed
Less unnecessary SQL queries. This is already done in humanize_device().
M html/includes/cache-data.inc.php -5
📈 0 added
📉 5 removed
Fix for SNMPv3 form fields (auth and crypto).
M html/pages/device/edit/snmp.inc.php +6 -6
📈 6 added
📉 6 removed
fix agent_uptime nonsense. BEGONE.
M sql-schema/053.sql +1 -1
A sql-schema/054.sql +1
📈 0 added
📉 0 removed
Fix 'devices' sql schema (#254).
📈 0 added
📉 0 removed
grammer
M html/includes/functions-print.inc.php +1 -1
📈 1 added
📉 1 removed
update some table styling
M check-services.php +7
M html/includes/print-service.inc.php +2 -2
M html/pages/health/mempool.inc.php +5 -5
M html/pages/health/processor.inc.php +3 -5
M html/pages/health/sensors.inc.php +2 -6
M html/pages/health/storage.inc.php +4 -5
M html/pages/services.inc.php +6 -9
📈 29 added
📉 32 removed
Fix.
M includes/discovery/arp-table.inc.php +2 -1
📈 2 added
📉 1 removed
Fix ARP discovery for buggy cisco 6500.
M includes/discovery/arp-table.inc.php +11 -8
📈 11 added
📉 8 removed
Rewrite ARP table discovery. Added IPv6 NDP discovery. Table 'ipv4_mac' dropped and replaced with 'ip_mac'.
M html/includes/functions-print.inc.php +20 -11
M html/pages/device/port.inc.php +1 -1
M html/pages/device/port/fdb.inc.php +3 -3
M html/pages/device/port/macacc.inc.php +8 -6
M html/pages/device/ports.inc.php +1 -1
M html/pages/device/ports/arp.inc.php +1 -1
M html/pages/device/ports/fdb.inc.php +3 -3
M html/pages/device/routing/bgp.inc.php +8 -2
M html/pages/routing/bgp.inc.php +6 -1
M html/pages/search.inc.php +1 -1
M html/pages/search/arp.inc.php +4 -4
M includes/discovery/arp-table.inc.php +85 -32
A mibs/CISCO-IETF-IP-MIB +1,161
A sql-schema/052.sql +2
📈 141 added
📉 66 removed
fix graph widths
M html/includes/print-graphrow.inc.php +1 -1
M html/pages/devices/graph.inc.php +2 -2
📈 3 added
📉 3 removed
remove shading from ports/devices search box
M html/pages/devices.inc.php +1 -1
M html/pages/ports.inc.php +1 -1
📈 2 added
📉 2 removed
swap location/sysname in popups
M html/includes/functions.inc.php +2 -2
📈 2 added
📉 2 removed
write discovery perf values to db
M html/pages/device/perf.inc.php +30 -1
M includes/discovery/functions.inc.php +4
📈 34 added
📉 1 removed
Fix empty port_id. Improving SNMP query.
M includes/discovery/arp-table.inc.php +24 -18
📈 24 added
📉 18 removed
swap location and sysname (why were they the other way around?!)
M html/includes/hostbox.inc.php +2 -2
📈 2 added
📉 2 removed
update bgp tables
M html/includes/print-interface.inc.php +18 -15
M html/pages/device/routing/bgp.inc.php +19 -17
M html/pages/routing/bgp.inc.php +34 -15
M includes/rewrites.php +34
📈 105 added
📉 47 removed
discover force 10 kit with grammatically incorrect
sysDescr . (nice to see dell improving ftos quality)
M includes/discovery/os/ftos.inc.php +3 -1
📈 3 added
📉 1 removed
Improve ARP table DB and discovery module.
M html/includes/functions-print.inc.php +1 -2
M includes/discovery/arp-table.inc.php +55 -34
A sql-schema/051.sql +2
📈 56 added
📉 36 removed
clean up old scripts
A attic/generate-iplist.php +50
A attic/generate-map.sh +4
D generate-iplist.php -50
D generate-map.sh -4
📈 0 added
📉 54 removed
unbound app monitor
A html/includes/graphs/application/unbound_class.inc.php +39
A html/includes/graphs/application/unbound_flags.inc.php +43
A html/includes/graphs/application/unbound_memory.inc.php +37
A html/includes/graphs/application/unbound_opcode.inc.php +39
A html/includes/graphs/application/unbound_qtype.inc.php +41
A html/includes/graphs/application/unbound_queries.inc.php +80
A html/includes/graphs/application/unbound_queue.inc.php +36
A html/includes/graphs/application/unbound_rcode.inc.php +45
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +14 -7
M html/pages/apps.inc.php +4 -3
A html/pages/device/apps/unbound.inc.php +32
M includes/defaults.inc.php +1 -1
M includes/definitions.inc.php +9
M includes/polling/applications/unbound.inc.php +255 -38
M includes/rewrites.php +1
📈 676 added
📉 49 removed
some
dbFacile in discovery protocols, update remote device hostname for LLDP, find remote port via mac address for LLDP
M html/includes/functions.inc.php +1 -1
M includes/discovery/discovery-protocols.inc.php +30 -7
M includes/rewrites.php +1 -1
📈 32 added
📉 9 removed
small cleanup
M html/includes/functions-print.inc.php +6 -6
📈 6 added
📉 6 removed
New function print_arptable(). Update display ARP tables.
M html/includes/functions-print.inc.php +154 -3
M html/pages/device/port/arp.inc.php +35 -21
M html/pages/device/ports/arp.inc.php +33 -33
M html/pages/search/arp.inc.php +57 -79
📈 279 added
📉 136 removed
Update area color.
M html/includes/graphs/device/ping_snmp.inc.php +1 -1
M html/includes/graphs/device/ping.inc.php +2 -2
📈 3 added
📉 3 removed
Clean CSS comments.
M html/css/bootstrap-observium.css +3 -3
📈 0 added
📉 0 removed
small cleanup in functions
M includes/functions.php +44 -38
📈 44 added
📉 38 removed
syntaxer run
Showing the first 30 paths; 24 more are omitted from this static page.
M includes/alerts.inc.php +9 -11
M includes/billing.php +3 -3
M includes/common.php +7 -9
M includes/defaults.inc.php +8 -13
M includes/definitions.inc.php +11 -17
M includes/discovery/cisco-mac-accounting.inc.php -2
M includes/discovery/cisco-pw.inc.php +1 -1
M includes/discovery/current/apc.inc.php +4 -4
M includes/discovery/current/brocade-dom.inc.php +1 -2
M includes/discovery/current/junos-dom.inc.php +1 -2
M includes/discovery/dbm/brocade-dom.inc.php +3 -4
M includes/discovery/dbm/junos-dom-rx.inc.php +1 -1
M includes/discovery/dbm/junos-dom-tx.inc.php +1 -1
M includes/discovery/functions.inc.php +3 -3
M includes/discovery/mempools/ftos-e-series.inc.php -1
M includes/discovery/os/procurve.inc.php +1 -1
M includes/discovery/ospf-autodiscovery.inc.php +2 -2
M includes/discovery/power/raritan.inc.php +2 -2
M includes/discovery/processors/juniperive.inc.php -1
M includes/discovery/temperatures/brocade-dom.inc.php +1 -1
M includes/discovery/temperatures/junos-dom.inc.php +1 -1
M includes/discovery/temperatures/routeros.inc.php +1 -1
M includes/discovery/temperatures/wlc.inc.php +8 -8
M includes/discovery/temperatures/wut.inc.php +3 -3
M includes/discovery/voltages/apc.inc.php +21 -21
M includes/discovery/voltages/raritan.inc.php +1 -1
M includes/functions.php +13 -13
M includes/polling/applications/freeradius.inc.php +2 -3
M includes/polling/applications/mysql.inc.php +4 -4
M includes/polling/applications/nfs.inc.php +32 -32
📈 0 added
📉 0 removed
RRD set UNKNOWN value when device down.
M includes/polling/functions.inc.php +14 -4
📈 14 added
📉 4 removed
Added SNMP response graphs.
A html/includes/graphs/device/ping_snmp.inc.php +20
M includes/definitions.inc.php +4
M includes/functions.php +10 -2
M includes/polling/functions.inc.php +12 -1
📈 46 added
📉 3 removed
Update description.
M html/includes/graphs/device/poller_perf.inc.php +2 -1
📈 2 added
📉 1 removed
update visual style of device header
M html/includes/device-header.inc.php +6 -5
M html/pages/device.inc.php +1 -1
📈 7 added
📉 6 removed
fix fdb link
M html/pages/device/ports.inc.php +1 -1
📈 1 added
📉 1 removed
def updates
M includes/definitions.inc.php +5 -5
📈 5 added
📉 5 removed
Correct detection
pfSense and other FreeBSD based.
M includes/discovery/os/freebsd.inc.php +5 -3
📈 5 added
📉 3 removed
add freeradius agent support from Nikos Hasiotis
A html/includes/graphs/application/freeradius_accounting.inc.php +40
A html/includes/graphs/application/freeradius_authentication.inc.php +43
M html/pages/apps.inc.php +1
A html/pages/device/apps/freeradius.inc.php +25
A includes/polling/applications/freeradius.inc.php +69
M includes/polling/unix-agent.inc.php +1
A scripts/agent-local/freeradius +46
📈 225 added
📉 0 removed
move around some graphs
M html/pages/device/port.inc.php +2
M includes/polling/functions.inc.php +3 -1
📈 5 added
📉 1 removed
update defs
M includes/definitions.inc.php +11 -10
📈 11 added
📉 10 removed
Improve
isPingable () and added Ping graph. Added config options:
$config['ping_retries'],
$config['ping_timeout']. (corrected version)
A html/includes/graphs/device/ping.inc.php +20
M includes/defaults.inc.php +4
M includes/definitions.inc.php +4
M includes/functions.php +95 -24
M includes/polling/functions.inc.php +16 -2
📈 139 added
📉 26 removed
New functions
ipFromEtcHosts (),
gethostbynamel6(),
gethostbyname6() for resolve hostnames (also IPv6 and /etc/hosts). (again)
📈 73 added
📉 0 removed
Revert from last commit.
M html/pages/search/arp.inc.php -4
M includes/snmp.inc.php +38 -36
📈 38 added
📉 40 removed
Revert to r3722
M html/css/bootstrap-observium.css +1 -1
D html/includes/graphs/device/ping.inc.php -20
M html/pages/search/arp.inc.php +4
M includes/common.php -72
M includes/defaults.inc.php -4
M includes/definitions.inc.php -4
M includes/functions.php +23 -93
M includes/polling/functions.inc.php +2 -16
M includes/polling/q-bridge-mib-fdb.inc.php +4
M includes/snmp.inc.php +36 -38
📈 69 added
📉 247 removed
Improve
isPingable () and added Ping graph.
Added config options:
$config['ping_retries'],
$config['ping_timeout'].
A html/includes/graphs/device/ping.inc.php +20
M includes/defaults.inc.php +4
M includes/definitions.inc.php +4
M includes/functions.php +93 -23
M includes/polling/functions.inc.php +16 -2
📈 137 added
📉 25 removed
New functions
ipFromEtcHosts (),
gethostbynamel6(),
gethostbyname6() for resolve hostnames (also IPv6 and /etc/hosts).
📈 72 added
📉 0 removed
create devices_perftimes table
📈 0 added
📉 0 removed
store poller performance
M html/includes/functions.inc.php +7
A html/includes/graphs/device/poller_perf.inc.php +19
M html/pages/device.inc.php +8 -1
A html/pages/device/perf.inc.php +43
M includes/definitions.inc.php +6 -1
M includes/discovery/functions.inc.php +2
M includes/polling/functions.inc.php +14
📈 99 added
📉 2 removed
add is_polling and is_discovering to devices table
📈 0 added
📉 0 removed
update editing navbar to bootstrap and add fancy checkboxes to apps
M html/pages/device/edit.inc.php +9 -29
M html/pages/device/edit/apps.inc.php +5 -1
📈 14 added
📉 30 removed
munin fixes
M html/includes/graphs/munin/graph.inc.php +2 -2
M scripts/agent-local/munin +2
📈 4 added
📉 2 removed
some cleanups. bgp page needs redoing.
M html/includes/functions.inc.php +10
M html/pages/device/routing/bgp.inc.php +25 -22
M html/pages/routing.inc.php +10 -29
M includes/definitions.inc.php +4
📈 49 added
📉 51 removed
Restore level. :)
M html/pages/device.inc.php +1 -1
📈 1 added
📉 1 removed
Grammar correction.
M html/pages/device/edit/alerts.inc.php +1 -1
📈 1 added
📉 1 removed
RANCID. Add domain suffix for non-FQDN device names.
M html/pages/device.inc.php +9 -2
M html/pages/device/showconfig.inc.php +5 -5
M includes/defaults.inc.php +1
📈 15 added
📉 7 removed
check for jpgraph DEFAULT_THEME_CLASS removal
M html/pages/bills.inc.php +9 -5
📈 9 added
📉 5 removed
explain >0 for HC counters
M includes/polling/ports.inc.php +1
📈 1 added
📉 0 removed
More use of the option $config['web_show_disabled']. And use $cache instead SQLs.
M html/includes/cache-data.inc.php +1 -1
M html/includes/functions-print.inc.php +16 -8
M html/pages/eventlog.inc.php +11 -12
M html/pages/search/ipv4.inc.php +4 -4
M html/pages/search/ipv6.inc.php +4 -4
M html/pages/syslog.inc.php +12 -4
📈 48 added
📉 33 removed
`eventlog`.`host` -> `device_id`
M html/ajax_search.php +4 -3
M html/includes/functions-print.inc.php +5 -5
M html/includes/functions.inc.php +2
M html/includes/hostbox.inc.php +2 -3
M html/includes/navbar.inc.php +4 -1
M html/includes/print-interface.inc.php +1 -1
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/eventlog.inc.php +1 -1
M includes/functions.php +1 -1
M irc.php +4 -4
A sql-schema/048.sql +1
📈 25 added
📉 20 removed
Fix up port detection for LLDP
M includes/discovery/discovery-protocols.inc.php +6 -1
📈 6 added
📉 1 removed
back to trebuchet :)
M html/css/bootstrap-observium.css +1 -1
M html/index.php -2
M includes/polling/os/unix.inc.php +2 -2
📈 2 added
📉 4 removed
html_class -> html_row_class. use device cache as reference in pollerlog
M html/includes/cache-data.inc.php +4 -1
M html/includes/functions.inc.php +60 -41
M html/includes/hostbox.inc.php +3 -36
M html/pages/device.inc.php +3
M html/pages/pollerlog.inc.php +36 -26
📈 106 added
📉 104 removed
fix billing buttons to use pull-right
M html/pages/bills/cmonth.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
📈 2 added
📉 2 removed
Remove mystical </div>.
M html/pages/pollerlog.inc.php +3 -3
📈 3 added
📉 3 removed
Added option $config['web_show_disabled'].
M html/includes/cache-data.inc.php +6 -7
M html/pages/pollerlog.inc.php +2 -1
M includes/defaults.inc.php +1
📈 9 added
📉 8 removed
Fix: last_polled <-> last_discovered. And don't show disabled devices.
M html/pages/pollerlog.inc.php +5 -6
📈 5 added
📉 6 removed
M html/includes/functions-print.inc.php +10 -15
M html/includes/functions.inc.php +2 -2
M html/includes/graphs/device/bits.inc.php +1 -1
M html/includes/graphs/multiport/bits_separate.inc.php +1 -1
M html/includes/print-interface-adsl.inc.php +1 -1
M html/includes/print-interface.inc.php +5 -3
M html/includes/print-vlan.inc.php +1 -1
M html/map.php +2 -2
M html/pages/deleted-ports.inc.php +1 -1
M html/pages/device/edit/ports.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/front/globe.php +1 -1
M html/pages/front/old.php +1 -1
M html/pages/ports/graph.inc.php +1 -1
M html/pages/search/mac.inc.php +1 -1
M includes/discovery/discovery-protocols.inc.php +3 -3
M includes/rewrites.php +29 -12
📈 62 added
📉 48 removed
updates to poller log, add blank sql-schema
M CHANGELOG +1 -1
M html/css/bootstrap-observium.css +1 -1
M html/index.php +11 -9
M html/pages/pollerlog.inc.php +23 -17
M includes/common.php +17 -1
A sql-schema/047.sql
📈 52 added
📉 28 removed
pollerlog update
M html/pages/pollerlog.inc.php +2 -2
📈 2 added
📉 2 removed
remove short open tag
M html/includes/navbar.inc.php +1 -1
📈 1 added
📉 1 removed
new navbar for munin
M html/pages/device/munin.inc.php +9 -23
📈 9 added
📉 23 removed
update navbar for netscaler
M html/pages/device/loadbalancer.inc.php +7 -17
M html/pages/device/loadbalancer/netscaler_services.inc.php +10 -17
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +20 -26
📈 37 added
📉 60 removed
Fix poller checking.
M html/ajax_poller_status.php +5 -9
📈 5 added
📉 9 removed
fix dramah
M html/includes/functions-print.inc.php +3 -3
📈 3 added
📉 3 removed
better status check
M html/ajax_poller_status.php +1 -1
📈 1 added
📉 1 removed
remove erroneous spaces :)
M html/includes/functions-print.inc.php +11 -11
📈 11 added
📉 11 removed
remove short open tag
M html/pages/device/overview.inc.php +1 -1
📈 1 added
📉 1 removed
Clean, optimize SQL and spelling.
M html/includes/functions-print.inc.php +76 -49
M html/includes/functions.inc.php +12 -12
M html/pages/device/logs.inc.php +16 -12
M html/pages/device/logs/syslog.inc.php +12 -12
M html/pages/syslog.inc.php +16 -16
📈 132 added
📉 101 removed
Synchronization with the last changes.
M html/includes/functions-print.inc.php +355 -183
📈 355 added
📉 183 removed
fo realz
M html/css/bootstrap-observium.css +1 -1
📈 0 added
📉 0 removed
font -> trebuchet
M html/css/bootstrap-observium.css +1 -1
📈 0 added
📉 0 removed
updates to ui
M html/css/bootstrap-observium.css +5 -3
M html/includes/navbar.inc.php +19 -11
M html/index.php +6 -5
📈 25 added
📉 16 removed
new menu for collectd (needs looking at, still)
M html/pages/device/collectd.inc.php +13 -14
📈 13 added
📉 14 removed
lots of UI updates (comments?)
Showing the first 30 paths; 3 more are omitted from this static page.
A html/ajax_poller_status.php +46
M html/css/bootstrap-observium.css +98 -4
M html/css/bootstrap.css +5 -1
A html/images/loading.gif +1
M html/includes/cache-data.inc.php +2
A html/includes/footer.inc.php +83
M html/includes/functions-print.inc.php +241 -340
M html/includes/functions.inc.php +56 -7
M html/includes/navbar.inc.php +4 -3
M html/includes/print-interface.inc.php +4 -4
M html/index.php +95 -34
M html/pages/apps.inc.php +20 -21
M html/pages/apps/default.inc.php +1 -1
M html/pages/apps/overview.inc.php +5 -3
M html/pages/bill/navbar.inc.php +36 -38
M html/pages/device.inc.php +5 -5
M html/pages/device/apps.inc.php +14 -24
A html/pages/device/apps/app_navbar.inc.php +15
M html/pages/device/apps/mysql.inc.php +1 -18
M html/pages/device/graphs.inc.php +7 -25
M html/pages/device/health.inc.php +7 -13
M html/pages/device/overview.inc.php +11 -8
M html/pages/device/port.inc.php +73 -89
A html/pages/device/port/macacc.inc.php +196
D html/pages/device/port/macaccounting.inc.php -196
M html/pages/device/ports.inc.php +42 -39
M html/pages/health.inc.php +23 -32
M html/pages/health/sensors.inc.php +15 -3
A html/pages/pollerlog.inc.php +82
M includes/defaults.inc.php +1 -1
📈 1,117 added
📉 920 removed
add no option for starttls and make it default
M includes/defaults.inc.php +2 -2
📈 2 added
📉 2 removed
commented starttls in defaults.
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
add switch for ospf autodiscovery :)
M includes/discovery/ospf-autodiscovery.inc.php +13 -9
📈 13 added
📉 9 removed
Fix for FF float:right bug.
M html/css/bootstrap-observium.css +4 -1
M html/includes/navbar.inc.php +8 -8
📈 8 added
📉 8 removed
Damn..
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
Updated description.
M includes/defaults.inc.php +8 -7
📈 8 added
📉 7 removed
Mission: no more double quotes. :)
M html/css/styles.css +3 -2
M html/includes/functions-print.inc.php +207 -213
M html/includes/functions.inc.php +4 -7
M html/pages/device/showconfig.inc.php +15 -15
📈 226 added
📉 235 removed
raspberrypi sensor polling via agent
M html/includes/graphs/sensor/frequency.inc.php +4 -4
M html/pages/device/overview/generic/sensor.inc.php +9 -1
M includes/polling/functions.inc.php +2 -1
A includes/polling/unix-agent/raspberrypi.inc.php +58
A scripts/agent-local/raspberrypi +146
📈 219 added
📉 6 removed
Cisco WLC detection and temperatures
M includes/definitions.inc.php +15 -2
A includes/discovery/os/wlc.inc.php +8
A includes/discovery/temperatures/wlc.inc.php +25
A mibs/AIRESPACE-REF-MIB +28
A mibs/AIRESPACE-SWITCHING-MIB +3,983
A mibs/AIRESPACE-WIRELESS-MIB +16,980
📈 48 added
📉 2 removed
February 2013
bring back versions on about page
M html/pages/about.inc.php +6
📈 6 added
📉 0 removed
Fix some RANCID staff.
M html/index.php +1 -1
M html/pages/device/showconfig.inc.php +16 -19
📈 17 added
📉 20 removed
Remove geshi. Fix for RANCID.
M html/pages/device/showconfig.inc.php -2
📈 0 added
📉 2 removed
Remove empty line.
M html/includes/functions-print.inc.php +1 -1
📈 1 added
📉 1 removed
Cleanup, optimize sql and update authors (thx Dennis de Houx).
M html/includes/functions-print.inc.php +145 -117
📈 145 added
📉 117 removed
fix versioncheck
M discovery.php +1 -1
M includes/versioncheck.inc.php +1 -1
📈 2 added
📉 2 removed
set low limit for temperatures to 0C (very few people care about low temperature limit)
M includes/discovery/functions.inc.php +2 -1
📈 2 added
📉 1 removed
showcommand without geshi
M html/pages/device/showconfig.inc.php +4 -12
📈 4 added
📉 12 removed
New function print_addresses() for display/search IPv4/IPv6 addresses.
M html/includes/functions-print.inc.php +155 -1
M html/pages/search/ipv4.inc.php +47 -83
M html/pages/search/ipv6.inc.php +47 -83
📈 249 added
📉 167 removed
Clean debug output.
M html/ajax_search.php +1 -1
📈 1 added
📉 1 removed
delete geshi
📈 0 added
📉 0 removed
bloop
M html/includes/geshi/geshi/ios.php +24 -24
M html/includes/navbar.inc.php +1 -1
📈 1 added
📉 1 removed
update qtip
D html/css/jquery.qtip.css -603
A html/css/jquery.qtip.min.css +1
M html/index.php +1 -1
M html/js/jquery.qtip.min.js +2 -2
📈 1 added
📉 1 removed
add watchguard xtm detection
M includes/discovery/os/watchguard.inc.php +1 -1
📈 1 added
📉 1 removed
fix bill, fix apps
M html/pages/apps/default.inc.php +5 -5
M html/pages/apps/overview.inc.php +1 -1
M html/pages/bill/navbar.inc.php +1 -2
M html/pages/device.inc.php +1 -1
📈 8 added
📉 9 removed
oops. nasty black navbar!
M html/includes/navbar.inc.php +1 -1
📈 1 added
📉 1 removed
layout tweaks, fixing responsive navbar (it needs to be <940px to work)
M html/css/bootstrap-observium.css +49 -44
M html/css/bootstrap.css +2
M html/includes/cache-data.inc.php +34 -9
M html/includes/navbar.inc.php +6 -17
M html/includes/print-interface.inc.php +2 -1
M html/index.php +4 -36
M html/pages/device/ports.inc.php +1
📈 47 added
📉 63 removed
postfix qshape & mailgraph support via agent
A html/includes/graphs/application/postfix_reject.inc.php +37
A html/includes/graphs/application/postfix_sent.inc.php +35
A html/includes/graphs/application/postfix_spam.inc.php +35
A html/includes/graphs/minute_multi_line.inc.php +89
A html/pages/device/apps/postfix_mailgraph.inc.php +22
A includes/polling/applications/postfix_mailgraph.inc.php +31
M includes/polling/unix-agent.inc.php +3 -1
A scripts/agent-local/mailgraph
A scripts/agent-local/mailgraph/initd +23
A scripts/agent-local/mailgraph/mailgraph +1,058
A scripts/agent-local/postfix_mailgraph +13
A scripts/agent-local/postfix_qshape +17
📈 1,363 added
📉 1 removed
add warning to billing code about missing jpgraph
M html/css/bootstrap-observium.css +7
M html/pages/bill.inc.php +15
M html/pages/bills.inc.php +15
📈 30 added
📉 0 removed
disable jqplot, remove jpgraph and tcpdf from svn
D html/includes/jpgraph
D html/includes/tcpdf
M html/index.php +3 -2
📈 3 added
📉 2 removed
sql-schema
M sql-schema/045.sql -1
A sql-schema/046.sql
📈 0 added
📉 0 removed
fix <i>
M html/pages/device.inc.php +1 -1
📈 1 added
📉 1 removed
cleanups
Showing the first 30 paths; 16 more are omitted from this static page.
D html/images/1px-pink.png -2
D html/images/arrow.gif -1
D html/images/billing-key.png -1
D html/images/box-alert.png -1
D html/images/box-info.png -1
D html/images/box-ok.png -1
D html/images/box-warn.png -1
D html/images/consdog.jpg -1
D html/images/customers.png -1
D html/images/delete.gif -1
D html/images/devices.png -1
D html/images/eventlog.png -1
D html/images/grad.png -1
D html/images/icon.png -1
D html/images/jt-logo.jpg -1
D html/images/logo.gif -1
D html/images/logo.jpg -1
D html/images/logo.png -1
D html/images/mail-reply.gif -1
D html/images/mail.gif -1
D html/images/menu2.gif -1
D html/images/neu
D html/images/no-48.png -1
D html/images/observe-100.png -1
D html/images/observer-header.png -1
D html/images/observer-icon.png -1
D html/images/observer-logo-mobile.jpg -1
D html/images/observer-logo.gif -1
D html/images/observer-logo.jpg -1
D html/images/peering.png -1
📈 1 added
📉 1 removed
printer icon
M html/css/sprites.css +22 -23
M html/img/sprites.png ±0
M includes/definitions.inc.php +1 -1
📈 1 added
📉 1 removed
update about
M html/pages/about.inc.php +10 -6
📈 10 added
📉 6 removed
add new include to cache some data to variables
A html/includes/cache-data.inc.php +19
📈 19 added
📉 0 removed
reduce sprites
A html/css/sprites.css +73
A html/img/sprites.png +1
M html/includes/navbar.inc.php +2 -2
M html/index.php +2 -3
📈 4 added
📉 5 removed
Replace old config option $config['warn']['ifdown'] with new one -> $config['frontpage']['device_status']['ports'].
M html/pages/front/demo.php +1 -1
M html/pages/front/globe.php +1 -1
M html/pages/front/jt.php +1 -1
M html/pages/front/old.php +1 -1
M html/pages/front/traffic.php +1 -1
M includes/defaults.inc.php -3
📈 5 added
📉 8 removed
Move display statuses to function print_status().
M html/includes/functions-print.inc.php +214
M html/pages/front/default.php +2 -139
📈 216 added
📉 139 removed
moving around of some things. fix colours in non-chrome. move logout to cog menu.
M html/css/bootstrap-observium.css +5 -5
M html/includes/navbar.inc.php +5 -1
M html/pages/edituser.inc.php +1 -1
📈 6 added
📉 2 removed
ui updates. remove famfamfam sprite from autoload.
M html/includes/navbar.inc.php +31 -24
M html/index.php +1 -1
📈 32 added
📉 25 removed
update definitions and rewrites
M includes/defaults.inc.php +2 -2
M includes/definitions.inc.php +23 -8
M includes/rewrites.php +5
📈 30 added
📉 10 removed
fix health tables to use proper table striping class. add a class to stripe three rows at a time.
M html/css/bootstrap-observium.css +28 -10
M html/includes/navbar.inc.php +5 -4
M html/includes/print-device-graph.php +3 -2
M html/includes/status-summary.inc.php -16
M html/index.php +7
M html/pages/device/graphs.inc.php +4
M html/pages/device/health.inc.php +3
M html/pages/device/health/diskio.inc.php +2 -10
M html/pages/device/health/mempool.inc.php +3 -5
M html/pages/device/health/processor.inc.php +4 -3
M html/pages/device/health/sensors.inc.php +5 -6
M html/pages/device/health/storage.inc.php +5 -6
📈 41 added
📉 52 removed
cleanups to ports page, move more things to ports humanizing function
M html/includes/functions.inc.php +4 -10
M html/includes/print-interface.inc.php +7 -2
M html/pages/device/ports.inc.php +5 -5
📈 16 added
📉 17 removed
fix ports page graphs and row colouring (table-striped-two for striping every other row
M html/includes/print-graphrow.inc.php +1 -1
M html/pages/device/ports.inc.php +3 -1
📈 4 added
📉 2 removed
add hostname to port search results
M html/ajax_search.php +2 -2
📈 2 added
📉 2 removed
more icon changes, fixing graph widths
M html/includes/print-graphrow.inc.php +1 -1
M html/pages/device.inc.php +26 -26
M html/pages/device/port.inc.php -4
M html/pages/device/ports/neighbours.inc.php +3 -3
📈 30 added
📉 34 removed
disable sensors/bgp mini-box for now, as they're not counted correctly :)
M html/includes/status-summary.inc.php +8
📈 8 added
📉 0 removed
fix some bits
M html/css/bootstrap-observium.css +2
M html/includes/navbar.inc.php +6 -26
📈 6 added
📉 26 removed
add js and image
A html/images/search-port-ignored.png +1
A html/js/bootstrap.min.js +6
A html/js/twitter-bootstrap-hover-dropdown.min.js +13
📈 0 added
📉 0 removed
drop of new UI style. may break a number of pages. please report oddities.
widescreen mode is currently broken until i read the bootstrap documentation again.
Showing the first 30 paths; 1 more are omitted from this static page.
A html/ajax_search.php +131
M html/css/bootstrap-observium.css +112 -186
M html/css/bootstrap.css +3,100 -2,686
M html/css/styles.css +8 -8
A html/images/observium-mini-logo.png +1
M html/images/os/cisco.png ±0
M html/images/os/citrix.png ±0
M html/images/os/force10.png ±0
A html/images/search-port-disabled.png +1
A html/images/search-port-down.png +1
A html/images/search-port-ignored-down.png +1
A html/images/search-port-ignored-up.png +1
A html/images/search-port-up.png +1
M html/includes/functions.inc.php +7 -4
M html/includes/header.inc.php +3
A html/includes/navbar.inc.php +458
M html/includes/print-graphrow.inc.php +1 -1
A html/includes/status-summary.inc.php +139
M html/index.php +34 -17
M html/pages/device/alerts.inc.php +1 -1
M html/pages/devices.inc.php +46 -37
M html/pages/devices/graph.inc.php +2 -2
M html/pages/eventlog.inc.php +13 -6
M html/pages/front/default.php +4 -3
M html/pages/health/mempool.inc.php +1 -2
M html/pages/health/processor.inc.php +1 -2
M html/pages/health/sensors.inc.php +1 -2
M html/pages/health/storage.inc.php +1 -2
M html/pages/health/toner.inc.php +1 -2
M html/pages/ports.inc.php +3 -3
📈 847 added
📉 86 removed
Improved info about uptime in poller.
M includes/polling/system.inc.php +9 -5
📈 9 added
📉 5 removed
if we have agent, only use agent uptime.
M includes/polling/system.inc.php +10 -11
📈 10 added
📉 11 removed
Fix uptime for snmpd systems.
M includes/polling/system.inc.php +19 -25
📈 19 added
📉 25 removed
new icon sprites for dev/testing
A html/css/famfamfam.css +1,020
A html/css/fugue.css +3,554
A html/css/sweetie.css +143
A html/icons.php +25
A html/img/famfamfam.png +1
A html/img/fugue.png +1
A html/img/sweetie.png +1
📈 25 added
📉 0 removed
work around brocade/foundry nonsense. alternatively: implement input validation :)
M includes/polling/functions.inc.php +2 -1
📈 2 added
📉 1 removed
add script to rename rrd files if the format has changed
A scripts/rename-port-rrdfile.php +38
📈 38 added
📉 0 removed
build rrd filename with a function. allow the filename to be based on something other than the
ifIndex (crazy, i know)
M html/includes/graphs/bill/bits.inc.php +4 -2
M html/includes/graphs/customer/bits.inc.php +2 -4
M html/includes/graphs/device/bits.inc.php +1 -1
M html/includes/graphs/global/bits.inc.php +1 -1
M html/includes/graphs/location/bits.inc.php +3 -3
M html/includes/graphs/multiport/bits_duo.inc.php +8 -6
M html/includes/graphs/multiport/bits_separate.inc.php +3 -2
M html/includes/graphs/multiport/bits_trio.inc.php +12 -9
M html/includes/graphs/multiport/bits.inc.php +3 -2
M html/includes/graphs/port/adsl_attainable.inc.php +2 -2
M html/includes/graphs/port/adsl_attenuation.inc.php +2 -2
M html/includes/graphs/port/adsl_power.inc.php +2 -2
M html/includes/graphs/port/adsl_snr.inc.php +1 -1
M html/includes/graphs/port/adsl_speed.inc.php +2 -2
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +3 -3
M html/includes/graphs/port/pagp_bits.inc.php +3 -2
M html/includes/print-interface.inc.php +2 -2
M html/pages/device/port/adsl.inc.php +2 -1
M html/pages/device/port/graphs.inc.php +3 -2
M html/pages/iftype.inc.php +2 -1
M includes/common.php +31 -2
M includes/polling/port-adsl.inc.php +1 -1
M includes/polling/port-etherlike.inc.php +2 -1
M includes/polling/port-poe.inc.php +1 -1
M includes/polling/ports.inc.php +3 -1
📈 101 added
📉 58 removed
update agent stream function
M includes/polling/unix-agent.inc.php +5 -3
📈 5 added
📉 3 removed
add logging for unix agent connection
M includes/polling/unix-agent.inc.php +2 -1
📈 2 added
📉 1 removed
update index
📈 11 added
📉 8 removed
rounded topnav
M html/includes/topnav.inc.php +8 -8
📈 8 added
📉 8 removed
begone
📈 0 added
📉 0 removed
Fix UpTime for Cisco ASA (and possibly other).
M includes/polling/system.inc.php +15 -12
📈 15 added
📉 12 removed
M includes/polling/system.inc.php +12 -7
📈 12 added
📉 7 removed
add list of up devices to map
M html/pages/front/default.php +2 -2
📈 2 added
📉 2 removed
update netscaler to correctly use name and fullname
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +33 -17
M includes/polling/netscaler-vsvr.inc.php +17 -12
A sql-schema/045.sql +5
📈 50 added
📉 29 removed
fix sql query for vserver services
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +2 -1
📈 2 added
📉 1 removed
tweak front page (dots get big when things go down)
M html/pages/front/default.php +5 -6
📈 5 added
📉 6 removed
remove escaping
M html/pages/packages.inc.php +2 -2
📈 2 added
📉 2 removed
fixes to front page and updates to package pages
M html/pages/device/packages.inc.php +1 -1
M html/pages/front/default.php +16 -4
M html/pages/packages.inc.php +11 -4
📈 28 added
📉 9 removed
Update max syslog priority to 15
M html/includes/functions.inc.php +4 -1
D html/includes/print-syslog.inc.php -22
📈 4 added
📉 23 removed
New function print_syslogs().
Move from includes print-syslog.php -> print_syslogs().
M html/includes/functions-print.inc.php +133 -2
M html/includes/functions.inc.php +25
M html/includes/print-menubar.php +5 -4
M html/pages/device/logs/eventlog.inc.php +6 -6
M html/pages/device/logs/syslog.inc.php +40 -49
M html/pages/device/overview.inc.php +7 -8
M html/pages/front/default.php +10 -22
M html/pages/front/demo.php +1 -11
M html/pages/front/example2.php +1 -5
M html/pages/front/globe.php +1 -11
M html/pages/front/jt.php +1 -5
M html/pages/front/old.php +2 -12
M html/pages/front/traffic.php +1 -5
M html/pages/syslog.inc.php +51 -62
📈 284 added
📉 202 removed
Small fix description and style
M html/includes/functions-print.inc.php +5 -5
M html/pages/device/logs/eventlog.inc.php +9 -8
📈 14 added
📉 13 removed
Update agent scripts (#164)
M scripts/agent-local/dmi +18 -7
M scripts/agent-local/dpkg +7 -4
M scripts/agent-local/drbd +1 -1
M scripts/agent-local/hddtemp +11 -4
M scripts/agent-local/memcached +12 -8
M scripts/agent-local/munin +10 -7
M scripts/agent-local/mysql +2 -2
M scripts/agent-local/nfs +5 -4
M scripts/agent-local/powerdns +7 -2
M scripts/agent-local/powerdns-recursor +7 -2
M scripts/agent-local/rpm +7 -4
M scripts/agent-local/unbound +7 -3
📈 94 added
📉 48 removed
fix typo in BGP page - from Sander Steffann
M html/pages/routing/bgp.inc.php +1 -1
📈 1 added
📉 1 removed
fix sql schema files, tweak map a bit more :)
M html/pages/front/default.php +8 -8
M includes/defaults.inc.php +76 -71
M sql-schema/002.sql +9 -97
M sql-schema/003.sql +1 -25
M sql-schema/004.sql +7 -26
M sql-schema/005.sql -2
M sql-schema/007.sql -1
M sql-schema/032.sql +1 -1
M sql-schema/033.sql +4 -3
M sql-schema/038.sql +2 -2
M sql-schema/043.sql +2 -1
📈 84 added
📉 79 removed
Description change (#220)
M html/pages/device/edit/alerts.inc.php +3 -2
M html/pages/device/edit/device.inc.php +4 -3
M includes/functions.php +1 -1
📈 8 added
📉 6 removed
fix map :)
📈 4 added
📉 4 removed
tweak map markers
M html/pages/front/default.php +2 -2
📈 2 added
📉 2 removed
M includes/discovery/os/freebsd.inc.php +10 -2
M includes/discovery/os/linux.inc.php +8 -1
📈 18 added
📉 3 removed
remove wells, looks prettier :>
M html/pages/front/default.php +12 -12
📈 12 added
📉 12 removed
cosmetic change type>entity and host>device
M html/includes/functions-print.inc.php +5 -5
📈 5 added
📉 5 removed
Small cleanup
M html/pages/device/logs/eventlog.inc.php +1
M html/pages/eventlog.inc.php -1
📈 1 added
📉 1 removed
Fully unification function print_events()
M html/includes/functions-print.inc.php +128 -52
M html/pages/device/logs/eventlog.inc.php +3 -44
M html/pages/device/overview.inc.php +1 -4
M html/pages/device/port/events.inc.php +5 -2
M html/pages/eventlog.inc.php +15 -74
M html/pages/front/default.php +3 -9
M html/pages/front/globe.php +1 -10
M html/pages/front/old.php +1 -10
📈 157 added
📉 205 removed
Added function format_timestamp()
M html/includes/functions.inc.php +25
📈 25 added
📉 0 removed
Print error message when create user failed (#218).
Thanks Matthias Cramer.
📈 4 added
📉 0 removed
Move includes (bad) to functions: print-event -> print_events(), print-event-short -> print_events_short().
Some code cleanup.
A html/includes/functions-print.inc.php +84
D html/includes/print-event-short.inc.php -26
D html/includes/print-event.inc.php -36
M html/index.php +1
M html/pages/device/logs/eventlog.inc.php +1 -12
M html/pages/device/overview.inc.php +11 -13
M html/pages/device/port/events.inc.php +2 -11
M html/pages/eventlog.inc.php +2 -20
M html/pages/front/default.php +13 -24
M html/pages/front/globe.php +10 -16
M html/pages/front/old.php +10 -16
📈 134 added
📉 174 removed
typo ;)
M html/pages/bill/edit.inc.php +1 -1
📈 1 added
📉 1 removed
add google code-prettify js and css
A html/css/google-code-prettify.css +30
A html/js/google-code-prettify.js +28
📈 0 added
📉 0 removed
Remove debug.
M html/pages/device/showconfig.inc.php -1
📈 0 added
📉 1 removed
update to how we print interfaces. mac accounting changes.
M html/includes/graphs/port/mac_acc_total.inc.php +6 -6
M html/includes/print-interface.inc.php +10 -5
M html/pages/device/port/macaccounting.inc.php +3 -3
M html/pages/front/default.php +2 -2
📈 21 added
📉 16 removed
Huge-buge update for D-Link switches (#212)
M includes/definitions.inc.php +7
A includes/discovery/mempools/dlink.inc.php +35
A includes/discovery/processors/dlink.inc.php +22
A includes/polling/mempools/dlink.inc.php +22
A includes/polling/os/dlink.inc.php +30
M includes/rewrites.php +1
A mibs/DLINK-AGENT-GENERAL-MIB +1,818
A mibs/DLINK-EQUIPMENT-MIB +360
A mibs/DLINK-ID-REC-MIB +39
A mibs/DLINK-SINGLE-IP-MIB +699
📈 117 added
📉 0 removed
Force10 fix memory sizes (#213)
M includes/polling/mempools/ftos-cseries.inc.php +2 -1
M includes/polling/mempools/ftos-eseries.inc.php +1
M includes/polling/mempools/ftos-sseries.inc.php +1
📈 4 added
📉 1 removed
Fix adding host with SNMPv3 over Web Interface (#215)
M html/pages/addhost.inc.php +3 -3
📈 3 added
📉 3 removed
Fix display device config (#211)
M html/pages/device.inc.php +1 -1
M html/pages/device/showconfig.inc.php +5 -4
📈 6 added
📉 5 removed
remove debug
📈 0 added
📉 2 removed
improve munin graph drawing #217 from Alex Wheeler
M html/includes/graphs/munin/graph.inc.php +13 -2
📈 13 added
📉 2 removed
DOM sensor support for Foundry XMR/MLX/CER/CSR. No RX/FWS. #216 from Matthias Cramer
A includes/discovery/current/brocade-dom.inc.php +29
A includes/discovery/dbm/brocade-dom.inc.php +45
A includes/discovery/temperatures/brocade-dom.inc.php +27
📈 101 added
📉 0 removed
more front page fiddling
M html/pages/front/default.php +6 -4
📈 6 added
📉 4 removed
remove ugly legend from map
M html/pages/front/default.php +1
📈 1 added
📉 0 removed
fixes to front page, colour map. comments welcome :)
M html/pages/front/default.php +6 -5
📈 6 added
📉 5 removed
add engenius AP client counter
M includes/polling/wifi.inc.php +12 -2
📈 12 added
📉 2 removed
fixing some front page things
M html/index.php +2
M html/pages/device.inc.php +3 -3
M html/pages/device/showconfig.inc.php +6 -9
M html/pages/front/default.php +5 -4
📈 16 added
📉 16 removed
Change the Odd Chance
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
Update /customers/ to bootstrap-ness, remove hardcoded graph sizes.
M html/css/bootstrap-observium.css +4 -4
M html/pages/customers.inc.php +3 -17
📈 3 added
📉 17 removed
customer page updates
M html/pages/customers.inc.php +8 -5
M includes/defaults.inc.php +4 -4
📈 12 added
📉 9 removed
update to front page
M html/pages/front/default.php +13 -6
📈 13 added
📉 6 removed
adding jquery switch
A html/css/bootstrap-switch.css +203
A html/js/jquery.switch.js +209
📈 0 added
📉 0 removed
add usermenu page
A html/pages/usermenu.inc.php +30
📈 30 added
📉 0 removed
port sorting include added, rename ospf discovery
A html/includes/port-sort.inc.php +54
M includes/defaults.inc.php +1
A includes/discovery/ospf-autodiscovery.inc.php +20
D includes/discovery/ospf.inc.php -20
📈 75 added
📉 20 removed
cleanups to discovery code, editing code, and a billion other things. adding a new host now automatically discovers ports and ip addresses. if a new host is discovered during discovery, it is added to the discovery queue, allowing entire networks to be mapped in one cycle.
M addhost.php +1
M discovery.php +7 -1
M html/includes/authentication/mysql.inc.php +2 -2
M html/includes/functions.inc.php -7
M html/index.php +2
M html/pages/adduser.inc.php +86 -56
M html/pages/authlog.inc.php +27 -40
M html/pages/device/edit/ports.inc.php +59 -31
M html/pages/device/ports/arp.inc.php -1
M html/pages/edituser.inc.php +2
M html/pages/ports.inc.php +1 -45
M includes/common.php +7
M includes/defaults.inc.php +2 -1
M includes/discovery/cisco-mac-accounting.inc.php +10 -1
M includes/discovery/functions.inc.php +41 -15
A includes/discovery/ospf.inc.php +20
M includes/discovery/ports.inc.php +2 -1
M includes/functions.php +11 -2
M includes/polling/q-bridge-mib-fdb.inc.php +10 -10
M includes/snmp.inc.php +20
📈 310 added
📉 213 removed
move map to ports tab (next to neighbours)
M html/pages/device.inc.php +10 -9
D html/pages/device/map.inc.php -8
M html/pages/device/ports.inc.php +12 -4
A html/pages/device/ports/map.inc.php +8
📈 30 added
📉 21 removed
catch more fabos
M includes/discovery/os/fabos.inc.php +1 -2
📈 1 added
📉 2 removed
some fixes to irc bot.
📈 50 added
📉 9 removed
more fixes to front page
M html/pages/front/default.php +2 -2
📈 2 added
📉 2 removed
update removespokes perl script, from mike stupalov #203
M scripts/removespikes.pl +72 -19
📈 72 added
📉 19 removed
improved force10 memory/cpu/temperature support for S/C/E-series devices. From mike stupalov, #204 #205
A includes/discovery/mempools/ftos-c-series.inc.php +25
A includes/discovery/mempools/ftos-e-series.inc.php +28
A includes/discovery/mempools/ftos-s-series.inc.php +27
A includes/discovery/processors/ftos-c-series.inc.php +29
A includes/discovery/processors/ftos-e-series.inc.php +31
A includes/discovery/processors/ftos-s-series.inc.php +30
M includes/discovery/temperatures/ftos-s-series.inc.php +2 -2
A includes/polling/mempools/ftos-cseries.inc.php +16
A includes/polling/mempools/ftos-eseries.inc.php +13
A includes/polling/mempools/ftos-sseries.inc.php +12
📈 213 added
📉 2 removed
add some force10 kit to rewrite lists
M includes/rewrites.php +12 -8
📈 12 added
📉 8 removed
frontpage fixes
M html/pages/front/default.php +2 -2
📈 2 added
📉 2 removed
default frontpage changes
M html/pages/front/default.php +25 -15
📈 25 added
📉 15 removed
Some stuff with ldap i don't understand :) #47 from mike stupalov
M html/includes/authentication/ldap.inc.php +10 -8
M includes/defaults.inc.php +3
📈 13 added
📉 8 removed
#188 fix addhost for v3 (from mike stupalov)
📈 7 added
📉 5 removed
show "down since..." for down hosts
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
Back by overwhelming popular demand: THE ABILITY TO DELETE DEVICES!
M html/pages/device/edit.inc.php +13
M html/pages/device/edit/delete.inc.php +34 -4
📈 47 added
📉 4 removed
fix copy-paste error :)
M includes/discovery/storage/hrstorage.inc.php +2 -2
📈 2 added
📉 2 removed
fix hrstorage (dewrap on discovery to defeat >0 check)
M includes/discovery/storage/hrstorage.inc.php +3 -8
📈 3 added
📉 8 removed
also load default settings in json dumper
📈 3 added
📉 1 removed
attempted workaround for counter wraps in host-resources-mib
M includes/polling/storage-hrstorage.inc.php +4 -4
M includes/snmp.inc.php +15 -6
📈 19 added
📉 10 removed
remove graphs from default front page
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
more front page updates
M html/pages/front/default.php +35 -11
M includes/defaults.inc.php +7 -2
📈 42 added
📉 13 removed
default setting for map
M includes/defaults.inc.php +1
📈 1 added
📉 0 removed
I CAN HAS CHEEZ DEFINITION FOR GOOGLE MAPS
M html/pages/front/default.php +4 -3
📈 4 added
📉 3 removed
January 2013
fix bgp reporting on front page
M html/pages/front/default.php +2 -2
📈 2 added
📉 2 removed
remove numbered column from devices/routing/bgp
M html/pages/device/routing/bgp.inc.php +2 -3
📈 2 added
📉 3 removed
fix bgp page headers
M html/pages/device/routing/bgp.inc.php +1 -2
📈 1 added
📉 2 removed
fix bgp query
M html/pages/routing/bgp.inc.php +1 -1
📈 1 added
📉 1 removed
Correctly detect freq, voltage and current sensors on multiphase MGE gear. Patch by Rob J. Epping
M includes/discovery/current/mgeups.inc.php +3 -3
M includes/discovery/frequencies/mgeups.inc.php +4 -3
M includes/discovery/voltages/mgeups.inc.php +2 -2
📈 9 added
📉 8 removed
Added support of MRV devices hardware, serial, version, and temperature sensor detection. Patch by Rob J Epping
A includes/discovery/temperatures/mrvld.inc.php +34
A includes/polling/os/mrvld.inc.php +13
📈 47 added
📉 0 removed
enable map as default
M includes/defaults.inc.php +1 -1
📈 1 added
📉 1 removed
new front page. config options added to defaults.
M config.php.default +12 -9
M html/pages/front/default.php +374 -127
M html/pages/front/new.php +1 -346
A html/pages/front/old.php +150
M includes/defaults.inc.php +29
📈 566 added
📉 482 removed
fix sensor discovery again, change some headers
M includes/alerts.inc.php +4 -2
M includes/defaults.inc.php +2 -10
M includes/discovery/functions.inc.php +2 -2
M includes/polling/sensors.inc.php +6 -1
M includes/polling/system.inc.php +5 -6
M includes/sql-schema/update.php +4 -5
📈 23 added
📉 26 removed
om nom nom, retard-o-menu be gone!
M html/includes/print-menubar.php -28
M includes/common.php +2 -2
📈 2 added
📉 30 removed
allow more text in boxes on default front page
M html/pages/front/default.php +1 -1
📈 1 added
📉 1 removed
fixes to sensor update check, add new front page and fix default front page bgp check.
M html/pages/front/default.php +3 -3
A html/pages/front/new.php +350
M includes/discovery/functions.inc.php +1 -1
📈 354 added
📉 4 removed
remove print_r :)
M html/pages/device/edit/sensors.inc.php -2
📈 0 added
📉 2 removed
remove eregi, fix sensors edit page
M html/pages/device.inc.php +2 -2
M html/pages/device/edit/sensors.inc.php +4 -2
📈 6 added
📉 4 removed
herpderp
M html/pages/about.inc.php +1
📈 1 added
📉 0 removed
SUPER DUPER MULTI-INSTANCE POLLER WRAPPER SCRIPT FROM JOB THE DUTCHMAN
A config_to_json.php +31
A poller-wrapper.py +203
📈 234 added
📉 0 removed
recognize newer HP Procurve HP1810G-8 v2 and possibly others
M includes/discovery/os/procurve.inc.php +3
📈 3 added
📉 0 removed
move sensors option for ports
M html/pages/device/port.inc.php +3 -2
📈 3 added
📉 2 removed
M html/includes/print-graphrow.inc.php +2
M html/pages/device/port.inc.php +6 -2
A html/pages/device/port/sensors.inc.php +59
M includes/discovery/current/junos-dom.inc.php +3 -1
M includes/discovery/dbm/junos-dom-rx.inc.php +4 -2
M includes/discovery/dbm/junos-dom-tx.inc.php +3 -1
M includes/discovery/functions.inc.php +3 -3
M includes/discovery/temperatures/junos-dom.inc.php +2 -1
📈 82 added
📉 10 removed
M includes/definitions.inc.php +1
A includes/discovery/current/junos-dom.inc.php +32
A includes/discovery/dbm
A includes/discovery/dbm.inc.php +15
A includes/discovery/dbm/junos-dom-rx.inc.php +33
A includes/discovery/dbm/junos-dom-tx.inc.php +33
M includes/discovery/entity-sensor.inc.php +4
M includes/discovery/functions.inc.php +21 -11
M includes/discovery/sensors.inc.php +1
A includes/discovery/temperatures/junos-dom.inc.php +39
M includes/discovery/temperatures/junos.inc.php +2
M includes/functions.php +8
A sql-schema/044.sql +2
📈 189 added
📉 11 removed
add fixme notes to netscaler
M includes/polling/netscaler-vsvr.inc.php +3 -1
📈 3 added
📉 1 removed
fix fdb search page
M html/pages/search/fdb.inc.php +2 -2
📈 2 added
📉 2 removed
fix netscaler_services mysql query
M html/pages/device/loadbalancer/netscaler_services.inc.php +2 -1
📈 2 added
📉 1 removed
fix services link on vservers page
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +1 -1
📈 1 added
📉 1 removed
fix billing edit tab, possibly break pseudowires :)
M html/pages/bill/edit.inc.php +8 -12
M html/pages/device/pseudowires.inc.php +3 -1
M includes/common.php +11
M includes/discovery/cisco-pw.inc.php +7 -3
M mibs/IANAifType-MIB +64 -10
📈 29 added
📉 16 removed
more tweaks to generic_multi_line
M html/includes/graphs/generic_multi_line.inc.php +12 -15
📈 12 added
📉 15 removed
herpderp
M html/includes/graphs/generic_multi_line.inc.php +4 -7
📈 4 added
📉 7 removed
modifications to generic_multi_line graphtype
M html/includes/graphs/generic_multi_line.inc.php +31 -21
📈 31 added
📉 21 removed
only show adsl on devies with adsl.
M html/pages/device/ports.inc.php +3 -3
📈 3 added
📉 3 removed
<? -> <?php
M html/pages/device/edit/modules.inc.php +1 -1
📈 1 added
📉 1 removed
outptu low limit when it was the low limit which was reached.
M includes/polling/functions.inc.php +1 -1
📈 1 added
📉 1 removed
nginx app definitions
M html/pages/apps.inc.php +1
📈 1 added
📉 0 removed
fallback to 32-bit counters when no 64-bit on v2c hardware in billing poller (need to fix, this is a cause of spikes)
📈 14 added
📉 2 removed
*DANGER* BILLING CHANGES *DANGER*
graphing system updates. testing of new location bar.
M html/css/styles.css +4
M html/includes/graphs/device/sensor.inc.php +17 -46
M html/includes/graphs/generic_multi_line.inc.php +14 -4
M html/includes/print-menubar.php +28
A html/pages/device/edit/delete.inc.php +6
M html/pages/graphs.inc.php +2 -2
M includes/billing.php +23 -16
M includes/polling/ports.inc.php +9 -9
M poll-billing.php +104 -75
A sql-schema/043.sql +9
📈 203 added
📉 152 removed
clean up multiport bits generic_multi_data and sensor graph types
M html/includes/graphs/device/sensor.inc.php +9 -2
M html/includes/graphs/generic_multi_data.inc.php +3 -3
M html/includes/graphs/multiport/bits.inc.php +2 -2
📈 14 added
📉 7 removed
squash preset and ?preset from urls
M html/includes/functions.inc.php +3
📈 3 added
📉 0 removed
fix ipv6 display with ports for vsvrs
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +5 -5
📈 5 added
📉 5 removed
netscaler fixes
M html/pages/device/loadbalancer/netscaler_services.inc.php +2 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +4 -3
📈 6 added
📉 4 removed
FUCK YOU, MYSQL.
📈 0 added
📉 0 removed
netscaler updates
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +17 -10
M includes/polling/netscaler-vsvr.inc.php +2 -2
📈 19 added
📉 12 removed
add ipv6 and entitytype columns to netscaler vserver tables
📈 0 added
📉 0 removed
update delhost to bootstrap
M html/pages/delhost.inc.php +38 -8
📈 38 added
📉 8 removed
clean up some graphs. add algopass/type to device/edit/snmp, move addhost to bootstrap.
M html/includes/graphs/device/netscaler_tcp_conn.inc.php +7 -6
M html/pages/addhost.inc.php +106 -66
M html/pages/device/edit/snmp.inc.php +28 -4
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +3 -3
📈 144 added
📉 79 removed
THIS. IS. SPARTSCALER DEFINITIONS.
M includes/definitions.inc.php +22 -22
📈 22 added
📉 22 removed
netscaler aggregate services/vservers graphs for mmoerman
A html/includes/graphs/device/netscalersvc_bits.inc.php +30
A html/includes/graphs/device/netscalersvc_conns.inc.php +23
A html/includes/graphs/device/netscalersvc_pkts.inc.php +22
A html/includes/graphs/device/netscalersvc_reqs.inc.php +24
A html/includes/graphs/device/netscalersvc.inc.php +24
A html/includes/graphs/device/netscalervsvr_bits.inc.php +30
A html/includes/graphs/device/netscalervsvr_conns.inc.php +22
A html/includes/graphs/device/netscalervsvr_hitmiss.inc.php +23
A html/includes/graphs/device/netscalervsvr_pkts.inc.php +22
A html/includes/graphs/device/netscalervsvr_reqs.inc.php +24
A html/includes/graphs/device/netscalervsvr.inc.php +24
M html/pages/device/loadbalancer/netscaler_services.inc.php +21 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +16
M includes/defaults.inc.php +1
M includes/definitions.inc.php +11
📈 317 added
📉 1 removed
If the bill_date == today, start building the history entry. don't wait until tomorrow!
M includes/billing.php +1 -1
📈 1 added
📉 1 removed