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