Rolling Release

1,303
commits
+76,252
lines added
−46,842
lines removed

Stable Releases

0
releases
0
lines added
0
lines removed

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

Development activity in 2013

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

December 2013

💻 r4857 FIX

Adam Armstrong 🐸
Date is wrong. Has been wrong all year.
Files changed (170) +183 / -183

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

Changed files with action and line counts
Madd_device.php+1 / -1
Madduser.php+1 / -1
Malerter.php+1 / -1
Malerts.php+1 / -1
Mbilling-calculate.php+1 / -1
Mcheck-errors.php+1 / -1
Mcheck-services.php+1 / -1
Mdelete_device.php+1 / -1
Mdiscovery.php+1 / -1
Mhtml/ajax_entitypopup.php+1 / -1
Mhtml/ajax_listports.php+1 / -1
Mhtml/ajax_poller_status.php+1 / -1
Mhtml/ajax_search.php+1 / -1
Mhtml/api.php+1 / -1
Mhtml/bandwidth-graph.php+1 / -1
Mhtml/billing-graph.php+1 / -1
Mhtml/data.php+1 / -1
Mhtml/graph.php+1 / -1
Mhtml/images/icons/vmwaretools.png+1 / -1
Mhtml/includes/alerting-navbar.inc.php+2 / -2
Mhtml/includes/api/errorcodes.inc.php+1 / -1
Mhtml/includes/api/functions.inc.php+1 / -1
Mhtml/includes/api/module.billing.inc.php+1 / -1
Mhtml/includes/api/module.demo.inc.php+1 / -1
Mhtml/includes/api/module.inventory.inc.php+1 / -1
Mhtml/includes/api/module.packages.inc.php+1 / -1
Mhtml/includes/authentication/ldap.inc.php+1 / -1
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+1 / -1
Mhtml/includes/print/addresses.inc.php+1 / -1
+182 added −182 removed filtered activity

💻 r4856 FIX

Adam Armstrong 🐸
Fix LLDP juniper links to use correct ifIndex (probably)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4855 FIX

Adam Armstrong 🐸
Add vyatta to UNIX group. It's just quagga on linux.
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4854 FIX

Adam Armstrong 🐸
protocol agnostic scripts/icons for google map on front page
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/front/default.php+3 / -3
+3 added −3 removed filtered activity

💻 r4853 ADD

Adam Armstrong 🐸
add bgpPeerFsmEstablishedTime to metrics for BGP sessions
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4852 ADD

Adam Armstrong 🐸
Add support for graphing VMWare's memory and CPU resource allocations within a virtual machine. Uses vmwaretools UNIX agent script.
Files changed (6) +456 / -0
Changed files with action and line counts
Ahtml/images/icons/vmwaretools.png+241 / -0
Ahtml/includes/graphs/application/vmwaretools_cpu.inc.php+34 / -0
Ahtml/includes/graphs/application/vmwaretools_mem.inc.php+64 / -0
Ahtml/pages/device/apps/vmwaretools.inc.php+15 / -0
Aincludes/polling/applications/vmwaretools.inc.php+56 / -0
Ascripts/agent-local/vmwaretools+46 / -0
+215 added 0 removed filtered activity

💻 r4851 ADD

Adam Armstrong 🐸
Add discovery support for buffalo terastation
Files changed (4) +25 / -0
Changed files with action and line counts
Ahtml/images/os/buffalo.png+1 / -0
Mincludes/definitions/os.inc.php+6 / -0
Aincludes/discovery/os/terastation.inc.php+8 / -0
Aincludes/polling/os/terastation.inc.php+10 / -0
+24 added 0 removed filtered activity

💻 r4850

Tom Laermans 🦔
Minor: fix syslog priorities filter on front page
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4849

Tom Laermans 🦔
Medium: Fix LDAP user list query so we can assign entities to users again. Broken after migration of auth_ldap_group to array.
Files changed (1) +16 / -4
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+16 / -4
+16 added −4 removed filtered activity

💻 r4848 MINOR

Mike Stupalov 🐱
Full rediscovery device if snmpEngineID changed.
Files changed (2) +24 / -22
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+15 / -13
Mincludes/polling/system.inc.php+9 / -9
+24 added −22 removed filtered activity

💻 r4847

Tom Laermans 🦔
Minor: some more consistency in alerter operands, also add 'is' as alias for 'equals'
Files changed (1) +21 / -10
Changed files with action and line counts
Mincludes/alerts.inc.php+21 / -10
+21 added −10 removed filtered activity

💻 r4846

Tom Laermans 🦔
Minor: prevent accidental reloads on the help icons of the alert checker creation page
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/add_alert_check.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4845

Tom Laermans 🦔
Minor: 1 GUDE PDU MIB got lost for commit r4843
Files changed (1) +449 / -0
Changed files with action and line counts
Amibs/gude/GUDEADS-PDU8310-MIB+449 / -0
0 added 0 removed filtered activity

💻 r4844

Tom Laermans 🦔
New: rewritten OS polling module for APC/PowerNet-MIB, more serial numbers and hardware versions detected now
Files changed (1) +25 / -74
Changed files with action and line counts
Mincludes/polling/os/apc.inc.php+25 / -74
+25 added −74 removed filtered activity

💻 r4843

Tom Laermans 🦔
New: Add support for GUDE PDU and EPC devices (sponsored by ISP Solutions SA, Switzerland)
Files changed (13) +1,871 / -0
Changed files with action and line counts
Ahtml/images/os/gude.png+1 / -0
Mincludes/definitions/os.inc.php+23 / -0
Aincludes/discovery/sensors/gudeads-epc2x6-mib.inc.php+25 / -0
Aincludes/discovery/sensors/gudeads-epc8x-mib.inc.php+55 / -0
Aincludes/discovery/sensors/gudeads-pdu8110-mib.inc.php+60 / -0
Aincludes/discovery/sensors/gudeads-pdu8310-mib.inc.php+77 / -0
Aincludes/polling/os/gude-epc.inc.php+25 / -0
Aincludes/polling/os/gude-pdu.inc.php+23 / -0
Amibs/gude non-text+0 / -0
Amibs/gude/GUDEADS-EPC24X-MIB+205 / -0
Amibs/gude/GUDEADS-EPC2X6-MIB+517 / -0
Amibs/gude/GUDEADS-EPC8X-MIB+547 / -0
Amibs/gude/GUDEADS-PDU8110-MIB+313 / -0
+288 added 0 removed filtered activity

💻 r4842 FIX

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

💻 r4841

Tom Laermans 🦔
Minor: Enlarge vmwVmConfigFile to accomodate larger values.
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/115.sql+1 / -0
0 added 0 removed filtered activity

💻 r4840

Tom Laermans 🦔
Security: htmlspecialchars() the WMI configuration variables
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/edit/wmi.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r4839

Tom Laermans 🦔
New: Allow for configurable Unix Agent port per device
Files changed (3) +77 / -5
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+4 / -0
Ahtml/pages/device/edit/agent.inc.php+60 / -0
Mincludes/polling/unix-agent.inc.php+13 / -5
+77 added −5 removed filtered activity

💻 r4838

Tom Laermans 🦔
Security: htmlspecialchars() more user/device-supplied input (location, sysName)
Files changed (6) +18 / -18
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -3
Mhtml/includes/hostbox.inc.php+2 / -2
Mhtml/includes/navbar.inc.php+3 / -3
Mhtml/includes/print/device.inc.php+1 / -1
Mhtml/includes/print/status.inc.php+6 / -6
Mhtml/pages/devices.inc.php+3 / -3
+18 added −18 removed filtered activity

💻 r4837

Tom Laermans 🦔
Security: Add htmlspecialchars() around output of some user-supplied input fields, avoiding HTML/Javascript injection. Also don't escape custom sysLocation twice.
Files changed (7) +44 / -38
Changed files with action and line counts
Mhtml/includes/hostbox-basic.inc.php+1 / -1
Mhtml/includes/hostbox.inc.php+1 / -1
Mhtml/pages/device/edit/alerts.inc.php+1 / -1
Mhtml/pages/device/edit/device.inc.php+5 / -5
Mhtml/pages/device/edit/ipmi.inc.php+4 / -4
Mhtml/pages/device/edit/snmp.inc.php+7 / -7
Mhtml/pages/device/edit/ssh.inc.php+25 / -19
+44 added −38 removed filtered activity

💻 r4836 FIX

Adam Armstrong 🐸
Prevent username or password being used in URLs from vars array
Files changed (1) +4 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r4835

Tom Laermans 🦔
Minor: Always show rDNS on BGP page when we can't find a matching device
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -2
Mhtml/pages/routing/bgp.inc.php+2 / -1
+3 added −3 removed filtered activity

💻 r4834

Tom Laermans 🦔
Minor: Process reverse DNS of BGP peers at discovery time to speed up BGP page rendering
Files changed (4) +15 / -5
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+9 / -1
Mhtml/pages/routing/bgp.inc.php+1 / -2
Mincludes/discovery/bgp-peers.inc.php+4 / -2
Aupdate/114.sql+1 / -0
+14 added −5 removed filtered activity

💻 r4833

Tom Laermans 🦔
Minor: recognize more ADVA devices
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4832 FIX

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

💻 r4831 ADD

Adam Armstrong 🐸
Allow custom_shorthost() function to be used to shorten hostnames, put custom_shorthost() in includes/custom.inc.php
Files changed (2) +12 / -1
Changed files with action and line counts
Mincludes/common.php+5 / -1
Mincludes/functions.php+7 / -0
+12 added −1 removed filtered activity

💻 r4830 FIX

Adam Armstrong 🐸
device_id -> device
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/alerts.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4829 MINOR

Mike Stupalov 🐱
Fix display 100% in percent bar.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4828 FIX

Adam Armstrong 🐸
Add eq, ne, gt and lt to alert testing code
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/alerts.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r4827 FIX

Adam Armstrong 🐸
Add IPv6 bits to default xinetd file
Files changed (1) +2 / -2
Changed files with action and line counts
Mscripts/observium_agent_xinetd+2 / -2
+2 added −2 removed filtered activity

💻 r4826 FIX

Adam Armstrong 🐸
Fix alert_until_ok resetting.
Files changed (3) +5 / -3
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+2 / -0
Mhtml/includes/print/alert.inc.php+1 / -1
Mincludes/alerts.inc.php+2 / -2
+5 added −3 removed filtered activity

💻 r4825 ADD

Adam Armstrong 🐸
Add checkbox and editing code to enable "ignore_until_ok" on alert entry page.
Files changed (3) +44 / -12
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+41 / -10
Mhtml/pages/device/edit/ports.inc.php+2 / -1
Mincludes/rewrites.php+1 / -1
+44 added −12 removed filtered activity

💻 r4824 MINOR

Mike Stupalov 🐱
Rename print_search_simple() to print_search(). Added get_form_element() for generate form elements.
Files changed (21) +316 / -286
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Ahtml/includes/print/search.inc.php+268 / -0
Dhtml/includes/print/search_simple.inc.php+0 / -251
Mhtml/index.php+1 / -1
Mhtml/pages/bills/search.inc.php+1 / -1
Mhtml/pages/device/logs/eventlog.inc.php+1 / -1
Mhtml/pages/device/logs/syslog.inc.php+1 / -1
Mhtml/pages/device/port/arp.inc.php+1 / -1
Mhtml/pages/device/ports/arp.inc.php+1 / -1
Mhtml/pages/device/ports/fdb.inc.php+1 / -1
Mhtml/pages/devices.inc.php+1 / -1
Mhtml/pages/eventlog.inc.php+1 / -1
Mhtml/pages/graphs.inc.php+1 / -1
Mhtml/pages/inventory.inc.php+1 / -1
Mhtml/pages/routing/bgp.inc.php+30 / -17
Mhtml/pages/search/arp.inc.php+1 / -1
Mhtml/pages/search/fdb.inc.php+1 / -1
Mhtml/pages/search/ipv4.inc.php+1 / -1
Mhtml/pages/search/ipv6.inc.php+1 / -1
Mhtml/pages/search/mac.inc.php+1 / -1
Mhtml/pages/syslog.inc.php+1 / -1
+316 added −286 removed filtered activity

💻 r4823 ADD

Adam Armstrong 🐸
Add database field and some UI elements for "ignore until recovered".
Files changed (4) +18 / -9
Changed files with action and line counts
Mhtml/pages/device/alert.inc.php+8 / -7
Mincludes/alerts.inc.php+7 / -0
Mincludes/rewrites.php+2 / -2
Aupdate/113.sql+1 / -0
+17 added −9 removed filtered activity

💻 r4822 FIX

Adam Armstrong 🐸
Don't show alert message header generated from <title> prefix. It's useless now.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/alerts.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4821 ADD

Adam Armstrong 🐸
Make alert entry table rows clickable.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4820 ADD

Adam Armstrong 🐸
add icon to reach alert entry page from alert entries list
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4819 FIX

Adam Armstrong 🐸
alerts page to show down/delay/suppressed as default and allow switching to all
Files changed (2) +13 / -10
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+3 / -4
Mhtml/pages/alerts.inc.php+10 / -6
+13 added −10 removed filtered activity

💻 r4818 FIX

Adam Armstrong 🐸
entity/device match wrapped in <code> and some cosmetic css tweaks to pre/table-condensed-more
Files changed (4) +11 / -12
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -2
Mhtml/css/bootstrap/less/progress-bars.less+2 / -2
Mhtml/css/bootstrap/less/tables.less+1 / -1
Mhtml/pages/alert_checks.inc.php+6 / -7
+6 added −7 removed filtered activity

💻 r4817 ADD

Adam Armstrong 🐸
Additions to alerting system UI. Show only alarmed alerts as default.
Files changed (10) +140 / -13
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -0
Mhtml/css/bootstrap/less/wells.less+6 / -0
Mhtml/css/bootstrap/less/wells3.less+6 / -0
Mhtml/includes/print/syslogs.inc.php+9 / -9
Mhtml/pages/alert_check.inc.php+2 / -2
Mhtml/pages/alerts.inc.php+1 / -0
Mhtml/pages/device.inc.php+2 / -0
Ahtml/pages/device/alert.inc.php+106 / -0
Mincludes/alerts.inc.php+2 / -2
Mincludes/rewrites.php+5 / -0
+127 added −13 removed filtered activity

💻 r4816 ADD

Adam Armstrong 🐸
Add recovery alerts. Probably. Change alert duration to be from it first failing, rather than from when it first was allowed to alert.
Files changed (1) +81 / -5
Changed files with action and line counts
Mincludes/alerts.inc.php+81 / -5
+81 added −5 removed filtered activity

💻 r4815 ADD

Adam Armstrong 🐸
add last_failed to alert_table-state table to allow us to give a duration for recovered alerts
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/112.sql+1 / -0
0 added 0 removed filtered activity

💻 r4814 ADD

Adam Armstrong 🐸
add last_recovered and has_alerted fields to alert_table-state table
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/111.sql+2 / -0
0 added 0 removed filtered activity

💻 r4813

Adam Armstrong 🐸
hoi hamstertje!
Files changed (1) +6 / -1
Changed files with action and line counts
Mhtml/index.php+6 / -1
+6 added −1 removed filtered activity

💻 r4812 ADD

Adam Armstrong 🐸
Make entity/device links in alert emails clickable (requires web_url set in config, defaults to http://localhost:80/)
Files changed (3) +8 / -0
Changed files with action and line counts
Malerter.php+3 / -0
Mhtml/includes/functions.inc.php+3 / -0
Mincludes/defaults.inc.php+2 / -0
+8 added 0 removed filtered activity

💻 r4811

Tom Laermans 🦔
Minor: discovery code cleanups
Files changed (41) +400 / -414

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

Changed files with action and line counts
Mincludes/discovery/functions.inc.php+4 / -4
Mincludes/discovery/mempools/hh3c.inc.php+2 / -2
Dincludes/discovery/os/microsens.inc.php+0 / -10
Mincludes/discovery/processors/hh3c.inc.php+3 / -3
Mincludes/discovery/sensors/areca-snmp-mib.inc.php+10 / -10
Mincludes/discovery/sensors/asyncos-mail-mib.inc.php+10 / -10
Mincludes/discovery/sensors/carel-ug40cdz-mib.inc.php+0 / -1
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+10 / -10
Mincludes/discovery/sensors/dell-rac-mib.inc.php+10 / -10
Mincludes/discovery/sensors/dell-vendor-mib.inc.php+11 / -11
Mincludes/discovery/sensors/deltaups-mib.inc.php+11 / -11
Mincludes/discovery/sensors/eqlmember-mib.inc.php+10 / -10
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+10 / -10
Mincludes/discovery/sensors/gamatronic-mib.inc.php+10 / -10
Mincludes/discovery/sensors/ipomanii-mib.inc.php+12 / -11
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+10 / -10
Mincludes/discovery/sensors/juniper-mib.inc.php+10 / -10
Mincludes/discovery/sensors/juniper-system-mib.inc.php+10 / -10
Mincludes/discovery/sensors/lcos-mib.inc.php+1 / -1
Mincludes/discovery/sensors/lm-sensors-mib.inc.php+10 / -10
Mincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+10 / -10
Mincludes/discovery/sensors/mikrotik-mib.inc.php+10 / -10
Mincludes/discovery/sensors/ns-root-mib.inc.php+10 / -10
Mincludes/discovery/sensors/nscrtv-root.inc.php+10 / -10
Mincludes/discovery/sensors/p8510-mib.inc.php+10 / -10
Mincludes/discovery/sensors/papouch-smi.inc.php+11 / -11
Mincludes/discovery/sensors/pdu-mib.inc.php+10 / -10
Mincludes/discovery/sensors/powernet-mib.inc.php+49 / -50
Mincludes/discovery/sensors/radlan-hwenviroment.inc.php+10 / -10
Mincludes/discovery/sensors/roomalert24e-mib.inc.php+10 / -13
+400 added −414 removed filtered activity

💻 r4810

Tom Laermans 🦔
Minor: code cleanups
Files changed (1) +43 / -59
Changed files with action and line counts
Mhtml/includes/functions.inc.php+43 / -59
+43 added −59 removed filtered activity

💻 r4809

Tom Laermans 🦔
Minor: make auth failures more prominent and clear on the logon page; they were somewhat obscured by our awesome hamster.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/logon.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4808

Tom Laermans 🦔
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.
Files changed (4) +46 / -11
Changed files with action and line counts
Mhtml/includes/functions.inc.php+14 / -8
Mhtml/pages/device/overview/mempools.inc.php+12 / -1
Mhtml/pages/device/overview/toner.inc.php+14 / -2
Mincludes/definitions.inc.php+6 / -0
+46 added −11 removed filtered activity

November 2013

💻 r4807

Tom Laermans 🦔
Minor: Multiple LDAP groups now accepted for access to Observium, config variable auth_ldap_group is now an array. (OBSERVIUM-603)
Files changed (4) +36 / -24
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+31 / -16
Mhtml/includes/functions.inc.php+0 / -2
Mincludes/defaults.inc.php+2 / -2
Mincludes/definitions.inc.php+3 / -4
+36 added −24 removed filtered activity

💻 r4806 MINOR

Tom Laermans 🦔
Remove old unused config directive 'mibdir'
Files changed (3) +2 / -3
Changed files with action and line counts
Mincludes/definitions.inc.php+0 / -1
Mincludes/polling/os/fortigate.inc.php+1 / -1
Mincludes/polling/os/speedtouch.inc.php+1 / -1
+2 added −3 removed filtered activity

💻 r4805 IMPROVE

Tom Laermans 🦔
Move some more MIBs to separate MIB directories, clean up duplicate MIB files, small code tweaks
Files changed (126) +58,527 / -54,274

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

Changed files with action and line counts
Mincludes/discovery/mempools/powerconnect-cpu.inc.php+3 / -2
Mincludes/discovery/processors/powerconnect.inc.php+2 / -2
Mincludes/discovery/sensors/dell-rac-mib.inc.php+2 / -2
Mincludes/discovery/sensors/dell-vendor-mib.inc.php+2 / -2
Mincludes/discovery/sensors/mib-dell-10892.inc.php+15 / -16
Mincludes/discovery/sensors/zyxel-as-mib.inc.php+3 / -3
Mincludes/polling/mempools/dlink.inc.php+3 / -3
Mincludes/polling/mempools/powerconnect-cpu.inc.php+3 / -3
Mincludes/polling/os/dlink.inc.php+3 / -3
Mincludes/polling/os/ies.inc.php+2 / -2
Mincludes/polling/os/powerconnect.inc.php+4 / -4
Mincludes/polling/os/radlan.inc.php+4 / -4
Mincludes/polling/os/unix.inc.php+2 / -2
Mincludes/polling/os/windows.inc.php+3 / -3
Mincludes/polling/processors/powerconnect.inc.php+2 / -2
Dmibs/DELL-RAC-MIB+0 / -1,222
Dmibs/DLINK-AGENT-GENERAL-MIB+0 / -1,378
Dmibs/DLINK-EQUIPMENT-MIB+0 / -343
Dmibs/DLINK-ID-REC-MIB+0 / -26
Dmibs/DLINK-SINGLE-IP-MIB+0 / -640
Dmibs/Dell-Vendor-MIB+0 / -468
Dmibs/Foundry-MPLS-MIB+0 / -699
Dmibs/MIB-DELL-10892+0 / -14,696
Dmibs/WATCHGUARD-CLIENT-MIB+0 / -313
Dmibs/WATCHGUARD-HA-MIB+0 / -372
Dmibs/WATCHGUARD-INFO-SYSTEM-MIB+0 / -50
Dmibs/WATCHGUARD-IPSEC-ENDPOINT-PAIR-MIB+0 / -448
Dmibs/WATCHGUARD-IPSEC-SA-MON-MIB-EXT+0 / -1,968
Dmibs/WATCHGUARD-IPSEC-TUNNEL-MIB+0 / -563
Dmibs/WATCHGUARD-MIB+0 / -31
+53 added −53 removed filtered activity

💻 r4804

Adam Armstrong 🐸
cleanups to html/pages/devices/health/ pages
Files changed (5) +47 / -21
Changed files with action and line counts
Mhtml/pages/device/health/diskio.inc.php+8 / -5
Mhtml/pages/device/health/mempool.inc.php+10 / -2
Mhtml/pages/device/health/processor.inc.php+9 / -2
Mhtml/pages/device/health/sensors.inc.php+15 / -6
Mhtml/pages/device/health/storage.inc.php+5 / -6
+47 added −21 removed filtered activity

💻 r4803 IMPROVE

Tom Laermans 🦔
Move RADLAN MIBs to separate MIB dir, small code tweaks
Files changed (70) +26,385 / -25,395

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

Changed files with action and line counts
Mincludes/discovery/processors/radlan.inc.php+2 / -2
Mincludes/discovery/sensors/radlan-hwenviroment.inc.php+2 / -2
Mincludes/polling/os/radlan.inc.php+16 / -5
Dmibs/HUAWEI-MIB+0 / -374
Dmibs/RADLAN-AAA+0 / -2,195
Dmibs/RADLAN-BaudRate-MIB+0 / -70
Dmibs/RADLAN-COPY-MIB+0 / -564
Dmibs/RADLAN-DNSCL-MIB+0 / -221
Dmibs/RADLAN-File+0 / -197
Dmibs/RADLAN-HWENVIROMENT+0 / -204
Dmibs/RADLAN-IP+0 / -844
Dmibs/RADLAN-LLDP-MIB+0 / -35
Dmibs/RADLAN-LOCALIZATION-MIB+0 / -72
Dmibs/RADLAN-MAC-BASE-PRIO+0 / -248
Dmibs/RADLAN-MIB+0 / -6,370
Dmibs/RADLAN-MNGINF-MIB+0 / -179
Dmibs/RADLAN-PHY-MIB+0 / -218
Dmibs/RADLAN-Physicaldescription-MIB+0 / -1,081
Dmibs/RADLAN-QOS-CLI-MIB+0 / -2,876
Dmibs/RADLAN-QOS-SERV+0 / -1,292
Dmibs/RADLAN-RMON+0 / -325
Dmibs/RADLAN-SENSORENTMIB+0 / -87
Dmibs/RADLAN-SNMP-MIB+0 / -136
Dmibs/RADLAN-SNMPv2+0 / -504
Dmibs/RADLAN-SSH-MIB+0 / -552
Dmibs/RADLAN-SSL+0 / -377
Dmibs/RADLAN-STACK-MIB+0 / -95
Dmibs/RADLAN-SYSLOG-MIB+0 / -398
Dmibs/RADLAN-TIMESYNCHRONIZATION-MIB+0 / -862
Dmibs/RADLAN-Tuning+0 / -1,571
+20 added −9 removed filtered activity

💻 r4802 FIX

Tom Laermans 🦔
Remove quotes from Ironware serial number, move foundry MIBS to separate MIB directory
Files changed (63) +49,191 / -48,469

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

Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+1 / -1
Mincludes/discovery/mempools/ironware-dyn.inc.php+1 / -1
Mincludes/discovery/processors/ironware.inc.php+2 / -2
Mincludes/discovery/sensors/foundry-sn-agent-mib.inc.php+1 / -1
Mincludes/polling/mempools/ironware-dyn.inc.php+2 / -2
Mincludes/polling/os/ironware.inc.php+1 / -1
Mincludes/snmp.inc.php+3 / -3
Dmibs/FOUNDRY-BFD-STD-MIB+0 / -845
Dmibs/FOUNDRY-CAR-MIB+0 / -371
Dmibs/FOUNDRY-LAG-MIB+0 / -285
Dmibs/FOUNDRY-MAC-VLAN-MIB+0 / -256
Dmibs/FOUNDRY-SN-AGENT-MIB+0 / -6,400
Dmibs/FOUNDRY-SN-APPLETALK-MIB+0 / -763
Dmibs/FOUNDRY-SN-ARP-GROUP-MIB+0 / -107
Dmibs/FOUNDRY-SN-BGP4-GROUP-MIB+0 / -3,099
Dmibs/FOUNDRY-SN-CAM-MIB+0 / -489
Dmibs/FOUNDRY-SN-IGMP-MIB+0 / -203
Dmibs/FOUNDRY-SN-IP-ACL-MIB+0 / -1,512
Dmibs/FOUNDRY-SN-IP-MIB+0 / -5,159
Dmibs/FOUNDRY-SN-IP-VRRP-MIB+0 / -1,138
Dmibs/FOUNDRY-SN-IPX-MIB+0 / -1,347
Dmibs/FOUNDRY-SN-MAC-AUTHENTICATION-MIB+0 / -247
Dmibs/FOUNDRY-SN-MRP-MIB+0 / -342
Dmibs/FOUNDRY-SN-NOTIFICATION-MIB+0 / -3,052
Dmibs/FOUNDRY-SN-OSPF-GROUP-MIB+0 / -3,405
Dmibs/FOUNDRY-SN-POS-GROUP-MIB+0 / -1,020
Dmibs/FOUNDRY-SN-ROOT-MIB+0 / -1,228
Dmibs/FOUNDRY-SN-ROUTER-TRAP-MIB+0 / -419
Dmibs/FOUNDRY-SN-STACKING-MIB+0 / -418
Dmibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB+0 / -4,577
+11 added −11 removed filtered activity

💻 r4801 FIX

Tom Laermans 🦔
Fix missing include when debugging API
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/api/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4800 IMPROVE

Tom Laermans 🦔
Move Senao/Engenius MIBs to separate MIB directory, rewrite Engenius OS poller using MIB names
Files changed (11) +3,718 / -3,539
Changed files with action and line counts
Mincludes/polling/os/engenius.inc.php+17 / -7
Mincludes/polling/wifi.inc.php+1 / -1
Dmibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB+0 / -1,014
Dmibs/SENAO-EOR7550-MIB+0 / -1,388
Dmibs/SENAO-WLAN-AP-MIB+0 / -636
Dmibs/SENAO-WLAN-CB-MIB+0 / -493
Amibs/senao non-text+0 / -0
Amibs/senao/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB+1,040 / -0
Amibs/senao/SENAO-EOR7550-MIB+1,415 / -0
Amibs/senao/SENAO-WLAN-AP-MIB+697 / -0
Amibs/senao/SENAO-WLAN-CB-MIB+548 / -0
+18 added −8 removed filtered activity

💻 r4799

Tom Laermans 🦔
Move AKCP sensorprobe MIB to separate MIB directory
Files changed (5) +22,586 / -22,449
Changed files with action and line counts
Mincludes/discovery/sensors/spagent-mib.inc.php+3 / -3
Mincludes/polling/os/sensorprobe.inc.php+14 / -3
Dmibs/SPAGENT-MIB+0 / -22,443
Amibs/akcp non-text+0 / -0
Amibs/akcp/SPAGENT-MIB+22,569 / -0
+17 added −6 removed filtered activity

💻 r4798 IMPROVE

Mike Stupalov 🐱
Update support for Cisco Small Bussines devices. Update CISCOSB MIBs. Small fix Q-BRIDGE staff.
Files changed (203) +77,589 / -52,021

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

Changed files with action and line counts
Ahtml/images/os/ciscosb.png+1 / -0
Mhtml/includes/print-interface.inc.php+73 / -76
Mincludes/definitions/os.inc.php+6 / -2
Mincludes/discovery/ports-stack.inc.php+20 / -12
Aincludes/discovery/processors/ciscosb.inc.php+24 / -0
Aincludes/discovery/sensors/ciscosb-mib.inc.php+17 / -0
Mincludes/discovery/vlans.inc.php+31 / -11
Mincludes/discovery/vlans/q-bridge-mib.inc.php+34 / -3
Aincludes/polling/os/ciscosb.inc.php+33 / -0
Mincludes/polling/ports.inc.php+27 / -16
Dmibs/CISCOSB-1-BONJOUR-SERVICE-MIB+0 / -115
Dmibs/CISCOSB-3SW2SWTABLES-MIB+0 / -37
Dmibs/CISCOSB-AAA+0 / -2,990
Dmibs/CISCOSB-BANNER-MIB+0 / -174
Dmibs/CISCOSB-BONJOUR-MIB+0 / -342
Dmibs/CISCOSB-BRGMACSWITCH-MIB+0 / -160
Dmibs/CISCOSB-BRIDGE-SECURITY+0 / -862
Dmibs/CISCOSB-BRIDGEMIBOBJECTS-MIB+0 / -1,892
Dmibs/CISCOSB-BaudRate-MIB+0 / -78
Dmibs/CISCOSB-CDB-MIB+0 / -47
Dmibs/CISCOSB-CDP-MIB+0 / -817
Dmibs/CISCOSB-CLI-MIB+0 / -304
Dmibs/CISCOSB-COPY-MIB+0 / -1,132
Dmibs/CISCOSB-CPU-COUNTERS-MIB+0 / -164
Dmibs/CISCOSB-DEBUGCAPABILITIES-MIB+0 / -47
Dmibs/CISCOSB-DEVICEPARAMS-MIB+0 / -759
Dmibs/CISCOSB-DHCP-MIB+0 / -932
Dmibs/CISCOSB-DHCPCL-MIB+0 / -410
Dmibs/CISCOSB-DNSCL-MIB+0 / -867
Dmibs/CISCOSB-DOT1X-MIB+0 / -1,111
+265 added −120 removed filtered activity

💻 r4797

Mike Stupalov 🐱
[OBSERVIUM-575] Fixed reset to NULL ports data OIDs.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4796 FIX

Mike Stupalov 🐱
APC rPDU2 limits and sensors fixes.
Files changed (1) +11 / -8
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+11 / -8
+11 added −8 removed filtered activity

💻 r4795

Tom Laermans 🦔
add apparent power sensor type
Files changed (6) +58 / -6
Changed files with action and line counts
Ahtml/includes/graphs/sensor/apower.inc.php+27 / -0
Ahtml/includes/graphs/sensor/pressure.inc.php+27 / -0
Mhtml/includes/navbar.inc.php+1 / -1
Mincludes/definitions.inc.php+2 / -1
Mincludes/functions.php+0 / -1
Mincludes/rewrites.php+1 / -3
+58 added −6 removed filtered activity

💻 r4794 ADD

Tom Laermans 🦔
Add support for Lexmark laser printers
Files changed (3) +12 / -0
Changed files with action and line counts
Ahtml/images/os/lexmark.png+1 / -0
Mhtml/includes/functions.inc.php+1 / -0
Mincludes/definitions/os.inc.php+10 / -0
+11 added 0 removed filtered activity

💻 r4793 FIX

Tom Laermans 🦔
Fix XUPS-MIB output and bypass phase discovery
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/sensors/xups-mib.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4792 FIX

Tom Laermans 🦔
Correct headings on Health | Toner page
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/health/toner.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4791 FIX

Tom Laermans 🦔
Check for bypass availability in UPS-MIB sensor discovery, also add battery runtime for UPS-MIB
Files changed (1) +48 / -35
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+48 / -35
+48 added −35 removed filtered activity

💻 r4790 FIX

Tom Laermans 🦔
Fix UPS-MIB battery voltage being reported as current
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r4789 FIX

Tom Laermans 🦔
Correctly name UPS-MIB Bypass sesors instead of calling them Output; add NetMan-PLUS MIB (not currently used)
Files changed (2) +792 / -0
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+2 / -0
Amibs/NetmanPlus-MIB+790 / -0
+2 added 0 removed filtered activity

💻 r4788

Mike Stupalov 🐱
Added some DB indexes.
Files changed (1) +4 / -0
Changed files with action and line counts
Aupdate/110.sql+4 / -0
0 added 0 removed filtered activity

💻 r4787 FIX

Tom Laermans 🦔
Fix broken mysql (and possibly other?) graph pages when coming from navbar, without instance=, default value was wrong
Files changed (2) +4 / -5
Changed files with action and line counts
Mhtml/pages/device/apps.inc.php+2 / -4
Mhtml/pages/device/edit/device.inc.php+2 / -1
+4 added −5 removed filtered activity

💻 r4786 IMPROVEMENT

Tom Laermans 🦔
Only discover libvirt VMs when the virtual machine is in running state
Files changed (3) +2 / -3
Changed files with action and line counts
Mhtml/pages/device/vm.inc.php+1 / -1
Mincludes/discovery/libvirt-vminfo.inc.php+1 / -1
Mincludes/discovery/sensors/spagent-mib.inc.php+0 / -1
+2 added −3 removed filtered activity

💻 r4785

Tom Laermans 🦔
small fix to previous commit
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/spagent-mib.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4784

Tom Laermans 🦔
add fahrenheit support for SPAGENT-MIB (akcp sensorprobe, minkels rms)
Files changed (1) +13 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/spagent-mib.inc.php+13 / -1
+13 added −1 removed filtered activity

💻 r4783

Tom Laermans 🦔
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.
Files changed (9) +121 / -52
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+10 / -10
Mhtml/includes/print/device.inc.php+1 / -1
Mhtml/pages/device/edit/ipmi.inc.php+53 / -14
Mincludes/common.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions.inc.php+13 / -6
Mincludes/discovery/sensors/lcos-mib.inc.php+1 / -1
Mincludes/polling/functions.inc.php+20 / -14
Mincludes/polling/ipmi.inc.php+21 / -4
+121 added −52 removed filtered activity

💻 r4782 ADD

Adam Armstrong 🐸
add support for /root/.my.cnf to agent MySQL script
Files changed (1) +13 / -0
Changed files with action and line counts
Mscripts/agent-local/mysql.cnf+13 / -0
+13 added 0 removed filtered activity

💻 r4781 FIX

Adam Armstrong 🐸
don't set separator in lcos code, just throw away that element.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os/lcos.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4780 ADD

Adam Armstrong 🐸
Add support for LANCOM devices, including temperature sensor #OBSERVIUM-587
Files changed (7) +71,186 / -16
Changed files with action and line counts
Ahtml/images/os/lcos.png+1 / -0
Mhtml/pages/front/default.php+16 / -16
Mincludes/definitions/os.inc.php+6 / -0
Aincludes/discovery/os/lcos.inc.php+8 / -0
Aincludes/discovery/sensors/lcos-mib.inc.php+10 / -0
Aincludes/polling/os/lcos.inc.php+9 / -0
Amibs/LCOS-MIB+71,136 / -0
+49 added −16 removed filtered activity

💻 r4779

Tom Laermans 🦔
Show device description on device overview page; small code cleanup, htmlspecialchars all device- and user-supplied variables
Files changed (1) +22 / -16
Changed files with action and line counts
Mhtml/pages/device/overview/information.inc.php+22 / -16
+22 added −16 removed filtered activity

💻 r4778 FIX

Mike Stupalov 🐱
Check device duplicates by both snmpEngineID and sysName (hohoho).
Files changed (1) +37 / -12
Changed files with action and line counts
Mincludes/functions.php+37 / -12
+37 added −12 removed filtered activity

💻 r4777 FIX

Mike Stupalov 🐱
Increased the size of 'snmpEngineID'.
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/109.sql+1 / -0
0 added 0 removed filtered activity

💻 r4776 IMPROVE

Mike Stupalov 🐱
'snmpEngineID' is added. Verify uniqueness of the device by 'snmpEngineID' instead 'sysName'.
Files changed (5) +54 / -32
Changed files with action and line counts
Mincludes/functions.php+12 / -8
Mincludes/polling/functions.inc.php+2 / -2
Mincludes/polling/system.inc.php+24 / -22
Mincludes/snmp.inc.php+15 / -0
Aupdate/108.sql+1 / -0
+53 added −32 removed filtered activity

💻 r4775 ADD

Mike Stupalov 🐱
Added simple functions to convert Fahrenheit <> Celsius units: f2c(), c2f().
Files changed (2) +21 / -11
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+3 / -4
Mincludes/functions.php+18 / -7
+21 added −11 removed filtered activity

💻 r4774 FIX

Mike Stupalov 🐱
More checks APC sensors.
Files changed (1) +120 / -84
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+120 / -84
+120 added −84 removed filtered activity

💻 r4773

Mike Stupalov 🐱
[OBSERVIUM-588] Added support for older APC sensors. Support Fahrenheit unit for temperature sensors.
Files changed (4) +180 / -76
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/discovery/sensors/powernet-mib.inc.php+174 / -71
Mincludes/polling/functions.inc.php+3 / -1
Mincludes/rrdtool.inc.php+1 / -2
+180 added −76 removed filtered activity

💻 r4772 FIX

Mike Stupalov 🐱
More accurate 'ifLastChange' calculation.
Files changed (2) +11 / -4
Changed files with action and line counts
Mincludes/polling/ports.inc.php+6 / -3
Mincludes/polling/system.inc.php+5 / -1
+11 added −4 removed filtered activity

💻 r4771 FIX

Mike Stupalov 🐱
Also run 'unix-agent' poller module before all other.
Files changed (1) +38 / -30
Changed files with action and line counts
Mincludes/polling/functions.inc.php+38 / -30
+38 added −30 removed filtered activity

💻 r4770 FIX

Mike Stupalov 🐱
F. port 'ignore'.
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/polling/ports.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r4769 CHANGE

Mike Stupalov 🐱
Ports use 'ifLastChange' from SNMP poll instead SQL 'ON UPDATE'.
Files changed (3) +38 / -9
Changed files with action and line counts
Mincludes/polling/ports.inc.php+31 / -4
Mincludes/polling/system.inc.php+6 / -5
Aupdate/107.sql+1 / -0
+37 added −9 removed filtered activity

💻 r4768 FIX

Mike Stupalov 🐱
F. module 'system' first.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4767 IMPROVE

Mike Stupalov 🐱
Polling modules 'os', 'system' can not be disabled and always running before all other modules.
Files changed (2) +29 / -10
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -2
Mincludes/polling/functions.inc.php+26 / -8
+29 added −10 removed filtered activity

💻 r4766 ADD

Adam Armstrong 🐸
Add os type, icon and basic discovery/polling for BTI 7000 series.
Files changed (9) +70,777 / -0
Changed files with action and line counts
Ahtml/images/os/bti.png+1 / -0
Mincludes/definitions/os.inc.php+8 / -0
Aincludes/polling/os/bti7000.inc.php+9 / -0
Amibs/bti non-text+0 / -0
Amibs/bti/bti-oid.my+104 / -0
Amibs/bti/bti-ol.my+5,681 / -0
Amibs/bti/bti-tc.my+2,249 / -0
Amibs/bti/bti7000.my+48,014 / -0
Amibs/bti/packetvx-bridge.my+14,711 / -0
+17 added 0 removed filtered activity

💻 r4765 FIX

Mike Stupalov 🐱
'$GLOBALS' not '$GLOBAL'
Files changed (2) +7 / -7
Changed files with action and line counts
Mincludes/common.php+6 / -6
Mincludes/functions.php+1 / -1
+7 added −7 removed filtered activity

💻 r4764 FIX

Mike Stupalov 🐱
'devices' table uses column 'ignore' (not 'ignored').
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4763 FIX

Mike Stupalov 🐱
Also ignore ports for ignored devices.
Files changed (2) +17 / -3
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+6 / -0
Mhtml/includes/functions.inc.php+11 / -3
+17 added −3 removed filtered activity

💻 r4762

Tom Laermans 🦔
fix freeradius app graph list
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/apps.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4761

Mike Stupalov 🐱
[OBSERVIUM-584] Small change for auto-zoom.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r4760 FIX

Mike Stupalov 🐱
Don't show port down status for ignored and not polled ports.
Files changed (2) +13 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+5 / -0
Mhtml/includes/functions.inc.php+8 / -2
+13 added −2 removed filtered activity

💻 r4759 FIX

Adam Armstrong 🐸
remove bottom border from h3/4/5 tags inside alert boxes
Files changed (2) +5 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/alerts.less+4 / -1
0 added 0 removed filtered activity

💻 r4758 FIX

Mike Stupalov 🐱
Include entities functions for graphs.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/graph.php+2 / -1
+2 added −1 removed filtered activity

💻 r4757 IMPROVE

Mike Stupalov 🐱
Added port permissions to function generate_query_permitted(). Use generate_query_permitted() and $cache on pages instead JOINs.
Files changed (16) +352 / -377
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+54 / -22
Mhtml/includes/functions.inc.php+90 / -40
Mhtml/includes/print/addresses.inc.php+4 / -17
Mhtml/includes/print/arptable.inc.php+37 / -55
Mhtml/includes/print/events.inc.php+6 / -4
Mhtml/includes/print/fdbtable.inc.php+20 / -32
Mhtml/includes/print/mac_addresses.inc.php+13 / -25
Mhtml/includes/print/status.inc.php+45 / -77
Mhtml/includes/print/syslogs.inc.php+14 / -28
Mhtml/pages/eventlog.inc.php+4 / -4
Mhtml/pages/search/arp.inc.php+12 / -13
Mhtml/pages/search/fdb.inc.php+11 / -12
Mhtml/pages/search/ipv4.inc.php+4 / -4
Mhtml/pages/search/ipv6.inc.php+4 / -4
Mhtml/pages/search/mac.inc.php+4 / -4
Mhtml/pages/syslog.inc.php+30 / -36
+352 added −377 removed filtered activity

💻 r4756 ADD

Adam Armstrong 🐸
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.
Files changed (6) +87 / -6
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
Ahtml/includes/graphs/global/poller_time.inc.php+39 / -0
Ahtml/includes/graphs/global/poller_time_separate.inc.php+39 / -0
Mhtml/includes/print/search_simple.inc.php+3 / -3
Mhtml/pages/device/edit.inc.php+1 / -0
Mincludes/defaults.inc.php+3 / -1
+87 added −6 removed filtered activity

💻 r4755

Adam Armstrong 🐸
add ability to select arbitrary dates for graphs on /devices/
Files changed (3) +49 / -8
Changed files with action and line counts
Mhtml/pages/devices.inc.php+39 / -2
Mhtml/pages/devices/graphs.inc.php+3 / -2
Mhtml/pages/graphs.inc.php+7 / -4
+49 added −8 removed filtered activity

💻 r4754 IMPROVE

Adam Armstrong 🐸
Move around entity handling code to improve alert generation (now get ifAlias and BGP AS description in emails)
Files changed (8) +265 / -182
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -50
Mhtml/includes/print/alert.inc.php+1 / -1
Mincludes/alerts.inc.php+4 / -9
Mincludes/common.php+1 / -48
Mincludes/definitions/entities.inc.php+1 / -3
Aincludes/entities.inc.php+250 / -0
Mincludes/functions.php+1 / -71
Mincludes/rewrites.php+6 / -0
+265 added −182 removed filtered activity

💻 r4753

Mike Stupalov 🐱
[OBSERVIUM-579] Filter syslog priorities on frontpage.
Files changed (2) +2 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
Mincludes/defaults.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r4752 FIX

Adam Armstrong 🐸
Add RHEL/CentOS information to poller-wrapper errors and info
Files changed (1) +6 / -3
Changed files with action and line counts
Mpoller-wrapper.py+6 / -3
+6 added −3 removed filtered activity

💻 r4751 FIX

Adam Armstrong 🐸
device/OSPF page fixes from Sander.
Files changed (1) +4 / -1
Changed files with action and line counts
Mhtml/pages/device/routing/ospf.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r4750 FIX

Mike Stupalov 🐱
Do not notify "device reboted" if current device uptime more than month.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/system.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4749 IMPROVE

Mike Stupalov 🐱
Updated sensors discovery for ServerTech Sentry3.
Files changed (4) +733 / -270
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Mincludes/discovery/sensors/sentry3-mib.inc.php+107 / -164
Mincludes/polling/os/sentry3.inc.php+1 / -2
Mmibs/Sentry3-MIB+624 / -104
+109 added −166 removed filtered activity

💻 r4748 FIX

Mike Stupalov 🐱
Fixed ports SQL query.
Files changed (1) +4 / -5
Changed files with action and line counts
Mincludes/polling/ports.inc.php+4 / -5
+4 added −5 removed filtered activity

💻 r4747 FIX

Adam Armstrong 🐸
avoid redeclaration of function by using include_once
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4746 FIX

Tom Laermans 🦔
Only set Arista sensor thresholds when they are available through SNMP, patch by Bill Fenner
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/entity-sensor.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4745 FIX

Adam Armstrong 🐸
fix bug in ntpd application
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/applications/ntpd.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4744 DEBUG

Mike Stupalov 🐱
Updated ports polling debug.
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/polling/ports.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r4743 FIX

Adam Armstrong 🐸
return never polled for uptime if the last polled time is zero.
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/common.php+3 / -0
+3 added 0 removed filtered activity

💻 r4742

Adam Armstrong 🐸
remove russian white space
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/discovery/cisco-pw.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r4741

Adam Armstrong 🐸
spaces, spaces, adios spaces
Files changed (1) +0 / -1
Changed files with action and line counts
Mupdate/106.sql+0 / -1
0 added 0 removed filtered activity

💻 r4740

Mike Stupalov 🐱
Small auto-zoom change.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r4739 FIX

Mike Stupalov 🐱
Fixed cisco pseudowires (discovery only).
Files changed (2) +58 / -21
Changed files with action and line counts
Mincludes/discovery/cisco-pw.inc.php+55 / -21
Aupdate/106.sql+3 / -0
+55 added −21 removed filtered activity

💻 r4738 IMPROVE

Mike Stupalov 🐱
Update Cisco Pseudowires discovery.
Files changed (1) +36 / -32
Changed files with action and line counts
Mincludes/discovery/cisco-pw.inc.php+36 / -32
+36 added −32 removed filtered activity

💻 r4737 IMPROVE

Mike Stupalov 🐱
Moved from foreach loop 'port_descr_parser' file inclusion.
Files changed (2) +51 / -23
Changed files with action and line counts
Mincludes/polling/ports.inc.php+28 / -5
Mincludes/port-descr-parser.inc.php+23 / -18
+51 added −23 removed filtered activity

💻 r4736 FIX

Mike Stupalov 🐱
Optimize function formatUptime(), fix for zero uptime.
Files changed (2) +25 / -44
Changed files with action and line counts
Mhtml/pages/pollerlog.inc.php+2 / -2
Mincludes/common.php+23 / -42
+25 added −44 removed filtered activity

💻 r4735 FIX

Mike Stupalov 🐱
Caching sensors during polling.
Files changed (3) +105 / -88
Changed files with action and line counts
Mincludes/definitions.inc.php+5 / -77
Aincludes/definitions/sensors.inc.php+95 / -0
Mincludes/polling/sensors.inc.php+5 / -11
+105 added −88 removed filtered activity

💻 r4734 IMPROVE

Mike Stupalov 🐱
Optimized polling in many cases (fdb-tables, bgp, ospf and speedup for non-cisco devices).
Files changed (6) +208 / -158
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+84 / -96
Mincludes/polling/fdb-table.inc.php+43 / -26
Mincludes/polling/functions.inc.php+35 / -2
Mincludes/polling/ospf.inc.php+33 / -30
Mincludes/polling/ports.inc.php+5 / -1
Mincludes/snmp.inc.php+8 / -3
+208 added −158 removed filtered activity

💻 r4733 FIX

Adam Armstrong 🐸
check memcached host has a colon in it to verify validity.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4732 FIX

Tom Laermans 🦔
Only update OS data if we have run the OS polling module
Files changed (1) +13 / -8
Changed files with action and line counts
Mincludes/polling/functions.inc.php+13 / -8
+13 added −8 removed filtered activity

💻 r4731 FIX

Adam Armstrong 🐸
drop bill_port_in_data and bill_port_out_data, unused tables for quite some time.
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/105.sql+2 / -0
0 added 0 removed filtered activity

💻 r4730 FIX

Adam Armstrong 🐸
don't update per-port data for billing. Will delete these tables soon.
Files changed (1) +3 / -2
Changed files with action and line counts
Mpoll-billing.php+3 / -2
+3 added −2 removed filtered activity

💻 r4729 UPDATE

Mike Stupalov 🐱
Allow seconds as value in timeticks_to_sec.
Files changed (1) +12 / -5
Changed files with action and line counts
Mincludes/common.php+12 / -5
+12 added −5 removed filtered activity

💻 r4728 FIX

Adam Armstrong 🐸
RRD file creation for powerdns-recursor application OBSERVIUM-568
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/applications/powerdns-recursor.inc.php+1 / -1
+1 added −1 removed filtered activity

October 2013

💻 r4727 FIX

Mike Stupalov 🐱
Small google geocoding regress (from r4725).
Files changed (1) +12 / -10
Changed files with action and line counts
Mincludes/geolocation.inc.php+12 / -10
+12 added −10 removed filtered activity

💻 r4726 FIX

Mike Stupalov 🐱
Use geographical center, instead of average values coordinates.
Files changed (1) +8 / -7
Changed files with action and line counts
Mhtml/pages/front/default.php+8 / -7
+8 added −7 removed filtered activity

💻 r4725 FIX

Mike Stupalov 🐱
More exact determination of coordinates, if first element of the address is a business name. (for geo-api: google)
Files changed (2) +23 / -11
Changed files with action and line counts
Mincludes/geolocation.inc.php+18 / -9
Mincludes/polling/system.inc.php+5 / -2
+23 added −11 removed filtered activity

💻 r4724 FIX

Adam Armstrong 🐸
move rrd_strip_quotes to rrd includes. rrdtool_file_info changed to use config location of rrdtool. OBSERVIUM-541
Files changed (2) +51 / -52
Changed files with action and line counts
Mhtml/includes/collectd/functions.php+0 / -13
Mincludes/rrdtool.inc.php+51 / -39
+51 added −52 removed filtered activity

💻 r4723 FIX

Adam Armstrong 🐸
Replace db-only api authentication to use existing auth modules. OBSERVIUM-521
Files changed (1) +32 / -10
Changed files with action and line counts
Mhtml/includes/api/functions.inc.php+32 / -10
+32 added −10 removed filtered activity

💻 r4722 FIX

Adam Armstrong 🐸
Don't use bulkget. Seems it crashes a lot of SNMP stacks.
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/snmp.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4721 ADD

Adam Armstrong 🐸
Display in debug output if graphs are authenticated by bypass or by cidr
Files changed (1) +5 / -4
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+5 / -4
+5 added −4 removed filtered activity

💻 r4720 FIX

Adam Armstrong 🐸
be stricter in type/subtype regexp. output error on invalid types.
Files changed (1) +11 / -4
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+11 / -4
+11 added −4 removed filtered activity

💻 r4719

Adam Armstrong 🐸
clean up map/location stuff a bit
Files changed (2) +18 / -15
Changed files with action and line counts
Mhtml/pages/front/default.php+17 / -14
Mincludes/definitions/os.inc.php+1 / -1
+18 added −15 removed filtered activity

💻 r4718 FIX

Tom Laermans 🦔
Fix clicking on map locations, patch by Matthias Cramer, fixes OBSERVIUM-564
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r4717

Adam Armstrong 🐸
trapping X, what the fuck :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/js/ref.js+1 / -1
0 added 0 removed filtered activity

💻 r4716

Tom Laermans 🦔
align bill ports in port list infobox
Files changed (1) +5 / -4
Changed files with action and line counts
Mhtml/pages/bill/ports.inc.php+5 / -4
+5 added −4 removed filtered activity

💻 r4715 IMPROVE

Mike Stupalov 🐱
Add auto center and auto zoom for map on frontpage (google-mc).
Files changed (2) +46 / -10
Changed files with action and line counts
Mhtml/pages/front/default.php+39 / -3
Mincludes/defaults.inc.php+7 / -7
+46 added −10 removed filtered activity

💻 r4714 FIX

Mike Stupalov 🐱
Check that a directory of RRD was renamed for renamehost().
Files changed (1) +6 / -2
Changed files with action and line counts
Mincludes/functions.php+6 / -2
+6 added −2 removed filtered activity

💻 r4713

Mike Stupalov 🐱
[*] Use timeticks_to_sec() for uptime.
Files changed (2) +6 / -21
Changed files with action and line counts
Mincludes/common.php+4 / -4
Mincludes/polling/system.inc.php+2 / -17
+6 added −21 removed filtered activity

💻 r4712 FIX

Adam Armstrong 🐸
disable max-rep on crappy juniturds
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4711 FIX

Adam Armstrong 🐸
fix code to enable use of max-reps on snmpbulkwalk and snmpbulkget. Still not default, requires config.snmp.max-rep true.
Files changed (2) +17 / -4
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/snmp.inc.php+16 / -4
+17 added −4 removed filtered activity

💻 r4710

Adam Armstrong 🐸
add port/data
Files changed (1) +7 / -0
Changed files with action and line counts
Ahtml/pages/device/port/data.inc.php+7 / -0
+7 added 0 removed filtered activity

💻 r4709

Adam Armstrong 🐸
add ref variable formatter for debugging and info dumping. add application-list icon for ports/data/
Files changed (6) +3,260 / -103
Changed files with action and line counts
Ahtml/css/ref.css+460 / -0
Mhtml/css/sprite.css+103 / -103
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/js/ref.js+59 / -0
Mhtml/pages/device/port.inc.php+3 / -0
Aincludes/debug/ref.inc.php+2,635 / -0
+2,638 added 0 removed filtered activity

💻 r4708

Adam Armstrong 🐸
add includes/wmi.inc.php
Files changed (1) +127 / -0
Changed files with action and line counts
Aincludes/wmi.inc.php+127 / -0
+127 added 0 removed filtered activity

💻 r4707

Adam Armstrong 🐸
update WMI stuff to 008 [OBSERVIUM-518]
Files changed (6) +64 / -175
Changed files with action and line counts
Mhtml/pages/device/apps/mssql.inc.php+1 / -6
Mhtml/pages/device/apps/mssql/memory.inc.php+53 / -46
Mhtml/pages/device/apps/mssql/processor.inc.php+1 / -1
Mincludes/polling/applications/exchange.inc.php+4 / -1
Mincludes/polling/applications/mssql.inc.php+4 / -1
Mincludes/polling/wmi.inc.php+1 / -120
+64 added −175 removed filtered activity

💻 r4706

Adam Armstrong 🐸
add basic audiocodes mediant detection and icon
Files changed (2) +9 / -0
Changed files with action and line counts
Ahtml/images/os/audiocodes.png+1 / -0
Mincludes/definitions/os.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r4705

Adam Armstrong 🐸
Switch to google-mc map as default, showing entire world.
Files changed (2) +9 / -4
Changed files with action and line counts
Mhtml/pages/front/default.php+3 / -3
Mincludes/defaults.inc.php+6 / -1
+9 added −4 removed filtered activity

💻 r4704 FIX

Mike Stupalov 🐱
There is no graph for unknown subtypes.
Files changed (3) +16 / -8
Changed files with action and line counts
Mhtml/includes/graphs/cefswitching/graph.inc.php+8 / -7
Mhtml/includes/graphs/device/graph.inc.php+2 / -0
Mhtml/includes/graphs/sensor/graph.inc.php+6 / -1
+16 added −8 removed filtered activity

💻 r4703

Mike Stupalov 🐱
timetricks >> timeticks.
Files changed (3) +5 / -5
Changed files with action and line counts
Mincludes/common.php+1 / -1
Mincludes/discovery/sensors/powernet-mib.inc.php+2 / -2
Mincludes/polling/functions.inc.php+2 / -2
+5 added −5 removed filtered activity

💻 r4702 FIX

Mike Stupalov 🐱
Celsius? :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/graph.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4701 ADD

Mike Stupalov 🐱
Added capacity, load and runtime sensors for PowerNet-MIB. Update PowerNet-MIB to 4.0.9.
Files changed (2) +736 / -110
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+47 / -8
Mmibs/PowerNet-MIB+689 / -102
+47 added −8 removed filtered activity

💻 r4700 IMPROVE

Mike Stupalov 🐱
Unification of sensor graphs.
Files changed (15) +133 / -136
Changed files with action and line counts
Dhtml/includes/graphs/device/current.inc.php+0 / -9
Dhtml/includes/graphs/device/dbm.inc.php+0 / -9
Dhtml/includes/graphs/device/fanspeed.inc.php+0 / -9
Dhtml/includes/graphs/device/frequency.inc.php+0 / -9
Ahtml/includes/graphs/device/graph.inc.php+12 / -0
Dhtml/includes/graphs/device/humidity.inc.php+0 / -9
Dhtml/includes/graphs/device/power.inc.php+0 / -9
Dhtml/includes/graphs/device/temperature.inc.php+0 / -9
Dhtml/includes/graphs/device/voltage.inc.php+0 / -9
Mhtml/includes/graphs/graph.inc.php+11 / -1
Mhtml/includes/graphs/sensor/graph.inc.php+11 / -1
Dhtml/includes/graphs/sensor/humidity.inc.php+0 / -27
Ahtml/includes/graphs/sensor/percent.inc.php+27 / -0
Ahtml/includes/graphs/sensor/runtime.inc.php+27 / -0
Mhtml/pages/graphs.inc.php+45 / -35
+133 added −136 removed filtered activity

💻 r4699 ADD

Mike Stupalov 🐱
Function timetricks_to_sec() (converts SNMP timetricks to seconds).
Files changed (1) +15 / -0
Changed files with action and line counts
Mincludes/common.php+15 / -0
+15 added 0 removed filtered activity

💻 r4698 ADD

Mike Stupalov 🐱
New sensor types capacity, runtime (need for UPS and other power devices).
Files changed (3) +29 / -6
Changed files with action and line counts
Mincludes/definitions.inc.php+5 / -0
Mincludes/polling/functions.inc.php+13 / -2
Mincludes/rewrites.php+11 / -4
+29 added −6 removed filtered activity

💻 r4697 FIX

Mike Stupalov 🐱
Allow separated warn (high/low) limits.
Files changed (1) +8 / -12
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+8 / -12
+8 added −12 removed filtered activity

💻 r4696 FIX

Mike Stupalov 🐱
Correct limits for Current sensors in PowerNet-MIB.
Files changed (1) +15 / -14
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+15 / -14
+15 added −14 removed filtered activity

💻 r4695

Tom Laermans 🦔
Minor PowerNet-MIB cleanups, add Netbotz 200 support from OBSERVIUM-544
Files changed (4) +86 / -67,633
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+37 / -2
Mincludes/polling/os/apc.inc.php+49 / -33
Dmibs/apc non-text+0 / -0
Dmibs/apc/powernet.mib+0 / -67,598
+86 added −35 removed filtered activity

💻 r4694

Tom Laermans 🦔
All sensor discovery migrated to new MIB-based system
Files changed (22) +349 / -294
Changed files with action and line counts
Aattic/adva.inc.php+91 / -0
Aattic/observernms-custom.inc.php+26 / -0
Mincludes/definitions/os.inc.php+6 / -0
Mincludes/discovery/sensors.inc.php+0 / -3
Aincludes/discovery/sensors/alcatel-ind1-health-mib.inc.php+25 / -0
Aincludes/discovery/sensors/f10-c-series-chassis-mib.inc.php+36 / -0
Aincludes/discovery/sensors/f10-chassis-mib.inc.php+39 / -0
Aincludes/discovery/sensors/f10-s-series-chassis-mib.inc.php+36 / -0
Mincludes/discovery/sensors/nscrtv-root.inc.php+8 / -2
Aincludes/discovery/sensors/oadwdm-mib.inc.php+43 / -0
Aincludes/discovery/sensors/s5-chassis-mib.inc.php+39 / -0
Dincludes/discovery/temperatures non-text+0 / -0
Dincludes/discovery/temperatures/DEPRECATED+0 / -1
Dincludes/discovery/temperatures/adva.inc.php+0 / -89
Dincludes/discovery/temperatures/aos-device.inc.php+0 / -17
Dincludes/discovery/temperatures/avaya-ers.inc.php+0 / -25
Dincludes/discovery/temperatures/ftos-c-series.inc.php+0 / -26
Dincludes/discovery/temperatures/ftos-e-series.inc.php+0 / -31
Dincludes/discovery/temperatures/ftos-s-series.inc.php+0 / -27
Dincludes/discovery/temperatures/jdsu-edfa.inc.php+0 / -13
Dincludes/discovery/temperatures/mrvld.inc.php+0 / -34
Dincludes/discovery/temperatures/observernms-custom.inc.php+0 / -26
+232 added −294 removed filtered activity

💻 r4693

Tom Laermans 🦔
Move FOUNDRY-SN-AGENT-MIB temperature discovery to unified discovery system
Files changed (6) +53 / -43
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Dincludes/discovery/power non-text+0 / -0
Dincludes/discovery/power/DEPRECATED+0 / -1
Mincludes/discovery/sensors.inc.php+0 / -3
Aincludes/discovery/sensors/foundry-sn-agent-mib.inc.php+52 / -0
Dincludes/discovery/temperatures/ironware.inc.php+0 / -39
+53 added −43 removed filtered activity

💻 r4692

Tom Laermans 🦔
Move jdsu-edfa dbm sensors into NSCRTV-ROOT mib discovery
Files changed (7) +11 / -26
Changed files with action and line counts
Dincludes/discovery/current non-text+0 / -0
Dincludes/discovery/current/DEPRECATED+0 / -1
Dincludes/discovery/dbm non-text+0 / -0
Dincludes/discovery/dbm/DEPRECATED+0 / -1
Dincludes/discovery/dbm/jdsu-edfa.inc.php+0 / -18
Mincludes/discovery/sensors.inc.php+0 / -6
Mincludes/discovery/sensors/nscrtv-root.inc.php+11 / -0
+11 added −26 removed filtered activity

💻 r4691

Tom Laermans 🦔
Consolidate FOUNDRY-SN-SWITCH-GROUP-MIB sensor discovery
Files changed (5) +95 / -99
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Dincludes/discovery/current/brocade-dom.inc.php+0 / -28
Dincludes/discovery/dbm/brocade-dom.inc.php+0 / -44
Aincludes/discovery/sensors/foundry-sn-switch-group-mib.inc.php+94 / -0
Dincludes/discovery/temperatures/brocade-dom.inc.php+0 / -27
+95 added −99 removed filtered activity

💻 r4690

Tom Laermans 🦔
Consolidate NETBOTZV2-MIB sensor discovery
Files changed (8) +77 / -64
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Dincludes/discovery/humidity non-text+0 / -0
Dincludes/discovery/humidity/DEPRECATED+0 / -1
Dincludes/discovery/humidity/netbotz.inc.php+0 / -30
Mincludes/discovery/sensors.inc.php+1 / -4
Mincludes/discovery/sensors/carel-ug40cdz-mib.inc.php+11 / -0
Aincludes/discovery/sensors/netbotzv2-mib.inc.php+64 / -0
Dincludes/discovery/temperatures/netbotz.inc.php+0 / -29
+77 added −64 removed filtered activity

💻 r4689

Tom Laermans 🦔
Consolidate CAREL-ug40cdz-MIB sensor discovery
Files changed (4) +89 / -100
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Dincludes/discovery/humidity/pcoweb.inc.php+0 / -40
Aincludes/discovery/sensors/carel-ug40cdz-mib.inc.php+88 / -0
Dincludes/discovery/temperatures/pcoweb.inc.php+0 / -60
+89 added −100 removed filtered activity

💻 r4688

Tom Laermans 🦔
complete powernet index migration for UPS in/out as well
Files changed (1) +29 / -14
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+29 / -14
+29 added −14 removed filtered activity

💻 r4687

Tom Laermans 🦔
correctly salvage old rrd for pdu input voltage
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/powernet-mib.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4686

Tom Laermans 🦔
2 updates that needed to go in with r4685
Files changed (2) +14 / -4
Changed files with action and line counts
Mincludes/definitions.inc.php+8 / -0
Mincludes/snmp.inc.php+6 / -4
+14 added −4 removed filtered activity

💻 r4685 REWRITE

Tom Laermans 🦔
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.
Files changed (13) +933 / -846
Changed files with action and line counts
Dincludes/discovery/current/apc.inc.php+0 / -328
Dincludes/discovery/frequencies non-text+0 / -0
Dincludes/discovery/frequencies/DEPRECATED+0 / -1
Dincludes/discovery/frequencies/apc.inc.php+0 / -107
Dincludes/discovery/humidity/apc.inc.php+0 / -51
Mincludes/discovery/sensors.inc.php+0 / -6
Aincludes/discovery/sensors/powernet-mib.inc.php+930 / -0
Mincludes/discovery/sensors/ups-mib.inc.php+2 / -0
Mincludes/discovery/sensors/xups-mib.inc.php+1 / -1
Dincludes/discovery/temperatures/apc.inc.php+0 / -96
Dincludes/discovery/voltages non-text+0 / -0
Dincludes/discovery/voltages/DEPRECATED+0 / -1
Dincludes/discovery/voltages/apc.inc.php+0 / -255
+933 added −846 removed filtered activity

💻 r4684 FIX

Mike Stupalov 🐱
Use hex2ip for cbgpPeer2LocalAddr (bug had appeared in r4055).
Files changed (1) +1 / -2
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+1 / -2
+1 added −2 removed filtered activity

💻 r4683 DEBUG

Mike Stupalov 🐱
remove debug.
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r4682 IMPROVE

Mike Stupalov 🐱
Removed unnecessary JOINs, use $cache for check permissions.
Files changed (5) +137 / -55
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+6 / -6
Mhtml/includes/cache-data.inc.php+23 / -1
Mhtml/includes/functions.inc.php+71 / -0
Mhtml/includes/print/events.inc.php+10 / -28
Mhtml/pages/eventlog.inc.php+27 / -20
+137 added −55 removed filtered activity

💻 r4681 FIX

Tom Laermans 🦔
Correctly use user's ID in ldap auth, used for per-device/per-entity permission
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4680

Tom Laermans 🦔
obserium? almost...
Files changed (43) +47 / -50

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

Changed files with action and line counts
Mhtml/includes/print/device.inc.php+5 / -8
Mincludes/discovery/mempools/ciena.inc.php+1 / -1
Mincludes/discovery/os/ciena.inc.php+1 / -1
Mincludes/discovery/sensors/airespace-wireless-mib.inc.php+1 / -1
Mincludes/discovery/sensors/areca-snmp-mib.inc.php+1 / -1
Mincludes/discovery/sensors/asyncos-mail-mib.inc.php+1 / -1
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+1 / -1
Mincludes/discovery/sensors/dell-rac-mib.inc.php+1 / -1
Mincludes/discovery/sensors/dell-vendor-mib.inc.php+1 / -1
Mincludes/discovery/sensors/deltaups-mib.inc.php+1 / -1
Mincludes/discovery/sensors/eqlmember-mib.inc.php+1 / -1
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+1 / -1
Mincludes/discovery/sensors/gamatronic-mib.inc.php+1 / -1
Mincludes/discovery/sensors/ipomanii-mib.inc.php+1 / -1
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+1 / -1
Mincludes/discovery/sensors/juniper-mib.inc.php+1 / -1
Mincludes/discovery/sensors/juniper-system-mib.inc.php+1 / -1
Mincludes/discovery/sensors/lm-sensors-mib.inc.php+1 / -1
Mincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+1 / -1
Mincludes/discovery/sensors/mikrotik-mib.inc.php+1 / -1
Mincludes/discovery/sensors/ns-root-mib.inc.php+1 / -1
Mincludes/discovery/sensors/nscrtv-root.inc.php+1 / -1
Mincludes/discovery/sensors/p8510-mib.inc.php+1 / -1
Mincludes/discovery/sensors/papouch-smi.inc.php+1 / -1
Mincludes/discovery/sensors/pdu-mib.inc.php+1 / -1
Mincludes/discovery/sensors/radlan-hwenviroment.inc.php+1 / -1
Mincludes/discovery/sensors/rbn-envmon-mib.inc.php+1 / -1
Mincludes/discovery/sensors/roomalert24e-mib.inc.php+1 / -1
Mincludes/discovery/sensors/sentry3-mib.inc.php+1 / -1
Mincludes/discovery/sensors/siconups-mib.inc.php+1 / -1
+47 added −50 removed filtered activity

💻 r4679

Adam Armstrong 🐸
fix storage alerting (was mistakenly trying to pass $mempool!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/storage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4678

Adam Armstrong 🐸
trailing spaces on header. argh.
Files changed (1) +10 / -10
Changed files with action and line counts
Mincludes/discovery/sensors/rbn-envmon-mib.inc.php+10 / -10
+10 added −10 removed filtered activity

💻 r4677 FIX

Adam Armstrong 🐸
get device using function, as sometimes the array is not populated.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/ports/list.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4676

Adam Armstrong 🐸
fix cache-data. remove straight join from events.
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+1 / -1
Mhtml/includes/print/events.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4675

Adam Armstrong 🐸
minor cleanup to vrf page. change state icon to status.png
Files changed (2) +5 / -11
Changed files with action and line counts
Mhtml/pages/routing/vrf.inc.php+4 / -10
Mincludes/definitions.inc.php+1 / -1
+5 added −11 removed filtered activity

💻 r4674

Adam Armstrong 🐸
[fix] change class strong to entity for device text on health pages
Files changed (5) +7 / -7
Changed files with action and line counts
Mhtml/pages/health/mempool.inc.php+1 / -1
Mhtml/pages/health/processor.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+3 / -3
Mhtml/pages/health/storage.inc.php+1 / -1
Mhtml/pages/health/toner.inc.php+1 / -1
+7 added −7 removed filtered activity

💻 r4673

Adam Armstrong 🐸
add barracuda ng fw detection and icon
Files changed (4) +23 / -0
Changed files with action and line counts
Ahtml/images/os/barracuda.png+1 / -0
Mincludes/definitions/os.inc.php+7 / -0
Aincludes/discovery/os/barracuda.inc.php+8 / -0
Aincludes/polling/os/barracudangfw.inc.php+7 / -0
+22 added 0 removed filtered activity

💻 r4672 FIX

Tom Laermans 🦔
Correctly warn for non-discovered device on device overview page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4671

Adam Armstrong 🐸
use old google map as default for now
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4670 ADD

Adam Armstrong 🐸
add new google maps based map with point clustering. at the moment clicking on points doesn't work. fix some other things.
Files changed (12) +2,889 / -105
Changed files with action and line counts
Ahtml/images/mapclusterer non-text+0 / -0
Ahtml/images/mapclusterer/0.png+1 / -0
Ahtml/images/mapclusterer/1.png+1 / -0
Ahtml/images/mapclusterer/2.png+1 / -0
Ahtml/images/mapclusterer/3.png+1 / -0
Mhtml/includes/alerting-navbar.inc.php+1 / -0
Ahtml/js/google non-text+0 / -0
Ahtml/js/google/markerclusterer.js+2,620 / -0
Mhtml/pages/front/default.php+225 / -68
Mincludes/alerts.inc.php+0 / -36
Mincludes/defaults.inc.php+3 / -0
Mincludes/functions.php+36 / -1
+265 added −105 removed filtered activity

💻 r4669 FIX

Mike Stupalov 🐱
Skip empty vlans for FDB search form.
Files changed (1) +6 / -3
Changed files with action and line counts
Mhtml/pages/search/fdb.inc.php+6 / -3
+6 added −3 removed filtered activity

💻 r4668 FIX

Adam Armstrong 🐸
update WMI polling code from #OBSERVIUM-518
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/polling/applications/mssql.inc.php+1 / -1
Mincludes/polling/wmi.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4667

Tom Laermans 🦔
correctly ignore fastpath sensors in dell vendor mib
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/discovery/sensors/dell-vendor-mib.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r4666

Tom Laermans 🦔
add Dell-Vendor-MIB sensors with check for dupes from radlan and fastpath, new dell icon, new sysObjectIDs for powerconnect, resolves OBSERVIUM-528
Files changed (6) +85 / -7
Changed files with action and line counts
Mhtml/images/os/dell.png non-text+0 / -0
Mincludes/definitions.inc.php+8 / -0
Mincludes/definitions/os.inc.php+3 / -0
Aincludes/discovery/sensors/dell-vendor-mib.inc.php+70 / -0
Mincludes/discovery/sensors/radlan-hwenviroment.inc.php+0 / -7
Mincludes/polling/os/radlan.inc.php+4 / -0
+85 added −7 removed filtered activity

💻 r4665

Tom Laermans 🦔
update device properties after running all modules, fixes repetitive fight between os/windows and WMI
Files changed (5) +47 / -44
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Mincludes/polling/functions.inc.php+13 / -1
Mincludes/polling/os.inc.php+1 / -12
Mincludes/polling/os/wmi.inc.php+4 / -3
Mincludes/polling/unix-agent/packages.inc.php+28 / -28
+47 added −44 removed filtered activity

💻 r4664

Mike Stupalov 🐱
Correction of an error setting sensor limits at discovery (comparing '0' and NULL). Improve sensors edit page.
Files changed (4) +160 / -83
Changed files with action and line counts
Mhtml/pages/device/edit/sensors.inc.php+88 / -17
Mincludes/discovery/functions.inc.php+63 / -59
Mincludes/polling/functions.inc.php+7 / -7
Aupdate/104.sql+2 / -0
+158 added −83 removed filtered activity

💻 r4663

Tom Laermans 🦔
fix sensor discovery per mib, did not work when no OS group mibs defined. whoops.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/include-dir-mib.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4662 FIX

Mike Stupalov 🐱
Use param 'search_form' instead 'search' in print_search_simple().
Files changed (3) +4 / -4
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/includes/print/search_simple.inc.php+1 / -1
Mhtml/index.php+2 / -2
+4 added −4 removed filtered activity

💻 r4661 IMPROVE

Mike Stupalov 🐱
Add basic auth support for HTTP proxy.
Files changed (2) +9 / -1
Changed files with action and line counts
Mincludes/common.php+7 / -1
Mincludes/defaults.inc.php+2 / -0
+9 added −1 removed filtered activity

💻 r4660

Tom Laermans 🦔
move microsens temperatures to sensors/
Files changed (10) +18 / -15
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
Aincludes/discovery/current/DEPRECATED+1 / -0
Aincludes/discovery/dbm/DEPRECATED+1 / -0
Aincludes/discovery/frequencies/DEPRECATED+1 / -0
Aincludes/discovery/humidity/DEPRECATED+1 / -0
Aincludes/discovery/power/DEPRECATED+1 / -0
Aincludes/discovery/sensors/ms-switch30-mib.inc.php+10 / -0
Aincludes/discovery/temperatures/DEPRECATED+1 / -0
Dincludes/discovery/temperatures/microsens.inc.php+0 / -15
Aincludes/discovery/voltages/DEPRECATED+1 / -0
+18 added −15 removed filtered activity

💻 r4659 ADD

Adam Armstrong 🐸
NetAPP storage
Files changed (2) +118 / -0
Changed files with action and line counts
Aincludes/discovery/storage/netapp.inc.php+96 / -0
Aincludes/polling/storage/netapp.inc.php+22 / -0
+118 added 0 removed filtered activity

💻 r4658

Adam Armstrong 🐸
add procera OS definition and icon
Files changed (2) +15 / -2
Changed files with action and line counts
Ahtml/images/os/procera.png+1 / -0
Mincludes/definitions/os.inc.php+14 / -2
+14 added −2 removed filtered activity

💻 r4657

Adam Armstrong 🐸
add dropdown for applications with multiple instances (#515)
Files changed (1) +63 / -23
Changed files with action and line counts
Mhtml/pages/device/apps.inc.php+63 / -23
+63 added −23 removed filtered activity

💻 r4656

Adam Armstrong 🐸
add basic microsens detection from #451 (os detection and temperature sensors)
Files changed (6) +5,879 / -0
Changed files with action and line counts
Ahtml/images/os/microsens.png+1 / -0
Mincludes/definitions/os.inc.php+9 / -0
Aincludes/discovery/os/microsens.inc.php+10 / -0
Aincludes/discovery/temperatures/microsens.inc.php+15 / -0
Aincludes/polling/os/microsens.inc.php+12 / -0
Amibs/MS-SWITCH30-MIB+5,832 / -0
+46 added 0 removed filtered activity

💻 r4655

Tom Laermans 🦔
faster, more flexible include-dir-mib
Files changed (2) +7 / -26
Changed files with action and line counts
Mincludes/definitions/os.inc.php+2 / -1
Mincludes/include-dir-mib.inc.php+5 / -25
+7 added −26 removed filtered activity

💻 r4654

Tom Laermans 🦔
Add RADLAN state sensors from RADLAN-HWENVIROMENT mib. Yes, it's really called HWENVIROMENT.
Files changed (3) +78 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+8 / -0
Mincludes/definitions/os.inc.php+1 / -0
Aincludes/discovery/sensors/radlan-hwenviroment.inc.php+69 / -0
+78 added 0 removed filtered activity

💻 r4653

Tom Laermans 🦔
move CISCO-ENVMON-MIB property to [new] cisco OS group
Files changed (1) +14 / -16
Changed files with action and line counts
Mincludes/definitions/os.inc.php+14 / -16
+14 added −16 removed filtered activity

💻 r4652 FIX

Adam Armstrong 🐸
update netbotz os definition
Files changed (1) +8 / -6
Changed files with action and line counts
Mincludes/definitions/os.inc.php+8 / -6
+8 added −6 removed filtered activity

💻 r4651 ADD

Adam Armstrong 🐸
detect DIGI USB servers and add icon.
Files changed (2) +7 / -1
Changed files with action and line counts
Ahtml/images/os/digi.png+1 / -0
Mincludes/definitions/os.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r4650

Adam Armstrong 🐸
enable icon for toshiba
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4649

Tom Laermans 🦔
Always disable SQL profiling in syslog processor
Files changed (1) +3 / -0
Changed files with action and line counts
Msyslog.php+3 / -0
+3 added 0 removed filtered activity

💻 r4648

Adam Armstrong 🐸
add detection of toshiba estudio printers and toshiba logo
Files changed (3) +16 / -0
Changed files with action and line counts
Ahtml/images/os/toshiba.png+1 / -0
Mincludes/definitions/os.inc.php+7 / -0
Aincludes/discovery/os/toshiba.inc.php+8 / -0
+15 added 0 removed filtered activity

💻 r4647

Adam Armstrong 🐸
[cosmetic] vlan discovery formatting
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/discovery/vlans.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r4646

Adam Armstrong 🐸
hh3c mempool and processor polling from HH3C-ENTITY-MIB
Files changed (3) +78 / -0
Changed files with action and line counts
Aincludes/discovery/mempools/hh3c.inc.php+33 / -0
Aincludes/discovery/processors/hh3c.inc.php+33 / -0
Aincludes/polling/mempools/hh3c.inc.php+12 / -0
+78 added 0 removed filtered activity

💻 r4645 FIX

Adam Armstrong 🐸
fix entity printing for alerting code
Files changed (2) +3 / -4
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+2 / -3
Mincludes/functions.php+1 / -1
+3 added −4 removed filtered activity

💻 r4644

Tom Laermans 🦔
pull service tag(s) for dell powerconnect kit into serial field
Files changed (3) +8 / -10
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -2
Mincludes/polling/os/powerconnect.inc.php+4 / -6
Mincludes/polling/os/radlan.inc.php+3 / -2
+8 added −10 removed filtered activity

💻 r4643

Tom Laermans 🦔
if an OS has no mibs defined, bail out of include-dir-mib
Files changed (1) +15 / -12
Changed files with action and line counts
Mincludes/include-dir-mib.inc.php+15 / -12
+15 added −12 removed filtered activity

💻 r4642

Adam Armstrong 🐸
get out, stupid file.
Files changed (1) +0 / -3
Changed files with action and line counts
DCHANGELOG+0 / -3
0 added −3 removed filtered activity

💻 r4641

Tom Laermans 🦔
sensor discovery is now linked to device OSes by their supported MIBs; add copyright notices; fix some minor bugs; add missing OS definition
Files changed (43) +2,386 / -2,050

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

Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -4
Mincludes/definitions/os.inc.php+56 / -1
Mincludes/discovery/os/jdsu-edfa.inc.php+2 / -2
Mincludes/discovery/sensors.inc.php+1 / -1
Mincludes/discovery/sensors/airespace-wireless-mib.inc.php+22 / -16
Aincludes/discovery/sensors/areca-snmp-mib.inc.php+101 / -0
Dincludes/discovery/sensors/areca.inc.php+0 / -91
Mincludes/discovery/sensors/asyncos-mail-mib.inc.php+29 / -21
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+89 / -82
Dincludes/discovery/sensors/cometsystem.inc.php+0 / -65
Mincludes/discovery/sensors/dell-rac-mib.inc.php+70 / -62
Mincludes/discovery/sensors/deltaups-mib.inc.php+42 / -33
Mincludes/discovery/sensors/eqlmember-mib.inc.php+11 / -2
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+81 / -72
Mincludes/discovery/sensors/gamatronic-mib.inc.php+61 / -51
Mincludes/discovery/sensors/ipomanii-mib.inc.php+123 / -115
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+87 / -80
Mincludes/discovery/sensors/juniper-mib.inc.php+31 / -23
Mincludes/discovery/sensors/juniper-system-mib.inc.php+24 / -16
Mincludes/discovery/sensors/lm-sensors-mib.inc.php+58 / -50
Mincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+94 / -89
Mincludes/discovery/sensors/mikrotik-mib.inc.php+30 / -24
Dincludes/discovery/sensors/nos.inc.php+0 / -48
Mincludes/discovery/sensors/ns-root-mib.inc.php+29 / -21
Mincludes/discovery/sensors/nscrtv-root.inc.php+90 / -80
Aincludes/discovery/sensors/p8510-mib.inc.php+75 / -0
Mincludes/discovery/sensors/papouch-smi.inc.php+68 / -60
Mincludes/discovery/sensors/pdu-mib.inc.php+72 / -66
Mincludes/discovery/sensors/rbn-envmon-mib.inc.php+40 / -32
Mincludes/discovery/sensors/roomalert24e-mib.inc.php+109 / -101
+2,386 added −2,050 removed filtered activity

💻 r4640

Adam Armstrong 🐸
disable sql perf tracking as default
Files changed (3) +17 / -5
Changed files with action and line counts
Mhtml/index.php+9 / -1
Mincludes/dbFacile.php+2 / -2
Mincludes/defaults.inc.php+6 / -2
+17 added −5 removed filtered activity

💻 r4639

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

💻 r4638 ADD

Adam Armstrong 🐸
Add WMI-based poller for Windows. Improved CPU/Storage polling via WMI on Windows. Add Exchange/MSSQL application support via WMI.
Files changed (46) +1,850 / -5

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

Changed files with action and line counts
Ahtml/includes/graphs/application/exchange_as_curreqs.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_as_pingcmd.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_as_syncmd.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_auto_errors.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_auto_totalreqs.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_is_active.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_is_rpcfail.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_is_rpcreq.inc.php+26 / -0
Ahtml/includes/graphs/application/exchange_is_users.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_mb_latency.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_mb_msgs.inc.php+30 / -0
Ahtml/includes/graphs/application/exchange_mb_queued.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_oab_dlcom.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_oab_dlq.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_owa_reqsec.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_owa_rtime.inc.php+26 / -0
Ahtml/includes/graphs/application/exchange_owa_users.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_trans_mbque.inc.php+22 / -0
Ahtml/includes/graphs/application/exchange_trans_queue.inc.php+26 / -0
Ahtml/includes/graphs/application/exchange_trans_smtp.inc.php+26 / -0
Ahtml/includes/graphs/application/exchange_trans_subque.inc.php+22 / -0
Ahtml/includes/graphs/application/mssql_buffer_page.inc.php+29 / -0
Ahtml/includes/graphs/application/mssql_buffer_pglife.inc.php+21 / -0
Ahtml/includes/graphs/application/mssql_buffer_stalls.inc.php+21 / -0
Ahtml/includes/graphs/application/mssql_cpu_usage.inc.php+25 / -0
Ahtml/includes/graphs/application/mssql_memory_usage.inc.php+38 / -0
Ahtml/includes/graphs/application/mssql_stats.inc.php+21 / -0
Mhtml/pages/device/apps.inc.php+16 / -2
Ahtml/pages/device/apps/exchange.inc.php+87 / -0
Ahtml/pages/device/apps/mssql non-text+0 / -0
+1,849 added −5 removed filtered activity

💻 r4637 FIX

Mike Stupalov 🐱
Not to show device header, when no device is specified.
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/print/device.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r4636

Adam Armstrong 🐸
remove brand from date and time options on /graphs/
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4635

Adam Armstrong 🐸
fix /graphs/ for graphs which don't have a device
Files changed (1) +11 / -7
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+11 / -7
+11 added −7 removed filtered activity

💻 r4634 FIX

Mike Stupalov 🐱
More accurate ping limits for timeout/retries.
Files changed (2) +14 / -10
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -2
Mincludes/functions.php+12 / -8
+14 added −10 removed filtered activity

💻 r4633

Tom Laermans 🦔
sql is hard, mmkay?
Files changed (2) +1 / -1
Changed files with action and line counts
Mupdate/101.sql+0 / -1
Aupdate/102.sql+1 / -0
0 added 0 removed filtered activity

💻 r4632

Adam Armstrong 🐸
remove reference to background which is not even visible.
Files changed (2) +1 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/navbar.less+0 / -1
0 added 0 removed filtered activity

💻 r4631

Adam Armstrong 🐸
use loading.gif for when popups are loading :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r4630 ADD

Adam Armstrong 🐸
add support for processor and memory for Cisco QFP #535
Files changed (3) +62 / -0
Changed files with action and line counts
Aincludes/discovery/mempools/qfp.inc.php+26 / -0
Aincludes/discovery/processors/qfp.inc.php+25 / -0
Aincludes/polling/mempools/qfp.inc.php+11 / -0
+62 added 0 removed filtered activity

💻 r4629

Adam Armstrong 🐸
add index and primary key to device_graphs
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/101.sql+2 / -0
0 added 0 removed filtered activity

💻 r4628

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

💻 r4627

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

💻 r4626

Adam Armstrong 🐸
pointless commit for testing.
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/syslog.php+0 / -1
0 added −1 removed filtered activity

💻 r4625

Adam Armstrong 🐸
Add header to includes/syslog
Files changed (1) +12 / -0
Changed files with action and line counts
Mincludes/syslog.php+12 / -0
+12 added 0 removed filtered activity

💻 r4624

Adam Armstrong 🐸
remove email me thinger
Files changed (1) +0 / -3
Changed files with action and line counts
MREADME+0 / -3
0 added −3 removed filtered activity

💻 r4623

Adam Armstrong 🐸
add an attempt to clean netscaler syslog
Files changed (1) +6 / -2
Changed files with action and line counts
Mincludes/syslog.php+6 / -2
+6 added −2 removed filtered activity

💻 r4622 FIX

Adam Armstrong 🐸
revert fix to hostname lookups which fixed nothing and broke id lookups instead :)
Files changed (1) +1 / -7
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -7
+1 added −7 removed filtered activity

💻 r4621 IMPROVE

Mike Stupalov 🐱
Allow device hostname as device parametr (i.e. http://observium/device/device=hostname).
Files changed (1) +7 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+7 / -1
+7 added −1 removed filtered activity

💻 r4620 SECURITY

Mike Stupalov 🐱
Show error for unknown or unspecified devices. Cleanup of temporary variables after caching.
Files changed (4) +32 / -26
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+6 / -7
Mhtml/index.php+2 / -2
Mhtml/pages/device.inc.php+16 / -17
Mhtml/pages/graphs.inc.php+8 / -0
+32 added −26 removed filtered activity

💻 r4619

Tom Laermans 🦔
fix mgeups output discovery on single-phase devices
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r4618

Tom Laermans 🦔
put mge sysObjectID where it belongs, with mge ups
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/os.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4617 FIX

Mike Stupalov 🐱
Ignored state sensors.
Files changed (1) +8 / -3
Changed files with action and line counts
Mincludes/rewrites.php+8 / -3
+8 added −3 removed filtered activity

💻 r4616

Tom Laermans 🦔
merge ciena dom mib into one file
Files changed (6) +133 / -217
Changed files with action and line counts
Dincludes/discovery/current/ciena-dom.inc.php+0 / -39
Dincludes/discovery/dbm/ciena-dom-rx.inc.php+0 / -47
Dincludes/discovery/dbm/ciena-dom-tx.inc.php+0 / -47
Aincludes/discovery/sensors/wwp-leos-port-xcvr-mib.inc.php+133 / -0
Dincludes/discovery/temperatures/ciena-dom.inc.php+0 / -42
Dincludes/discovery/voltages/ciena-dom.inc.php+0 / -42
+133 added −217 removed filtered activity

💻 r4615

Tom Laermans 🦔
move fastpath boxservices state sensors to fanspeed/power
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4614

Tom Laermans 🦔
restore accidentally removed 'no results' output for ajax search
Files changed (1) +6 / -5
Changed files with action and line counts
Mhtml/ajax_search.php+6 / -5
+6 added −5 removed filtered activity

💻 r4613

cleanup
syntaxer run over includes/discovery
Files changed (40) +158 / -161

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

Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+4 / -4
Mincludes/discovery/bgp-peers.inc.php+2 / -2
Mincludes/discovery/cisco-entity-sensor.inc.php+6 / -4
Mincludes/discovery/current/ciena-dom.inc.php+1 / -2
Mincludes/discovery/dbm/ciena-dom-rx.inc.php+10 / -11
Mincludes/discovery/dbm/ciena-dom-tx.inc.php+6 / -7
Mincludes/discovery/dbm/jdsu-edfa.inc.php+2 / -2
Mincludes/discovery/discovery-protocols.inc.php+3 / -3
Mincludes/discovery/functions.inc.php+4 / -4
Mincludes/discovery/ipv4-addresses.inc.php+5 / -5
Mincludes/discovery/ipv6-addresses.inc.php+6 / -6
Mincludes/discovery/mac-accounting.inc.php+7 / -4
Mincludes/discovery/mempools/ciena.inc.php+0 / -1
Mincludes/discovery/os/ciena.inc.php+0 / -1
Mincludes/discovery/os/jdsu-edfa.inc.php+1 / -1
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+4 / -4
Mincludes/discovery/sensors/dell-rac-mib.inc.php+1 / -1
Mincludes/discovery/sensors/deltaups-mib.inc.php+1 / -1
Mincludes/discovery/sensors/eqlmember-mib.inc.php+32 / -32
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+3 / -3
Mincludes/discovery/sensors/ipomanii-mib.inc.php+1 / -2
Mincludes/discovery/sensors/juniper-mib.inc.php+1 / -1
Mincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+2 / -2
Mincludes/discovery/sensors/nos.inc.php+1 / -1
Mincludes/discovery/sensors/nscrtv-root.inc.php+9 / -7
Mincludes/discovery/sensors/papouch-smi.inc.php+1 / -1
Mincludes/discovery/sensors/pdu-mib.inc.php+0 / -1
Mincludes/discovery/sensors/roomalert24e-mib.inc.php+3 / -3
Mincludes/discovery/sensors/spagent-mib.inc.php+5 / -5
Mincludes/discovery/sensors/ups-mib.inc.php+6 / -6
0 added 0 removed filtered activity

💻 r4612

Tom Laermans 🦔
women can also have bills
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bill/delete.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4611

Mike Stupalov 🐱
Fix missing device header on graph pages. Function print_device_header().
Files changed (6) +92 / -86
Changed files with action and line counts
Dhtml/includes/device-header.inc.php+0 / -74
Mhtml/includes/functions.inc.php+2 / -1
Mhtml/includes/graphs/device/auth.inc.php+2 / -2
Ahtml/includes/print/device.inc.php+80 / -0
Mhtml/pages/device.inc.php+4 / -9
Mhtml/pages/graphs.inc.php+4 / -0
+92 added −86 removed filtered activity

💻 r4610

Mike Stupalov 🐱
Restore minigraphs for state sensors.
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4609

Mike Stupalov 🐱
Function humanize_sensor(). Improve sensors pages.
Files changed (4) +133 / -87
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+14 / -47
Mhtml/pages/health/sensors.inc.php+21 / -19
Mincludes/polling/functions.inc.php+13 / -20
Mincludes/rewrites.php+85 / -1
+133 added −87 removed filtered activity

💻 r4608

Tom Laermans 🦔
de-uglify ajax search a bit, but needs a restructure
Files changed (1) +23 / -29
Changed files with action and line counts
Mhtml/ajax_search.php+23 / -29
+23 added −29 removed filtered activity

💻 r4607

Tom Laermans 🦔
fix look of mempools text on device overview page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4606

Mike Stupalov 🐱
Add notify, alerts and eventlog for state sensors.
Files changed (1) +69 / -23
Changed files with action and line counts
Mincludes/polling/functions.inc.php+69 / -23
+69 added −23 removed filtered activity

💻 r4605

Mike Stupalov 🐱
Use 'event' instead hardcoded 'class' for state sensors.
Files changed (4) +72 / -49
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+22 / -4
Mincludes/definitions.inc.php+16 / -16
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+26 / -18
Mincludes/polling/sensors.inc.php+8 / -11
+72 added −49 removed filtered activity

💻 r4604

Mike Stupalov 🐱
Ignore limits for state sensors.
Files changed (1) +71 / -60
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+71 / -60
+71 added −60 removed filtered activity

💻 r4603

Tom Laermans 🦔
state sensors for sensorprobe/minkelsrms, rewritten but not tested discovery for temp/humidity, please check if you have this device
Files changed (4) +89 / -76
Changed files with action and line counts
Mincludes/definitions.inc.php+10 / -1
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+2 / -2
Dincludes/discovery/sensors/hhmsagent-mib.inc.php+0 / -73
Aincludes/discovery/sensors/spagent-mib.inc.php+77 / -0
+89 added −76 removed filtered activity

💻 r4602

Adam Armstrong 🐸
edition to version check :)
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/versioncheck.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4601

Tom Laermans 🦔
small code cleanup for frequency/other sensors on health pages
Files changed (3) +7 / -17
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+4 / -14
Mincludes/common.php+2 / -2
+7 added −17 removed filtered activity

💻 r4600

Tom Laermans 🦔
fixes to fastpath boxservices state sensors
Files changed (2) +8 / -7
Changed files with action and line counts
Mincludes/definitions.inc.php+7 / -6
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+1 / -1
+8 added −7 removed filtered activity

💻 r4599

Tom Laermans 🦔
add power supply monitoring; fix state graphs
Files changed (3) +39 / -28
Changed files with action and line counts
Ahtml/includes/graphs/sensor/state.inc.php+17 / -0
Dhtml/includes/graphs/sensor/status.inc.php+0 / -17
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+22 / -11
+39 added −28 removed filtered activity

💻 r4598

Tom Laermans 🦔
fan status polling for fastpath powerconnect
Files changed (4) +66 / -23
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+1 / -1
Mincludes/definitions.inc.php+9 / -1
Mincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+44 / -21
Mincludes/functions.php+12 / -0
+66 added −23 removed filtered activity

💻 r4597

Tom Laermans 🦔
clean up device health sensor code
Files changed (12) +14 / -89
Changed files with action and line counts
Mhtml/pages/device/health.inc.php+6 / -2
Dhtml/pages/device/health/airflow.inc.php+0 / -9
Dhtml/pages/device/health/current.inc.php+0 / -9
Dhtml/pages/device/health/fanspeed.inc.php+0 / -9
Dhtml/pages/device/health/frequency.inc.php+0 / -9
Dhtml/pages/device/health/humidity.inc.php+0 / -9
Dhtml/pages/device/health/power.inc.php+0 / -9
Mhtml/pages/device/health/sensors.inc.php+6 / -6
Dhtml/pages/device/health/status.inc.php+0 / -9
Dhtml/pages/device/health/temperature.inc.php+0 / -9
Dhtml/pages/device/health/voltage.inc.php+0 / -9
Mincludes/definitions.inc.php+2 / -0
+14 added −89 removed filtered activity

💻 r4596

Mike Stupalov 🐱
Add not numeric sensors states for CISCO-ENVMON-MIB (not fully completed).
Files changed (4) +91 / -19
Changed files with action and line counts
Mhtml/pages/device/overview/sensors.inc.php+22 / -12
Mincludes/definitions.inc.php+10 / -0
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+53 / -2
Mincludes/polling/sensors.inc.php+6 / -5
+91 added −19 removed filtered activity

💻 r4595

Mike Stupalov 🐱
Exclude duplicated sensors from CISCO-ENTITY-SENSOR
Files changed (1) +17 / -4
Changed files with action and line counts
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+17 / -4
+17 added −4 removed filtered activity

💻 r4594

Mike Stupalov 🐱
Discovery of sensors for CISCO-ENVMON-MIB is improved.
Files changed (1) +26 / -26
Changed files with action and line counts
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+26 / -26
+26 added −26 removed filtered activity

💻 r4593

Mike Stupalov 🐱
Fix search for multiselect params.
Files changed (3) +17 / -2
Changed files with action and line counts
Mhtml/includes/print/events.inc.php+1 / -1
Mhtml/includes/print/search_simple.inc.php+1 / -0
Mhtml/index.php+15 / -1
+17 added −2 removed filtered activity

💻 r4592

Adam Armstrong 🐸
better background
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/images/lightbg.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r4591

Tom Laermans 🦔
remove duplicate settings in defaults
Files changed (1) +0 / -3
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -3
0 added −3 removed filtered activity

💻 r4590

Adam Armstrong 🐸
make the other heading types less hideously huge.
Files changed (2) +10 / -9
Changed files with action and line counts
Mhtml/css/bootstrap.css+4 / -4
Mhtml/css/bootstrap/less/type3.less+6 / -5
0 added 0 removed filtered activity

💻 r4589

Tom Laermans 🦔
fix escaping of rrd strings: cut length first
Files changed (1) +8 / -10
Changed files with action and line counts
Mincludes/rrdtool.inc.php+8 / -10
+8 added −10 removed filtered activity

💻 r4588

Adam Armstrong 🐸
remove stupid donate buttons that no one ever used.
Files changed (2) +3 / -17
Changed files with action and line counts
Mhtml/pages/about.inc.php+0 / -14
Mincludes/definitions/version.inc.php+3 / -3
+3 added −17 removed filtered activity

💻 r4587

Adam Armstrong 🐸
no copying license for pro edition :)
Files changed (1) +12 / -21
Changed files with action and line counts
MLICENSE+12 / -21
+12 added −21 removed filtered activity

💻 r4586

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

💻 r4585

Adam Armstrong 🐸
HAMMERTIME
Files changed (5) +26 / -5
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+5 / -1
Mhtml/index.php+9 / -0
Mhtml/pages/device.inc.php+4 / -2
Mhtml/pages/device/port.inc.php+6 / -2
Mincludes/definitions/version.inc.php+2 / -0
+26 added −5 removed filtered activity

💻 r4584

Tom Laermans 🦔
more duplicate code cleanups in global health pages for sensors
Files changed (12) +34 / -110
Changed files with action and line counts
Mhtml/pages/health.inc.php+24 / -11
Dhtml/pages/health/airflow.inc.php+0 / -9
Dhtml/pages/health/current.inc.php+0 / -9
Dhtml/pages/health/dbm.inc.php+0 / -9
Dhtml/pages/health/fanspeed.inc.php+0 / -9
Dhtml/pages/health/frequency.inc.php+0 / -9
Dhtml/pages/health/humidity.inc.php+0 / -9
Dhtml/pages/health/power.inc.php+0 / -9
Mhtml/pages/health/sensors.inc.php+10 / -8
Dhtml/pages/health/status.inc.php+0 / -10
Dhtml/pages/health/temperature.inc.php+0 / -9
Dhtml/pages/health/voltage.inc.php+0 / -9
+34 added −110 removed filtered activity

💻 r4583

Tom Laermans 🦔
further cleanup of sensor definitions scattered all over the code - now pulls everything from definitions
Files changed (4) +21 / -84
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -3
Mhtml/pages/device/health.inc.php+11 / -49
Mhtml/pages/health.inc.php+7 / -32
Mincludes/definitions.inc.php+1 / -0
+21 added −84 removed filtered activity

💻 r4582

Tom Laermans 🦔
Clean up sensor code for device overview
Files changed (17) +109 / -193
Changed files with action and line counts
Ahtml/includes/graphs/sensor/airflow.inc.php+19 / -0
Mhtml/pages/device/overview.inc.php+2 / -11
Dhtml/pages/device/overview/generic non-text+0 / -0
Dhtml/pages/device/overview/generic/sensor.inc.php+0 / -76
Dhtml/pages/device/overview/sensors non-text+0 / -0
Ahtml/pages/device/overview/sensors.inc.php+80 / -0
Dhtml/pages/device/overview/sensors/airflow.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/current.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/dbm.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/fanspeeds.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/frequencies.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/humidity.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/power.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/status.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/temperatures.inc.php+0 / -10
Dhtml/pages/device/overview/sensors/voltages.inc.php+0 / -10
Mincludes/definitions.inc.php+8 / -6
+109 added −193 removed filtered activity

💻 r4581

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

💻 r4580

Adam Armstrong 🐸
remove weird colouring code from device/edit/ports
Files changed (1) +4 / -11
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+4 / -11
+4 added −11 removed filtered activity

💻 r4579

Adam Armstrong 🐸
storage entity type
Files changed (3) +47 / -0
Changed files with action and line counts
Mincludes/definitions/entities.inc.php+6 / -0
Aincludes/definitions/version.inc.php+36 / -0
Mincludes/polling/storage.inc.php+5 / -0
+47 added 0 removed filtered activity

💻 r4578

Tom Laermans 🦔
Support for AVTECH RoomAlert 24E, sponsored by PointPub Media Communications Inc.
Files changed (18) +8,142 / -2
Changed files with action and line counts
Ahtml/images/os/avtech.png+1 / -0
Mincludes/definitions/os.inc.php+9 / -0
Aincludes/discovery/os/roomalert.inc.php+8 / -0
Aincludes/discovery/sensors/roomalert24e-mib.inc.php+139 / -0
Mincludes/polling/os/cisco.inc.php+0 / -2
Aincludes/polling/os/roomalert.inc.php+8 / -0
Amibs/avtech non-text+0 / -0
Amibs/avtech/ROOMALERT11E-MIB+693 / -0
Amibs/avtech/ROOMALERT12E-MIB+503 / -0
Amibs/avtech/ROOMALERT24E-MIB+627 / -0
Amibs/avtech/ROOMALERT26W-MIB+2,700 / -0
Amibs/avtech/ROOMALERT32E-MIB+2,112 / -0
Amibs/avtech/ROOMALERT3E-MIB+183 / -0
Amibs/avtech/ROOMALERT4E-MIB+202 / -0
Amibs/avtech/ROOMALERT7E-MIB+362 / -0
Amibs/avtech/ROOMALERTST-MIB+202 / -0
Amibs/avtech/TEMPAGER-MIB+266 / -0
Amibs/avtech/TEMPAGER3E-MIB+127 / -0
+164 added −2 removed filtered activity

💻 r4577

Tom Laermans 🦔
micro fixes
Files changed (3) +5 / -7
Changed files with action and line counts
Mincludes/discovery/sensors/mikrotik-mib.inc.php+2 / -2
Mincludes/discovery/sensors/nscrtv-root.inc.php+3 / -4
Mincludes/discovery/sensors/zyxel-as-mib.inc.php+0 / -1
+5 added −7 removed filtered activity

💻 r4576

Tom Laermans 🦔
airflow sensor support (provided by new Intel BMCs)
Files changed (9) +57 / -15
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/pages/device/health.inc.php+8 / -2
Ahtml/pages/device/health/airflow.inc.php+9 / -0
Mhtml/pages/device/overview.inc.php+2 / -0
Ahtml/pages/device/overview/sensors/airflow.inc.php+10 / -0
Mhtml/pages/health.inc.php+4 / -1
Ahtml/pages/health/airflow.inc.php+9 / -0
Mincludes/definitions.inc.php+11 / -10
Mincludes/discovery/sensors/dell-rac-mib.inc.php+3 / -1
+57 added −15 removed filtered activity

💻 r4575

Adam Armstrong 🐸
oh no he di'nt
Files changed (3) +7 / -35
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mhtml/pages/about.inc.php+5 / -5
Mincludes/definitions.inc.php+1 / -29
+7 added −35 removed filtered activity

💻 r4574

Adam Armstrong 🐸
set old_graphs to 0
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4573

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

September 2013

💻 r4572

Tom Laermans 🦔
sensor discovery cleanups
Files changed (39) +956 / -950

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

Changed files with action and line counts
Aincludes/discovery/sensors/airespace-wireless-mib.inc.php+25 / -0
Mincludes/discovery/sensors/areca.inc.php+4 / -4
Aincludes/discovery/sensors/asyncos-mail-mib.inc.php+36 / -0
Dincludes/discovery/sensors/asyncos.inc.php+0 / -36
Mincludes/discovery/sensors/cisco-envmon-mib.inc.php+2 / -2
Mincludes/discovery/sensors/cometsystem.inc.php+3 / -1
Aincludes/discovery/sensors/dell-rac-mib.inc.php+84 / -0
Dincludes/discovery/sensors/dell.inc.php+0 / -129
Mincludes/discovery/sensors/deltaups-mib.inc.php+1 / -1
Dincludes/discovery/sensors/drac.inc.php+0 / -84
Aincludes/discovery/sensors/eqlmember-mib.inc.php+97 / -0
Dincludes/discovery/sensors/equallogic.inc.php+0 / -97
Aincludes/discovery/sensors/fastpath-boxservices-private-mib.inc.php+67 / -0
Mincludes/discovery/sensors/gamatronic-mib.inc.php+4 / -4
Mincludes/discovery/sensors/hhmsagent-mib.inc.php+2 / -2
Mincludes/discovery/sensors/ipomanii-mib.inc.php+8 / -8
Dincludes/discovery/sensors/jdsu-edfa.inc.php+0 / -108
Mincludes/discovery/sensors/juniper-dom-mib.inc.php+4 / -4
Mincludes/discovery/sensors/juniper-mib.inc.php+1 / -1
Mincludes/discovery/sensors/juniper-system-mib.inc.php+1 / -1
Aincludes/discovery/sensors/lm-sensors-mib.inc.php+72 / -0
Dincludes/discovery/sensors/lm-sensors.inc.php+0 / -72
Aincludes/discovery/sensors/mg-snmp-ups-mib.inc.php+150 / -0
Dincludes/discovery/sensors/mgeups.inc.php+0 / -150
Aincludes/discovery/sensors/mib-dell-10892.inc.php+129 / -0
Dincludes/discovery/sensors/netscaler.inc.php+0 / -34
Mincludes/discovery/sensors/nos.inc.php+3 / -1
Aincludes/discovery/sensors/ns-root-mib.inc.php+34 / -0
Aincludes/discovery/sensors/nscrtv-root.inc.php+108 / -0
Aincludes/discovery/sensors/papouch-smi.inc.php+84 / -0
+956 added −950 removed filtered activity

💻 r4571

Adam Armstrong 🐸
don't put top-margin on <body> when /device/ navbar docks. (it breaks the mouseovers)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/device.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4570

Adam Armstrong 🐸
remove an erroneous row, darken navbar spacer
Files changed (3) +6 / -4
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/navbar.less+5 / -1
Mhtml/pages/device/edit/modules.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r4568

Adam Armstrong 🐸
tweaks
Files changed (1) +0 / -9
Changed files with action and line counts
Mhtml/css/bootstrap-hacks.css+0 / -9
0 added 0 removed filtered activity

💻 r4567

Adam Armstrong 🐸
[rrd_rra] => [rrd][rra]
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/rrdtool.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4566

Adam Armstrong 🐸
WiP replacement graph browser navbar
Files changed (3) +56 / -17
Changed files with action and line counts
Mhtml/css/bootstrap-hacks.css+31 / -0
Mhtml/includes/graphs/port/auth.inc.php+6 / -0
Mhtml/pages/graphs.inc.php+19 / -17
+25 added −17 removed filtered activity

💻 r4564

Adam Armstrong 🐸
merge last 2 day's changes to trunk (trunk will be for devel for now on, stable is /branches/stable/)
Files changed (157) +3,685 / -1,955

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

Changed files with action and line counts
Mattic/cisco-entity-sensors.inc.php+2 / -15
Aattic/demo.php+169 / -0
Aattic/example2.php+175 / -0
Aattic/globe.php+192 / -0
Aattic/jt.php+236 / -0
Aattic/new.php+5 / -0
Aattic/old.php+125 / -0
Mattic/temperatures.inc.php+1 / -14
Aattic/traffic.php+201 / -0
Mattic/voltages.inc.php+1 / -6
Mcheck-services.php+1 / -1
Mhtml/ajax_search.php+3 / -3
Mhtml/css/bootstrap.css+5 / -5
Mhtml/css/bootstrap/less/navbar.less+1 / -1
Mhtml/css/bootstrap/less/type3.less+5 / -4
Mhtml/css/bootstrap/less/variables3.less+3 / -1
Mhtml/css/bootstrap/less/wells3.less+1 / -1
Ahtml/images/os/ericsson.png+1 / -0
Ahtml/images/os/open-e.png+1 / -0
Ahtml/includes/graphs/sensor/status.inc.php+17 / -0
Mhtml/index.php+2 / -2
Mhtml/pages/apps/default.inc.php+5 / -8
Mhtml/pages/device.inc.php+4 / -1
Mhtml/pages/device/apps.inc.php+1 / -1
Mhtml/pages/device/health.inc.php+4 / -1
Ahtml/pages/device/health/status.inc.php+9 / -0
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+4 / -4
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+9 / -9
Mhtml/pages/device/overview.inc.php+1 / -0
Ahtml/pages/device/overview/sensors/status.inc.php+10 / -0
+1,153 added −1,908 removed filtered activity

💻 r4547

Adam Armstrong 🐸
merge
Files changed (17) +2,172 / -152
Changed files with action and line counts
Mhtml/css/bootstrap.css+13 / -11
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Ahtml/css/bootstrap/less/mixins3.less+723 / -0
Mhtml/css/bootstrap/less/navbar.less+1 / -1
Ahtml/css/bootstrap/less/responsive-utilities3.less+220 / -0
Ahtml/css/bootstrap/less/type3.less+272 / -0
Mhtml/css/bootstrap/less/variables.less+6 / -2
Ahtml/css/bootstrap/less/variables3.less+625 / -0
Mhtml/css/bootstrap/less/wells.less+3 / -2
Ahtml/css/bootstrap/less/wells3.less+75 / -0
Mhtml/pages/device.inc.php+2 / -1
Mhtml/pages/device/overview.inc.php+7 / -1
Ahtml/pages/device/overview/processors-unix.inc.php+111 / -0
Mhtml/pages/devices.inc.php+36 / -56
Dhtml/pages/devices/graph.inc.php+0 / -71
Ahtml/pages/devices/graphs.inc.php+71 / -0
Mincludes/definitions/graphtypes.inc.php+6 / -6
+233 added −135 removed filtered activity

💻 r4543

Adam Armstrong 🐸
merge
Files changed (4) +17 / -14
Changed files with action and line counts
Mhtml/css/bootstrap.css+3 / -3
Mhtml/css/bootstrap/less/alerts.less+7 / -5
Mhtml/includes/print/status.inc.php+1 / -1
Mhtml/pages/front/default.php+6 / -5
+7 added −6 removed filtered activity

💻 r4541

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

💻 r4539

Adam Armstrong 🐸
WHEN WILL IT END
0 added 0 removed filtered activity

💻 r4537

Adam Armstrong 🐸
dumb svn part deux
0 added 0 removed filtered activity

💻 r4535

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

💻 r4534

Adam Armstrong 🐸
merge devel
Files changed (27) +349 / -252
Changed files with action and line counts
Ahtml/css/bootstrap-hacks.css+60 / -0
Mhtml/css/bootstrap.css+39 / -53
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Mhtml/css/bootstrap/less/navbar.less+2 / -0
Mhtml/css/bootstrap/less/progress-bars.less+2 / -1
Mhtml/css/bootstrap/less/scaffolding.less+2 / -1
Ahtml/images/brand-observium.png+1 / -0
Ahtml/images/lightbg.png+1 / -0
Ahtml/images/login-hamster-large.png+1 / -0
Mhtml/images/login-hamster.png non-text+0 / -0
Mhtml/includes/alerting-navbar.inc.php+1 / -1
Mhtml/includes/functions.inc.php+4 / -2
Mhtml/includes/print/navbar.inc.php+26 / -3
Mhtml/includes/status-summary.inc.php+51 / -15
Mhtml/index.php+1 / -0
Mhtml/pages/about.inc.php+1 / -1
Mhtml/pages/alert_check.inc.php+19 / -9
Mhtml/pages/device.inc.php+85 / -139
Mhtml/pages/device/graphs.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/ucd_mem.inc.php+1 / -1
Mhtml/pages/front/default.php+1 / -1
Mhtml/pages/logon.inc.php+17 / -12
Mincludes/alerts.inc.php+8 / -4
Mincludes/discovery/temperatures/cisco-envmon.inc.php+3 / -3
Mincludes/functions.php+19 / -2
+240 added −196 removed filtered activity

💻 r4532

Tom Laermans 🦔
fix postfix mailgraph parser
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/applications/postfix_mailgraph.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4530

Tom Laermans 🦔
make sure stray whitespace doesn't kill off graph functionality; small cleanups
Files changed (3) +6 / -5
Changed files with action and line counts
Mhtml/graph.php+2 / -0
Mhtml/includes/graphs/graph.inc.php+2 / -0
Mhtml/index.php+2 / -5
+6 added −5 removed filtered activity

💻 r4528

Tom Laermans 🦔
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
Files changed (9) +61 / -1,113
Changed files with action and line counts
Mhtml/includes/graphs/application/postfix_reject.inc.php+1 / -1
Mhtml/includes/graphs/application/postfix_sent.inc.php+1 / -1
Mhtml/includes/graphs/application/postfix_spam.inc.php+1 / -1
Mincludes/polling/applications/postfix_mailgraph.inc.php+29 / -20
Mincludes/polling/unix-agent.inc.php+1 / -1
Dscripts/agent-local/mailgraph non-text+0 / -0
Dscripts/agent-local/mailgraph/initd+0 / -23
Dscripts/agent-local/mailgraph/mailgraph+0 / -1,058
Mscripts/agent-local/postfix_mailgraph+28 / -8
+61 added −1,113 removed filtered activity

💻 r4524

Adam Armstrong 🐸
merging alerting changes
Files changed (28) +784 / -679
Changed files with action and line counts
Mhtml/css/sprite.css+107 / -106
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/includes/alerting-navbar.inc.php+60 / -0
Mhtml/includes/functions.inc.php+2 / -1
Mhtml/includes/print/alert.inc.php+12 / -13
Mhtml/index.php+1 / -1
Mhtml/pages/add_alert_check.inc.php+129 / -133
Mhtml/pages/alert_check.inc.php+63 / -14
Mhtml/pages/alert_checks.inc.php+15 / -55
Ahtml/pages/alert_regenerate.inc.php+36 / -0
Mhtml/pages/alerts.inc.php+6 / -18
Mhtml/pages/device/alerts.inc.php+7 / -1
Mhtml/pages/device/edit/device.inc.php+3 / -3
Mhtml/pages/device/edit/ports.inc.php+2 / -2
Mhtml/pages/device/edit/snmp.inc.php+86 / -59
Mhtml/pages/device/health/mempool.inc.php+1 / -1
Mhtml/pages/device/health/processor.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/port/alerts.inc.php+10 / -1
Mhtml/pages/device/routing/cef.inc.php+3 / -3
Mincludes/alerts.inc.php+167 / -199
Mincludes/common.php+1 / -1
Mincludes/definitions/entities.inc.php+34 / -33
Mincludes/discovery/cisco-entity-sensor.inc.php+3 / -3
Mincludes/discovery/entity-sensor.inc.php+2 / -2
Mincludes/functions.php+3 / -3
Mincludes/rewrites.php+28 / -24
+677 added −573 removed filtered activity

💻 r4517

Adam Armstrong 🐸
merge
Files changed (2) +38 / -35
Changed files with action and line counts
Mhtml/pages/alert_check.inc.php+18 / -15
Mhtml/pages/device/packages.inc.php+20 / -20
+38 added −35 removed filtered activity

💻 r4515

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

💻 r4513

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

💻 r4511

Adam Armstrong 🐸
merge devel -> trunk (after reading svn manual)
Files changed (19) +276 / -179
Changed files with action and line counts
Malerter.php+8 / -1
Mdiscovery.php+2 / -0
Mhtml/css/bootstrap.css+22 / -22
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Mhtml/css/bootstrap/less/forms.less+3 / -1
Mhtml/css/sprite.css+137 / -135
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/and.gif+1 / -0
Ahtml/img/sprite/arrow-circle.png+1 / -0
Ahtml/img/sprite/hand-point-090.png+1 / -0
Ahtml/img/sprite/or.gif+1 / -0
Ahtml/img/sprite/pencil.png+1 / -0
Ahtml/img/sprite/service-bell.png+1 / -0
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/print/alert.inc.php+3 / -3
Mhtml/pages/add_alert_check.inc.php+8 / -3
Mhtml/pages/alert_check.inc.php+81 / -10
Mincludes/alerts.inc.php+2 / -2
Mpoller.php+2 / -0
+107 added −20 removed filtered activity

💻 r4504

Adam Armstrong 🐸
add a couple more graphs to entity array
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/definitions/entities.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4503

Adam Armstrong 🐸
alerting updates. graphing updates.
Files changed (13) +57 / -54
Changed files with action and line counts
Mhtml/graph.php+7 / -5
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/graphs/common.inc.php+13 / -10
Mhtml/includes/graphs/functions.inc.php+1 / -1
Mhtml/includes/graphs/generic_data.inc.php+1 / -1
Mhtml/includes/graphs/generic_simplex.inc.php+2 / -2
Mhtml/includes/graphs/graph.inc.php+0 / -7
Mhtml/includes/graphs/old_generic_simplex.inc.php+1 / -1
Mhtml/includes/graphs/processor/usage.inc.php+1 / -1
Mhtml/includes/graphs/storage/usage.inc.php+1 / -1
Mincludes/alerts.inc.php+21 / -22
Mincludes/definitions/entities.inc.php+6 / -0
Msyslog.php+1 / -1
+57 added −54 removed filtered activity

💻 r4502

Adam Armstrong 🐸
alerting updates (switch graphs to entities array for now)
Files changed (3) +19 / -14
Changed files with action and line counts
Mhtml/pages/add_alert_check.inc.php+5 / -3
Mincludes/alerts.inc.php+5 / -5
Mincludes/discovery/cisco-entity-sensor.inc.php+9 / -6
+19 added −14 removed filtered activity

💻 r4501

Adam Armstrong 🐸
alert editing interface updates. update bootstrap-select.
Files changed (10) +502 / -164
Changed files with action and line counts
Ahtml/css/bootstrap-select.css+259 / -0
Ahtml/css/bootstrap-select.min.css+7 / -0
Mhtml/css/bootstrap/less/bootstrap.less+1 / -1
Mhtml/css/sprite.css+158 / -157
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/index.php+1 / -0
Mhtml/js/bootstrap-select.min.js+8 / -1
Mhtml/pages/add_alert_check.inc.php+5 / -5
Mincludes/definitions.inc.php+3 / -0
Aincludes/definitions/entities.inc.php+60 / -0
+69 added −5 removed filtered activity

💻 r4500

Adam Armstrong 🐸
add the ability to delete an alert checker. add pencil icon.
Files changed (4) +216 / -142
Changed files with action and line counts
Mhtml/css/sprite.css+137 / -136
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/pages/alert_check.inc.php+60 / -4
Mhtml/pages/alert_checks.inc.php+19 / -2
+79 added −6 removed filtered activity

💻 r4499

Adam Armstrong 🐸
add config entry for alerting and remove some debugging
Files changed (2) +25 / -8
Changed files with action and line counts
Mconfig.php.default+7 / -0
Mhtml/pages/add_alert_check.inc.php+18 / -8
+25 added −8 removed filtered activity

💻 r4498

Adam Armstrong 🐸
add basic interface to create alert checkers and associations
Files changed (10) +311 / -25
Changed files with action and line counts
Mhtml/css/sprite.css+10 / -9
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/img/sprite/exclamation-red.png non-text+0 / -0
Mhtml/includes/functions.inc.php+0 / -2
Ahtml/pages/add_alert_check.inc.php+219 / -0
Mhtml/pages/alert_check.inc.php+5 / -4
Mhtml/pages/alert_checks.inc.php+58 / -2
Mhtml/pages/alerts.inc.php+3 / -1
Mincludes/alerts.inc.php+11 / -7
Mincludes/definitions.inc.php+5 / -0
+301 added −16 removed filtered activity

💻 r4497

Mike Stupalov 🐱
isCli() -> is_cli().
Files changed (4) +37 / -48
Changed files with action and line counts
Mconfig_to_json.php+14 / -13
Mincludes/common.php+4 / -4
Mincludes/definitions.inc.php+18 / -30
Mincludes/functions.php+1 / -1
+37 added −48 removed filtered activity

💻 r4496

Mike Stupalov 🐱
Fix broken syslog, again (removed echo from stdout, fixed detection IP version).
Files changed (3) +42 / -19
Changed files with action and line counts
Mincludes/functions.php+12 / -0
Mincludes/syslog.php+21 / -16
Msyslog.php+9 / -3
+42 added −19 removed filtered activity

💻 r4495

Tom Laermans 🦔
fix/rewrite powerware XUPS-MIB discovery (old code had an infinite loop on some devices) + fix initial values of some fields on UPS-MIB
Files changed (2) +153 / -161
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+6 / -6
Mincludes/discovery/sensors/xups-mib.inc.php+147 / -155
+153 added −161 removed filtered activity

💻 r4494

Mike Stupalov 🐱
Fix freebsd/openbsd uptime issue (snmpEngineTime in snmpd always return unixtime instead uptime).
Files changed (1) +9 / -9
Changed files with action and line counts
Mincludes/polling/system.inc.php+9 / -9
+9 added −9 removed filtered activity

💻 r4493

Mike Stupalov 🐱
no short open tag.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions/apps.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4492

Adam Armstrong 🐸
move app definitions. fix spacing on front page
Files changed (3) +339 / -329
Changed files with action and line counts
Mhtml/pages/front/default.php+306 / -304
Mincludes/definitions.inc.php+9 / -25
Aincludes/definitions/apps.inc.php+24 / -0
+339 added −329 removed filtered activity

💻 r4491

Tom Laermans 🦔
consolidate and deduplicate raritan sensor code
Files changed (6) +91 / -157
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -4
Dincludes/discovery/current/raritan.inc.php+0 / -56
Dincludes/discovery/power/raritan.inc.php+0 / -45
Aincludes/discovery/sensors/pdu-mib.inc.php+88 / -0
Dincludes/discovery/temperatures/raritan.inc.php+0 / -25
Dincludes/discovery/voltages/raritan.inc.php+0 / -27
+91 added −157 removed filtered activity

💻 r4490

Tom Laermans 🦔
consolidate and clean up deltaups, also fix battery current being reported as battery frequency
Files changed (7) +42 / -182
Changed files with action and line counts
Dincludes/discovery/current/deltaups.inc.php+0 / -41
Dincludes/discovery/frequencies/deltaups.inc.php+0 / -37
Dincludes/discovery/humidity/deltaups.inc.php+0 / -29
Aincludes/discovery/sensors/deltaups-mib.inc.php+41 / -0
Mincludes/discovery/sensors/ups-mib.inc.php+1 / -1
Dincludes/discovery/temperatures/deltaups.inc.php+0 / -33
Dincludes/discovery/voltages/deltaups.inc.php+0 / -41
+42 added −182 removed filtered activity

💻 r4489

Tom Laermans 🦔
more sensor consolidation and cleanups, replace php closing statements by EOF comment
Files changed (28) +637 / -661
Changed files with action and line counts
Dincludes/discovery/current/junos-dom.inc.php+0 / -33
Dincludes/discovery/dbm/junos-dom-rx.inc.php+0 / -35
Dincludes/discovery/dbm/junos-dom-tx.inc.php+0 / -35
Dincludes/discovery/humidity/akcp.inc.php+0 / -39
Mincludes/discovery/sensors/areca.inc.php+1 / -1
Mincludes/discovery/sensors/cometsystem.inc.php+1 / -1
Mincludes/discovery/sensors/dell.inc.php+1 / -1
Mincludes/discovery/sensors/drac.inc.php+1 / -1
Mincludes/discovery/sensors/equallogic.inc.php+2 / -0
Aincludes/discovery/sensors/hhmsagent-mib.inc.php+73 / -0
Dincludes/discovery/sensors/ipoman.inc.php+0 / -182
Aincludes/discovery/sensors/ipomanii-mib.inc.php+182 / -0
Aincludes/discovery/sensors/juniper-dom-mib.inc.php+113 / -0
Mincludes/discovery/sensors/lm-sensors.inc.php+1 / -1
Mincludes/discovery/sensors/mgeups.inc.php+1 / -1
Mincludes/discovery/sensors/netscaler.inc.php+1 / -0
Mincludes/discovery/sensors/nos.inc.php+1 / -0
Mincludes/discovery/sensors/papouch.inc.php+1 / -1
Mincludes/discovery/sensors/powerconnect.inc.php+2 / -0
Aincludes/discovery/sensors/supermicro-health-mib.inc.php+58 / -0
Dincludes/discovery/sensors/supermicro.inc.php+0 / -56
Mincludes/discovery/sensors/wlc.inc.php+1 / -0
Mincludes/discovery/sensors/wut.inc.php+1 / -1
Aincludes/discovery/sensors/xups-mib.inc.php+195 / -0
Dincludes/discovery/sensors/xups.inc.php+0 / -193
Mincludes/discovery/sensors/zyxel-ies.inc.php+1 / -1
Dincludes/discovery/temperatures/akcp.inc.php+0 / -39
Dincludes/discovery/temperatures/junos-dom.inc.php+0 / -40
+637 added −661 removed filtered activity

💻 r4488

Tom Laermans 🦔
unify and rewrite mge ups sensor discovery
Files changed (7) +151 / -292
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
Dincludes/discovery/current/mgeups.inc.php+0 / -60
Dincludes/discovery/frequencies/mgeups.inc.php+0 / -48
Dincludes/discovery/humidity/mgeups.inc.php+0 / -69
Aincludes/discovery/sensors/mgeups.inc.php+150 / -0
Dincludes/discovery/temperatures/mgeups.inc.php+0 / -64
Dincludes/discovery/voltages/mgeups.inc.php+0 / -50
+151 added −292 removed filtered activity

💻 r4487

Tom Laermans 🦔
poll numeric oids
Files changed (1) +15 / -15
Changed files with action and line counts
Mincludes/discovery/sensors/ups-mib.inc.php+15 / -15
+15 added −15 removed filtered activity

💻 r4486

Tom Laermans 🦔
clean up unnecessary sensor include files
Files changed (8) +20 / -124
Changed files with action and line counts
Dincludes/discovery/current.inc.php+0 / -15
Dincludes/discovery/dbm.inc.php+0 / -15
Dincludes/discovery/frequencies.inc.php+0 / -16
Dincludes/discovery/humidity.inc.php+0 / -17
Dincludes/discovery/power.inc.php+0 / -16
Mincludes/discovery/sensors.inc.php+20 / -11
Dincludes/discovery/temperatures.inc.php+0 / -17
Dincludes/discovery/voltages.inc.php+0 / -17
+20 added −124 removed filtered activity

💻 r4485

Tom Laermans 🦔
rewrite UPS-MIB discovery
Files changed (9) +240 / -238
Changed files with action and line counts
Dincludes/discovery/current/rfc1628.inc.php+0 / -79
Dincludes/discovery/frequencies/rfc1628.inc.php+0 / -39
Aincludes/discovery/sensors/ups-mib.inc.php+190 / -0
Dincludes/discovery/temperatures/rfc1628.inc.php+0 / -26
Dincludes/discovery/voltages/rfc1628.inc.php+0 / -79
Mincludes/polling/os/liebert.inc.php+1 / -1
Mincludes/polling/os/netmanplus.inc.php+1 / -1
Dincludes/polling/os/rfc1628.inc.php+0 / -13
Aincludes/polling/os/ups-mib.inc.php+48 / -0
+240 added −238 removed filtered activity

💻 r4484

Tom Laermans 🦔
allow adding when rrd directory already exists by default
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4483

Tom Laermans 🦔
fix incorrect display of remember me mcrypt reminder
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r4482

Adam Armstrong 🐸
change transport db field to enum
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/100.sql+2 / -0
0 added 0 removed filtered activity

💻 r4481

Adam Armstrong 🐸
snmpver to enum v1, v2c, v3
Files changed (1) +2 / -0
Changed files with action and line counts
Aupdate/099.sql+2 / -0
0 added 0 removed filtered activity

💻 r4480

Adam Armstrong 🐸
fix capitalisation as it should be in the db
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/edit/snmp.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4479

Adam Armstrong 🐸
authalgo -> cryptoalgo name fix
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/snmp.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4478

Adam Armstrong 🐸
go away, eos!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/processors/hrdevice.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4477

Adam Armstrong 🐸
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
Files changed (2) +228 / -1
Changed files with action and line counts
Mincludes/discovery/entity-sensor.inc.php+31 / -1
Amibs/arista/ARISTA-ENTITY-SENSOR-MIB+197 / -0
+31 added −1 removed filtered activity

💻 r4476

Adam Armstrong 🐸
new arista products mib #490
Files changed (1) +23 / -1
Changed files with action and line counts
Mmibs/arista/ARISTA-PRODUCTS-MIB+23 / -1
0 added 0 removed filtered activity

💻 r4475

Tom Laermans 🦔
clean up screenos sessions
Files changed (2) +1 / -31
Changed files with action and line counts
Mhtml/includes/graphs/device/screenos_sessions.inc.php+1 / -1
Dhtml/includes/graphs/screenos_sessions.inc.php+0 / -30
+1 added −31 removed filtered activity

💻 r4474

Mike Stupalov 🐱
Fix radius security hole [OBSERVIUM-489].
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4473

Tom Laermans 🦔
don't reset icon
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4472

Tom Laermans 🦔
bring back OS distro+version into features, unset device variables (features,version,distro,serial,etc) when their contents disappear
Files changed (3) +4 / -7
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/os.inc.php+2 / -3
Mincludes/polling/os/unix.inc.php+1 / -3
+4 added −7 removed filtered activity

💻 r4471

Mike Stupalov 🐱
Improve detect browser type (using mobiledetect 2.6.9), auto set of display options for touchscreen devices.
Files changed (4) +1,117 / -18
Changed files with action and line counts
Ahtml/includes/Mobile_Detect.php+1,082 / -0
Mhtml/includes/functions.inc.php+21 / -12
Mhtml/includes/navbar.inc.php+8 / -2
Mhtml/index.php+6 / -4
+1,117 added −18 removed filtered activity

💻 r4470

Mike Stupalov 🐱
derp
Files changed (1) +1 / -2
Changed files with action and line counts
Mincludes/discovery/ipv4-addresses.inc.php+1 / -2
+1 added −2 removed filtered activity

💻 r4469

Tom Laermans 🦔
handle 'End of MIB' output from snmpwalk
Files changed (1) +7 / -5
Changed files with action and line counts
Mincludes/snmp.inc.php+7 / -5
+7 added −5 removed filtered activity

💻 r4468

Mike Stupalov 🐱
Update os definitions for old cisco
Files changed (9) +16 / -59
Changed files with action and line counts
Mincludes/definitions/os.inc.php+0 / -12
Dincludes/discovery/os/asa.inc.php+0 / -9
Dincludes/discovery/os/cat1900.inc.php+0 / -9
Dincludes/discovery/os/catos.inc.php+0 / -9
Mincludes/discovery/os/cisco.inc.php+6 / -0
Dincludes/discovery/os/pix.inc.php+0 / -10
Dincludes/polling/os/cat1900.inc.php+0 / -7
Mincludes/polling/os/catos.inc.php+9 / -3
Aupdate/098.sql+1 / -0
+15 added −59 removed filtered activity

💻 r4467

Mike Stupalov 🐱
Fix VMware IP addresses discovery.
Files changed (2) +4 / -0
Changed files with action and line counts
Mincludes/discovery/ipv4-addresses.inc.php+1 / -0
Mincludes/discovery/ipv6-addresses.inc.php+3 / -0
+4 added 0 removed filtered activity

💻 r4466

Adam Armstrong 🐸
add 'touch' icon to disable menu hover and allow easy use on touch-based devices.
Files changed (4) +125 / -101
Changed files with action and line counts
Mhtml/css/sprite.css+100 / -99
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/includes/navbar.inc.php+13 / -1
Mhtml/index.php+12 / -1
+25 added −2 removed filtered activity

💻 r4465

Tom Laermans 🦔
f.cking non-debug debug outputs everywhere
Files changed (1) +0 / -4
Changed files with action and line counts
Mincludes/polling/unix-agent/hddtemp.inc.php+0 / -4
0 added −4 removed filtered activity

💻 r4464

Adam Armstrong 🐸
clean up hiding header/search
Files changed (2) +9 / -6
Changed files with action and line counts
Mhtml/index.php+7 / -4
Mhtml/pages/ports.inc.php+2 / -2
+9 added −6 removed filtered activity

💻 r4463

Adam Armstrong 🐸
dynamically generate port graphs list from array on /ports/ and /graphs/ports/. move /ports/ options to an optionbar, splitting from search box.
Files changed (5) +124 / -156
Changed files with action and line counts
Mhtml/pages/device/ports.inc.php+3 / -7
Mhtml/pages/ports.inc.php+33 / -64
Dhtml/pages/ports/graph.inc.php+0 / -85
Ahtml/pages/ports/graphs.inc.php+86 / -0
Mincludes/definitions/graphtypes.inc.php+2 / -0
+124 added −156 removed filtered activity

💻 r4462

Adam Armstrong 🐸
vlans to new optionbar. add a new array in definitions to keep track of port graph types
Files changed (2) +25 / -44
Changed files with action and line counts
Mhtml/pages/device/vlans.inc.php+13 / -40
Mincludes/definitions/graphtypes.inc.php+12 / -4
+25 added −44 removed filtered activity

💻 r4461

Adam Armstrong 🐸
move more definitions. change nupkts colours. remove old sensor_classes config array.
Files changed (8) +357 / -363
Changed files with action and line counts
Mhtml/includes/graphs/port/nupkts.inc.php+4 / -4
Mhtml/pages/device/edit/sensors.inc.php+1 / -1
Mincludes/definitions.inc.php+8 / -255
Aincludes/definitions/graphtypes.inc.php+241 / -0
Aincludes/definitions/vmware_guestid.inc.php+100 / -0
Mincludes/polling/sensors.inc.php+2 / -2
Mincludes/polling/unix-agent.inc.php+1 / -1
Dincludes/vmware_guestid.inc.php+0 / -100
+357 added −363 removed filtered activity

💻 r4460

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

💻 r4459

Adam Armstrong 🐸
DERP
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent/hddtemp.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r4458

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

💻 r4457

Adam Armstrong 🐸
TROLLFACE
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent/hddtemp.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4456

Tom Laermans 🦔
minor updates
Files changed (3) +5 / -3
Changed files with action and line counts
Mhtml/includes/graphs/application/memcached.inc.php+1 / -3
Mincludes/definitions.inc.php+1 / -0
Mincludes/polling/unix-agent/hddtemp.inc.php+3 / -0
+5 added −3 removed filtered activity

💻 r4455

Tom Laermans 🦔
fix disappearing hddtemp graphs
Files changed (1) +2 / -7
Changed files with action and line counts
Mincludes/polling/unix-agent/hddtemp.inc.php+2 / -7
+2 added −7 removed filtered activity

💻 r4454

Adam Armstrong 🐸
fix hddtemp, fix port percent colours
Files changed (2) +9 / -10
Changed files with action and line counts
Mhtml/includes/graphs/port/percent.inc.php+4 / -6
Mincludes/polling/unix-agent/hddtemp.inc.php+5 / -4
+9 added −10 removed filtered activity

💻 r4453

Adam Armstrong 🐸
add percentage utilisation graph to ports (someone asked for this, was pretty easy to do, will find some colours in a sec)
Files changed (2) +48 / -0
Changed files with action and line counts
Ahtml/includes/graphs/port/percent.inc.php+40 / -0
Mhtml/pages/device/port/graphs.inc.php+8 / -0
+48 added 0 removed filtered activity

💻 r4452

Adam Armstrong 🐸
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)
Files changed (11) +1,420 / -1,307
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+1 / -0
Aincludes/definitions non-text+0 / -0
Mincludes/definitions.inc.php+2 / -1,294
Aincludes/definitions/os.inc.php+1,303 / -0
Mincludes/functions.php+10 / -1
Mincludes/polling/unix-agent.inc.php+11 / -9
Mincludes/polling/unix-agent/hddtemp.inc.php+7 / -2
Aincludes/polling/unix-agent/lmsensors.inc.php+75 / -0
Mincludes/syslog.php+1 / -1
Ascripts/agent-local/lmsensors+9 / -0
Aupdate/097.sql+1 / -0
+1,419 added −1,307 removed filtered activity

💻 r4451

Mike Stupalov 🐱
cisco $os++ [OBSERVIUM-482].
Files changed (5) +33 / -38
Changed files with action and line counts
Mincludes/definitions.inc.php+4 / -3
Aincludes/discovery/os/cisco.inc.php+29 / -0
Dincludes/discovery/os/ciscosb.inc.php+0 / -8
Dincludes/discovery/os/ciscoscos.inc.php+0 / -8
Dincludes/discovery/os/ios.inc.php+0 / -19
+33 added −38 removed filtered activity

💻 r4450

Mike Stupalov 🐱
more and more sysObjectID.
Files changed (3) +5 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+0 / -3
Mincludes/definitions.inc.php+4 / -1
Mincludes/functions.php+1 / -1
+5 added −5 removed filtered activity

💻 r4449

Mike Stupalov 🐱
more sysObjectId for ciscosb [OBSERVIUM-482].
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r4448

Mike Stupalov 🐱
fix generate_url for values as array.
Files changed (3) +21 / -15
Changed files with action and line counts
Mhtml/includes/functions.inc.php+7 / -3
Mhtml/index.php+11 / -4
Mhtml/pages/device/ports.inc.php+3 / -8
+21 added −15 removed filtered activity

💻 r4447

Mike Stupalov 🐱
a little more changes in syslog/eventlog style.
Files changed (2) +151 / -140
Changed files with action and line counts
Mhtml/includes/print/events.inc.php+83 / -73
Mhtml/includes/print/syslogs.inc.php+68 / -67
+151 added −140 removed filtered activity

💻 r4446

Mike Stupalov 🐱
fix syslog count.
Files changed (1) +10 / -8
Changed files with action and line counts
Mhtml/includes/print/syslogs.inc.php+10 / -8
+10 added −8 removed filtered activity

💻 r4445

Adam Armstrong 🐸
some syslog changes
Files changed (12) +68 / -46
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/alerts.less+1 / -1
Mhtml/includes/functions.inc.php+0 / -27
Mhtml/includes/print/search_simple.inc.php+3 / -2
Mhtml/includes/print/syslogs.inc.php+22 / -5
Mhtml/pages/device/logs/syslog.inc.php+2 / -2
Mhtml/pages/device/overview.inc.php+1 / -1
Mhtml/pages/syslog.inc.php+1 / -1
Mincludes/defaults.inc.php+8 / -4
Mincludes/definitions.inc.php+17 / -0
Mincludes/syslog.php+1 / -1
Msyslog.php+11 / -1
+66 added −44 removed filtered activity

💻 r4444

Mike Stupalov 🐱
Searching for Netscaler vservers IP addresses [OBSERVIUM-231].
Files changed (1) +75 / -21
Changed files with action and line counts
Mhtml/includes/print/addresses.inc.php+75 / -21
+75 added −21 removed filtered activity

💻 r4443

Tom Laermans 🦔
fix last 2 committed agent scripts, add crashplan app parser (no webinterface yet), add crashplan icon
Files changed (4) +78 / -2
Changed files with action and line counts
Ahtml/images/icons/crashplan.png+1 / -0
Aincludes/polling/applications/crashplan.inc.php+75 / -0
Mscripts/agent-local/crashplan+1 / -1
Mscripts/agent-local/sabnzbd-qstatus+1 / -1
+77 added −2 removed filtered activity

💻 r4442

Adam Armstrong 🐸
support array chunking in snmp get multi
Files changed (1) +21 / -4
Changed files with action and line counts
Mincludes/snmp.inc.php+21 / -4
+21 added −4 removed filtered activity

💻 r4441

Mike Stupalov 🐱
restore escapeshellarg with fixed snmpv3 auth.
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/snmp.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r4440

Mike Stupalov 🐱
more loopbacks, specially for sid3windr.
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+1 / -1
Mincludes/functions.php+3 / -3
+4 added −4 removed filtered activity

💻 r4439

Tom Laermans 🦔
print MIB when discovery sensors
Files changed (11) +61 / -62
Changed files with action and line counts
Mincludes/discovery/sensors/asyncos.inc.php+2 / -1
Mincludes/discovery/sensors/equallogic.inc.php+1 / -3
Mincludes/discovery/sensors/lm-sensors.inc.php+1 / -1
Mincludes/discovery/sensors/netscaler.inc.php+1 / -2
Mincludes/discovery/sensors/nos.inc.php+0 / -1
Mincludes/discovery/sensors/papouch.inc.php+2 / -2
Mincludes/discovery/sensors/powerconnect.inc.php+1 / -1
Mincludes/discovery/sensors/supermicro.inc.php+38 / -35
Mincludes/discovery/sensors/wlc.inc.php+13 / -14
Mincludes/discovery/sensors/xups.inc.php+1 / -1
Mincludes/discovery/sensors/zyxel-ies.inc.php+1 / -1
+61 added −62 removed filtered activity

💻 r4438

Tom Laermans 🦔
allow 127.0.0.1
Files changed (3) +11 / -11
Changed files with action and line counts
Mincludes/discovery/ipv4-addresses.inc.php+5 / -5
Mincludes/discovery/ipv6-addresses.inc.php+5 / -5
Mincludes/functions.php+1 / -1
+11 added −11 removed filtered activity

💻 r4437

Tom Laermans 🦔
Remove links if auth module doesn't do user management
Files changed (2) +18 / -5
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+8 / -2
Mhtml/pages/usermenu.inc.php+10 / -3
+18 added −5 removed filtered activity

💻 r4436

Tom Laermans 🦔
make authlog work again for ldap-kerberos and http auth
Files changed (3) +1 / -3
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+0 / -1
Mhtml/includes/authentication/ldap.inc.php+0 / -1
+1 added −3 removed filtered activity

💻 r4435

Tom Laermans 🦔
check auth even if we don't have a password, some auth modules run with http auth
Files changed (3) +10 / -3
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+6 / -1
Mhtml/includes/authentication/ldap.inc.php+3 / -1
+10 added −3 removed filtered activity

💻 r4434

Mike Stupalov 🐱
fix wrong min/max value in percent_colour.
Files changed (3) +12 / -12
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+4 / -6
Mincludes/common.php+4 / -2
Mincludes/rewrites.php+4 / -4
+12 added −12 removed filtered activity

💻 r4433

Mike Stupalov 🐱
fix IPs validate.
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/functions.php+4 / -4
+4 added −4 removed filtered activity

💻 r4432

Mike Stupalov 🐱
eventlog ipv6 compressed.
Files changed (1) +6 / -5
Changed files with action and line counts
Mincludes/discovery/ipv6-addresses.inc.php+6 / -5
+6 added −5 removed filtered activity

💻 r4431

Mike Stupalov 🐱
fix ipv6 links query.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4430

Mike Stupalov 🐱
Rewritten IPv4/IPv6 addresses discovery, improved discovering IPv6 on cisco devices.
Files changed (5) +333 / -149
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+0 / -49
Mincludes/discovery/ipv4-addresses.inc.php+123 / -43
Mincludes/discovery/ipv6-addresses.inc.php+180 / -57
Mincludes/functions.php+25 / -0
Mincludes/rewrites.php+5 / -0
+333 added −149 removed filtered activity

💻 r4429

Mike Stupalov 🐱
remove ugly hexStringToIPv4 (-> hex2ip).
Files changed (3) +9 / -18
Changed files with action and line counts
Mincludes/common.php+0 / -12
Mincludes/discovery/cisco-pw.inc.php+1 / -1
Mincludes/functions.php+8 / -5
+9 added −18 removed filtered activity

💻 r4428

Mike Stupalov 🐱
pls, don't escape passwords and communities.
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/snmp.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r4427

Adam Armstrong 🐸
take oids as array
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/snmp.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r4426

Tom Laermans 🦔
agent scripts for sabnzbd and crashplan pro enterprise; no actual monitoring code yet
Files changed (2) +30 / -0
Changed files with action and line counts
Ascripts/agent-local/crashplan+16 / -0
Ascripts/agent-local/sabnzbd-qstatus+14 / -0
+30 added 0 removed filtered activity

💻 r4425

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

💻 r4424

Adam Armstrong 🐸
addHost -> add_device
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/functions.php+4 / -4
+4 added −4 removed filtered activity

💻 r4423

Adam Armstrong 🐸
2013, yo.
Files changed (29) +29 / -29
Changed files with action and line counts
Malerts.php+1 / -1
Mattic/generate-iplist.php+1 / -1
Mbilling-calculate.php+1 / -1
Mcheck-errors.php+1 / -1
Mcheck-services.php+1 / -1
Mhtml/ajax_entitypopup.php+1 / -1
Mhtml/ajax_listports.php+1 / -1
Mhtml/ajax_poller_status.php+1 / -1
Mhtml/ajax_search.php+1 / -1
Mhtml/api.php+1 / -1
Mhtml/bandwidth-graph.php+1 / -1
Mhtml/billing-graph.php+1 / -1
Mhtml/data.php+1 / -1
Mhtml/graph.php+1 / -1
Mhtml/includes/api/errorcodes.inc.php+1 / -1
Mhtml/includes/api/functions.inc.php+1 / -1
Mhtml/includes/api/module.billing.inc.php+1 / -1
Mhtml/includes/api/module.demo.inc.php+1 / -1
Mhtml/includes/api/module.inventory.inc.php+1 / -1
Mhtml/includes/api/module.packages.inc.php+1 / -1
Mhtml/map.php+1 / -1
Mhtml/netcmd.php+1 / -1
Mhtml/pages/front/default.php+1 / -1
Mhtml/pdf.php+1 / -1
Mincludes/functions.php+1 / -1
Mincludes/rewrites.php+1 / -1
Mirc.php+1 / -1
Mpoll-billing.php+1 / -1
Msnmptrap.php+1 / -1
+28 added −28 removed filtered activity

💻 r4422

Tom Laermans 🦔
fix weird svn whatever
Files changed (2) +464 / -878
Changed files with action and line counts
Mdiscovery.php+1 / -5
Mincludes/discovery/functions.inc.php+463 / -873
+464 added −878 removed filtered activity

💻 r4421

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

💻 r4420

Tom Laermans 🦔
TODOs for powerconnect
Files changed (1) +42 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/powerconnect.inc.php+42 / -1
+42 added −1 removed filtered activity

💻 r4419

Tom Laermans 🦔
clean up poll-device.php after 3163 revisions
Files changed (1) +0 / -23
Changed files with action and line counts
Dpoll-device.php+0 / -23
0 added −23 removed filtered activity

💻 r4418

Adam Armstrong 🐸
addhost -> add_device, delhost -> delete_device, renamehost -> rename_device, addHost() -> add_device()
Files changed (9) +1,201 / -788
Changed files with action and line counts
Aadd_device.php+213 / -0
Daddhost.php+0 / -213
Mattic/scan-snmp.php+1 / -1
Adelete_device.php+55 / -0
Ddelhost.php+0 / -52
Mhtml/pages/addhost.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+873 / -463
Arename_device.php+58 / -0
Drenamehost.php+0 / -58
+1,200 added −787 removed filtered activity

💻 r4417

Tom Laermans 🦔
SECURITY UPDATE: escape user-supplied parameters (eg. ipmi credentials, snmp credentials) before executing
Files changed (3) +27 / -23
Changed files with action and line counts
Mincludes/functions.php+1 / -0
Mincludes/polling/ipmi.inc.php+1 / -1
Mincludes/snmp.inc.php+25 / -22
+27 added −23 removed filtered activity

💻 r4416

Tom Laermans 🦔
also insert current value when discovering a sensor to get rid of NaN before first poll
Files changed (1) +6 / -3
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+6 / -3
+6 added −3 removed filtered activity

💻 r4415

Adam Armstrong 🐸
show 32/64bit counters on device/edit/ports/
Files changed (1) +13 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+13 / -1
+13 added −1 removed filtered activity

💻 r4414

Adam Armstrong 🐸
json_decode in alert-table printer
Files changed (2) +4 / -2
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+1 / -1
Mincludes/alerts.inc.php+3 / -1
+4 added −2 removed filtered activity

💻 r4413

Adam Armstrong 🐸
updates to alerting pages, honour port_64bit in billing. split some alert_check code into a function.
Files changed (7) +170 / -156
Changed files with action and line counts
Mhtml/css/bootstrap/less/variables.less+1 / -1
Mhtml/pages/alert_check.inc.php+4 / -24
Mhtml/pages/alert_checks.inc.php+84 / -112
Mhtml/pages/device/edit/device.inc.php+11 / -4
Mhtml/pages/ports.inc.php+6 / -6
Mincludes/rewrites.php+55 / -3
Mpoll-billing.php+9 / -6
+169 added −155 removed filtered activity

💻 r4412

Adam Armstrong 🐸
per-port one-time detection of 32/64-bit counters
Files changed (2) +23 / -7
Changed files with action and line counts
Mincludes/polling/ports.inc.php+22 / -7
Aupdate/096.sql+1 / -0
+22 added −7 removed filtered activity

💻 r4411

Adam Armstrong 🐸
change alerting system to use JSON instead of php serialized arrays
Files changed (5) +57 / -30
Changed files with action and line counts
Mhtml/pages/alert_check.inc.php+16 / -17
Mhtml/pages/alert_checks.inc.php+2 / -2
Mincludes/alerts.inc.php+10 / -10
Mupdate/074.php+2 / -1
Aupdate/095.php+27 / -0
+57 added −30 removed filtered activity

💻 r4410

Adam Armstrong 🐸
reduce size of perf numbers
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4409

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

💻 r4408

Adam Armstrong 🐸
copy 64 counters properly, update some bits of css usage
Files changed (4) +45 / -34
Changed files with action and line counts
Mhtml/includes/print/inventory.inc.php+5 / -5
Mhtml/index.php+0 / -2
Mhtml/pages/ports.inc.php+36 / -26
Mincludes/polling/ports.inc.php+4 / -1
+45 added −34 removed filtered activity

💻 r4407

Adam Armstrong 🐸
modification of 32/64bit counter choice in ports poller and moving of debugging output to catch both sets of counters and rates.
Files changed (1) +36 / -13
Changed files with action and line counts
Mincludes/polling/ports.inc.php+36 / -13
+36 added −13 removed filtered activity

💻 r4406

Adam Armstrong 🐸
increase kernel version field to 64 chars
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/094.sql+1 / -0
0 added 0 removed filtered activity

💻 r4405

Adam Armstrong 🐸
move some stuff around.
Files changed (6) +61 / -60
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/bootstrap.less+1 / -0
Mhtml/css/bootstrap/less/variables.less+1 / -1
Mhtml/includes/functions.inc.php+0 / -57
Mhtml/includes/navbar.inc.php+1 / -1
Mincludes/common.php+57 / -0
+58 added −58 removed filtered activity

August 2013

💻 r4404

Adam Armstrong 🐸
some style updates. alerting updates. can now edit alert check conditions, messily. experimenting with bootstrap modals.
Files changed (13) +678 / -283
Changed files with action and line counts
Mhtml/css/bootstrap.css+182 / -95
Mhtml/css/bootstrap/less/bootstrap.less+3 / -0
Mhtml/css/bootstrap/less/forms.less+3 / -3
Mhtml/css/bootstrap/less/select.less+2 / -2
Mhtml/css/bootstrap/less/variables.less+0 / -67
Mhtml/includes/functions.inc.php+23 / -5
Mhtml/includes/navbar.inc.php+18 / -8
Mhtml/includes/print/alert.inc.php+12 / -11
Ahtml/js/bootstrap-modal.js+246 / -0
Mhtml/pages/alert_check.inc.php+87 / -3
Mhtml/pages/devices.inc.php+74 / -68
Mhtml/pages/inventory.inc.php+3 / -3
Mhtml/pages/ports.inc.php+25 / -18
+242 added −116 removed filtered activity

💻 r4403

Adam Armstrong 🐸
more comments
Files changed (1) +23 / -5
Changed files with action and line counts
Mincludes/rewrites.php+23 / -5
+23 added −5 removed filtered activity

💻 r4402

Adam Armstrong 🐸
replace port/sensor icon in hostbox with sprites. add dashboard sprite. add some comments.
Files changed (6) +34 / -8
Changed files with action and line counts
Mhtml/css/sprite.css+1 / -1
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/img/sprite/dashboard.png non-text+0 / -0
Mhtml/includes/hostbox.inc.php+2 / -2
Mhtml/includes/print/alert.inc.php+29 / -3
Mincludes/rewrites.php+2 / -2
+33 added −7 removed filtered activity

💻 r4401

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

💻 r4400

Adam Armstrong 🐸
don't show entity type from alert table when we know the alert_test_id
Files changed (1) +5 / -3
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r4399

Adam Armstrong 🐸
a few fixes and some updates to alerting pages
Files changed (14) +37 / -30
Changed files with action and line counts
Mattic/generate-iplist.php+1 / -1
Mhtml/css/sprite.css+1 / -1
Mhtml/img/sprite.png non-text+0 / -0
Mhtml/img/sprite/sql-join-left.png non-text+0 / -0
Mhtml/img/sprite/traffic-light.png non-text+0 / -0
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/graphs/location/bits.inc.php+1 / -1
Mhtml/pages/alert_check.inc.php+2 / -2
Mhtml/pages/bill/pdf_history.inc.php+1 / -1
Mhtml/pages/device/edit/services.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/ace_vservers.inc.php+2 / -2
Mincludes/alerts.inc.php+14 / -7
Mincludes/polling/applications/postgresql.php+10 / -10
Mscripts/mailscanner.php+2 / -2
+35 added −28 removed filtered activity

💻 r4398

Adam Armstrong 🐸
EFFICIENT DATABASE IS HAPPY DATABASE
Files changed (1) +4 / -0
Changed files with action and line counts
Aupdate/093.sql+4 / -0
0 added 0 removed filtered activity

💻 r4397

Adam Armstrong 🐸
change device/alerts/ to only show alerts, rather than rules
Files changed (1) +7 / -256
Changed files with action and line counts
Mhtml/pages/device/alerts.inc.php+7 / -256
+7 added −256 removed filtered activity

💻 r4396

Adam Armstrong 🐸
add alerts pane to port page
Files changed (3) +18 / -5
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+12 / -5
Mhtml/pages/device/port.inc.php+1 / -0
Ahtml/pages/device/port/alerts.inc.php+5 / -0
+18 added −5 removed filtered activity

💻 r4395

Adam Armstrong 🐸
ignore field set support
Files changed (1) +29 / -21
Changed files with action and line counts
Mincludes/alerts.inc.php+29 / -21
+29 added −21 removed filtered activity

💻 r4394

Adam Armstrong 🐸
fix ok icons
Files changed (9) +10 / -10
Changed files with action and line counts
Mhtml/pages/device/edit/alerts.inc.php+1 / -1
Mhtml/pages/device/edit/apps.inc.php+1 / -1
Mhtml/pages/device/edit/ipmi.inc.php+1 / -1
Mhtml/pages/device/edit/netscaler_svcs.inc.php+1 / -1
Mhtml/pages/device/edit/netscaler_vsvrs.inc.php+1 / -1
Mhtml/pages/device/edit/ports.inc.php+2 / -2
Mhtml/pages/device/edit/sensors.inc.php+1 / -1
Mhtml/pages/device/edit/snmp.inc.php+1 / -1
Mhtml/pages/device/edit/ssh.inc.php+1 / -1
+10 added −10 removed filtered activity

💻 r4393

Adam Armstrong 🐸
allow ignoring of netscaler vserver/service entities
Files changed (7) +172 / -29
Changed files with action and line counts
Mhtml/includes/device-header.inc.php+1 / -1
Mhtml/pages/device/edit.inc.php+3 / -1
Ahtml/pages/device/edit/netscaler_svcs.inc.php+71 / -0
Ahtml/pages/device/edit/netscaler_vsvrs.inc.php+71 / -0
Mhtml/pages/device/edit/sensors.inc.php+20 / -27
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+4 / -0
Aupdate/092.sql+2 / -0
+170 added −29 removed filtered activity

💻 r4392

Adam Armstrong 🐸
fix [] on param for alerts. add app types to stats
Files changed (3) +8 / -5
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+1 / -1
Mhtml/pages/device/alerts.inc.php+0 / -4
Mincludes/versioncheck.inc.php+7 / -0
+8 added −5 removed filtered activity

💻 r4391

Adam Armstrong 🐸
fix buttons on about page
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/pages/about.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r4390

Tom Laermans 🦔
add info on top of global config page
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/settings.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4389

Tom Laermans 🦔
add asset tag support (via unix agent only for now) - fill in OS poller if you have other devices exposing this
Files changed (4) +16 / -2
Changed files with action and line counts
Mhtml/pages/device/overview/information.inc.php+8 / -0
Mincludes/polling/os.inc.php+2 / -2
Mincludes/polling/os/unix.inc.php+5 / -0
Aupdate/091.sql+1 / -0
+15 added −2 removed filtered activity

💻 r4388

Tom Laermans 🦔
change ipmi password field to password type
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/edit/ipmi.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4387

Tom Laermans 🦔
update zimbra app script, fix zimbra application graphs, fix app system name display
Files changed (9) +213 / -14
Changed files with action and line counts
Ahtml/includes/graphs/application/zimbra_connections.inc.php+35 / -0
Ahtml/includes/graphs/application/zimbra_jvmthreads.inc.php+67 / -0
Ahtml/includes/graphs/application/zimbra_threads.inc.php+37 / -0
Mhtml/pages/apps.inc.php+1 / -1
Mhtml/pages/device/apps.inc.php+4 / -5
Mhtml/pages/device/apps/zimbra.inc.php+18 / -4
Mincludes/definitions.inc.php+1 / -1
Mincludes/polling/applications/zimbra.inc.php+39 / -2
Mscripts/agent-local/zimbra+11 / -1
+213 added −14 removed filtered activity

💻 r4386

Mike Stupalov 🐱
Fix graphs option 'inverse'.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4385

Adam Armstrong 🐸
more cleanups to /alert_check/
Files changed (1) +65 / -6
Changed files with action and line counts
Mhtml/pages/alert_check.inc.php+65 / -6
+65 added −6 removed filtered activity

💻 r4384

Adam Armstrong 🐸
improvements to alert_check
Files changed (3) +102 / -30
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+37 / -26
Mhtml/pages/alert_check.inc.php+63 / -2
Mhtml/pages/alert_checks.inc.php+2 / -2
+102 added −30 removed filtered activity

💻 r4383

Mike Stupalov 🐱
addHost check only fqdn sysName [OBSERVIUM-469].
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/functions.php+2 / -2
+2 added −2 removed filtered activity

💻 r4382

Adam Armstrong 🐸
make entity_type=all work on /alerts/
Files changed (1) +5 / -2
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r4381

Adam Armstrong 🐸
disable pagination for alerts page
Files changed (2) +24 / -14
Changed files with action and line counts
Mhtml/includes/print/alert.inc.php+23 / -14
Mhtml/pages/alerts.inc.php+1 / -0
+24 added −14 removed filtered activity

💻 r4380

Adam Armstrong 🐸
add file headers
Files changed (3) +35 / -0
Changed files with action and line counts
Mhtml/pages/alert_check.inc.php+11 / -0
Mhtml/pages/alert_checks.inc.php+12 / -0
Mhtml/pages/alerts.inc.php+12 / -0
+35 added 0 removed filtered activity

💻 r4379

Adam Armstrong 🐸
additional alerting page work. move printing of alert_table to a function.
Files changed (6) +225 / -78
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/navbar.inc.php+2 / -1
Ahtml/includes/print/alert.inc.php+179 / -0
Mhtml/pages/alert_check.inc.php+37 / -0
Mhtml/pages/alert_checks.inc.php+2 / -2
Mhtml/pages/alerts.inc.php+4 / -74
+225 added −78 removed filtered activity

💻 r4378

Adam Armstrong 🐸
db updates
Files changed (2) +3 / -0
Changed files with action and line counts
Aupdate/078.sql non-text+0 / -0
Aupdate/090.sql+3 / -0
0 added 0 removed filtered activity

💻 r4377

Adam Armstrong 🐸
update nicecase
Files changed (2) +35 / -46
Changed files with action and line counts
Mhtml/includes/functions.inc.php+8 / -46
Mincludes/definitions.inc.php+27 / -0
+35 added −46 removed filtered activity

💻 r4376

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

💻 r4375

Adam Armstrong 🐸
move some bits of port-poe around. only snmpwalk once. it does't work, but this prevents epic disaster if people enable it!
Files changed (2) +42 / -14
Changed files with action and line counts
Mincludes/polling/port-poe.inc.php+1 / -13
Mincludes/polling/ports.inc.php+41 / -1
+42 added −14 removed filtered activity

💻 r4374

Adam Armstrong 🐸
statsd is not in svn :)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/functions.php+2 / -1
+2 added −1 removed filtered activity

💻 r4373

Adam Armstrong 🐸
add new events include :)
Files changed (1) +10 / -0
Changed files with action and line counts
Ahtml/pages/device/overview/events.inc.php+10 / -0
+10 added 0 removed filtered activity

💻 r4372

Adam Armstrong 🐸
bills table -> condensed
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/bills/cmonth.inc.php+1 / -1
Mhtml/pages/bills/pmonth.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4371

Adam Armstrong 🐸
remove margin-top: -1px for btn (centres buttons correctly within table cell.
Files changed (2) +3 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/buttons.less+2 / -1
0 added 0 removed filtered activity

💻 r4370

Adam Armstrong 🐸
derp
Files changed (1) +0 / -0
Changed files with action and line counts
Mhtml/includes/graphs/port/pktsize.inc.php non-text+0 / -0
0 added 0 removed filtered activity

💻 r4369

Adam Armstrong 🐸
upgrade memcached agent and polling code
Files changed (2) +70 / -4
Changed files with action and line counts
Mincludes/polling/applications/memcached.inc.php+69 / -3
Mscripts/agent-local/memcached+1 / -1
+70 added −4 removed filtered activity

💻 r4368

Adam Armstrong 🐸
print time since event for short format, with popup showing actual date (save some pixels)
Files changed (3) +12 / -14
Changed files with action and line counts
Mhtml/includes/print/events.inc.php+7 / -2
Mhtml/pages/device/overview.inc.php+4 / -11
Mincludes/common.php+1 / -1
+12 added −14 removed filtered activity

💻 r4367

Tom Laermans 🦔
bring back support for ipoman EMD-T temperature sensor
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/discovery/sensors/ipoman.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r4366

Adam Armstrong 🐸
db updates
Files changed (1) +5 / -0
Changed files with action and line counts
Aupdate/089.sql+5 / -0
0 added 0 removed filtered activity

💻 r4365

Adam Armstrong 🐸
move around some things related to os data polling
Files changed (5) +61 / -44
Changed files with action and line counts
Mhtml/includes/device-header.inc.php+1 / -1
Mincludes/common.php+3 / -4
Mincludes/polling/os.inc.php+9 / -27
Mincludes/polling/os/unix.inc.php+47 / -11
Mincludes/versioncheck.inc.php+1 / -1
+61 added −44 removed filtered activity

💻 r4364

Adam Armstrong 🐸
fixes to memcache app. updates to os script (separate by ||)
Files changed (4) +25 / -18
Changed files with action and line counts
Mhtml/includes/graphs/application/memcached.inc.php+5 / -5
Mincludes/polling/applications/memcached.inc.php+18 / -9
Mincludes/versioncheck.inc.php+1 / -3
Mscripts/os+1 / -1
+25 added −18 removed filtered activity

💻 r4363

Adam Armstrong 🐸
add observium notice to apps files
Files changed (21) +232 / -4
Changed files with action and line counts
Mhtml/pages/device/apps/apache.inc.php+12 / -2
Mhtml/pages/device/apps/app_navbar.inc.php+12 / -0
Mhtml/pages/device/apps/bind.inc.php+12 / -0
Mhtml/pages/device/apps/drbd.inc.php+12 / -0
Mhtml/pages/device/apps/exim-mailqueue.inc.php+12 / -0
Mhtml/pages/device/apps/freeradius.inc.php+12 / -0
Mhtml/pages/device/apps/mailscanner.inc.php+12 / -0
Mhtml/pages/device/apps/memcached.inc.php+12 / -0
Mhtml/pages/device/apps/mysql.inc.php+12 / -0
Mhtml/pages/device/apps/nfs.inc.php+12 / -0
Mhtml/pages/device/apps/nginx.inc.php+11 / -0
Mhtml/pages/device/apps/ntp-client.inc.php+11 / -0
Mhtml/pages/device/apps/ntpd-server.inc.php+11 / -0
Mhtml/pages/device/apps/postfix_mailgraph.inc.php+11 / -0
Mhtml/pages/device/apps/postgresql.inc.php+11 / -0
Mhtml/pages/device/apps/powerdns-recursor.inc.php+11 / -0
Mhtml/pages/device/apps/powerdns.inc.php+11 / -0
Mhtml/pages/device/apps/shoutcast.inc.php+13 / -0
Mhtml/pages/device/apps/unbound.inc.php+11 / -0
Mhtml/pages/device/apps/zimbra.inc.php+11 / -0
Mhtml/pages/routing.inc.php+0 / -2
+232 added −4 removed filtered activity

💻 r4362

Adam Armstrong 🐸
simplification of applications system. centralised graph row and navbar generation
Files changed (24) +103 / -478
Changed files with action and line counts
Mhtml/pages/apps.inc.php+0 / -18
Mhtml/pages/apps/default.inc.php+3 / -4
Mhtml/pages/apps/overview.inc.php+2 / -1
Mhtml/pages/device/apps.inc.php+48 / -3
Mhtml/pages/device/apps/apache.inc.php+1 / -20
Mhtml/pages/device/apps/bind.inc.php+4 / -39
Mhtml/pages/device/apps/drbd.inc.php+1 / -21
Mhtml/pages/device/apps/exim-mailqueue.inc.php+1 / -22
Mhtml/pages/device/apps/freeradius.inc.php+1 / -22
Mhtml/pages/device/apps/mailscanner.inc.php+1 / -20
Mhtml/pages/device/apps/memcached.inc.php+2 / -23
Mhtml/pages/device/apps/mysql.inc.php+3 / -22
Mhtml/pages/device/apps/nfs.inc.php+1 / -22
Mhtml/pages/device/apps/nginx.inc.php+1 / -20
Mhtml/pages/device/apps/ntp-client.inc.php+1 / -18
Mhtml/pages/device/apps/ntpd-server.inc.php+1 / -18
Mhtml/pages/device/apps/ntpd.inc.php+6 / -44
Mhtml/pages/device/apps/postfix_mailgraph.inc.php+1 / -17
Mhtml/pages/device/apps/postgresql.inc.php+2 / -36
Mhtml/pages/device/apps/powerdns-recursor.inc.php+1 / -21
Mhtml/pages/device/apps/powerdns.inc.php+1 / -21
Mhtml/pages/device/apps/unbound.inc.php+1 / -23
Mhtml/pages/device/apps/zimbra.inc.php+1 / -23
Mincludes/definitions.inc.php+19 / -0
+103 added −478 removed filtered activity

💻 r4361

Adam Armstrong 🐸
add average packet size graphs for ports, add ability to pass through pre-defined DEFs to generic_duplex (need to add to others)
Files changed (2) +49 / -4
Changed files with action and line counts
Mhtml/includes/graphs/generic_duplex.inc.php+11 / -4
Ahtml/includes/graphs/port/pktsize.inc.php+38 / -0
+49 added −4 removed filtered activity

💻 r4360

Adam Armstrong 🐸
oh yes, and ports too. derp.
Files changed (1) +29 / -2
Changed files with action and line counts
Mhtml/pages/ports.inc.php+29 / -2
+29 added −2 removed filtered activity

💻 r4359

Adam Armstrong 🐸
fix some html. dynamically generate URL from search from data on /devices/ and /ports/. NIFTY, EH?
Files changed (8) +176 / -104
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/pages/adduser.inc.php+5 / -5
Mhtml/pages/api/manual.inc.php+1 / -1
Mhtml/pages/bills/add.inc.php+4 / -4
Mhtml/pages/bills/search.inc.php+36 / -42
Mhtml/pages/device.inc.php+85 / -46
Mhtml/pages/device/routing/bgp.inc.php+3 / -3
Mhtml/pages/devices.inc.php+41 / -2
+176 added −104 removed filtered activity

💻 r4358

Adam Armstrong 🐸
fix span/well for billing edit page
Files changed (4) +15 / -12
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/bill/edit.inc.php+11 / -8
Mhtml/pages/bills/search.inc.php+2 / -2
+15 added −12 removed filtered activity

💻 r4357

Adam Armstrong 🐸
updates to billing pages. shrunk data down to fit standard billing view graph into 1280x1024
Files changed (4) +54 / -81
Changed files with action and line counts
Mhtml/pages/bill.inc.php+4 / -4
Mhtml/pages/bill/infoboxes.inc.php+45 / -62
Mhtml/pages/bill/ports.inc.php+2 / -15
Mincludes/billing.php+3 / -0
+54 added −81 removed filtered activity

💻 r4356

Adam Armstrong 🐸
allow geoapi null
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/088.sql+1 / -0
0 added 0 removed filtered activity

💻 r4355

Adam Armstrong 🐸
cosmetic tweaks
Files changed (11) +33 / -15
Changed files with action and line counts
Mhtml/includes/functions.inc.php+4 / -1
Mhtml/pages/device/overview/c6kxbar.inc.php+2 / -1
Mhtml/pages/device/overview/generic/sensor.inc.php+5 / -3
Mhtml/pages/device/overview/mempools.inc.php+2 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+2 / -1
Mhtml/pages/device/overview/storage.inc.php+2 / -1
Mhtml/pages/device/overview/toner.inc.php+2 / -1
Mhtml/pages/device/overview/ucd_mem.inc.php+1 / -1
Mhtml/pages/device/port/graphs.inc.php+12 / -4
Mupdate/085.sql non-text+0 / -0
+33 added −15 removed filtered activity

💻 r4354

Mike Stupalov 🐱
Fix syslog and includes.
Files changed (2) +12 / -10
Changed files with action and line counts
Mincludes/functions.php+6 / -1
Msyslog.php+6 / -9
+12 added −10 removed filtered activity

💻 r4353

Mike Stupalov 🐱
update includes.
Files changed (2) +18 / -14
Changed files with action and line counts
Mhtml/graph.php+13 / -10
Mhtml/index.php+5 / -4
+18 added −14 removed filtered activity

💻 r4352

Adam Armstrong 🐸
update bind application
Files changed (4) +86 / -1
Changed files with action and line counts
Ahtml/includes/graphs/application/bind_cache.inc.php+40 / -0
Mhtml/pages/apps.inc.php+1 / -0
Mhtml/pages/device/apps/bind.inc.php+2 / -1
Mincludes/polling/applications/bind.inc.php+43 / -0
+86 added −1 removed filtered activity

💻 r4351

Adam Armstrong 🐸
stupid shadow, begone!
Files changed (2) +1 / -4
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/progress-bars.less+0 / -3
0 added 0 removed filtered activity

💻 r4350

Adam Armstrong 🐸
alerting updates. cosmetic fixes.
Files changed (8) +75 / -31
Changed files with action and line counts
Mhtml/css/bootstrap.css+4 / -3
Mhtml/css/bootstrap/less/progress-bars.less+7 / -4
Mhtml/css/bootstrap/less/tables.less+6 / -0
Mhtml/css/bootstrap/less/variables.less+4 / -0
Mhtml/includes/hostbox.inc.php+1 / -1
Mhtml/pages/device/alerts.inc.php+5 / -7
Mincludes/alerts.inc.php+45 / -15
Mincludes/rewrites.php+3 / -1
+54 added −24 removed filtered activity

💻 r4349

Mike Stupalov 🐱
Fix some errors of last few commits.
Files changed (3) +29 / -29
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+17 / -17
Mincludes/common.php+11 / -11
Mincludes/definitions.inc.php+1 / -1
+29 added −29 removed filtered activity

💻 r4348

Adam Armstrong 🐸
fix textarea width => 220px
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/forms.less+1 / -1
0 added 0 removed filtered activity

💻 r4347

Adam Armstrong 🐸
sync changes to ports graphs (these need to be merged)
Files changed (1) +7 / -7
Changed files with action and line counts
Mhtml/pages/ports/graph.inc.php+7 / -7
+7 added −7 removed filtered activity

💻 r4346

Adam Armstrong 🐸
tweak image sizes on devices graph format
Files changed (1) +7 / -7
Changed files with action and line counts
Mhtml/pages/devices/graph.inc.php+7 / -7
+7 added −7 removed filtered activity

💻 r4345

Adam Armstrong 🐸
make zoom graphs bigger
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print/rows.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4344

Adam Armstrong 🐸
shift font size breakpoint to 350px
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4343

Adam Armstrong 🐸
fix graph sizes for ports
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/print/rows.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4342

Tom Laermans 🦔
fix remember me check variable for warning
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r4341

Adam Armstrong 🐸
couple of css fixes
Files changed (2) +10 / -1
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -1
Mhtml/css/bootstrap/less/navbar.less+8 / -0
0 added 0 removed filtered activity

💻 r4340

Adam Armstrong 🐸
steal bootstrap3's grid
Files changed (44) +1,130 / -462

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

Changed files with action and line counts
Mhtml/css/bootstrap.css+68 / -284
Mhtml/css/bootstrap/less/alerts.less+1 / -1
Mhtml/css/bootstrap/less/bootstrap.less+2 / -2
Mhtml/css/bootstrap/less/forms.less+2 / -2
Mhtml/css/bootstrap/less/grid.less+336 / -11
Mhtml/css/bootstrap/less/mixins.less+123 / -1
Mhtml/css/bootstrap/less/navbar.less+17 / -48
Ahtml/css/bootstrap/less/normalize.less+396 / -0
Mhtml/css/bootstrap/less/scaffolding.less+16 / -0
Mhtml/css/bootstrap/less/variables.less+64 / -6
Mhtml/css/font-awesome/less/variables.less+0 / -1
Mhtml/includes/navbar.inc.php+2 / -2
Mhtml/includes/print/rows.inc.php+2 / -2
Mhtml/includes/status-summary.inc.php+5 / -5
Mhtml/index.php+10 / -11
Mhtml/pages/about.inc.php+3 / -3
Mhtml/pages/api/manual.billing.inc.php+2 / -2
Mhtml/pages/api/manual.encryption.inc.php+2 / -2
Mhtml/pages/api/manual.general.inc.php+2 / -2
Mhtml/pages/api/manual.inc.php+1 / -1
Mhtml/pages/api/manual.inventory.inc.php+2 / -2
Mhtml/pages/api/manual.packages.inc.php+2 / -2
Mhtml/pages/apps/overview.inc.php+1 / -1
Mhtml/pages/bill/edit.inc.php+3 / -3
Mhtml/pages/bill/infoboxes.inc.php+3 / -3
Mhtml/pages/bill/transfer.inc.php+3 / -3
Mhtml/pages/device.inc.php+1 / -5
Mhtml/pages/device/alerts.inc.php+1 / -1
Mhtml/pages/device/edit/modules.inc.php+4 / -4
Mhtml/pages/device/overview.inc.php+4 / -3
+105 added −106 removed filtered activity

💻 r4339

Tom Laermans 🦔
every other update has it, so falz thought we should be consistent
Files changed (1) +1 / -1
Changed files with action and line counts
Mupdate/086.sql+1 / -1
0 added 0 removed filtered activity

💻 r4338

Tom Laermans 🦔
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
Files changed (26) +484 / -574
Changed files with action and line counts
Dincludes/discovery/current/drac.inc.php+0 / -37
Dincludes/discovery/fanspeeds non-text+0 / -0
Dincludes/discovery/fanspeeds.inc.php+0 / -16
Dincludes/discovery/fanspeeds/asyncos.inc.php+0 / -21
Dincludes/discovery/fanspeeds/dell.inc.php+0 / -77
Dincludes/discovery/fanspeeds/equallogic.inc.php+0 / -50
Dincludes/discovery/power/drac.inc.php+0 / -22
Mincludes/discovery/sensors.inc.php+8 / -1
Aincludes/discovery/sensors/asyncos.inc.php+35 / -0
Aincludes/discovery/sensors/cometsystem.inc.php+63 / -0
Aincludes/discovery/sensors/dell.inc.php+129 / -0
Aincludes/discovery/sensors/drac.inc.php+84 / -0
Aincludes/discovery/sensors/equallogic.inc.php+97 / -0
Mincludes/discovery/sensors/netscaler.inc.php+1 / -1
Mincludes/discovery/sensors/nos.inc.php+1 / -1
Aincludes/discovery/sensors/wlc.inc.php+25 / -0
Aincludes/discovery/sensors/zyxel-ies.inc.php+26 / -0
Dincludes/discovery/temperatures/asyncos.inc.php+0 / -21
Dincludes/discovery/temperatures/cometsystem-p85xx.inc.php+0 / -63
Dincludes/discovery/temperatures/dell.inc.php+0 / -71
Dincludes/discovery/temperatures/drac.inc.php+0 / -27
Dincludes/discovery/temperatures/equallogic.inc.php+0 / -60
Dincludes/discovery/temperatures/wlc.inc.php+0 / -25
Dincludes/discovery/temperatures/zyxel-ies.inc.php+0 / -26
Dincludes/discovery/voltages/drac.inc.php+0 / -42
Mincludes/include-dir.inc.php+15 / -13
+484 added −574 removed filtered activity

💻 r4337

Tom Laermans 🦔
more consolidation, small rewrite of 'nos' os sensors, please test
Files changed (11) +197 / -230
Changed files with action and line counts
Dincludes/discovery/fanspeeds/areca.inc.php+0 / -25
Dincludes/discovery/fanspeeds/nos.inc.php+0 / -34
Aincludes/discovery/sensors/areca.inc.php+91 / -0
Aincludes/discovery/sensors/nos.inc.php+46 / -0
Aincludes/discovery/sensors/powerconnect.inc.php+24 / -0
Aincludes/discovery/sensors/wut.inc.php+36 / -0
Dincludes/discovery/temperatures/areca.inc.php+0 / -48
Dincludes/discovery/temperatures/nos.inc.php+0 / -34
Dincludes/discovery/temperatures/powerconnect.inc.php+0 / -24
Dincludes/discovery/temperatures/wut.inc.php+0 / -36
Dincludes/discovery/voltages/areca.inc.php+0 / -29
+197 added −230 removed filtered activity

💻 r4336

Tom Laermans 🦔
move areca raid controller detection to sysobjectid
Files changed (2) +1 / -9
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
Dincludes/discovery/os/areca.inc.php+0 / -9
+1 added −9 removed filtered activity

💻 r4335

Tom Laermans 🦔
move xups and ipoman to single files, could do with some cleanups as well no doubt
Files changed (12) +372 / -476
Changed files with action and line counts
Dincludes/discovery/current/ipoman.inc.php+0 / -60
Dincludes/discovery/current/xups.inc.php+0 / -61
Dincludes/discovery/frequencies/ipoman.inc.php+0 / -43
Dincludes/discovery/frequencies/xups.inc.php+0 / -43
Dincludes/discovery/humidity/ipoman.inc.php+0 / -28
Dincludes/discovery/power/ipoman.inc.php+0 / -56
Aincludes/discovery/sensors/ipoman.inc.php+179 / -0
Aincludes/discovery/sensors/xups.inc.php+193 / -0
Dincludes/discovery/temperatures/ipoman.inc.php+0 / -28
Dincludes/discovery/temperatures/xups.inc.php+0 / -31
Dincludes/discovery/voltages/ipoman.inc.php+0 / -44
Dincludes/discovery/voltages/xups.inc.php+0 / -82
+372 added −476 removed filtered activity

💻 r4334

Tom Laermans 🦔
consolidate lm-sensors into one file (could perhaps do with a cleanup)
Files changed (4) +72 / -87
Changed files with action and line counts
Dincludes/discovery/fanspeeds/lmsensors.inc.php+0 / -29
Aincludes/discovery/sensors/lm-sensors.inc.php+72 / -0
Dincludes/discovery/temperatures/lm-sensors.inc.php+0 / -30
Dincludes/discovery/voltages/linux.inc.php+0 / -28
+72 added −87 removed filtered activity

💻 r4333

Adam Armstrong 🐸
allow graph types to define colours
Files changed (2) +49 / -44
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi.inc.php+10 / -5
Mincludes/polling/applications/bind.inc.php+39 / -39
+49 added −44 removed filtered activity

💻 r4332

Adam Armstrong 🐸
BIND application graphing (and move include_once -> include for performance)
Files changed (19) +1,078 / -23
Changed files with action and line counts
Ahtml/includes/graphs/application/bind_answers.inc.php+42 / -0
Ahtml/includes/graphs/application/bind_query_in.inc.php+37 / -0
Ahtml/includes/graphs/application/bind_query_out.inc.php+37 / -0
Ahtml/includes/graphs/application/bind_query_rejected.inc.php+35 / -0
Ahtml/includes/graphs/application/bind_req_in.inc.php+33 / -0
Ahtml/includes/graphs/application/bind_req_proto.inc.php+41 / -0
Ahtml/includes/graphs/application/bind_resolv_dnssec.inc.php+35 / -0
Ahtml/includes/graphs/application/bind_resolv_errors.inc.php+38 / -0
Ahtml/includes/graphs/application/bind_resolv_queries.inc.php+39 / -0
Ahtml/includes/graphs/application/bind_resolv_rtt.inc.php+36 / -0
Ahtml/includes/graphs/application/bind_updates.inc.php+37 / -0
Ahtml/includes/graphs/application/bind_zone_maint.inc.php+43 / -0
Mhtml/index.php+6 / -6
Ahtml/pages/device/apps/bind.inc.php+57 / -0
Mincludes/common.php+1 / -1
Mincludes/definitions.inc.php+13 / -0
Mincludes/functions.php+16 / -16
Aincludes/polling/applications/bind.inc.php+359 / -0
Ascripts/agent-local/bind+173 / -0
+1,078 added −23 removed filtered activity

💻 r4331

Adam Armstrong 🐸
add cache time. fix status boxes. updates to snmp functions (please report bugs :)
Files changed (4) +211 / -369
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+6 / -0
Mhtml/includes/print/status.inc.php+1 / -1
Mhtml/index.php+5 / -1
Mincludes/snmp.inc.php+199 / -367
+211 added −369 removed filtered activity

💻 r4330

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

💻 r4329

Adam Armstrong 🐸
more performance improvements. split off port/device popups into separate ajax script.
Files changed (9) +402 / -77
Changed files with action and line counts
Ahtml/ajax_entitypopup.php+70 / -0
Mhtml/includes/functions.inc.php+20 / -9
Mhtml/includes/print-interface.inc.php+51 / -40
Mhtml/index.php+32 / -2
Ahtml/pages/alert_check.inc.php+9 / -0
Ahtml/pages/alert_checks.inc.php+165 / -0
Mhtml/pages/ports/list.inc.php+2 / -2
Mincludes/common.php+42 / -22
Mincludes/rewrites.php+11 / -2
+402 added −77 removed filtered activity

💻 r4328

Tom Laermans 🦔
add hardware and version to axis cams
Files changed (1) +5 / -0
Changed files with action and line counts
Aincludes/polling/os/axiscam.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4327

Tom Laermans 🦔
fix remember me function for non-mysql auth modules
Files changed (2) +8 / -5
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+6 / -5
Aupdate/087.sql+2 / -0
+6 added −5 removed filtered activity

💻 r4326

Tom Laermans 🦔
rename 'akcp' os to 'sensorprobe', as akcp securityprobe has a different mib
Files changed (7) +23 / -17
Changed files with action and line counts
Mincludes/definitions.inc.php+6 / -1
Dincludes/discovery/os/akcp.inc.php+0 / -9
Aincludes/discovery/os/sensorprobe.inc.php+9 / -0
Dincludes/polling/os/akcp.inc.php+0 / -6
Mincludes/polling/os/minkelsrms.inc.php+1 / -1
Aincludes/polling/os/sensorprobe.inc.php+6 / -0
Aupdate/086.sql+1 / -0
+22 added −17 removed filtered activity

💻 r4325

Tom Laermans 🦔
remove unused misleading syslog_age parameter
Files changed (1) +0 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r4324

Tom Laermans 🦔
make addhost form default to configured default snmp version instead of just v1
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/addhost.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4323

Tom Laermans 🦔
disable geocoded menu if geocoding is disabled
Files changed (1) +2 / -3
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+2 / -3
+2 added −3 removed filtered activity

💻 r4322

Adam Armstrong 🐸
broken check
Files changed (1) +3 / -3
Changed files with action and line counts
Mscripts/agent-local/dmi+3 / -3
+3 added −3 removed filtered activity

💻 r4321

Tom Laermans 🦔
consolidate papouch sensor discovery
Files changed (3) +82 / -93
Changed files with action and line counts
Dincludes/discovery/humidity/papouch.inc.php+0 / -30
Aincludes/discovery/sensors/papouch.inc.php+82 / -0
Dincludes/discovery/temperatures/papouch.inc.php+0 / -63
+82 added −93 removed filtered activity

💻 r4320

Tom Laermans 🦔
clarify device applications tab
Files changed (1) +4 / -0
Changed files with action and line counts
Mhtml/pages/device/edit/apps.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r4319

Tom Laermans 🦔
stop differentiating between different types of sensor, start grouping per device, done for supermicro sensors plus nicer MIB-based rewrite
Files changed (9) +95 / -161
Changed files with action and line counts
Dincludes/discovery/fanspeeds/supermicro.inc.php+0 / -43
Mincludes/discovery/functions.inc.php+4 / -0
Aincludes/discovery/sensors non-text+0 / -0
Dincludes/discovery/sensors-netscaler.inc.php+0 / -34
Mincludes/discovery/sensors.inc.php+4 / -1
Aincludes/discovery/sensors/netscaler.inc.php+34 / -0
Aincludes/discovery/sensors/supermicro.inc.php+53 / -0
Dincludes/discovery/temperatures/supermicro.inc.php+0 / -39
Dincludes/discovery/voltages/supermicro.inc.php+0 / -44
+95 added −161 removed filtered activity

💻 r4318

Tom Laermans 🦔
move sysObjectID-based OS detection into definitions instead of separate include files
Files changed (38) +76 / -268

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

Changed files with action and line counts
Mincludes/definitions.inc.php+57 / -4
Dincludes/discovery/os/3com.inc.php+0 / -8
Mincludes/discovery/os/acsw.inc.php+0 / -5
Dincludes/discovery/os/adva.inc.php+0 / -9
Dincludes/discovery/os/aix.inc.php+0 / -9
Dincludes/discovery/os/apc.inc.php+0 / -8
Dincludes/discovery/os/arris.inc.php+0 / -9
Mincludes/discovery/os/ciena.inc.php+0 / -1
Mincludes/discovery/os/ciscosb.inc.php+1 / -1
Mincludes/discovery/os/dell-laser.inc.php+1 / -2
Dincludes/discovery/os/deltaups.inc.php+0 / -8
Dincludes/discovery/os/drac.inc.php+0 / -8
Dincludes/discovery/os/engenius.inc.php+0 / -9
Dincludes/discovery/os/equallogic.inc.php+0 / -9
Dincludes/discovery/os/fabos.inc.php+0 / -9
Dincludes/discovery/os/fortigate.inc.php+0 / -10
Mincludes/discovery/os/freebsd.inc.php+1 / -1
Dincludes/discovery/os/hp.inc.php+0 / -15
Dincludes/discovery/os/ipoman.inc.php+0 / -8
Mincludes/discovery/os/jetdirect.inc.php+0 / -1
Dincludes/discovery/os/juniperive.inc.php+0 / -9
Dincludes/discovery/os/junos.inc.php+0 / -9
Dincludes/discovery/os/junose.inc.php+0 / -9
Dincludes/discovery/os/jwos.inc.php+0 / -9
Dincludes/discovery/os/korenix.inc.php+0 / -10
Dincludes/discovery/os/liebert.inc.php+0 / -8
Dincludes/discovery/os/netapp.inc.php+0 / -12
Dincludes/discovery/os/netscaler.inc.php+0 / -9
Dincludes/discovery/os/powervault.inc.php+0 / -8
Dincludes/discovery/os/powerware.inc.php+0 / -8
+76 added −268 removed filtered activity

💻 r4317

Tom Laermans 🦔
add Korenix JetNetJet MIB
Files changed (2) +6,771 / -0
Changed files with action and line counts
Amibs/korenix-netjet non-text+0 / -0
Amibs/korenix-netjet/Jetnet4508V2+6,771 / -0
0 added 0 removed filtered activity

💻 r4316

Mike Stupalov 🐱
Fix rrdtool
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/collectd/functions.php+1 / -1
Mincludes/rrdtool.inc.php+2 / -2
+3 added −3 removed filtered activity

💻 r4315

Mike Stupalov 🐱
Fix function array_sort(). SORT_ASC/SORT_DESC - not a flags or constants.
Files changed (8) +54 / -58
Changed files with action and line counts
Mhtml/includes/port-sort.inc.php+17 / -17
Mhtml/includes/print/status.inc.php+1 / -1
Mhtml/index.php+1 / -2
Mhtml/pages/device/port/macaccounting.inc.php+4 / -4
Mhtml/pages/health/storage.inc.php+4 / -4
Mhtml/pages/ports.inc.php+4 / -4
Mhtml/pages/ports/list.inc.php+18 / -21
Mincludes/functions.php+5 / -5
+54 added −58 removed filtered activity

💻 r4314

Tom Laermans 🦔
s/Nagios/Observium/
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/observium_agent_xinetd+1 / -1
+1 added −1 removed filtered activity

💻 r4313

Adam Armstrong 🐸
debugging improvements
Files changed (4) +15 / -6
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/code.less+2 / -2
Mhtml/index.php+9 / -2
Mincludes/common.php+3 / -1
+12 added −3 removed filtered activity

💻 r4312

Adam Armstrong 🐸
clean up debugging functions
Files changed (3) +21 / -6
Changed files with action and line counts
Mincludes/common.php+18 / -1
Mincludes/dbFacile.php+3 / -5
Aincludes/debug non-text+0 / -0
+21 added −6 removed filtered activity

💻 r4311

Mike Stupalov 🐱
Fix status boxes.
Files changed (1) +52 / -71
Changed files with action and line counts
Mhtml/includes/print/status.inc.php+52 / -71
+52 added −71 removed filtered activity

💻 r4310

Adam Armstrong 🐸
update versioncheck since i accidentally committed new os script
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/versioncheck.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r4309

Adam Armstrong 🐸
change auth encoding to use friendlier characters. add useragent to user identity requirements.
Files changed (3) +19 / -10
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+15 / -9
Mhtml/includes/print/status.inc.php+1 / -1
Aupdate/085.sql+3 / -0
+16 added −10 removed filtered activity

💻 r4308

Adam Armstrong 🐸
remove password from internal session if we're using cookie auth
Files changed (3) +14 / -13
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+11 / -10
Mincludes/common.php+3 / -0
Mincludes/definitions.inc.php+0 / -3
+14 added −13 removed filtered activity

💻 r4307

Adam Armstrong 🐸
more auth
Files changed (1) +10 / -11
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+10 / -11
+10 added −11 removed filtered activity

💻 r4306

Adam Armstrong 🐸
don't unset auth cookies after second session :D
Files changed (3) +17 / -23
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+10 / -8
Mhtml/index.php+6 / -14
Mincludes/definitions.inc.php+1 / -1
+17 added −23 removed filtered activity

💻 r4305

Adam Armstrong 🐸
definitions before base
Files changed (2) +30 / -23
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mhtml/pages/bill/infoboxes.inc.php+29 / -22
+30 added −23 removed filtered activity

💻 r4304

Adam Armstrong 🐸
print_r() -> print_vars() which calls print_r or r()/rt() depending upon environment. new remember me function (this is super important)
Files changed (100) +389 / -253

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

Changed files with action and line counts
Mattic/interfaces.inc.php+1 / -1
Mbilling-calculate.php+5 / -4
Mdiscovery.php+20 / -16
Mhtml/bandwidth-graph.php+1 / -1
Mhtml/includes/api/functions.inc.php+1 / -1
Mhtml/includes/authenticate.inc.php+38 / -8
Mhtml/includes/cache-data.inc.php+1 / -1
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/bill/bits.inc.php+1 / -1
Mhtml/includes/graphs/device/juniperive_connections.inc.php+1 / -1
Mhtml/includes/graphs/device/juniperive_meetings.inc.php+1 / -1
Mhtml/includes/graphs/device/juniperive_storage.inc.php+1 / -1
Mhtml/includes/graphs/device/juniperive_users.inc.php+1 / -1
Mhtml/includes/graphs/device/nfsen_common.inc.php+1 / -1
Mhtml/includes/graphs/device/screenos_sessions.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+1 / -1
Mhtml/includes/graphs/macaccounting/auth.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_duo_separate.inc.php+1 / -1
Mhtml/includes/graphs/screenos_sessions.inc.php+1 / -1
Mhtml/index.php+73 / -30
Mhtml/pages/alerts.inc.php+1 / -1
Mhtml/pages/device.inc.php+2 / -2
Mhtml/pages/device/alerts.inc.php+8 / -8
Mhtml/pages/graphs.inc.php+2 / -2
Mhtml/pages/logon.inc.php+8 / -0
Mhtml/pages/ports/graph.inc.php+2 / -1
Mhtml/pages/settings.inc.php+1 / -1
Mincludes/alerts.inc.php+9 / -9
Mincludes/billing.php+2 / -2
Mincludes/common.php+27 / -3
+386 added −252 removed filtered activity

💻 r4303

Tom Laermans 🦔
show message when search returns no results; reindent file
Files changed (1) +69 / -59
Changed files with action and line counts
Mhtml/ajax_search.php+69 / -59
+69 added −59 removed filtered activity

💻 r4302

Mike Stupalov 🐱
Fix error for empty data in select/multiselect.
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/includes/print/search_simple.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4301

Mike Stupalov 🐱
Moved to the right place.
Files changed (3) +33 / -62
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+0 / -28
Mhtml/includes/graphs/port/auth.inc.php+33 / -4
Mhtml/pages/graphs.inc.php+0 / -30
+33 added −62 removed filtered activity

💻 r4300

Mike Stupalov 🐱
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.
Files changed (3) +155 / -33
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+29 / -1
Mhtml/pages/graphs.inc.php+35 / -4
Mincludes/common.php+91 / -28
+155 added −33 removed filtered activity

💻 r4299

Mike Stupalov 🐱
Update icons on page 'about'.
Files changed (6) +134 / -129
Changed files with action and line counts
Mhtml/css/sprite.css+103 / -100
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/drive--arrow.png+1 / -0
Ahtml/img/sprite/ipv4.png+1 / -0
Ahtml/img/sprite/ipv6.png+1 / -0
Mhtml/pages/about.inc.php+28 / -29
+28 added −29 removed filtered activity

💻 r4298

Mike Stupalov 🐱
fix.
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+2 / -0
Mhtml/pages/ports.inc.php+1 / -1
+3 added −1 removed filtered activity

💻 r4297

Adam Armstrong 🐸
only show alert types for which alert entries exist
Files changed (1) +8 / -5
Changed files with action and line counts
Mhtml/pages/alerts.inc.php+8 / -5
+8 added −5 removed filtered activity

💻 r4296

Adam Armstrong 🐸
billing and css updates
Files changed (26) +258 / -174
Changed files with action and line counts
Mhtml/css/bootstrap.css+3 / -3
Mhtml/css/bootstrap/less/wells.less+3 / -3
Mhtml/includes/cache-data.inc.php+8 / -1
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+0 / -2
Mhtml/pages/about.inc.php+10 / -10
Mhtml/pages/bill.inc.php+1 / -1
Mhtml/pages/bill/accurate.inc.php+2 / -1
Mhtml/pages/bill/edit.inc.php+4 / -4
Mhtml/pages/bill/history.inc.php+3 / -3
Mhtml/pages/bill/infoboxes.inc.php+171 / -98
Mhtml/pages/bill/ports.inc.php+10 / -2
Mhtml/pages/bill/quick.inc.php+2 / -1
Mhtml/pages/bill/transfer.inc.php+5 / -9
Mhtml/pages/device/overview.inc.php+6 / -6
Mhtml/pages/device/overview/c6kxbar.inc.php+2 / -2
Mhtml/pages/device/overview/generic/sensor.inc.php+2 / -2
Mhtml/pages/device/overview/information.inc.php+2 / -2
Mhtml/pages/device/overview/mempools.inc.php+2 / -2
Mhtml/pages/device/overview/ports.inc.php+2 / -2
Mhtml/pages/device/overview/processors.inc.php+2 / -2
Mhtml/pages/device/overview/storage.inc.php+2 / -2
Mhtml/pages/device/overview/toner.inc.php+2 / -2
Mhtml/pages/device/overview/ucd_mem.inc.php+2 / -2
Mhtml/pages/device/perf.inc.php+4 / -4
Mhtml/pages/device/routing/cef.inc.php+2 / -2
Mhtml/pages/graphs.inc.php+6 / -6
+252 added −168 removed filtered activity

💻 r4295

Adam Armstrong 🐸
add applications-state table
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/083.sql+1 / -0
0 added 0 removed filtered activity

💻 r4294

Adam Armstrong 🐸
remove unused
Files changed (1) +1 / -3
Changed files with action and line counts
Mupdate/082.sql+1 / -3
0 added 0 removed filtered activity

💻 r4293

Adam Armstrong 🐸
sql optimisations
Files changed (2) +29 / -0
Changed files with action and line counts
Aupdate/081.sql+3 / -0
Aupdate/082.sql+26 / -0
0 added 0 removed filtered activity

💻 r4292

Adam Armstrong 🐸
new sort option
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/ports.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4291

Adam Armstrong 🐸
add new function to check port array permissions (moved from ports)
Files changed (1) +17 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+17 / -1
+17 added −1 removed filtered activity

💻 r4290

Adam Armstrong 🐸
performance improvements to ports page on slow systems
Files changed (5) +104 / -26
Changed files with action and line counts
Ahtml/includes/port-sort-select.inc.php+57 / -0
Mhtml/includes/port-sort.inc.php+3 / -0
Ahtml/pages/blank.inc.php non-text+0 / -0
Mhtml/pages/ports.inc.php+5 / -17
Mhtml/pages/ports/list.inc.php+39 / -9
+104 added −26 removed filtered activity

💻 r4289

Adam Armstrong 🐸
billing style updates
Files changed (4) +85 / -39
Changed files with action and line counts
Mhtml/pages/bill/edit.inc.php+10 / -10
Mhtml/pages/bill/infoboxes.inc.php+27 / -10
Mhtml/pages/bill/transfer.inc.php+37 / -8
Mhtml/pages/bills/add.inc.php+11 / -11
+85 added −39 removed filtered activity

💻 r4288

Mike Stupalov 🐱
Small style changes.
Files changed (2) +31 / -52
Changed files with action and line counts
Mhtml/includes/error-no-perm.inc.php+4 / -16
Mhtml/pages/device/port.inc.php+27 / -36
+31 added −52 removed filtered activity

💻 r4287

Mike Stupalov 🐱
Fixed checking sysName when adding device.
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/functions.php+5 / -5
+5 added −5 removed filtered activity

💻 r4286

Adam Armstrong 🐸
fix sensor array merging from codekiller
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/polling/unix-agent/ipmitool.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r4285

Mike Stupalov 🐱
Fix some cosmetic issues for first device discovery.
Files changed (4) +20 / -10
Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/pages/addhost.inc.php+1 / -1
Mincludes/discovery/ports.inc.php+3 / -1
Mincludes/functions.php+15 / -7
+20 added −10 removed filtered activity

💻 r4284

Mike Stupalov 🐱
Allow to ignore existing rrd dir when want add device.
Files changed (3) +16 / -6
Changed files with action and line counts
Mhtml/pages/addhost.inc.php+11 / -3
Mincludes/defaults.inc.php+3 / -1
Mincludes/functions.php+2 / -2
+16 added −6 removed filtered activity

💻 r4283

Mike Stupalov 🐱
Changed style of auth error.
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+2 / -2
Mhtml/includes/authentication/radius.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r4282

Adam Armstrong 🐸
change debugging again
Files changed (1) +8 / -9
Changed files with action and line counts
Mincludes/polling/ports.inc.php+8 / -9
+8 added −9 removed filtered activity

💻 r4281

Adam Armstrong 🐸
change debugging a little.
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/polling/ports.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r4280

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

💻 r4279

Adam Armstrong 🐸
improvements to port pages
Files changed (4) +55 / -30
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+6 / -14
Mhtml/pages/device/ports.inc.php+4 / -2
Mhtml/pages/ports/list.inc.php+16 / -14
Mincludes/rewrites.php+29 / -0
+55 added −30 removed filtered activity

💻 r4278

Adam Armstrong 🐸
disable sonet ignoring
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4277

Mike Stupalov 🐱
fix render awesome icons on chrome.
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r4276

Mike Stupalov 🐱
Change traffic icons, fix VLANs tooltip.
Files changed (1) +79 / -75
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+79 / -75
+79 added −75 removed filtered activity

💻 r4275

Mike Stupalov 🐱
Replace bootstrap sprites with font Awesome v3.2.1.
Files changed (33) +4,386 / -189

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

Changed files with action and line counts
Mhtml/css/bootstrap.css+403 / -142
Mhtml/css/bootstrap/less/bootstrap.less+2 / -1
Ahtml/css/font-awesome non-text+0 / -0
Ahtml/css/font-awesome/README.md+62 / -0
Ahtml/css/font-awesome/font non-text+0 / -0
Ahtml/css/font-awesome/font/FontAwesome.otf+1 / -0
Ahtml/css/font-awesome/font/fontawesome-webfont.eot+2 / -0
Ahtml/css/font-awesome/font/fontawesome-webfont.svg+400 / -0
Ahtml/css/font-awesome/font/fontawesome-webfont.ttf+2 / -0
Ahtml/css/font-awesome/font/fontawesome-webfont.woff+2 / -0
Ahtml/css/font-awesome/less non-text+0 / -0
Ahtml/css/font-awesome/less/bootstrap.less+84 / -0
Ahtml/css/font-awesome/less/core.less+129 / -0
Ahtml/css/font-awesome/less/extras.less+93 / -0
Ahtml/css/font-awesome/less/font-awesome-ie7.less+1,953 / -0
Ahtml/css/font-awesome/less/font-awesome.less+33 / -0
Ahtml/css/font-awesome/less/icons.less+381 / -0
Ahtml/css/font-awesome/less/mixins.less+48 / -0
Ahtml/css/font-awesome/less/path.less+14 / -0
Ahtml/css/font-awesome/less/variables.less+735 / -0
Mhtml/css/sprite.css+22 / -30
Mhtml/icons.php+18 / -3
Mhtml/img/sprite.png non-text+0 / -0
Dhtml/img/sprite/arrow-blue_left.png+0 / -1
Dhtml/img/sprite/arrow-blue_right.png+0 / -1
Dhtml/img/sprite/arrow-grey_left.png+0 / -1
Dhtml/img/sprite/arrow-grey_right.png+0 / -1
Dhtml/img/sprite/arrow_left_blue.png+0 / -2
Dhtml/img/sprite/arrow_left_purple.png+0 / -2
Dhtml/img/sprite/arrow_right_orange.png+0 / -2
+20 added −4 removed filtered activity

💻 r4274

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

💻 r4273

Adam Armstrong 🐸
micrographs on front page from paul gear (#406)
Files changed (1) +69 / -13
Changed files with action and line counts
Mhtml/pages/front/default.php+69 / -13
+69 added −13 removed filtered activity

💻 r4272

Adam Armstrong 🐸
detect airos
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4271

Adam Armstrong 🐸
filter equalogic sensors so we only detect the ones which match this device.
Files changed (3) +57 / -15
Changed files with action and line counts
Mincludes/discovery/fanspeeds/equallogic.inc.php+19 / -11
Mincludes/discovery/temperatures/equallogic.inc.php+10 / -2
Mincludes/polling/os/equallogic.inc.php+28 / -2
+57 added −15 removed filtered activity

💻 r4270

Adam Armstrong 🐸
improved hh3c polling
Files changed (1) +31 / -0
Changed files with action and line counts
Aincludes/polling/os/hh3c.inc.php+31 / -0
+31 added 0 removed filtered activity

💻 r4269

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

💻 r4268

Adam Armstrong 🐸
new files :)
Files changed (5) +10 / -0
Changed files with action and line counts
Ahtml/img/sprite/arrow_left_blue.png+2 / -0
Ahtml/img/sprite/arrow_left_purple.png+2 / -0
Ahtml/img/sprite/arrow_right_orange.png+2 / -0
Ahtml/img/sprite/arrow_right_purple.png+2 / -0
Ahtml/img/sprite/video.png+2 / -0
0 added 0 removed filtered activity

💻 r4267

Adam Armstrong 🐸
new sprites
Files changed (2) +199 / -194
Changed files with action and line counts
Mhtml/css/sprite.css+199 / -194
Mhtml/img/sprite.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r4266

Mike Stupalov 🐱
Fix typo [OBSERVIUM-436].
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r4265

Adam Armstrong 🐸
improve uptime code for devices which return the wrong format
Files changed (1) +19 / -5
Changed files with action and line counts
Mincludes/polling/system.inc.php+19 / -5
+19 added −5 removed filtered activity

💻 r4264

Adam Armstrong 🐸
add detection of AIX hardware and versions
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r4263

Adam Armstrong 🐸
disable blocking ports for "irtual" in ifDescr (what was these there for?) FIXME: that function is... messy.
Files changed (1) +9 / -8
Changed files with action and line counts
Mincludes/functions.php+9 / -8
+9 added −8 removed filtered activity

💻 r4262

Adam Armstrong 🐸
work around some vmware mib changes
Files changed (1) +28 / -0
Changed files with action and line counts
Mincludes/discovery/vmware-vminfo.inc.php+28 / -0
+28 added 0 removed filtered activity

💻 r4261

Adam Armstrong 🐸
move rrd_info to includes as rrdtool_info change collectd code to use new function
Files changed (2) +63 / -55
Changed files with action and line counts
Mhtml/includes/collectd/functions.php+6 / -55
Mincludes/rrdtool.inc.php+57 / -0
+63 added −55 removed filtered activity

💻 r4260

Adam Armstrong 🐸
allow "line_graph" option on multi_bits_separated-provided graphtypes
Files changed (1) +18 / -3
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+18 / -3
+18 added −3 removed filtered activity

💻 r4259

Adam Armstrong 🐸
myisam -> innodb
Files changed (1) +46 / -0
Changed files with action and line counts
Aupdate/080.sql+46 / -0
0 added 0 removed filtered activity

💻 r4258

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

💻 r4257

Adam Armstrong 🐸
shut up, noobs!
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/079.sql+1 / -0
0 added 0 removed filtered activity

💻 r4256

Adam Armstrong 🐸
switch to os script from distro
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/versioncheck.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4255

Adam Armstrong 🐸
move distro2 to os
Files changed (2) +250 / -250
Changed files with action and line counts
Dscripts/distro2+0 / -250
Ascripts/os+250 / -0
+250 added −250 removed filtered activity

💻 r4254

Tom Laermans 🦔
begone, silly debugging prints
Files changed (1) +5 / -2
Changed files with action and line counts
Mincludes/polling/functions.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r4253

Mike Stupalov 🐱
fix vlans aggregating.
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4252

Mike Stupalov 🐱
Improve device ports display (fixed errors, changed styles, added port filters).
Files changed (13) +293 / -140
Changed files with action and line counts
Mhtml/css/sprite.css+13 / -9
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/arrow-blue_left.png+1 / -0
Ahtml/img/sprite/arrow-blue_right.png+1 / -0
Ahtml/img/sprite/arrow-grey_left.png+1 / -0
Ahtml/img/sprite/arrow-grey_right.png+1 / -0
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/print-interface.inc.php+148 / -67
Mhtml/includes/print/navbar.inc.php+2 / -1
Mhtml/index.php+18 / -0
Mhtml/pages/device/port.inc.php+1 / -3
Mhtml/pages/device/ports.inc.php+104 / -57
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
+276 added −131 removed filtered activity

💻 r4251

Mike Stupalov 🐱
Fix pull-right class in navbars.
Files changed (1) +38 / -28
Changed files with action and line counts
Mhtml/includes/print/navbar.inc.php+38 / -28
+38 added −28 removed filtered activity

💻 r4250

Mike Stupalov 🐱
bgp 'stopped' >> 'shutdown' (russian do not surrender).
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
Mhtml/pages/routing/bgp.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4249

Adam Armstrong 🐸
alerting improvements. fix redeclaration of graph function.
Files changed (6) +73 / -59
Changed files with action and line counts
Malerter.php+1 / -1
Mhtml/includes/functions.inc.php+25 / -0
Ahtml/includes/graphs/functions.inc.php+37 / -0
Mhtml/includes/graphs/graph.inc.php+0 / -35
Mhtml/pages/device/alerts.inc.php+6 / -12
Mincludes/alerts.inc.php+4 / -11
+73 added −59 removed filtered activity

💻 r4248

Adam Armstrong 🐸
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)
Files changed (3) +31 / -22
Changed files with action and line counts
Mhtml/pages/alerts.inc.php+12 / -0
Mincludes/alerts.inc.php+17 / -22
Mincludes/rewrites.php+2 / -0
+31 added −22 removed filtered activity

💻 r4247

Adam Armstrong 🐸
fix rusglish :)
Files changed (3) +14 / -3
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
Mhtml/pages/routing/bgp.inc.php+1 / -1
Mincludes/alerts.inc.php+12 / -1
+14 added −3 removed filtered activity

💻 r4246

Mike Stupalov 🐱
Update BGP menu navigation to bootstrap style.
Files changed (8) +179 / -219
Changed files with action and line counts
Mhtml/css/sprite.css+23 / -21
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/arrow_down.png+1 / -0
Ahtml/img/sprite/arrow_up.png+1 / -0
Mhtml/includes/print/navbar.inc.php+1 / -1
Mhtml/pages/device/ports.inc.php+2 / -2
Mhtml/pages/device/routing/bgp.inc.php+88 / -86
Mhtml/pages/routing/bgp.inc.php+63 / -109
+154 added −198 removed filtered activity

💻 r4245

Mike Stupalov 🐱
Exclude links to disabled ports and devices.
Files changed (1) +10 / -6
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+10 / -6
+10 added −6 removed filtered activity

💻 r4244

Mike Stupalov 🐱
Update inventory pages.
Files changed (3) +317 / -193
Changed files with action and line counts
Ahtml/includes/print/inventory.inc.php+259 / -0
Mhtml/pages/device/entphysical.inc.php+1 / -86
Mhtml/pages/inventory.inc.php+57 / -107
+317 added −193 removed filtered activity

💻 r4243

Mike Stupalov 🐱
bgo -> bgp
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4242

Adam Armstrong 🐸
fix mysql and other application graphs (don't reuse $vars, DUH)
Files changed (77) +222 / -232

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

Changed files with action and line counts
Mhtml/includes/graphs/application/apache_scoreboard.inc.php+3 / -3
Mhtml/includes/graphs/application/drbd_queue.inc.php+4 / -4
Mhtml/includes/graphs/application/exim-mailqueue_total.inc.php+2 / -2
Mhtml/includes/graphs/application/freeradius_accounting.inc.php+2 / -2
Mhtml/includes/graphs/application/freeradius_authentication.inc.php+2 / -2
Mhtml/includes/graphs/application/mailscanner_reject.inc.php+2 / -2
Mhtml/includes/graphs/application/mailscanner_spam.inc.php+3 / -3
Mhtml/includes/graphs/application/memcached_data.inc.php+4 / -4
Mhtml/includes/graphs/application/memcached_items.inc.php+4 / -4
Mhtml/includes/graphs/application/memcached_threads.inc.php+0 / -2
Mhtml/includes/graphs/application/memcached_uptime.inc.php+0 / -2
Mhtml/includes/graphs/application/mysql_command_counters.inc.php+3 / -3
Mhtml/includes/graphs/application/mysql_connections.inc.php+3 / -7
Mhtml/includes/graphs/application/mysql_files_tables.inc.php+3 / -3
Mhtml/includes/graphs/application/mysql_innodb_buffer_pool.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_insert_buffer.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_io_pending.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_row_operations.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_semaphores.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_innodb_transactions.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_myisam_indexes.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_query_cache.inc.php+3 / -3
Mhtml/includes/graphs/application/mysql_query_cache_memory.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_select_types.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_slow_queries.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_sorts.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_status.inc.php+4 / -6
Mhtml/includes/graphs/application/mysql_table_locks.inc.php+4 / -4
Mhtml/includes/graphs/application/mysql_temporary_objects.inc.php+4 / -4
+222 added −232 removed filtered activity

💻 r4241

Mike Stupalov 🐱
exclude mac broadcast (ff:ff:ff:ff:ff:ff)
Files changed (2) +3 / -3
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+1 / -1
Mincludes/rewrites.php+2 / -2
+3 added −3 removed filtered activity

💻 r4240

Mike Stupalov 🐱
Fix NDP table discovery for 6to4 interfaces.
Files changed (2) +18 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+8 / -1
Mincludes/rewrites.php+10 / -0
+18 added −1 removed filtered activity

💻 r4239

Tom Laermans 🦔
Detect sensors in warning state on AKCP devices, fixes OBSERVIUM-390, patch by Dustin Frisch
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/discovery/humidity/akcp.inc.php+1 / -1
Mincludes/discovery/temperatures/akcp.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r4238

Mike Stupalov 🐱
Fix broken https and other, load all includes first.
Files changed (1) +3 / -4
Changed files with action and line counts
Mhtml/index.php+3 / -4
+3 added −4 removed filtered activity

July 2013

💻 r4237

Tom Laermans 🦔
fix base url
Files changed (1) +17 / -14
Changed files with action and line counts
Mhtml/index.php+17 / -14
+17 added −14 removed filtered activity

💻 r4236

Tom Laermans 🦔
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
Files changed (2) +13 / -15
Changed files with action and line counts
Mhtml/index.php+12 / -14
Mincludes/definitions.inc.php+1 / -1
+13 added −15 removed filtered activity

💻 r4235

Tom Laermans 🦔
Fix mysql error
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4234

Mike Stupalov 🐱
Remove hard specify IPs, detection is used.
Files changed (2) +6 / -9
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/functions.php+5 / -8
+6 added −9 removed filtered activity

💻 r4233

Tom Laermans 🦔
move around autodiscovery log messages, make discovery by ip work again (blocked by isPingable function), because of this OSPF autodiscovery works again.
Files changed (4) +94 / -57
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+3 / -18
Mincludes/discovery/functions.inc.php+61 / -25
Mincludes/discovery/ospf-autodiscovery.inc.php+1 / -1
Mincludes/functions.php+29 / -13
+94 added −57 removed filtered activity

💻 r4232

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

💻 r4231

Tom Laermans 🦔
define minigraphs for engenius access points
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r4230

Adam Armstrong 🐸
detect more powerware
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/os/powerware.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4229

Adam Armstrong 🐸
set min/max properly on graphs
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4228

Adam Armstrong 🐸
fix bug. find retardocode.
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/polling/aruba-controller.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r4227

Tom Laermans 🦔
move already-have-IP check from OSPF autodisc to new IP discovery function, add print_debug() function to ease writing debug output
Files changed (3) +47 / -22
Changed files with action and line counts
Mincludes/common.php+16 / -0
Mincludes/discovery/functions.inc.php+30 / -15
Mincludes/discovery/ospf-autodiscovery.inc.php+1 / -7
+47 added −22 removed filtered activity

💻 r4226

Mike Stupalov 🐱
Support svn version >= 1.8
Files changed (1) +13 / -9
Changed files with action and line counts
Mincludes/definitions.inc.php+13 / -9
+13 added −9 removed filtered activity

💻 r4225

Adam Armstrong 🐸
fix erroneous graph label for generic_multi_separated graphtype. add config option for alert suppression
Files changed (4) +29 / -11
Changed files with action and line counts
Mhtml/includes/graphs/generic_duplex.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+11 / -8
Mincludes/alerts.inc.php+14 / -2
Mincludes/defaults.inc.php+3 / -0
+29 added −11 removed filtered activity

💻 r4224

Adam Armstrong 🐸
alerting updates
Files changed (2) +54 / -18
Changed files with action and line counts
Malerter.php+2 / -0
Mincludes/alerts.inc.php+52 / -18
+54 added −18 removed filtered activity

💻 r4223

Mike Stupalov 🐱
Fixed display Juniper BGP sessions down. [OBSERVIUM-389]
Files changed (2) +11 / -12
Changed files with action and line counts
Mhtml/pages/routing/bgp.inc.php+1 / -2
Mincludes/rewrites.php+10 / -10
+11 added −12 removed filtered activity

💻 r4222

Mike Stupalov 🐱
Fix icon for 'video' device type.
Files changed (4) +175 / -173
Changed files with action and line counts
Mhtml/css/sprite.css+173 / -172
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/surveillance-camera.png+1 / -0
Mincludes/definitions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4221

Mike Stupalov 🐱
Fix syslog for ipv6.
Files changed (1) +4 / -3
Changed files with action and line counts
Mincludes/syslog.php+4 / -3
+4 added −3 removed filtered activity

💻 r4220

Mike Stupalov 🐱
Improve syslog (ipv6, cache expire 6 hrs, check IP duplicates).
Files changed (2) +31 / -5
Changed files with action and line counts
Mhtml/pages/syslog.inc.php+11 / -3
Mincludes/syslog.php+20 / -2
+31 added −5 removed filtered activity

💻 r4219

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

💻 r4218

Adam Armstrong 🐸
fix some more alerting bugs. fix entity link for vserver_services
Files changed (3) +33 / -37
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/pages/alerts.inc.php+2 / -2
Mhtml/pages/device/alerts.inc.php+30 / -34
+33 added −37 removed filtered activity

💻 r4217

Adam Armstrong 🐸
fix button options on /alerts/
Files changed (1) +33 / -17
Changed files with action and line counts
Mhtml/pages/alerts.inc.php+33 / -17
+33 added −17 removed filtered activity

💻 r4216

Adam Armstrong 🐸
fix substr -> truncate for weird entity descr on alert page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/alerts.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4215

Mike Stupalov 🐱
Check ifIndex for deleted ports [OBSERVIUM-407].
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/polling/ports.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r4214

Tom Laermans 🦔
fix default ip nets to correct rfc1918 ranges
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4213

Tom Laermans 🦔
Turn ave into avg, fix multi separated graphs not to linewrap legend
Files changed (8) +40 / -40
Changed files with action and line counts
Mhtml/includes/graphs/generic_data.inc.php+1 / -1
Mhtml/includes/graphs/generic_duplex.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_data.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+33 / -33
Mhtml/includes/graphs/generic_simplex.inc.php+1 / -1
+40 added −40 removed filtered activity

💻 r4212

Adam Armstrong 🐸
netscaler services -> label
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4211

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

💻 r4210

Adam Armstrong 🐸
remove html type from old alerts
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/pages/alerts.inc.php+3 / -3
Mincludes/functions.php+1 / -1
+4 added −4 removed filtered activity

💻 r4209

Adam Armstrong 🐸
alert graphs and send average packet size for port alerts
Files changed (2) +16 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+11 / -0
Mincludes/polling/ports.inc.php+5 / -1
+16 added −1 removed filtered activity

💻 r4208

Adam Armstrong 🐸
include mail class for alerter (not loaded if alerting is enabled)
Files changed (1) +1 / -0
Changed files with action and line counts
Malerter.php+1 / -0
+1 added 0 removed filtered activity

💻 r4207

Adam Armstrong 🐸
fix to inserting missing rows in alert_table-state
Files changed (4) +20 / -7
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mincludes/alerts.inc.php+14 / -3
Mincludes/defaults.inc.php+2 / -0
Mincludes/rewrites.php+3 / -3
+20 added −7 removed filtered activity

💻 r4206

Adam Armstrong 🐸
move notification to alert_notify() to decouple from old code
Files changed (1) +100 / -1
Changed files with action and line counts
Mincludes/alerts.inc.php+100 / -1
+100 added −1 removed filtered activity

💻 r4205

Adam Armstrong 🐸
sensor graph generic wrapper
Files changed (1) +5 / -0
Changed files with action and line counts
Ahtml/includes/graphs/sensor/graph.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4204

Adam Armstrong 🐸
initial alerting db schema
Files changed (1) +4 / -0
Changed files with action and line counts
Aupdate/077.sql+4 / -0
0 added 0 removed filtered activity

💻 r4203

Adam Armstrong 🐸
alerting code drop
Files changed (31) +1,673 / -256

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

Changed files with action and line counts
Aalerter.php+125 / -0
Mconfig.php.default+3 / -0
Mhtml/includes/functions.inc.php+22 / -3
Mhtml/includes/graphs/common.inc.php+2 / -2
Mhtml/includes/graphs/graph.inc.php+13 / -46
Mhtml/includes/graphs/mempool/usage.inc.php+1 / -1
Mhtml/includes/graphs/port/bits.inc.php+1 / -1
Mhtml/includes/navbar.inc.php+5 / -0
Ahtml/pages/alerts.inc.php+100 / -0
Mhtml/pages/device/alerts.inc.php+250 / -80
Mhtml/pages/front/default.php+7 / -2
Mincludes/alerts.inc.php+764 / -51
Mincludes/common.php+8 / -4
Mincludes/defaults.inc.php+35 / -11
Mincludes/definitions.inc.php+7 / -0
Mincludes/functions.php+49 / -7
Mincludes/polling/bgp-peers.inc.php+24 / -1
Mincludes/polling/functions.inc.php+25 / -1
Mincludes/polling/ipSystemStats.inc.php+7 / -0
Mincludes/polling/mempools.inc.php+13 / -0
Mincludes/polling/netscaler-vsvr.inc.php+8 / -0
Mincludes/polling/port-adsl.inc.php+7 / -0
Mincludes/polling/port-etherlike.inc.php+9 / -0
Mincludes/polling/port-poe.inc.php+11 / -3
Mincludes/polling/ports.inc.php+32 / -6
Mincludes/polling/processors.inc.php+11 / -1
Mincludes/polling/storage.inc.php+8 / -0
Mincludes/rewrites.php+29 / -1
Mpoller-wrapper.py+12 / -5
Mscripts/distro2+83 / -30
+1,673 added −256 removed filtered activity

💻 r4202

Mike Stupalov 🐱
...and print_warning().
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r4201

Tom Laermans 🦔
show device not yet polled message
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4200

Mike Stupalov 🐱
Separating print_ functions to individual files.
Files changed (15) +2,000 / -1,875
Changed files with action and line counts
Dhtml/includes/functions-print.inc.php+0 / -1,874
Mhtml/includes/functions.inc.php+10 / -0
Ahtml/includes/print non-text+0 / -0
Ahtml/includes/print/.htaccess+1 / -0
Ahtml/includes/print/addresses.inc.php+195 / -0
Ahtml/includes/print/arptable.inc.php+170 / -0
Ahtml/includes/print/events.inc.php+210 / -0
Ahtml/includes/print/fdbtable.inc.php+158 / -0
Ahtml/includes/print/mac_addresses.inc.php+135 / -0
Ahtml/includes/print/navbar.inc.php+99 / -0
Ahtml/includes/print/rows.inc.php+126 / -0
Ahtml/includes/print/search_simple.inc.php+248 / -0
Ahtml/includes/print/status.inc.php+467 / -0
Ahtml/includes/print/syslogs.inc.php+181 / -0
Mhtml/index.php+0 / -1
+2,000 added −1,875 removed filtered activity

💻 r4199

Mike Stupalov 🐱
Fix help message.
Files changed (1) +4 / -4
Changed files with action and line counts
Maddhost.php+4 / -4
+4 added −4 removed filtered activity

💻 r4198

Mike Stupalov 🐱
Update console/web messages display.
Files changed (3) +10 / -18
Changed files with action and line counts
Mhtml/pages/device/logs/syslog.inc.php+4 / -12
Mincludes/discovery/vlans.inc.php+3 / -3
Mincludes/polling/fdb-table.inc.php+3 / -3
+10 added −18 removed filtered activity

💻 r4197

Mike Stupalov 🐱
Unification console messages output.
Files changed (6) +146 / -76
Changed files with action and line counts
Maddhost.php+15 / -12
Madduser.php+18 / -7
Mdelhost.php+16 / -5
Mdiscovery.php+41 / -25
Mpoller.php+48 / -25
Mrenamehost.php+8 / -2
+146 added −76 removed filtered activity

💻 r4196

Adam Armstrong 🐸
perf -> time
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/index.php+3 / -1
+3 added −1 removed filtered activity

💻 r4195

Tom Laermans 🦔
get rid of old errorbox
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/edituser/deleteuser.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4194

Mike Stupalov 🐱
Adjust tooltips positioning. Update jQuery to 1.10.2 and qTip2 to 2.1.1.
Files changed (4) +13 / -11
Changed files with action and line counts
Mhtml/css/jquery.qtip.min.css+2 / -2
Mhtml/index.php+2 / -0
Mhtml/js/jquery.min.js+6 / -2
Mhtml/js/jquery.qtip.min.js+3 / -7
+2 added 0 removed filtered activity

💻 r4193

Tom Laermans 🦔
uppercasios es muy importante
Files changed (3) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/application/mysql_innodb_buffer_pool_activity.inc.php+1 / -1
Mhtml/includes/graphs/application/mysql_innodb_transactions.inc.php+1 / -1
Mhtml/includes/graphs/application/mysql_status.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r4192

Tom Laermans 🦔
move preflight checks to index, use current error layout
Files changed (2) +17 / -17
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -17
Mhtml/index.php+16 / -0
+17 added −17 removed filtered activity

💻 r4191

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

💻 r4190

Adam Armstrong 🐸
drop old fields
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/076.sql+1 / -0
0 added 0 removed filtered activity

💻 r4189

Mike Stupalov 🐱
Check RRD dir for rename host [OBSERVIUM-367].
Files changed (1) +6 / -4
Changed files with action and line counts
Mrenamehost.php+6 / -4
+6 added −4 removed filtered activity

💻 r4188

Mike Stupalov 🐱
Check RRD dir for add/rename/delete hosts. Fix [OBSERVIUM-367].
Files changed (3) +112 / -54
Changed files with action and line counts
Mhtml/pages/delhost.inc.php+42 / -25
Mhtml/pages/device/edit/delete.inc.php+25 / -11
Mincludes/functions.php+45 / -18
+112 added −54 removed filtered activity

💻 r4187

Mike Stupalov 🐱
Improve print_message(), add print_success().
Files changed (1) +21 / -6
Changed files with action and line counts
Mincludes/common.php+21 / -6
+21 added −6 removed filtered activity

💻 r4186

Mike Stupalov 🐱
Decoding the previously encoded url (round 2). [OBSERVIUM-382]
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/index.php+2 / -2
+2 added −2 removed filtered activity

💻 r4185

Mike Stupalov 🐱
Decoding the previously encoded url. [OBSERVIUM-382]
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r4184

Mike Stupalov 🐱
Use integer values in legend for FDB.
Files changed (2) +21 / -12
Changed files with action and line counts
Mhtml/includes/graphs/device/fdb_count.inc.php+2 / -1
Mhtml/includes/graphs/generic_simplex.inc.php+19 / -11
+21 added −12 removed filtered activity

💻 r4183

Mike Stupalov 🐱
Do not graph MAX areas for intervals less then 48h.
Files changed (4) +20 / -4
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+9 / -1
Mhtml/includes/graphs/generic_data.inc.php+8 / -2
Mhtml/includes/graphs/generic_duplex.inc.php+1 / -1
Mhtml/includes/graphs/port/bits.inc.php+2 / -0
+20 added −4 removed filtered activity

💻 r4182

Mike Stupalov 🐱
Add eventlog for deleted ports.
Files changed (1) +4 / -3
Changed files with action and line counts
Mincludes/polling/ports.inc.php+4 / -3
+4 added −3 removed filtered activity

💻 r4181

Adam Armstrong 🐸
fix a bit of xss, urlencode key and value in URL generator
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4180

Adam Armstrong 🐸
fix generic_multi_line on /graphs/
Files changed (2) +17 / -16
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+15 / -14
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
+17 added −16 removed filtered activity

💻 r4179

Adam Armstrong 🐸
add basic Cisco SCE/SCOS support
Files changed (2) +24 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+16 / -0
Aincludes/discovery/os/ciscoscos.inc.php+8 / -0
+24 added 0 removed filtered activity

💻 r4178

Adam Armstrong 🐸
widen asyncos detection regexp (why not sysObjectId?)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/asyncos.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4177

Adam Armstrong 🐸
change row colours for ifOperStatus of testing
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/rewrites.php+1 / -0
+1 added 0 removed filtered activity

💻 r4176

Adam Armstrong 🐸
delete erroneously named LLDP MIB
Files changed (1) +0 / -791
Changed files with action and line counts
Dmibs/LLDP-EXT-DOT1-MIB+0 / -791
0 added 0 removed filtered activity

💻 r4175

Adam Armstrong 🐸
add ironport/asyncos support #OBSERVIUM-375
Files changed (13) +1,048 / -4
Changed files with action and line counts
Ahtml/includes/graphs/device/asyncos_workq.inc.php+18 / -0
Mhtml/includes/navbar.inc.php+0 / -2
Mincludes/defaults.inc.php+43 / -2
Mincludes/definitions.inc.php+16 / -0
Aincludes/discovery/fanspeeds/asyncos.inc.php+21 / -0
Aincludes/discovery/mempools/asyncos.inc.php+16 / -0
Aincludes/discovery/os/asyncos.inc.php+8 / -0
Aincludes/discovery/processors/asyncos.inc.php+18 / -0
Aincludes/discovery/temperatures/asyncos.inc.php+21 / -0
Aincludes/polling/mempools/asyncos.inc.php+9 / -0
Aincludes/polling/os/asyncos.inc.php+26 / -0
Amibs/ASYNCOS-MAIL-MIB+814 / -0
Amibs/IRONPORT-SMI+38 / -0
+196 added −4 removed filtered activity

💻 r4174

Tom Laermans 🦔
fix previous commit, now not breaking when column is empty
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r4173

Tom Laermans 🦔
parse_csv a little more robust now, for files that have a separator at the end of the line
Files changed (1) +28 / -19
Changed files with action and line counts
Mincludes/functions.php+28 / -19
+28 added −19 removed filtered activity

💻 r4172

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

💻 r4171

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

💻 r4170

Adam Armstrong 🐸
fix customers page and improve iftype page
Files changed (2) +30 / -10
Changed files with action and line counts
Mhtml/pages/customers.inc.php+1 / -1
Mhtml/pages/iftype.inc.php+29 / -9
+30 added −10 removed filtered activity

💻 r4169

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

💻 r4168

Adam Armstrong 🐸
fix iftype aggregate graphs (transit, peering, etc)
Files changed (2) +29 / -25
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+28 / -22
Mhtml/includes/graphs/multiport/bits_separate.inc.php+1 / -3
+29 added −25 removed filtered activity

June 2013

💻 r4167

Adam Armstrong 🐸
add code to munge netscaler 64-bit interface counters to ports poller. ******************** FUCK YOU, NETSCALER. ********************
Files changed (1) +18 / -8
Changed files with action and line counts
Mincludes/polling/ports.inc.php+18 / -8
+18 added −8 removed filtered activity

💻 r4166

Adam Armstrong 🐸
reduce netapp max_rep
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4165

Adam Armstrong 🐸
add agent_version to devices table
Files changed (1) +1 / -0
Changed files with action and line counts
Aupdate/075.sql+1 / -0
0 added 0 removed filtered activity

💻 r4164

Adam Armstrong 🐸
gingercode ahoy!
Files changed (1) +197 / -0
Changed files with action and line counts
Ascripts/distro2+197 / -0
+197 added 0 removed filtered activity

💻 r4163

Adam Armstrong 🐸
add edgeos to unix os group
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4162

Adam Armstrong 🐸
add basic edgeos detection
Files changed (4) +33 / -3
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+3 / -3
Mincludes/definitions.inc.php+13 / -0
Aincludes/discovery/os/edgeos.inc.php+8 / -0
Aincludes/polling/os/edgeos.inc.php+9 / -0
+33 added −3 removed filtered activity

💻 r4161

Adam Armstrong 🐸
use label not name for services
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4160

Adam Armstrong 🐸
do not run update with -h new
Files changed (1) +6 / -1
Changed files with action and line counts
Mdiscovery.php+6 / -1
+6 added −1 removed filtered activity

💻 r4159

Adam Armstrong 🐸
netscaler svc ttfb per-svc graph
Files changed (1) +15 / -0
Changed files with action and line counts
Ahtml/includes/graphs/netscalersvc/ttfb.inc.php+15 / -0
+15 added 0 removed filtered activity

💻 r4158

Adam Armstrong 🐸
netscaler service ttfb graph
Files changed (2) +32 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/netscalersvc_common.inc.php+20 / -0
Ahtml/includes/graphs/device/netscalersvc_ttfb.inc.php+12 / -0
+32 added 0 removed filtered activity

💻 r4157

Tom Laermans 🦔
add RADIUS module from Jira #175
Files changed (2) +101 / -0
Changed files with action and line counts
Ahtml/includes/authentication/radius.inc.php+94 / -0
Mincludes/defaults.inc.php+7 / -0
+101 added 0 removed filtered activity

💻 r4156

Adam Armstrong 🐸
update script :>
Files changed (1) +32 / -0
Changed files with action and line counts
Aupdate/074.php+32 / -0
+32 added 0 removed filtered activity

💻 r4155

Adam Armstrong 🐸
add some things to be monitored to netscaler. modify schema update system.
Files changed (157) +862 / -601

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

Changed files with action and line counts
Mdiscovery.php+1 / -1
Mhtml/includes/graphs/device/netscalersvc.inc.php+1 / -1
Mhtml/includes/graphs/netscalersvc/auth.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+4 / -2
Mincludes/functions.php+6 / -1
Mincludes/polling/netscaler-vsvr.inc.php+103 / -103
Dincludes/sql-schema non-text+0 / -0
Dincludes/sql-schema/update.php+0 / -157
Aincludes/update non-text+0 / -0
Mincludes/update/update.php+167 / -0
Ascripts/add_ds.pl+244 / -0
Dsql-schema non-text+0 / -0
Dsql-schema/001.sql+0 / -59
Dsql-schema/002.sql+0 / -33
Dsql-schema/003.sql+0 / -18
Dsql-schema/004.sql+0 / -31
Dsql-schema/005.sql+0 / -11
Dsql-schema/006.sql+0 / -6
Dsql-schema/007.sql+0 / -1
Dsql-schema/008.sql+0 / -1
Dsql-schema/009.sql+0 / -10
Dsql-schema/010.sql+0 / -1
Dsql-schema/011.sql+0 / -1
Dsql-schema/012.sql+0 / -1
Dsql-schema/013.sql+0 / -1
Dsql-schema/014.sql+0 / -2
Dsql-schema/015.sql+0 / -2
Dsql-schema/016.sql+0 / -5
Dsql-schema/017.sql+0 / -1
Dsql-schema/018.sql+0 / -3
+527 added −266 removed filtered activity

💻 r4154

Tom Laermans 🦔
fix endless redirect loop when no auth_can_logout()
Files changed (1) +26 / -21
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+26 / -21
+26 added −21 removed filtered activity

💻 r4153

Tom Laermans 🦔
one extra file to go with r4152
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r4152

Tom Laermans 🦔
authentication API changes (internal only, nothing noticeable), add auth_ldap_kerberized setting; do not enable before reading the documentation.
Files changed (10) +141 / -106
Changed files with action and line counts
Madduser.php+1 / -1
Mhtml/includes/authenticate.inc.php+3 / -3
Mhtml/includes/authentication/http-auth.inc.php+11 / -6
Mhtml/includes/authentication/ldap.inc.php+100 / -83
Mhtml/includes/authentication/mysql.inc.php+14 / -9
Mhtml/includes/navbar.inc.php+7 / -0
Mhtml/index.php+0 / -1
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/preferences.inc.php+2 / -2
Mincludes/defaults.inc.php+2 / -0
+141 added −106 removed filtered activity

💻 r4151

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

💻 r4150

Tom Laermans 🦔
fix deltaups temperature
Files changed (5) +5 / -5
Changed files with action and line counts
Mincludes/discovery/current/deltaups.inc.php+1 / -1
Mincludes/discovery/frequencies/deltaups.inc.php+1 / -1
Mincludes/discovery/humidity/deltaups.inc.php+1 / -1
Mincludes/discovery/temperatures/deltaups.inc.php+1 / -1
Mincludes/discovery/voltages/deltaups.inc.php+1 / -1
+5 added −5 removed filtered activity

💻 r4149

Tom Laermans 🦔
fix rfc1628 currents, they were inflated x10 for years... + clean up liebert hardware
Files changed (2) +18 / -12
Changed files with action and line counts
Mincludes/discovery/current/rfc1628.inc.php+15 / -12
Mincludes/polling/os/rfc1628.inc.php+3 / -0
+18 added −12 removed filtered activity

💻 r4148

Tom Laermans 🦔
use rfc1628 manufacturer and model in a general include for netman plus and liebert upses
Files changed (3) +18 / -1
Changed files with action and line counts
Aincludes/polling/os/liebert.inc.php+6 / -0
Mincludes/polling/os/netmanplus.inc.php+2 / -1
Aincludes/polling/os/rfc1628.inc.php+10 / -0
+18 added −1 removed filtered activity

💻 r4147

Tom Laermans 🦔
CODE, Y U NO LOOK RITE
Files changed (5) +102 / -87
Changed files with action and line counts
Mincludes/discovery/current/deltaups.inc.php+25 / -22
Mincludes/discovery/frequencies/deltaups.inc.php+22 / -19
Mincludes/discovery/humidity/deltaups.inc.php+13 / -10
Mincludes/discovery/temperatures/deltaups.inc.php+17 / -14
Mincludes/discovery/voltages/deltaups.inc.php+25 / -22
+102 added −87 removed filtered activity

💻 r4146

Adam Armstrong 🐸
update deltaups support
Files changed (8) +169 / -4
Changed files with action and line counts
Mdiscovery.php+2 / -1
Mincludes/defaults.inc.php+1 / -1
Aincludes/discovery/current/deltaups.inc.php+38 / -0
Aincludes/discovery/frequencies/deltaups.inc.php+34 / -0
Aincludes/discovery/humidity/deltaups.inc.php+26 / -0
Aincludes/discovery/temperatures/deltaups.inc.php+30 / -0
Aincludes/discovery/voltages/deltaups.inc.php+38 / -0
Mincludes/versioncheck.inc.php+0 / -2
+169 added −4 removed filtered activity

💻 r4145

Adam Armstrong 🐸
add os type to stats
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/versioncheck.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r4144

Adam Armstrong 🐸
alert box tweaks, add ciena logo. add bills to stats.
Files changed (5) +10 / -6
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -2
Mhtml/css/bootstrap/less/alerts.less+3 / -3
Ahtml/images/os/ciena.png+1 / -0
Mhtml/includes/functions-print.inc.php+3 / -1
Mincludes/versioncheck.inc.php+1 / -0
+4 added −1 removed filtered activity

💻 r4143

Adam Armstrong 🐸
remove rounding for boxes. johnny ive made me do it.
Files changed (4) +18 / -17
Changed files with action and line counts
Mhtml/css/bootstrap.css+4 / -4
Mhtml/css/bootstrap/less/alerts.less+3 / -3
Mhtml/css/bootstrap/less/variables.less+4 / -4
Mhtml/includes/functions-print.inc.php+7 / -6
+7 added −6 removed filtered activity

💻 r4142

Adam Armstrong 🐸
unrounded alert boxes
Files changed (2) +12 / -4
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -2
Mhtml/css/bootstrap/less/alerts.less+10 / -2
0 added 0 removed filtered activity

💻 r4141

Adam Armstrong 🐸
expand syslog error
Files changed (1) +5 / -2
Changed files with action and line counts
Mhtml/pages/device/logs/syslog.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r4140

Mike Stupalov 🐱
Me need your soul, more souls. >:->
Files changed (2) +21 / -4
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
Mincludes/snmp.inc.php+20 / -3
+21 added −4 removed filtered activity

💻 r4139

Mike Stupalov 🐱
you're not ready for this. :)
Files changed (2) +0 / -13
Changed files with action and line counts
Mincludes/common.php+0 / -1
Mincludes/polling/functions.inc.php+0 / -12
0 added −13 removed filtered activity

💻 r4138

Mike Stupalov 🐱
Optimize SQL. Add options ['max']['interval'] and ['max']['count'] for devices status box.
Files changed (2) +28 / -30
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+21 / -27
Mincludes/defaults.inc.php+7 / -3
+28 added −30 removed filtered activity

💻 r4137

Mike Stupalov 🐱
Improve print_message(), migrate to PEAR::Console_Color2.
Files changed (11) +555 / -514
Changed files with action and line counts
Maddhost.php+4 / -3
Mhtml/css/sprite.css+187 / -186
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/exclamation-red-frame.png+1 / -0
Ahtml/img/sprite/exclamation-red.png+1 / -0
Mincludes/common.php+44 / -17
Dincludes/console_colour.php+0 / -299
Aincludes/pear/Console non-text+0 / -0
Aincludes/pear/Console/Color2.php+297 / -0
Mincludes/polling/functions.inc.php+15 / -3
Mincludes/rrdtool.inc.php+6 / -6
+69 added −328 removed filtered activity

💻 r4136

Mike Stupalov 🐱
Debug, disappear.
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/syslog.php+1 / -1
Msyslog.php+1 / -1
+2 added −2 removed filtered activity

💻 r4135

Mike Stupalov 🐱
Update diplay syslog and events. Improve Force10 syslog.
Files changed (3) +47 / -16
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+32 / -11
Mincludes/syslog.php+13 / -4
Msyslog.php+2 / -1
+47 added −16 removed filtered activity

💻 r4134

Tom Laermans 🦔
codestyle change: not working -> working
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r4133

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

💻 r4132

Adam Armstrong 🐸
isset() to remove warning
Files changed (2) +1 / -3
Changed files with action and line counts
Mhtml/ajax_listports.php+1 / -1
Mhtml/ajax_search.php+0 / -2
+1 added −3 removed filtered activity

💻 r4131

Mike Stupalov 🐱
Detect M$ Win 2012 (OBSERVIUM-341).
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r4130

Mike Stupalov 🐱
Detect Cisco AIRAP as 'wireless' (OBSERVIUM-318).
Files changed (2) +12 / -2
Changed files with action and line counts
Mincludes/polling/os/ios.inc.php+11 / -1
Mincludes/polling/wifi.inc.php+1 / -1
+12 added −2 removed filtered activity

💻 r4129

Mike Stupalov 🐱
Codestyle: getHostOS() -> get_device_os().
Files changed (3) +5 / -5
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/os.inc.php+3 / -3
Mincludes/functions.php+1 / -1
+5 added −5 removed filtered activity

💻 r4128

Mike Stupalov 🐱
Finally fix ifdown notify.
Files changed (1) +2 / -5
Changed files with action and line counts
Mincludes/polling/ports.inc.php+2 / -5
+2 added −5 removed filtered activity

💻 r4127

Adam Armstrong 🐸
ignore another kind of voice interface
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4126

Adam Armstrong 🐸
perf improvements and some ui improvements
Files changed (8) +147 / -35
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -0
Mhtml/pages/device/perf.inc.php+49 / -8
Mincludes/defaults.inc.php+2 / -2
Mincludes/definitions.inc.php+15 / -15
Mincludes/polling/functions.inc.php+29 / -5
Mincludes/polling/sensors.inc.php+32 / -5
Mincludes/rewrites.php+2 / -0
Mincludes/snmp.inc.php+17 / -0
+147 added −35 removed filtered activity

💻 r4125

Adam Armstrong 🐸
disable whatever the fuck that is
Files changed (1) +6 / -2
Changed files with action and line counts
Mincludes/polling/ports.inc.php+6 / -2
+6 added −2 removed filtered activity

💻 r4124

Mike Stupalov 🐱
Also check port type for ifdown.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4123

Mike Stupalov 🐱
Changed option $config['alerts']['port']['ifdown'] -> $config['alerts']['port']['ifdown']['enable'].
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4122

Mike Stupalov 🐱
FDB table count graph. Fixed error message.
Files changed (4) +60 / -18
Changed files with action and line counts
Mhtml/includes/graphs/device/fdb_count.inc.php+23 / -9
Mincludes/definitions.inc.php+1 / -1
Mincludes/discovery/vlans.inc.php+10 / -3
Mincludes/polling/fdb-table.inc.php+26 / -5
+60 added −18 removed filtered activity

💻 r4121

Adam Armstrong 🐸
cleaner snmp contexts
Files changed (4) +8 / -8
Changed files with action and line counts
Mincludes/discovery/vlans.inc.php+4 / -4
Mincludes/discovery/vlans/cisco-vtp.inc.php+1 / -1
Mincludes/discovery/vlans/q-bridge-mib.inc.php+1 / -1
Mincludes/snmp.inc.php+2 / -2
+8 added −8 removed filtered activity

💻 r4120

Adam Armstrong 🐸
page tweaks and high latency bulkwalk optimisations (disable as default for now)
Files changed (5) +39 / -4
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+6 / -0
Mhtml/pages/devices.inc.php+3 / -2
Mincludes/defaults.inc.php+4 / -2
Mincludes/definitions.inc.php+22 / -0
Mincludes/snmp.inc.php+4 / -0
+39 added −4 removed filtered activity

💻 r4119

Mike Stupalov 🐱
$config['proxy'] -> $config['http_proxy']
Files changed (2) +3 / -3
Changed files with action and line counts
Mincludes/common.php+2 / -2
Mincludes/defaults.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r4118

Mike Stupalov 🐱
Added option $config['proxy'] for http requests (OBSERVIUM-338).
Files changed (4) +54 / -44
Changed files with action and line counts
Mincludes/common.php+18 / -0
Mincludes/defaults.inc.php+7 / -3
Mincludes/geolocation.inc.php+2 / -5
Mincludes/versioncheck.inc.php+27 / -36
+54 added −44 removed filtered activity

💻 r4117

Mike Stupalov 🐱
pretty ldap debug.
Files changed (1) +3 / -1
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r4116

Tom Laermans 🦔
add configuration option to disable anonymous bind
Files changed (2) +8 / -2
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+7 / -2
Mincludes/defaults.inc.php+1 / -0
+8 added −2 removed filtered activity

💻 r4115

Tom Laermans 🦔
try user/password DN bind if binddn is empty
Files changed (1) +8 / -5
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+8 / -5
+8 added −5 removed filtered activity

💻 r4114

Tom Laermans 🦔
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.
Files changed (2) +188 / -59
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+166 / -48
Mincludes/defaults.inc.php+22 / -11
+188 added −59 removed filtered activity

💻 r4113

Tom Laermans 🦔
please stop the short open tag nonsense :>
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/port/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4112

Adam Armstrong 🐸
add moar dell printers
Files changed (1) +4 / -2
Changed files with action and line counts
Mincludes/discovery/os/dell-laser.inc.php+4 / -2
+4 added −2 removed filtered activity

💻 r4111

Adam Armstrong 🐸
ciena mibs
Files changed (64) +59,793 / -0

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

Changed files with action and line counts
Amibs/ciena non-text+0 / -0
Amibs/ciena/CIENA-CES-ACL-MIB.my+277 / -0
Amibs/ciena/CIENA-CES-BFD-MIB.my+201 / -0
Amibs/ciena/CIENA-CES-LDP-MIB.my+297 / -0
Amibs/ciena/CIENA-CES-MGMT-INTERFACE-MIB.my+500 / -0
Amibs/ciena/CIENA-CES-MPLS-MIB.my+1,652 / -0
Amibs/ciena/CIENA-CES-OSPF-MIB.my+486 / -0
Amibs/ciena/CIENA-CES-RSVPTE-MIB.my+394 / -0
Amibs/ciena/CIENA-CES-TIME-SYNC-MIB.my+659 / -0
Amibs/ciena/CIENA-CES-VLLI-MIB.my+494 / -0
Amibs/ciena/CIENA-GLOBAL-MIB.my+57 / -0
Amibs/ciena/CIENA-SMI.my+86 / -0
Amibs/ciena/CIENA-TC.my+100 / -0
Amibs/wwp non-text+0 / -0
Amibs/wwp/WWP-EXT-BRIDGE-MIB.my+563 / -0
Amibs/wwp/WWP-EXT-BRIDGE-TRAP-MIB.my+115 / -0
Amibs/wwp/WWP-LEOS-8021X-MIB.my+239 / -0
Amibs/wwp/WWP-LEOS-BENCHMARK-MIB.my+1,575 / -0
Amibs/wwp/WWP-LEOS-BLADE-MIB.my+371 / -0
Amibs/wwp/WWP-LEOS-BROADCAST-CONTAINMENT-MIB.my+373 / -0
Amibs/wwp/WWP-LEOS-CFM-MIB.my+8,766 / -0
Amibs/wwp/WWP-LEOS-CHASSIS-MIB.my+2,318 / -0
Amibs/wwp/WWP-LEOS-COMMUNITY-MIB.my+242 / -0
Amibs/wwp/WWP-LEOS-DATAPLANE-MIB.my+1,206 / -0
Amibs/wwp/WWP-LEOS-DHCP-CLIENT-MIB.my+743 / -0
Amibs/wwp/WWP-LEOS-DNS-CLIENT-MIB.my+323 / -0
Amibs/wwp/WWP-LEOS-EXT-LAG-MIB.my+334 / -0
Amibs/wwp/WWP-LEOS-FEATURE-LICENSE-MIB.my+480 / -0
Amibs/wwp/WWP-LEOS-FILE-TRANSFER-MIB.my+346 / -0
Amibs/wwp/WWP-LEOS-FILTER-MIB.my+450 / -0
0 added 0 removed filtered activity

💻 r4110

Mike Stupalov 🐱
Update FDB search by vlan & vlan_name fields.
Files changed (3) +89 / -56
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+20 / -0
Mhtml/pages/device/ports/fdb.inc.php+41 / -46
Mhtml/pages/search/fdb.inc.php+28 / -10
+89 added −56 removed filtered activity

💻 r4109

Adam Armstrong 🐸
add ciena support from n00dles
Files changed (12) +369 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
Aincludes/discovery/current/ciena-dom.inc.php+40 / -0
Aincludes/discovery/dbm/ciena-dom-rx.inc.php+48 / -0
Aincludes/discovery/dbm/ciena-dom-tx.inc.php+48 / -0
Aincludes/discovery/mempools/ciena.inc.php+30 / -0
Aincludes/discovery/os/ciena.inc.php+22 / -0
Aincludes/discovery/temperatures/ciena-dom.inc.php+43 / -0
Aincludes/discovery/temperatures/ciena.inc.php+29 / -0
Aincludes/discovery/voltages/ciena-dom.inc.php+44 / -0
Aincludes/polling/mempools/ciena.inc.php+27 / -0
Aincludes/polling/os/ciena.inc.php+19 / -0
Aincludes/polling/processors/ciena.inc.php+18 / -0
+369 added 0 removed filtered activity

💻 r4108

Adam Armstrong 🐸
add table to port graphs. add header to fdb-table. add ciena to definitions
Files changed (3) +46 / -4
Changed files with action and line counts
Mhtml/pages/device/port/graphs.inc.php+20 / -3
Mincludes/definitions.inc.php+14 / -0
Mincludes/polling/fdb-table.inc.php+12 / -1
+46 added −4 removed filtered activity

💻 r4107

Mike Stupalov 🐱
Change pear includes order (OBSERVIUM-336).
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/functions.php+2 / -2
+2 added −2 removed filtered activity

💻 r4106

Mike Stupalov 🐱
Commit forgotten changes for FDB tables (OBSERVIUM-163).
Files changed (5) +291 / -61
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+123 / -1
Mhtml/pages/search.inc.php+1 / -1
Mhtml/pages/search/fdb.inc.php+25 / -59
Aincludes/polling/fdb-table.inc.php+142 / -0
Dincludes/polling/q-bridge-mib-fdb.inc.php non-text+0 / -0
+291 added −61 removed filtered activity

💻 r4105

Adam Armstrong 🐸
improved FDB polling/discovery. Will slow polling on cisco devices, and won't work on snmpv3 due to snmp-contexts.
Files changed (12) +167 / -160
Changed files with action and line counts
Mincludes/common.php+30 / -2
Mincludes/defaults.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/vlans.inc.php+24 / -6
Mincludes/discovery/vlans/cisco-vtp.inc.php+5 / -0
Mincludes/discovery/vlans/q-bridge-mib.inc.php+33 / -13
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/q-bridge-mib-fdb.inc.php+0 / -91
Mincludes/rewrites.php+10 / -0
Mincludes/snmp.inc.php+60 / -45
Asql-schema/072.sql+1 / -0
Asql-schema/073.sql+1 / -0
+165 added −160 removed filtered activity

💻 r4104

Adam Armstrong 🐸
some readability fixes and rearranging of billing code. tweaks to css of observium-specific things.
Files changed (7) +116 / -66
Changed files with action and line counts
Mhtml/css/bootstrap.css+3 / -2
Mhtml/css/bootstrap/less/tables.less+8 / -0
Mhtml/css/bootstrap/less/wells.less+3 / -2
Mhtml/pages/bill/accurate.inc.php+53 / -30
Mhtml/pages/bill/history.inc.php+2 / -4
Mhtml/pages/bill/ports.inc.php+1 / -3
Mhtml/pages/bill/quick.inc.php+46 / -25
+102 added −62 removed filtered activity

💻 r4103

Adam Armstrong 🐸
no one noticed the billing infoboxes disappeared? does this mean no one uses billing? herpderp.
Files changed (1) +168 / -0
Changed files with action and line counts
Ahtml/pages/bill/infoboxes.inc.php+168 / -0
+168 added 0 removed filtered activity

💻 r4102

Adam Armstrong 🐸
do not generate eventlog entries for ignored ports.
Files changed (1) +10 / -2
Changed files with action and line counts
Mincludes/polling/ports.inc.php+10 / -2
+10 added −2 removed filtered activity

💻 r4101

Adam Armstrong 🐸
add some crappy errors
Files changed (2) +49 / -6
Changed files with action and line counts
Mhtml/pages/device.inc.php+39 / -5
Mhtml/pages/device/logs/syslog.inc.php+10 / -1
+49 added −6 removed filtered activity

💻 r4100

Adam Armstrong 🐸
allow hostname & ifdescr in url for device/port
Files changed (2) +27 / -0
Changed files with action and line counts
Mhtml/pages/device.inc.php+6 / -0
Mhtml/pages/device/port.inc.php+21 / -0
+27 added 0 removed filtered activity

💻 r4099

Adam Armstrong 🐸
lighten grey (disabled) text to #666666
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/type.less+1 / -1
0 added 0 removed filtered activity

💻 r4098

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

💻 r4097

Adam Armstrong 🐸
clean up printing page
Files changed (1) +4 / -0
Changed files with action and line counts
Mhtml/pages/device/printing.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r4096

Adam Armstrong 🐸
fix toner. enable toner and sla as default.
Files changed (9) +34 / -16
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+8 / -0
Mhtml/pages/device/overview/toner.inc.php+1 / -1
Mhtml/pages/health.inc.php+4 / -0
Mhtml/pages/health/mempool.inc.php+1 / -1
Mhtml/pages/health/processor.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+1 / -1
Mhtml/pages/health/storage.inc.php+1 / -1
Mhtml/pages/health/toner.inc.php+15 / -9
Mincludes/defaults.inc.php+2 / -2
+34 added −16 removed filtered activity

💻 r4095

Adam Armstrong 🐸
ui update to delete-ports
Files changed (1) +21 / -21
Changed files with action and line counts
Mhtml/pages/deleted-ports.inc.php+21 / -21
+21 added −21 removed filtered activity

💻 r4094

Adam Armstrong 🐸
fix rusglish :D
Files changed (3) +42 / -5
Changed files with action and line counts
Mhtml/pages/device.inc.php+12 / -0
Mhtml/pages/device/logs/eventlog.inc.php+13 / -0
Mhtml/pages/device/logs/syslog.inc.php+17 / -5
+42 added −5 removed filtered activity

💻 r4093

Adam Armstrong 🐸
derp
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/agent-local/memcached+1 / -1
+1 added −1 removed filtered activity

💻 r4092

Tom Laermans 🦔
move papouch MIBs to papouch/ subdir
Files changed (7) +339 / -267
Changed files with action and line counts
Dmibs/Papouch-SMI.mib+0 / -54
Dmibs/TMESNMP2.mib+0 / -70
Amibs/papouch non-text+0 / -0
Amibs/papouch/Papouch-SMI.mib+61 / -0
Amibs/papouch/TMESNMP2.mib+77 / -0
Amibs/papouch/the_v01-MIB+201 / -0
Dmibs/the_v01-MIB+0 / -143
0 added 0 removed filtered activity

💻 r4091

Adam Armstrong 🐸
switch memcached agent script to python and fix polling.
Files changed (3) +33 / -35
Changed files with action and line counts
Mincludes/polling/applications/memcached.inc.php+19 / -16
Mincludes/polling/unix-agent.inc.php+3 / -4
Mscripts/agent-local/memcached+11 / -15
+33 added −35 removed filtered activity

May 2013

💻 r4090

Adam Armstrong 🐸
replace some old class names
Files changed (19) +43 / -43
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/type.less+1 / -1
Mhtml/includes/functions-print.inc.php+3 / -3
Mhtml/includes/print-accesspoint.inc.php+1 / -1
Mhtml/includes/print-interface-adsl.inc.php+4 / -4
Mhtml/includes/print-interface.inc.php+13 / -13
Mhtml/includes/print-service.inc.php+1 / -1
Mhtml/includes/print-vlan.inc.php+1 / -1
Mhtml/includes/print-vm.inc.php+2 / -2
Mhtml/includes/print-vrf.inc.php+2 / -2
Mhtml/pages/customers.inc.php+2 / -2
Mhtml/pages/device/entphysical.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/ace_rservers.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/ace_vservers.inc.php+1 / -1
Mhtml/pages/device/port/vlans.inc.php+1 / -1
Mhtml/pages/device/routing/ipsec_tunnels.inc.php+1 / -1
Mhtml/pages/iftype.inc.php+1 / -1
Mhtml/pages/routing/vrf.inc.php+5 / -5
Mhtml/pages/services.inc.php+1 / -1
+41 added −41 removed filtered activity

💻 r4089

Adam Armstrong 🐸
fixes
Files changed (8) +28 / -23
Changed files with action and line counts
Mhtml/data.php+4 / -1
Mhtml/graph-realtime.php+2 / -2
Mhtml/pages/device/port.inc.php+3 / -0
Mhtml/pages/device/port/graphs.inc.php+5 / -5
Mhtml/pages/device/port/realtime.inc.php+6 / -9
Mhtml/pages/pollerlog.inc.php+6 / -6
Mincludes/definitions.inc.php+1 / -0
Mincludes/rewrites.php+1 / -0
+28 added −23 removed filtered activity

💻 r4088

Adam Armstrong 🐸
detect more equallogic
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/os/equallogic.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4087

Adam Armstrong 🐸
update extreme/xos and css
Files changed (12) +300 / -137
Changed files with action and line counts
Mhtml/css/bootstrap.css+5 / -5
Mhtml/css/bootstrap/less/type.less+5 / -5
Mhtml/pages/device/overview/information.inc.php+1 / -2
Mincludes/definitions.inc.php+1 / -0
Aincludes/discovery/mempools/xos.inc.php+24 / -0
Aincludes/discovery/os/extreme.inc.php+17 / -0
Dincludes/discovery/os/extremeware.inc.php+0 / -10
Aincludes/polling/mempools/xos.inc.php+23 / -0
Mincludes/polling/os/extremeware.inc.php+11 / -35
Aincludes/polling/os/xos.inc.php+50 / -0
Mincludes/rewrites.php+161 / -78
Mpoller-wrapper.py+2 / -2
+290 added −127 removed filtered activity

💻 r4086

Tom Laermans 🦔
support for Papouch TH2E (HELLO VENDORS, PLEASE PROVIDE VALID, WORKING MIBS)
Files changed (9) +436 / -21
Changed files with action and line counts
Mincludes/definitions.inc.php+2 / -2
Aincludes/discovery/humidity/papouch.inc.php+30 / -0
Mincludes/discovery/os/papouch.inc.php+1 / -0
Dincludes/discovery/temperatures/papouch-tme.inc.php+0 / -19
Aincludes/discovery/temperatures/papouch.inc.php+63 / -0
Mincludes/polling/os/papouch.inc.php+1 / -0
Amibs/Papouch-SMI.mib+61 / -0
Amibs/TMESNMP2.mib+77 / -0
Amibs/the_v01-MIB+201 / -0
+97 added −21 removed filtered activity

💻 r4085

Tom Laermans 🦔
fix what I forgot in r4084
Files changed (3) +5 / -4
Changed files with action and line counts
Mincludes/discovery/os/papouch.inc.php+2 / -2
Mincludes/discovery/temperatures/papouch-tme.inc.php+2 / -1
Mincludes/polling/functions.inc.php+1 / -1
+5 added −4 removed filtered activity

💻 r4084

Tom Laermans 🦔
genericize papouch product line; preparing to add TH2E support later on
Files changed (6) +19 / -11
Changed files with action and line counts
Dhtml/images/os/papouch-tme.png+0 / -1
Ahtml/images/os/papouch.png+1 / -0
Dincludes/discovery/os/papouch-tme.inc.php+0 / -10
Aincludes/discovery/os/papouch.inc.php+10 / -0
Aincludes/polling/os/papouch.inc.php+7 / -0
Asql-schema/071.sql+1 / -0
+17 added −10 removed filtered activity

💻 r4083

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

💻 r4080

Adam Armstrong 🐸
equallogic support
Files changed (25) +31,709 / -0
Changed files with action and line counts
Mhtml/img/sprite/computer.png non-text+0 / -0
Mincludes/definitions.inc.php+5 / -0
Aincludes/discovery/fanspeeds/equallogic.inc.php+42 / -0
Aincludes/discovery/os/equallogic.inc.php+8 / -0
Aincludes/discovery/temperatures/equallogic.inc.php+52 / -0
Aincludes/polling/os/equallogic.inc.php+30 / -0
Amibs/equallogic non-text+0 / -0
Amibs/equallogic/eqlagent.mib+181 / -0
Amibs/equallogic/eqlappliance.mib+3,050 / -0
Amibs/equallogic/eqlcontroller.mib+995 / -0
Amibs/equallogic/eqldcb.mib+2,946 / -0
Amibs/equallogic/eqldisk.mib+953 / -0
Amibs/equallogic/eqlgroup.mib+4,298 / -0
Amibs/equallogic/eqlipaddr.mib+527 / -0
Amibs/equallogic/eqlipsec.mib+1,062 / -0
Amibs/equallogic/eqliscsi.mib+201 / -0
Amibs/equallogic/eqllldp.mib+231 / -0
Amibs/equallogic/eqlmember.mib+2,734 / -0
Amibs/equallogic/eqlnas.mib+2,476 / -0
Amibs/equallogic/eqlpool.mib+1,056 / -0
Amibs/equallogic/eqlraid.mib+579 / -0
Amibs/equallogic/eqlsmi.mib+41 / -0
Amibs/equallogic/eqltag.mib+288 / -0
Amibs/equallogic/eqlvolbalancer.mib+2,120 / -0
Amibs/equallogic/eqlvolume.mib+7,834 / -0
+137 added 0 removed filtered activity

💻 r4079

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

💻 r4078

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

💻 r4077

Adam Armstrong 🐸
fix collectd on /graphs/
Files changed (2) +20 / -15
Changed files with action and line counts
Mhtml/includes/collectd/functions.php+10 / -3
Mhtml/includes/graphs/device/collectd.inc.php+10 / -12
+20 added −15 removed filtered activity

💻 r4076

Adam Armstrong 🐸
fix passing width/height to collectd graphs. (still need to fix it sending data to /graphs/ correctly)
Files changed (1) +7 / -4
Changed files with action and line counts
Mhtml/includes/graphs/device/collectd.inc.php+7 / -4
+7 added −4 removed filtered activity

💻 r4075

Tom Laermans 🦔
more items-per-page options
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4074

Mike Stupalov 🐱
Do not show mouse over links on mobile devices (android, apple, blackberry and etc.)
Files changed (1) +14 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+14 / -1
+14 added −1 removed filtered activity

💻 r4073

Mike Stupalov 🐱
Update mac addresses search page.
Files changed (2) +165 / -83
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+127 / -6
Mhtml/pages/search/mac.inc.php+38 / -77
+165 added −83 removed filtered activity

💻 r4072

Mike Stupalov 🐱
Fix parse snmp values with '=' (symbol "equal").
Files changed (1) +12 / -12
Changed files with action and line counts
Mincludes/snmp.inc.php+12 / -12
+12 added −12 removed filtered activity

💻 r4071

Mike Stupalov 🐱
Fix broken nfsen suffix (OBSERVIUM-241).
Files changed (3) +45 / -41
Changed files with action and line counts
Mhtml/includes/functions.inc.php+26 / -0
Mhtml/includes/graphs/device/nfsen_common.inc.php+18 / -31
Mhtml/pages/device.inc.php+1 / -10
+45 added −41 removed filtered activity

💻 r4070

Mike Stupalov 🐱
Forgotten change for bootstrap-select.
Files changed (1) +4 / -3
Changed files with action and line counts
Mhtml/index.php+4 / -3
+4 added −3 removed filtered activity

💻 r4069

Mike Stupalov 🐱
Fix logs navigate (#301).
Files changed (1) +0 / -3
Changed files with action and line counts
Mhtml/pages/device/logs.inc.php+0 / -3
0 added −3 removed filtered activity

💻 r4068

Adam Armstrong 🐸
hostname options for poller wrapper
Files changed (1) +50 / -15
Changed files with action and line counts
Mpoller-wrapper.py+50 / -15
+50 added −15 removed filtered activity

💻 r4067

Mike Stupalov 🐱
Use bootstrap-select (forms improver). Added multiselect.
Files changed (9) +391 / -134
Changed files with action and line counts
Mhtml/css/bootstrap.css+29 / -0
Mhtml/css/bootstrap/less/bootstrap.less+1 / -0
Ahtml/css/bootstrap/less/select.less+185 / -0
Mhtml/includes/functions-print.inc.php+140 / -102
Ahtml/js/bootstrap-select.min.js+1 / -0
Mhtml/pages/device/logs/eventlog.inc.php+4 / -4
Mhtml/pages/device/logs/syslog.inc.php+10 / -9
Mhtml/pages/eventlog.inc.php+7 / -7
Mhtml/pages/syslog.inc.php+14 / -12
+175 added −134 removed filtered activity

💻 r4066

Tom Laermans 🦔
debug be gone
Files changed (2) +1 / -4
Changed files with action and line counts
Mincludes/polling/functions.inc.php+0 / -2
Mincludes/polling/ports.inc.php+1 / -2
+1 added −4 removed filtered activity

💻 r4065

Tom Laermans 🦔
it said Observer huhuhuh-huhuh-huhuhuhu
Files changed (3) +7 / -4
Changed files with action and line counts
Mincludes/common.php+4 / -0
Mincludes/definitions.inc.php+3 / -3
Mincludes/functions.php+0 / -1
+7 added −4 removed filtered activity

💻 r4064

Tom Laermans 🦔
Fix billing graphs, thanks to delaf
Files changed (3) +19 / -2
Changed files with action and line counts
Mhtml/pages/bill.inc.php+2 / -0
Mhtml/pages/bill/accurate.inc.php+11 / -1
Mhtml/pages/bill/quick.inc.php+6 / -1
+19 added −2 removed filtered activity

💻 r4063

Adam Armstrong 🐸
add php version to stats array
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/versioncheck.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r4062

Tom Laermans 🦔
f--- you and your short open tags
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4061

Adam Armstrong 🐸
juggle memory bar
Files changed (1) +6 / -5
Changed files with action and line counts
Mhtml/pages/device/overview/ucd_mem.inc.php+6 / -5
+6 added −5 removed filtered activity

💻 r4060

Adam Armstrong 🐸
fix billing quick tab links
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/pages/bill/quick.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4059

Adam Armstrong 🐸
move users table to utf8. add user_options text field to store evil array of horribleness.
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/070.sql+2 / -0
0 added 0 removed filtered activity

💻 r4058

Adam Armstrong 🐸
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.
Files changed (15) +95 / -17
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/wells.less+1 / -1
Mhtml/includes/graphs/device/bits.inc.php+3 / -0
Mhtml/includes/graphs/device/ucd_memory.inc.php+2 / -0
Mhtml/includes/graphs/generic_multi_seperated.inc.php+7 / -0
Mhtml/includes/graphs/graph.inc.php+15 / -8
Mhtml/includes/graphs/sensor/current.inc.php+2 / -0
Mhtml/includes/graphs/sensor/dbm.inc.php+2 / -0
Mhtml/includes/graphs/sensor/fanspeed.inc.php+2 / -0
Mhtml/includes/graphs/sensor/frequency.inc.php+2 / -0
Mhtml/includes/graphs/sensor/humidity.inc.php+3 / -1
Mhtml/includes/graphs/sensor/power.inc.php+3 / -0
Mhtml/includes/graphs/sensor/temperature.inc.php+2 / -0
Mhtml/includes/graphs/sensor/voltage.inc.php+2 / -0
Mhtml/pages/graphs.inc.php+48 / -6
+93 added −15 removed filtered activity

💻 r4057

Adam Armstrong 🐸
add aggregate polling time to stats array
Files changed (1) +13 / -12
Changed files with action and line counts
Mincludes/versioncheck.inc.php+13 / -12
+13 added −12 removed filtered activity

💻 r4056

Adam Armstrong 🐸
move juniper stats collection queries for bgp-peers to before peers loop
Files changed (1) +59 / -27
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+59 / -27
+59 added −27 removed filtered activity

💻 r4055

Adam Armstrong 🐸
update some css and remove a spurious margin. Potential fix for BGP poller slowness. DANGER :>
Files changed (4) +51 / -12
Changed files with action and line counts
Mhtml/css/bootstrap.css+3 / -3
Mhtml/css/bootstrap/less/variables.less+7 / -3
Mhtml/includes/functions-print.inc.php+1 / -1
Mincludes/polling/bgp-peers.inc.php+40 / -5
+41 added −6 removed filtered activity

💻 r4054

Mike Stupalov 🐱
Revert default mono font to "DejaVuSansMono" (for rrd graphs).
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4053

Mike Stupalov 🐱
Fix IPMI polling 2nd round :)
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/ipmi.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r4052

Mike Stupalov 🐱
Fix IPMI :>
Files changed (2) +3 / -0
Changed files with action and line counts
Mincludes/polling/ipmi.inc.php+2 / -0
Mincludes/polling/unix-agent.inc.php+1 / -0
+3 added 0 removed filtered activity

💻 r4051

Adam Armstrong 🐸
improve memory graph layout. fix colour matching between overview and memory graph.
Files changed (3) +36 / -17
Changed files with action and line counts
Mhtml/css/bootstrap/less/progress-bars.less+2 / -1
Mhtml/includes/graphs/device/ucd_memory.inc.php+29 / -12
Mhtml/pages/device/overview/ucd_mem.inc.php+5 / -4
+34 added −16 removed filtered activity

💻 r4050

Adam Armstrong 🐸
imrprovements to front page, caching of data and other things. addition of double-wide alert box size.
Files changed (8) +51 / -52
Changed files with action and line counts
Mhtml/css/bootstrap.css+4 / -3
Mhtml/css/bootstrap/less/alerts.less+8 / -7
Mhtml/includes/cache-data.inc.php+5 / -1
Mhtml/includes/functions-print.inc.php+23 / -21
Mhtml/includes/status-summary.inc.php+4 / -7
Mhtml/pages/front/default.php+3 / -3
Mincludes/common.php+1 / -1
Mincludes/defaults.inc.php+3 / -9
+39 added −42 removed filtered activity

💻 r4049

Adam Armstrong 🐸
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
Files changed (3) +79 / -91
Changed files with action and line counts
Mhtml/pages/about.inc.php+1 / -1
Mhtml/pages/front/default.php+69 / -84
Mincludes/definitions.inc.php+9 / -6
+79 added −91 removed filtered activity

💻 r4048

Adam Armstrong 🐸
script to build css
Files changed (1) +3 / -0
Changed files with action and line counts
Ascripts/makecss.sh+3 / -0
+3 added 0 removed filtered activity

💻 r4047

Mike Stupalov 🐱
Date/time picker style improve.
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r4046

Mike Stupalov 🐱
Add date/time picker for syslog and eventlog on device tab.
Files changed (2) +65 / -44
Changed files with action and line counts
Mhtml/pages/device/logs/eventlog.inc.php+8 / -0
Mhtml/pages/device/logs/syslog.inc.php+57 / -44
+65 added −44 removed filtered activity

💻 r4045

Tom Laermans 🦔
case-insensitively discover MGE Galaxy OS
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/mgeups.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4044

Mike Stupalov 🐱
Use bootstrap date/time picker for graphs.
Files changed (23) +67 / -2,085
Changed files with action and line counts
Dhtml/css/ui-lightness non-text+0 / -0
Mhtml/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png+0 / -1
Mhtml/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png+0 / -1
Mhtml/css/ui-lightness/images/ui-icons_222222_256x240.png+0 / -1
Mhtml/css/ui-lightness/images/ui-icons_228ef1_256x240.png+0 / -1
Mhtml/css/ui-lightness/images/ui-icons_ef8c08_256x240.png+0 / -1
Mhtml/css/ui-lightness/images/ui-icons_ffd27a_256x240.png+0 / -1
Mhtml/css/ui-lightness/images/ui-icons_ffffff_256x240.png+0 / -1
Dhtml/css/ui-lightness/jquery-ui-1.8.18.custom.css+0 / -406
Mhtml/includes/functions-print.inc.php+16 / -8
Mhtml/includes/functions.inc.php+4 / -0
Mhtml/includes/graphs/graph.inc.php+15 / -2
Dhtml/js/jquery-ui-sliderAccess.js+0 / -85
Dhtml/js/jquery-ui-timepicker-addon.js+0 / -1,326
Dhtml/js/jquery-ui.min.js+0 / -65
Mhtml/pages/graphs.inc.php+32 / -179
+67 added −189 removed filtered activity

💻 r4043

Adam Armstrong 🐸
automagically put windows hosts into workstations or servers groups.
Files changed (1) +17 / -0
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+17 / -0
+17 added 0 removed filtered activity

💻 r4042

Adam Armstrong 🐸
move humanize_device to common
Files changed (2) +52 / -52
Changed files with action and line counts
Mhtml/includes/functions.inc.php+0 / -52
Mincludes/rewrites.php+52 / -0
+52 added −52 removed filtered activity

💻 r4041

Mike Stupalov 🐱
Added search type 'datetime' and pseudo type 'newline'.
Files changed (9) +452 / -25
Changed files with action and line counts
Mhtml/css/bootstrap.css+32 / -0
Mhtml/css/bootstrap/less/bootstrap.less+2 / -1
Ahtml/css/bootstrap/less/datetimepicker.less+180 / -0
Mhtml/includes/functions-print.inc.php+136 / -3
Mhtml/includes/functions.inc.php+41 / -0
Mhtml/index.php+19 / -21
Ahtml/js/bootstrap-datetimepicker.min.js+26 / -0
Mhtml/pages/eventlog.inc.php+8 / -0
Mhtml/pages/syslog.inc.php+8 / -0
+212 added −24 removed filtered activity

💻 r4040

Adam Armstrong 🐸
don't need that one :)
Files changed (1) +0 / -1
Changed files with action and line counts
Msql-schema/069.sql+0 / -1
0 added 0 removed filtered activity

💻 r4039

Adam Armstrong 🐸
reset ospf to remove old entries
Files changed (1) +5 / -0
Changed files with action and line counts
Asql-schema/069.sql+5 / -0
0 added 0 removed filtered activity

💻 r4038

Adam Armstrong 🐸
UI improvements. some function cleanups and simplification.
Files changed (38) +293 / -526

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

Changed files with action and line counts
Mhtml/css/bootstrap.css+73 / -74
Mhtml/css/bootstrap/less/buttons.less+1 / -1
Mhtml/css/bootstrap/less/variables.less+2 / -2
Mhtml/includes/functions-print.inc.php+8 / -8
Mhtml/includes/functions.inc.php+13 / -14
Mhtml/includes/graphs/device/bits.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_duo_separate.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_separate.inc.php+1 / -1
Mhtml/includes/print-interface-adsl.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+2 / -2
Mhtml/includes/print-vlan.inc.php+1 / -1
Mhtml/index.php+57 / -55
Mhtml/map.php+4 / -2
Mhtml/pages/bill.inc.php+4 / -0
Mhtml/pages/bill/accurate.inc.php+1 / -127
Mhtml/pages/bill/edit.inc.php+30 / -33
Mhtml/pages/bill/history.inc.php+20 / -11
Mhtml/pages/bill/ports.inc.php+18 / -13
Mhtml/pages/bill/quick.inc.php+1 / -127
Mhtml/pages/bill/reset.inc.php+1 / -1
Mhtml/pages/bill/transfer.inc.php+1 / -1
Mhtml/pages/bills/add.inc.php+1 / -1
Mhtml/pages/deleted-ports.inc.php+1 / -1
Mhtml/pages/device/edit/ports.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/port.inc.php+3 / -1
Mhtml/pages/device/ports.inc.php+3 / -1
Mhtml/pages/front/globe.php+1 / -1
Mhtml/pages/front/old.php+1 / -1
Mhtml/pages/ports.inc.php+17 / -0
+217 added −449 removed filtered activity

💻 r4037

Adam Armstrong 🐸
wrap status boxes in a 12-column div
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/front/default.php+4 / -4
+4 added −4 removed filtered activity

💻 r4036

Adam Armstrong 🐸
remove unused sprites
Files changed (3) +0 / -3
Changed files with action and line counts
Dhtml/img/famfamfam.png+0 / -1
Dhtml/img/fugue.png+0 / -1
Dhtml/img/sweetie.png+0 / -1
0 added 0 removed filtered activity

💻 r4035

Adam Armstrong 🐸
remove unused icon css
Files changed (3) +0 / -4,717
Changed files with action and line counts
Dhtml/css/famfamfam.css+0 / -1,020
Dhtml/css/fugue.css+0 / -3,554
Dhtml/css/sweetie.css+0 / -143
0 added 0 removed filtered activity

💻 r4034

Adam Armstrong 🐸
remove unused CSS files
Files changed (5) +0 / -3,302
Changed files with action and line counts
Dhtml/css/bootstrap-observium.css+0 / -733
Dhtml/css/bootstrap-responsive.css+0 / -1,092
Dhtml/css/bootstrap-responsive.min.css+0 / -9
Dhtml/css/bootstrap-switch.css+0 / -203
Dhtml/css/styles.css+0 / -1,265
0 added 0 removed filtered activity

💻 r4033

Adam Armstrong 🐸
add arris c3 oid
Files changed (2) +7 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+6 / -0
Mincludes/discovery/os/arris.inc.php+1 / -0
+7 added 0 removed filtered activity

💻 r4032

Adam Armstrong 🐸
add option to clean up messy ifDescrs
Files changed (2) +4 / -2
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
Mincludes/polling/ports.inc.php+3 / -2
+4 added −2 removed filtered activity

💻 r4031

Adam Armstrong 🐸
add basic AIX detection and logo
Files changed (3) +17 / -0
Changed files with action and line counts
Ahtml/images/os/aix.png+1 / -0
Mincludes/definitions.inc.php+7 / -0
Aincludes/discovery/os/aix.inc.php+9 / -0
+16 added 0 removed filtered activity

💻 r4030

Adam Armstrong 🐸
add korenix jetnext icon and basic detection
Files changed (3) +21 / -0
Changed files with action and line counts
Ahtml/images/os/korenix.png+1 / -0
Mincludes/definitions.inc.php+10 / -0
Aincludes/discovery/os/korenix.inc.php+10 / -0
+20 added 0 removed filtered activity

💻 r4029

Adam Armstrong 🐸
add arris d5 basic detection, a new 'video' device type and associated icons.
Files changed (5) +217 / -187
Changed files with action and line counts
Mhtml/css/sprite.css+186 / -185
Ahtml/images/os/arris.png+1 / -0
Mhtml/img/sprite.png non-text+0 / -0
Mincludes/definitions.inc.php+22 / -2
Aincludes/discovery/os/arris.inc.php+8 / -0
+30 added −2 removed filtered activity

💻 r4028

Adam Armstrong 🐸
merge switch with the rest of bootstrap. update ports search box a little.
Files changed (5) +279 / -76
Changed files with action and line counts
Mhtml/css/bootstrap.css+41 / -0
Mhtml/css/bootstrap/less/bootstrap.less+1 / -0
Ahtml/css/bootstrap/less/switch.less+153 / -0
Mhtml/index.php+0 / -1
Mhtml/pages/ports.inc.php+84 / -75
+84 added −76 removed filtered activity

💻 r4027

Adam Armstrong 🐸
return to observium menu style
Files changed (5) +64 / -13
Changed files with action and line counts
Mhtml/css/bootstrap.css+19 / -8
Mhtml/css/bootstrap/less/bootstrap.less+36 / -0
Mhtml/css/bootstrap/less/dropdowns.less+3 / -2
Mhtml/css/bootstrap/less/navbar.less+3 / -0
Mhtml/css/bootstrap/less/variables.less+3 / -3
0 added 0 removed filtered activity

💻 r4026

Adam Armstrong 🐸
flip gradient
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap/less/wells.less+1 / -1
0 added 0 removed filtered activity

💻 r4025

Adam Armstrong 🐸
css tweaks. improvements to layout of /ports/ basic.
Files changed (8) +252 / -225
Changed files with action and line counts
Mhtml/css/bootstrap.css+203 / -197
Mhtml/css/bootstrap/less/bootstrap.less+18 / -1
Mhtml/css/bootstrap/less/forms.less+1 / -1
Mhtml/css/bootstrap/less/type.less+1 / -1
Mhtml/css/bootstrap/less/variables.less+14 / -10
Mhtml/index.php+0 / -2
Mhtml/pages/graphs.inc.php+3 / -3
Mhtml/pages/ports/list.inc.php+12 / -10
+15 added −15 removed filtered activity

💻 r4024

Adam Armstrong 🐸
migrate to single less-generated bootstrap forked css file.
Files changed (138) +10,306 / -6,664

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

Changed files with action and line counts
Mhtml/css/bootstrap non-text+0 / -0
Mhtml/css/bootstrap-observium.css+0 / -40
Mhtml/css/bootstrap.css+1,072 / -6,323
Ahtml/css/bootstrap/LICENSE+176 / -0
Ahtml/css/bootstrap/README.md+117 / -0
Mhtml/css/bootstrap/glyphicons-halflings-white.png+0 / -1
Mhtml/css/bootstrap/glyphicons-halflings.png+0 / -1
Ahtml/css/bootstrap/less non-text+0 / -0
Ahtml/css/bootstrap/less/accordion.less+34 / -0
Ahtml/css/bootstrap/less/alerts.less+104 / -0
Ahtml/css/bootstrap/less/bootstrap.less+64 / -0
Ahtml/css/bootstrap/less/breadcrumbs.less+24 / -0
Ahtml/css/bootstrap/less/button-groups.less+229 / -0
Ahtml/css/bootstrap/less/buttons.less+229 / -0
Ahtml/css/bootstrap/less/carousel.less+158 / -0
Ahtml/css/bootstrap/less/close.less+32 / -0
Ahtml/css/bootstrap/less/code.less+61 / -0
Ahtml/css/bootstrap/less/component-animations.less+22 / -0
Ahtml/css/bootstrap/less/dropdowns.less+237 / -0
Ahtml/css/bootstrap/less/forms.less+690 / -0
Ahtml/css/bootstrap/less/grid.less+21 / -0
Ahtml/css/bootstrap/less/hero-unit.less+25 / -0
Ahtml/css/bootstrap/less/labels-badges.less+84 / -0
Ahtml/css/bootstrap/less/layouts.less+16 / -0
Ahtml/css/bootstrap/less/media.less+55 / -0
Ahtml/css/bootstrap/less/mixins.less+702 / -0
Ahtml/css/bootstrap/less/modals.less+95 / -0
Ahtml/css/bootstrap/less/navbar.less+570 / -0
Ahtml/css/bootstrap/less/navs.less+420 / -0
Ahtml/css/bootstrap/less/pager.less+43 / -0
+252 added −234 removed filtered activity

💻 r4023

Mike Stupalov 🐱
Clean JS & CSS. Update qTip2 to latest.
Files changed (6) +35 / -117
Changed files with action and line counts
Mhtml/css/jquery.qtip.min.css+2 / -1
Mhtml/css/styles.css+0 / -11
Mhtml/index.php+26 / -88
Mhtml/js/jquery.qtip.min.js+7 / -2
Dhtml/js/qtip non-text+0 / -0
Dhtml/js/qtip/jquery.qtip-1.0.0-rc3.min.js+0 / -15
+26 added −88 removed filtered activity

💻 r4022

Adam Armstrong 🐸
new app images
Files changed (4) +3 / -0
Changed files with action and line counts
Ahtml/images/icons/exim-mailqueue.png+1 / -0
Ahtml/images/icons/exim.png+1 / -0
Mhtml/images/icons/mysql.png non-text+0 / -0
Ahtml/images/icons/postgresql.png+1 / -0
0 added 0 removed filtered activity

💻 r4021

Adam Armstrong 🐸
add missing process list from mysql application graphs
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/device/apps/mysql.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4020

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

💻 r4019

Adam Armstrong 🐸
defaults and extra date formats
Files changed (2) +20 / -3
Changed files with action and line counts
Mincludes/common.php+18 / -2
Mincludes/defaults.inc.php+2 / -1
+20 added −3 removed filtered activity

💻 r4018

Adam Armstrong 🐸
add box format for status page
Files changed (4) +339 / -5
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+25 / -2
Mhtml/includes/functions-print.inc.php+292 / -0
Mhtml/index.php+1 / -1
Mhtml/pages/front/default.php+21 / -2
+314 added −3 removed filtered activity

💻 r4017

Adam Armstrong 🐸
improved Dell DRAC support
Files changed (5) +130 / -2
Changed files with action and line counts
Aincludes/discovery/current/drac.inc.php+37 / -0
Mincludes/discovery/os/drac.inc.php+2 / -2
Aincludes/discovery/power/drac.inc.php+22 / -0
Aincludes/discovery/temperatures/drac.inc.php+27 / -0
Aincludes/discovery/voltages/drac.inc.php+42 / -0
+130 added −2 removed filtered activity

💻 r4016

Mike Stupalov 🐱
Check non-FQDN filename for RANCID config.
Files changed (2) +33 / -13
Changed files with action and line counts
Mhtml/includes/functions.inc.php+32 / -0
Mhtml/pages/device.inc.php+1 / -13
+33 added −13 removed filtered activity

💻 r4015

Mike Stupalov 🐱
Override mail send framework. Now use Pear::Mail. (#290)
Files changed (13) +4,056 / -3,402
Changed files with action and line counts
Mincludes/functions.php+61 / -52
Aincludes/pear/Mail non-text+0 / -0
Aincludes/pear/Mail/Mail non-text+0 / -0
Aincludes/pear/Mail/Mail.php+271 / -0
Aincludes/pear/Mail/Mail/RFC822.php+947 / -0
Aincludes/pear/Mail/Mail/mail.php+168 / -0
Aincludes/pear/Mail/Mail/sendmail.php+171 / -0
Aincludes/pear/Mail/Mail/smtp.php+445 / -0
Aincludes/pear/Net/SMTP.php+1,338 / -0
Aincludes/pear/Net/Socket.php+655 / -0
Dincludes/phpmailer non-text+0 / -0
Dincludes/phpmailer/class.phpmailer.php+0 / -2,532
Dincludes/phpmailer/class.smtp.php+0 / -818
+61 added −52 removed filtered activity

💻 r4014

Adam Armstrong 🐸
unset variables used for discovery (cause of screenos/juniperive collision bug)
Files changed (2) +5 / -0
Changed files with action and line counts
Mincludes/discovery/processors/juniperive.inc.php+2 / -0
Mincludes/discovery/processors/screenos.inc.php+3 / -0
+5 added 0 removed filtered activity

💻 r4013

Adam Armstrong 🐸
fix ive discovery script if() layout
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/discovery/processors/juniperive.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r4012

Adam Armstrong 🐸
don't show ports with negative errors (counter reset?)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r4011

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

💻 r4010

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

💻 r4009

Adam Armstrong 🐸
still show rrd command even if disabled
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/rrdtool.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4008

Adam Armstrong 🐸
record sysObjectID
Files changed (1) +6 / -0
Changed files with action and line counts
Mincludes/polling/system.inc.php+6 / -0
+6 added 0 removed filtered activity

💻 r4007

Adam Armstrong 🐸
death to dell
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/os/powerconnect.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r4006

Adam Armstrong 🐸
find more powerconnects (fuck you, dell)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/os/powerconnect.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r4005

Tom Laermans 🦔
allow autodiscovery from libvirt vm list
Files changed (3) +12 / -6
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -1
Mincludes/discovery/functions.inc.php+7 / -4
Mincludes/discovery/libvirt-vminfo.inc.php+3 / -1
+12 added −6 removed filtered activity

💻 r4004

Adam Armstrong 🐸
add support for different port types
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r4003

Adam Armstrong 🐸
also discover links when we're given MAC address via lldp
Files changed (1) +9 / -5
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+9 / -5
+9 added −5 removed filtered activity

💻 r4002

Adam Armstrong 🐸
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/%%%'__{~~*~~*~~*~~} | | / \ // (( / ; `%%%%%%%'____@@@@@@@@@@@@@ | | ( \// `.`--' ,' _,`-._____`-, __) (__ __| | _\ / `"""`._____ `--,` `))) /_______\ (((((((___________)
Files changed (1) +1 / -1
Changed files with action and line counts
MREADME+1 / -1
+1 added −1 removed filtered activity

💻 r4001

Adam Armstrong 🐸
fix z-index
Files changed (1) +4 / -0
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+4 / -0
0 added 0 removed filtered activity

💻 r4000

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

💻 r3999

Adam Armstrong 🐸
clean ups
Files changed (1) +14 / -6
Changed files with action and line counts
Mincludes/versioncheck.inc.php+14 / -6
+14 added −6 removed filtered activity

💻 r3998

Adam Armstrong 🐸
send usage of a few more modules
Files changed (1) +30 / -9
Changed files with action and line counts
Mincludes/versioncheck.inc.php+30 / -9
+30 added −9 removed filtered activity

💻 r3997

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

💻 r3996

Adam Armstrong 🐸
basic trending
Files changed (1) +8 / -0
Changed files with action and line counts
Mhtml/includes/graphs/storage/usage.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r3995

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

💻 r3994

Tom Laermans 🦔
correctly join storage-state table, so we don't do an erroneous INSERT
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/polling/storage.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r3993

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

💻 r3992

Adam Armstrong 🐸
fix bottom nav
Files changed (1) +29 / -0
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+29 / -0
0 added 0 removed filtered activity

💻 r3991

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

💻 r3990

Adam Armstrong 🐸
add secure platform os detection
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3989

Adam Armstrong 🐸
fix stupid russian doll coding.
Files changed (1) +5 / -19
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+5 / -19
+5 added −19 removed filtered activity

💻 r3988

Adam Armstrong 🐸
update vlan name and mtu on changes
Files changed (1) +18 / -2
Changed files with action and line counts
Mincludes/discovery/vlans/cisco-vtp.inc.php+18 / -2
+18 added −2 removed filtered activity

💻 r3987

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

💻 r3986

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

💻 r3985

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

💻 r3984

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

💻 r3983

Adam Armstrong 🐸
layout tweaks
Files changed (2) +5 / -1
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+4 / -0
Mhtml/includes/functions-print.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3982

Tom Laermans 🦔
fix graphtype
Files changed (2) +9 / -9
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+4 / -4
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+5 / -5
+9 added −9 removed filtered activity

💻 r3981

Tom Laermans 🦔
remove old broken code, sync temp and humidity sensor graphs
Files changed (2) +10 / -16
Changed files with action and line counts
Mhtml/includes/graphs/sensor/humidity.inc.php+10 / -14
Mhtml/includes/graphs/sensor/temperature.inc.php+0 / -2
+10 added −16 removed filtered activity

💻 r3980

Adam Armstrong 🐸
fix edituser page to have correct relative url
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3979

Tom Laermans 🦔
sync some widths and features of the different generic templates, this probably could use a proper check/rework/sync
Files changed (10) +102 / -69
Changed files with action and line counts
Mhtml/includes/graphs/generic_data.inc.php+8 / -4
Mhtml/includes/graphs/generic_duplex.inc.php+3 / -3
Mhtml/includes/graphs/generic_multi.inc.php+10 / -8
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+13 / -11
Mhtml/includes/graphs/generic_multi_data.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+12 / -10
Mhtml/includes/graphs/generic_multi_line.inc.php+30 / -17
Mhtml/includes/graphs/generic_multi_seperated.inc.php+8 / -4
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+13 / -7
Mhtml/includes/graphs/generic_simplex.inc.php+4 / -4
+102 added −69 removed filtered activity

💻 r3978

Tom Laermans 🦔
remove 2 unused files from old top header to reduce clutter and confusion
Files changed (2) +0 / -172
Changed files with action and line counts
Dhtml/includes/header.inc.php+0 / -69
Dhtml/includes/topnav.inc.php+0 / -103
0 added −172 removed filtered activity

April 2013

💻 r3977

Adam Armstrong 🐸
change xinetd script to reflect new port
Files changed (1) +2 / -32
Changed files with action and line counts
Mscripts/observium_agent_xinetd+2 / -32
+2 added −32 removed filtered activity

💻 r3976

Adam Armstrong 🐸
rollups
Files changed (7) +103 / -69
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+4 / -3
Mincludes/defaults.inc.php+1 / -1
Mincludes/functions.php+10 / -7
Mincludes/polling/ports.inc.php+19 / -1
Mincludes/polling/unix-agent.inc.php+16 / -2
Mincludes/rrdtool.inc.php+16 / -9
Mscripts/observium_agent+37 / -46
+103 added −69 removed filtered activity

💻 r3975

Adam Armstrong 🐸
fix some small permissions issues. change a navbar variable format to be human readable.
Files changed (3) +22 / -7
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/pages/ports.inc.php+6 / -3
Mhtml/pages/ports/list.inc.php+15 / -3
+22 added −7 removed filtered activity

💻 r3974

Tom Laermans 🦔
make syslog header clickable too on device overview
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/device/overview.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3973

Adam Armstrong 🐸
fix alerted=yes on ports page
Files changed (2) +8 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+0 / -2
Mhtml/pages/ports.inc.php+8 / -0
+8 added −2 removed filtered activity

💻 r3972

Adam Armstrong 🐸
fix errored ports
Files changed (2) +5 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+4 / -1
Mhtml/pages/ports.inc.php+1 / -1
+5 added −2 removed filtered activity

💻 r3971

Tom Laermans 🦔
first part of zimbra agent + poller, beware no useful graphs yet
Files changed (9) +522 / -12
Changed files with action and line counts
Ahtml/images/icons/zimbra.png+1 / -0
Ahtml/includes/graphs/application/zimbra_fdcount.inc.php+32 / -0
Ahtml/includes/graphs/application/zimbra_mtaqueue.inc.php+32 / -0
Mhtml/pages/apps.inc.php+2 / -1
Ahtml/pages/device/apps/zimbra.inc.php+27 / -0
Mincludes/functions.php+42 / -0
Aincludes/polling/applications/zimbra.inc.php+356 / -0
Mincludes/polling/unix-agent.inc.php+12 / -2
Mscripts/agent-local/zimbra+18 / -9
+521 added −12 removed filtered activity

💻 r3970

Adam Armstrong 🐸
add more sorting options to storage page. print size/used/free. put percentages into usage bar. update about page.
Files changed (2) +38 / -22
Changed files with action and line counts
Mhtml/pages/about.inc.php+16 / -15
Mhtml/pages/health/storage.inc.php+22 / -7
+38 added −22 removed filtered activity

💻 r3969

Adam Armstrong 🐸
add more sprites. use them.
Files changed (7) +82 / -73
Changed files with action and line counts
Mhtml/css/sprite.css+70 / -67
Mhtml/icons.php+2 / -2
Mhtml/img/sprite.png non-text+0 / -0
Ahtml/img/sprite/arrow_left.png+2 / -0
Ahtml/img/sprite/arrow_right.png+2 / -0
Ahtml/img/sprite/connect.png+2 / -0
Mhtml/includes/print-interface.inc.php+4 / -4
+6 added −6 removed filtered activity

💻 r3968

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

💻 r3967

Adam Armstrong 🐸
permit selection of ibgp/ebgp/all in device bgp page
Files changed (1) +31 / -1
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+31 / -1
+31 added −1 removed filtered activity

💻 r3966

Tom Laermans 🦔
Add H3C icon, fixes #275
Files changed (1) +1 / -0
Changed files with action and line counts
Ahtml/images/os/h3c.png+1 / -0
0 added 0 removed filtered activity

💻 r3965

Adam Armstrong 🐸
remove ?> from configuration system
Files changed (3) +3 / -3
Changed files with action and line counts
Mconfig.php.default+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r3964

Adam Armstrong 🐸
remove whitespace and ?>
Files changed (2) +16 / -16
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+12 / -12
Mincludes/polling/bgp-peers.inc.php+4 / -4
+16 added −16 removed filtered activity

💻 r3963

Adam Armstrong 🐸
allow use of alternative ssh port for libvirt
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/libvirt-vminfo.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3962

Adam Armstrong 🐸
add the option to define SSH port per device
Files changed (2) +63 / -0
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+1 / -0
Ahtml/pages/device/edit/ssh.inc.php+62 / -0
+63 added 0 removed filtered activity

💻 r3961

Adam Armstrong 🐸
add ssh_port field to devices table
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/068.sql+2 / -0
0 added 0 removed filtered activity

💻 r3960

Tom Laermans 🦔
make device page overview headers clickable again
Files changed (6) +14 / -8
Changed files with action and line counts
Mhtml/pages/device/overview.inc.php+4 / -3
Mhtml/pages/device/overview/generic/sensor.inc.php+2 / -1
Mhtml/pages/device/overview/mempools.inc.php+2 / -1
Mhtml/pages/device/overview/ports.inc.php+2 / -1
Mhtml/pages/device/overview/storage.inc.php+2 / -1
Mhtml/pages/device/overview/ucd_mem.inc.php+2 / -1
+14 added −8 removed filtered activity

💻 r3959

Adam Armstrong 🐸
remove styling from overview page title links
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+5 / -0
0 added 0 removed filtered activity

💻 r3958

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

💻 r3957

Adam Armstrong 🐸
sort storage by usage
Files changed (1) +11 / -2
Changed files with action and line counts
Mhtml/pages/health/storage.inc.php+11 / -2
+11 added −2 removed filtered activity

💻 r3956

Mike Stupalov 🐱
Fix display storage total (#287) and use caching for sensors.
Files changed (5) +36 / -15
Changed files with action and line counts
Mhtml/pages/health/mempool.inc.php+5 / -1
Mhtml/pages/health/processor.inc.php+6 / -1
Mhtml/pages/health/sensors.inc.php+13 / -10
Mhtml/pages/health/storage.inc.php+6 / -2
Mhtml/pages/health/toner.inc.php+6 / -1
+36 added −15 removed filtered activity

💻 r3955

Adam Armstrong 🐸
built frontpage map from lat/lon.
Files changed (1) +7 / -5
Changed files with action and line counts
Mhtml/pages/front/default.php+7 / -5
+7 added −5 removed filtered activity

💻 r3954

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

💻 r3953

Adam Armstrong 🐸
detect mailcleaner. do something with graphs.inc.php i forgot already.
Files changed (2) +8 / -3
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+1 / -1
Mscripts/distro+7 / -2
+8 added −3 removed filtered activity

💻 r3952

Mike Stupalov 🐱
Fix for empty geo data.
Files changed (2) +11 / -6
Changed files with action and line counts
Mincludes/geolocation.inc.php+6 / -3
Mincludes/polling/system.inc.php+5 / -3
+11 added −6 removed filtered activity

💻 r3951

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

💻 r3950

Mike Stupalov 🐱
Added ability to select GEO API by config option. Added ability for reverse geocoding.
Files changed (4) +113 / -30
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/geolocation.inc.php+109 / -28
Mincludes/polling/system.inc.php+2 / -2
Asql-schema/067.sql+1 / -0
+112 added −30 removed filtered activity

💻 r3949

Mike Stupalov 🐱
Small fix for geo location menu.
Files changed (1) +22 / -14
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+22 / -14
+22 added −14 removed filtered activity

💻 r3948

Tom Laermans 🦔
add zimbra agent script, no poller or graphs just yet
Files changed (1) +15 / -0
Changed files with action and line counts
Ascripts/agent-local/zimbra+15 / -0
+15 added 0 removed filtered activity

💻 r3947

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

💻 r3946

Adam Armstrong 🐸
update /graphs/
Files changed (3) +67 / -48
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+14 / -4
Mhtml/includes/graphs/graph.inc.php+14 / -13
Mhtml/pages/graphs.inc.php+39 / -31
+67 added −48 removed filtered activity

💻 r3945

Adam Armstrong 🐸
flags sprite
Files changed (257) +275 / -495

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

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

💻 r3944

Adam Armstrong 🐸
trigger re-geo
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/066.sql+1 / -0
0 added 0 removed filtered activity

💻 r3943

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

💻 r3942

Adam Armstrong 🐸
COPYING file for glue.py
Files changed (1) +30 / -0
Changed files with action and line counts
Ascripts/COPYING-glue.py+30 / -0
+30 added 0 removed filtered activity

💻 r3941

Adam Armstrong 🐸
rejig sprites.
Files changed (201) +2,157 / -207

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

Changed files with action and line counts
Ahtml/css/sprite.css+195 / -0
Dhtml/css/sprites.css+0 / -205
Ahtml/img/sprite non-text+0 / -0
Ahtml/img/sprite.png+1 / -0
Ahtml/img/sprite/application--exclamation.png+2 / -0
Ahtml/img/sprite/application-block.png+2 / -0
Ahtml/img/sprite/application-icon-large.png+2 / -0
Ahtml/img/sprite/application-terminal.png+2 / -0
Ahtml/img/sprite/arrow-branch-000-left.png+2 / -0
Ahtml/img/sprite/arrow-branch-bgr.png+2 / -0
Ahtml/img/sprite/arrow-branch-byr.png+2 / -0
Ahtml/img/sprite/arrow-branch-gyr.png+2 / -0
Ahtml/img/sprite/arrow-in.png+2 / -0
Ahtml/img/sprite/arrow-incident-blue.png+2 / -0
Ahtml/img/sprite/arrow-incident-green.png+2 / -0
Ahtml/img/sprite/arrow-incident-red.png+2 / -0
Ahtml/img/sprite/arrow-join.png+2 / -0
Ahtml/img/sprite/arrow-merge.png+2 / -0
Ahtml/img/sprite/arrow-move.png+2 / -0
Ahtml/img/sprite/arrow-split.png+2 / -0
Ahtml/img/sprite/arrow-switch.png+2 / -0
Ahtml/img/sprite/arrow-transition.png+2 / -0
Ahtml/img/sprite/asterisk-yellow.png+2 / -0
Ahtml/img/sprite/asterisk.png+2 / -0
Ahtml/img/sprite/badge-circle-cross.png+2 / -0
Ahtml/img/sprite/badge-circle-minus.png+2 / -0
Ahtml/img/sprite/badge-circle-plus.png+2 / -0
Ahtml/img/sprite/badge-square-check.png+2 / -0
Ahtml/img/sprite/badge-square-cross.png+2 / -0
Ahtml/img/sprite/badge-square-minus.png+2 / -0
+1,575 added −1 removed filtered activity

💻 r3940

Adam Armstrong 🐸
use new icons for sensors
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/definitions.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r3939

Adam Armstrong 🐸
some new sprites
Files changed (2) +175 / -165
Changed files with action and line counts
Mhtml/css/sprites.css+175 / -165
Mhtml/img/sprites.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r3938

Tom Laermans 🦔
don't show empty location in menu bar
Files changed (1) +5 / -2
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r3937

Adam Armstrong 🐸
don't geolocate if nobody got time fo dat
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/geolocation.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3936

Adam Armstrong 🐸
add ability to use old location menu
Files changed (2) +31 / -1
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+29 / -1
Mincludes/defaults.inc.php+2 / -0
+31 added −1 removed filtered activity

💻 r3935

Adam Armstrong 🐸
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
Files changed (11) +312 / -162
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+7 / -0
Ahtml/includes/hostbox-status.inc.php+64 / -0
Mhtml/includes/navbar.inc.php+19 / -5
Mhtml/pages/devices.inc.php+14 / -38
Ahtml/pages/devices/basic.inc.php+16 / -0
Ahtml/pages/devices/detail.inc.php+29 / -0
Ahtml/pages/devices/status.inc.php+26 / -0
Mincludes/definitions.inc.php+97 / -97
Mincludes/geolocation.inc.php+21 / -21
Mincludes/rewrites.php+18 / -0
Mscripts/removespikes.php+1 / -1
+312 added −162 removed filtered activity

💻 r3934

Adam Armstrong 🐸
try removing first element of address if geolocation fails
Files changed (1) +14 / -0
Changed files with action and line counts
Mincludes/geolocation.inc.php+14 / -0
+14 added 0 removed filtered activity

💻 r3933

Adam Armstrong 🐸
don't do geolocation always :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/system.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3932

Adam Armstrong 🐸
redo location handling. overrides now done at poll time. we're now geolocating locations. new location menu
Files changed (19) +413 / -61
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+19 / -0
Mhtml/includes/footer.inc.php+0 / -16
Mhtml/includes/functions.inc.php+14 / -10
Mhtml/includes/hostbox-basic.inc.php+0 / -1
Mhtml/includes/navbar.inc.php+43 / -4
Mhtml/includes/topnav.inc.php+0 / -6
Mhtml/pages/device/alerts.inc.php+6 / -2
Mhtml/pages/device/edit/device.inc.php+3 / -2
Mhtml/pages/devices.inc.php+6 / -5
Mhtml/pages/devices/graph.inc.php+1 / -2
Mhtml/pages/front/default.php+0 / -3
Mincludes/common.php+0 / -5
Mincludes/defaults.inc.php+6 / -0
Mincludes/functions.php+1 / -0
Aincludes/geolocation.inc.php+37 / -0
Mincludes/polling/functions.inc.php+2 / -0
Mincludes/polling/system.inc.php+14 / -5
Mincludes/rewrites.php+259 / -0
Asql-schema/065.sql+2 / -0
+411 added −61 removed filtered activity

💻 r3931

Adam Armstrong 🐸
remove short open tag
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3930

Adam Armstrong 🐸
bps > B for quota bills
Files changed (3) +5 / -3
Changed files with action and line counts
Mhtml/pages/bill/accurate.inc.php+1 / -1
Mhtml/pages/bill/quick.inc.php+3 / -1
Mhtml/pages/bill/transfer.inc.php+1 / -1
+5 added −3 removed filtered activity

💻 r3929

Adam Armstrong 🐸
updates
Files changed (3) +11 / -3
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+5 / -0
Mhtml/pages/device/overview/c6kxbar.inc.php+3 / -3
Mincludes/discovery/os/netapp.inc.php+3 / -0
+6 added −3 removed filtered activity

💻 r3928

Mike Stupalov 🐱
Clean some php warnings. Speed up getlocations().
Files changed (3) +14 / -33
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+1 / -0
Mhtml/includes/functions-print.inc.php+2 / -1
Mhtml/includes/functions.inc.php+11 / -32
+14 added −33 removed filtered activity

💻 r3927

Mike Stupalov 🐱
Use values from array instead cmd snmptranslate for common oids.
Files changed (2) +62 / -4
Changed files with action and line counts
Mincludes/rewrites.php+50 / -0
Mincludes/snmp.inc.php+12 / -4
+62 added −4 removed filtered activity

💻 r3926

Mike Stupalov 🐱
Update routing and ports counter caching.
Files changed (8) +743 / -736
Changed files with action and line counts
Aattic/print-menubar.php+639 / -0
Mhtml/includes/cache-data.inc.php+44 / -21
Mhtml/includes/navbar.inc.php+32 / -46
Dhtml/includes/print-menubar.php+0 / -639
Mhtml/pages/device/routing/bgp.inc.php+2 / -3
Mhtml/pages/routing.inc.php+4 / -4
Mhtml/pages/routing/bgp.inc.php+2 / -4
Mincludes/rewrites.php+20 / -19
+104 added −736 removed filtered activity

💻 r3925

Adam Armstrong 🐸
cleanup port mouseovers. expand db fields.
Files changed (3) +5 / -3
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -3
Mincludes/discovery/vlans.inc.php+1 / -0
Asql-schema/064.sql+3 / -0
+2 added −3 removed filtered activity

💻 r3924

Adam Armstrong 🐸
fixy2
Files changed (2) +15 / -1
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+14 / -0
Mhtml/pages/routing.inc.php+1 / -1
+15 added −1 removed filtered activity

💻 r3923

Adam Armstrong 🐸
fixyfixy
Files changed (9) +22 / -8
Changed files with action and line counts
Mhtml/includes/functions.inc.php+8 / -0
Mhtml/index.php+1 / -0
Mhtml/pages/device/edit/delete.inc.php+1 / -1
Mhtml/pages/front/default.php+1 / -3
Mhtml/pages/routing/bgp.inc.php+2 / -1
Mincludes/definitions.inc.php+1 / -1
Mincludes/polling/os/apc.inc.php+5 / -2
Mincludes/rewrites.php+2 / -0
Mincludes/snmp.inc.php+1 / -0
+22 added −8 removed filtered activity

💻 r3922

Adam Armstrong 🐸
inject local as into peer array
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3921

Adam Armstrong 🐸
update some graph types. fix allowing numbers in graphtype names in regexp splitter.
Files changed (7) +66 / -13
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+2 / -2
Mhtml/includes/graphs/graph.inc.php+1 / -1
Ahtml/includes/graphs/multiport/bits_duo_separate.inc.php+54 / -0
Mhtml/pages/front/default.php+1 / -1
Mhtml/pages/graphs.inc.php+1 / -1
Mincludes/defaults.inc.php+7 / -8
Mscripts/removespikes.php non-text+0 / -0
+66 added −13 removed filtered activity

💻 r3920

Adam Armstrong 🐸
add hh3c product list. no rewrites yet, someone needs to volunteer to fill them in :)
Files changed (1) +907 / -0
Changed files with action and line counts
Aincludes/hh3c.inc.php+907 / -0
+907 added 0 removed filtered activity

💻 r3919

Adam Armstrong 🐸
cleanups
Files changed (1) +22 / -25
Changed files with action and line counts
Mhtml/pages/search/fdb.inc.php+22 / -25
+22 added −25 removed filtered activity

💻 r3918

Mike Stupalov 🐱
Move route counters to alleged cache.
Files changed (2) +45 / -14
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+37 / -1
Mhtml/includes/navbar.inc.php+8 / -13
+45 added −14 removed filtered activity

💻 r3917

Mike Stupalov 🐱
Clean some php warnings.
Files changed (3) +4 / -3
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+1 / -0
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/print-interface.inc.php+1 / -1
+4 added −3 removed filtered activity

💻 r3916

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

💻 r3915

Adam Armstrong 🐸
updates to search drawing and bootstrap-ify more navbars
Files changed (8) +61 / -54
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+23 / -3
Mhtml/includes/functions-print.inc.php+11 / -10
Mhtml/pages/device/logs.inc.php+13 / -14
Mhtml/pages/device/logs/eventlog.inc.php+1 / -3
Mhtml/pages/eventlog.inc.php+1 / -1
Mhtml/pages/search.inc.php+9 / -20
Mhtml/pages/search/ipv4.inc.php+1 / -1
Mhtml/pages/search/ipv6.inc.php+2 / -2
+38 added −51 removed filtered activity

💻 r3914

Mike Stupalov 🐱
Move include Pear below include config.
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/graph.php+4 / -4
+4 added −4 removed filtered activity

💻 r3913

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

💻 r3912

Adam Armstrong 🐸
update latency page, fix navbar icon, change linux overview graphs.
Files changed (4) +21 / -35
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
Mhtml/pages/device/latency.inc.php+13 / -25
Mincludes/defaults.inc.php+3 / -3
Mincludes/definitions.inc.php+4 / -6
+21 added −35 removed filtered activity

💻 r3911

Adam Armstrong 🐸
cleanups to several ui elements
Files changed (6) +56 / -41
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+8 / -0
Mhtml/includes/print-interface-adsl.inc.php+1 / -3
Mhtml/pages/adduser.inc.php+4 / -4
Mhtml/pages/device/ports/adsl.inc.php+3 / -4
Mhtml/pages/edituser.inc.php+24 / -15
Mhtml/pages/usermenu.inc.php+16 / -15
+48 added −41 removed filtered activity

💻 r3910

Mike Stupalov 🐱
Changed IP address search. Limited display down ports on overview page in the last 24 hours and max 200 entries.
Files changed (2) +51 / -15
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+50 / -14
Mincludes/defaults.inc.php+1 / -1
+51 added −15 removed filtered activity

💻 r3909

Adam Armstrong 🐸
only show FDB entries for permitted ports (wrap query loop entries with port_permitted())
Files changed (1) +2 / -3
Changed files with action and line counts
Mhtml/pages/search/fdb.inc.php+2 / -3
+2 added −3 removed filtered activity

💻 r3908

Adam Armstrong 🐸
update ntp apps page
Files changed (1) +38 / -21
Changed files with action and line counts
Mhtml/pages/device/apps/ntpd.inc.php+38 / -21
+38 added −21 removed filtered activity

💻 r3907

Tom Laermans 🦔
clear error array after listing errors on sql schema update
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/sql-schema/update.php+1 / -0
+1 added 0 removed filtered activity

💻 r3906

Tom Laermans 🦔
ignore -1 value for rPDUIdentDeviceLinetoLineVoltage, patch by fenestro
Files changed (1) +10 / -6
Changed files with action and line counts
Mincludes/discovery/voltages/apc.inc.php+10 / -6
+10 added −6 removed filtered activity

💻 r3905

Tom Laermans 🦔
log sql schema update errors to sql-schema-errors.log
Files changed (1) +9 / -0
Changed files with action and line counts
Mincludes/sql-schema/update.php+9 / -0
+9 added 0 removed filtered activity

💻 r3904

Tom Laermans 🦔
Environmental monitoring module support for APC rPDU2, patch by Arnaud Fenioux
Files changed (2) +39 / -0
Changed files with action and line counts
Mincludes/discovery/humidity/apc.inc.php+22 / -0
Mincludes/discovery/temperatures/apc.inc.php+17 / -0
+39 added 0 removed filtered activity

💻 r3903

Mike Stupalov 🐱
View on overview page for down ports with inter-device links (new option: $config['frontpage']['device_status']['links']) (#276).
Files changed (2) +10 / -4
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+9 / -4
Mincludes/defaults.inc.php+1 / -0
+10 added −4 removed filtered activity

💻 r3902

Adam Armstrong 🐸
cleanup to ucd memory display.
Files changed (3) +25 / -20
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+9 / -5
Mhtml/pages/device.inc.php+1 / -1
Mhtml/pages/device/overview/ucd_mem.inc.php+15 / -14
+16 added −15 removed filtered activity

💻 r3901

Mike Stupalov 🐱
Fix cisco mempools polling.
Files changed (2) +18 / -10
Changed files with action and line counts
Mincludes/polling/mempools/cemp.inc.php+10 / -5
Mincludes/polling/mempools/cmp.inc.php+8 / -5
+18 added −10 removed filtered activity

💻 r3900

Mike Stupalov 🐱
no debug.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r3899

Mike Stupalov 🐱
More improvements for bgp peers. Added discovery/polling for Cisco BGP4 V2 MIB (cbgpPeer2Table).
Files changed (3) +199 / -115
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+129 / -102
Mincludes/functions.php+33 / -1
Mincludes/polling/bgp-peers.inc.php+37 / -12
+199 added −115 removed filtered activity

💻 r3898

Mike Stupalov 🐱
Use snmpwalk_cache_oid_num2() for polling/discovery bgp peers.
Files changed (2) +22 / -21
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+9 / -8
Mincludes/polling/bgp-peers.inc.php+13 / -13
+22 added −21 removed filtered activity

💻 r3897

Tom Laermans 🦔
debug output begone
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/mac-accounting.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3896

Mike Stupalov 🐱
Added functions snmp_translate() and snmpwalk_cache_oid_num2() (hack for big IPv6 indexes).
Files changed (2) +62 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/snmp.inc.php+61 / -0
+62 added 0 removed filtered activity

💻 r3895

Mike Stupalov 🐱
cleanup.
Files changed (4) +5 / -6
Changed files with action and line counts
Aattic/calendar.jpg+1 / -0
Dhtml/calendar.jpg+0 / -1
Mhtml/includes/functions-print.inc.php+0 / -1
Mhtml/pages/usermenu.inc.php+4 / -4
+4 added −5 removed filtered activity

💻 r3894

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

💻 r3893

Mike Stupalov 🐱
BGP Peers. Many improvements and bug fixes. Improved support for BGP in Force10, JunOS and JunOSe.
Files changed (13) +447 / -349
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+8 / -16
Mhtml/includes/graphs/bgp/prefixes_ipv4multicast.inc.php+1 / -1
Mhtml/includes/graphs/bgp/prefixes_ipv4unicast.inc.php+1 / -1
Mhtml/includes/graphs/bgp/prefixes_ipv4vpn.inc.php+1 / -1
Mhtml/includes/graphs/bgp/prefixes_ipv6multicast.inc.php+1 / -1
Mhtml/includes/graphs/bgp/prefixes_ipv6unicast.inc.php+1 / -1
Mhtml/includes/graphs/bgp/prefixes_ipv6vpn.inc.php+1 / -1
Mhtml/includes/graphs/bgp/updates.inc.php+1 / -1
Mhtml/pages/device/routing/bgp.inc.php+18 / -51
Mhtml/pages/routing/bgp.inc.php+25 / -13
Mincludes/discovery/bgp-peers.inc.php+193 / -122
Mincludes/polling/bgp-peers.inc.php+189 / -140
Asql-schema/063.sql+7 / -0
+440 added −349 removed filtered activity

💻 r3892

Mike Stupalov 🐱
Show bootstrap icons.
Files changed (1) +6 / -4
Changed files with action and line counts
Mhtml/icons.php+6 / -4
+6 added −4 removed filtered activity

💻 r3891

Adam Armstrong 🐸
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)
Files changed (1) +110 / -14
Changed files with action and line counts
Mmibs/cisco/CISCO-PRODUCTS-MIB.my+110 / -14
0 added 0 removed filtered activity

💻 r3890

Adam Armstrong 🐸
swap legend. fix sprites css
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/css/sprites.css+1 / -1
Mhtml/includes/graphs/generic_multi_line.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3889

Mike Stupalov 🐱
Remove duplicate In/Out description.
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/includes/graphs/generic_data.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r3888

Adam Armstrong 🐸
add device_state. helps if you add the file :)
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/062.sql+1 / -0
0 added 0 removed filtered activity

💻 r3887

Adam Armstrong 🐸
add device_state column. update CISCO-ENTITY-VENDORTYPE-OID-MIB (need new CISCO-PRODUCTS-MIB, but not on CCO!)
Files changed (2) +439 / -17
Changed files with action and line counts
Mincludes/polling/os/cisco.inc.php+2 / -2
Mmibs/cisco/CISCO-ENTITY-VENDORTYPE-OID-MIB.my+437 / -15
+2 added −2 removed filtered activity

💻 r3886

Adam Armstrong 🐸
bar stuff. getting there.
Files changed (8) +244 / -35
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+45 / -0
Mhtml/includes/functions.inc.php+67 / -32
Mhtml/pages/device.inc.php+3 / -1
Mhtml/pages/device/overview.inc.php+7 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Ahtml/pages/device/overview/ucd_mem.inc.php+105 / -0
Mincludes/polling/functions.inc.php+4 / -0
Mincludes/polling/ucd-mib.inc.php+12 / -0
+199 added −35 removed filtered activity

💻 r3885

Adam Armstrong 🐸
set panos to display traffic & cpu only. palo alto kit doesn't seem to report memory usage (?!)
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r3884

Tom Laermans 🦔
THIS! IS! SYNTAX!
Files changed (136) +415 / -484

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

Changed files with action and line counts
Mhtml/ajax_search.php+3 / -2
Mhtml/icons.php+1 / -1
Mhtml/includes/cache-data.inc.php+7 / -7
Mhtml/includes/footer.inc.php+0 / -1
Mhtml/includes/functions-print.inc.php+24 / -26
Mhtml/includes/functions.inc.php+19 / -19
Mhtml/includes/graphs/accesspoints/interference.inc.php+1 / -1
Mhtml/includes/graphs/accesspoints/numasoclients.inc.php+1 / -1
Mhtml/includes/graphs/accesspoints/nummonbssid.inc.php+1 / -2
Mhtml/includes/graphs/accesspoints/nummonclients.inc.php+1 / -1
Mhtml/includes/graphs/accesspoints/radioutil.inc.php+1 / -1
Mhtml/includes/graphs/accesspoints/txpow.inc.php+1 / -2
Mhtml/includes/graphs/application/exim-mailqueue_total.inc.php+10 / -8
Mhtml/includes/graphs/application/nfs_nfs3.inc.php+4 / -4
Mhtml/includes/graphs/application/nfs_nfs4.inc.php+20 / -20
Mhtml/includes/graphs/application/postgresql_blks.inc.php+9 / -8
Mhtml/includes/graphs/application/postgresql_connects.inc.php+11 / -10
Mhtml/includes/graphs/application/postgresql_queries.inc.php+12 / -11
Mhtml/includes/graphs/application/postgresql_tuples.inc.php+9 / -8
Mhtml/includes/graphs/application/postgresql_tuples_query.inc.php+9 / -8
Mhtml/includes/graphs/application/postgresql_xact.inc.php+9 / -8
Mhtml/includes/graphs/application/powerdns-recursor_cpuload.inc.php+10 / -10
Mhtml/includes/graphs/application/powerdns-recursor_hitrate.inc.php+8 / -8
Mhtml/includes/graphs/application/unbound_class.inc.php+1 / -1
Mhtml/includes/graphs/application/unbound_flags.inc.php+1 / -1
Mhtml/includes/graphs/application/unbound_memory.inc.php+2 / -2
Mhtml/includes/graphs/application/unbound_opcode.inc.php+1 / -1
Mhtml/includes/graphs/application/unbound_queries.inc.php+2 / -2
Mhtml/includes/graphs/application/unbound_queue.inc.php+1 / -1
Mhtml/includes/graphs/device/arubacontroller_numaps.inc.php+0 / -1
+415 added −484 removed filtered activity

💻 r3883

Adam Armstrong 🐸
smaller query
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3882

Adam Armstrong 🐸
de-mong the menu
Files changed (1) +17 / -7
Changed files with action and line counts
Mhtml/css/bootstrap.css+17 / -7
0 added 0 removed filtered activity

💻 r3881

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

💻 r3880

Adam Armstrong 🐸
some cosmetic cleanups. try to make tables more consistent in style.
Files changed (9) +25 / -11
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+14 / -0
Mhtml/includes/functions-print.inc.php+3 / -3
Mhtml/pages/device/overview.inc.php+1 / -1
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/toner.inc.php+1 / -1
Mhtml/pages/devices.inc.php+1 / -1
Mhtml/pages/ports.inc.php+2 / -2
+11 added −11 removed filtered activity

💻 r3879

Adam Armstrong 🐸
revert bar change. modify old bars to be prettier.
Files changed (1) +11 / -13
Changed files with action and line counts
Mhtml/includes/functions.inc.php+11 / -13
+11 added −13 removed filtered activity

💻 r3878

Mike Stupalov 🐱
Functions snmpwalk_cache_oid() and snmpwalk_cache_oid_num() set cache optional.
Files changed (1) +16 / -6
Changed files with action and line counts
Mincludes/snmp.inc.php+16 / -6
+16 added −6 removed filtered activity

💻 r3877

Adam Armstrong 🐸
ui updates. new percentage bars (testing)
Files changed (8) +94 / -51
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+5 / -0
Mhtml/css/bootstrap.css+2 / -2
Mhtml/includes/functions.inc.php+36 / -8
Mhtml/index.php+1 / -1
Mhtml/pages/about.inc.php+43 / -33
Mhtml/pages/device/overview.inc.php+1 / -1
Mhtml/pages/device/overview/information.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+5 / -5
+87 added −49 removed filtered activity

💻 r3876

Mike Stupalov 🐱
Add caching for snmpwalk_cache_oid() and snmpwalk_cache_oid_num().
Files changed (1) +28 / -19
Changed files with action and line counts
Mincludes/snmp.inc.php+28 / -19
+28 added −19 removed filtered activity

💻 r3875

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

💻 r3874

Adam Armstrong 🐸
move icon- to oicon- to prevent collision with bootstrap glyphicons
Files changed (35) +338 / -338

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

Changed files with action and line counts
Mhtml/css/sprites.css+182 / -182
Mhtml/includes/api/functions.inc.php+1 / -1
Mhtml/includes/functions-print.inc.php+3 / -3
Mhtml/includes/navbar.inc.php+54 / -54
Mhtml/index.php+4 / -4
Mhtml/pages/about.inc.php+16 / -16
Mhtml/pages/addhost.inc.php+1 / -1
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/api/errorcodes.inc.php+1 / -1
Mhtml/pages/delhost.inc.php+1 / -1
Mhtml/pages/device.inc.php+27 / -27
Mhtml/pages/device/edit/alerts.inc.php+1 / -1
Mhtml/pages/device/edit/apps.inc.php+1 / -1
Mhtml/pages/device/edit/delete.inc.php+1 / -1
Mhtml/pages/device/edit/device.inc.php+1 / -1
Mhtml/pages/device/edit/ipmi.inc.php+1 / -1
Mhtml/pages/device/edit/ports.inc.php+3 / -3
Mhtml/pages/device/edit/sensors.inc.php+1 / -1
Mhtml/pages/device/edit/snmp.inc.php+1 / -1
Mhtml/pages/device/overview.inc.php+3 / -3
Mhtml/pages/device/overview/c6kxbar.inc.php+1 / -1
Mhtml/pages/device/overview/information.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/toner.inc.php+1 / -1
Mhtml/pages/device/port.inc.php+1 / -1
Mhtml/pages/devices.inc.php+1 / -1
Mhtml/pages/inventory.inc.php+1 / -1
+156 added −156 removed filtered activity

💻 r3873

Mike Stupalov 🐱
Added function hex2ip().
Files changed (2) +31 / -3
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+1 / -2
Mincludes/functions.php+30 / -1
+31 added −3 removed filtered activity

💻 r3872

Adam Armstrong 🐸
more sprites
Files changed (2) +168 / -132
Changed files with action and line counts
Mhtml/css/sprites.css+168 / -132
Mhtml/img/sprites.png non-text+0 / -0
0 added 0 removed filtered activity

💻 r3871

Adam Armstrong 🐸
change icons in definitons
Files changed (1) +17 / -17
Changed files with action and line counts
Mincludes/definitions.inc.php+17 / -17
+17 added −17 removed filtered activity

💻 r3870

Mike Stupalov 🐱
new icon here too.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r3869

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

💻 r3868

Adam Armstrong 🐸
update sprites, remove sweetie css.
Files changed (15) +235 / -149
Changed files with action and line counts
Mhtml/css/sprites.css+146 / -59
Mhtml/img/sprites.png non-text+0 / -0
Mhtml/includes/functions-print.inc.php+1 / -1
Mhtml/includes/navbar.inc.php+50 / -50
Mhtml/index.php+0 / -1
Mhtml/pages/device.inc.php+27 / -27
Mhtml/pages/device/overview.inc.php+3 / -3
Mhtml/pages/device/overview/c6kxbar.inc.php+1 / -1
Mhtml/pages/device/overview/information.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/toner.inc.php+1 / -1
Mhtml/pages/device/port.inc.php+1 / -1
+89 added −90 removed filtered activity

💻 r3867

Mike Stupalov 🐱
Fix IPv6 NDP on JunOS (it used ipv6NetToMediaPhysAddress).
Files changed (1) +12 / -5
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+12 / -5
+12 added −5 removed filtered activity

💻 r3866

Mike Stupalov 🐱
Use php instead unix commands :P
Files changed (1) +10 / -2
Changed files with action and line counts
Mhtml/icons.php+10 / -2
+10 added −2 removed filtered activity

💻 r3865

Adam Armstrong 🐸
fix ports page pagination (only for list)
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/ports/list.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3864

Adam Armstrong 🐸
short open tag begone!
Files changed (2) +2 / -3
Changed files with action and line counts
Mhtml/pages/device/overview.inc.php+1 / -2
Mincludes/discovery/storage/hrstorage.inc.php+1 / -1
+2 added −3 removed filtered activity

💻 r3863

Adam Armstrong 🐸
hadd this been a bigger mistake, bad things would have haappened.
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/unix-agent/hddtemp.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3862

Adam Armstrong 🐸
improved overview page. vmware fixes. misc updates. beginning of eigrp collector.
Files changed (25) +397 / -187
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+37 / -6
Mhtml/icons.php+4 / -6
Dhtml/includes/dev-overview-data.inc.php+0 / -85
Mhtml/includes/functions-print.inc.php+4 / -0
Mhtml/includes/functions.inc.php+24 / -8
Mhtml/includes/graphs/graph.inc.php+3 / -1
Mhtml/includes/print-interface.inc.php+1 / -1
Mhtml/pages/device.inc.php+9 / -0
Mhtml/pages/device/overview.inc.php+28 / -24
Mhtml/pages/device/overview/c6kxbar.inc.php+7 / -5
Mhtml/pages/device/overview/generic/sensor.inc.php+9 / -3
Ahtml/pages/device/overview/information.inc.php+85 / -0
Mhtml/pages/device/overview/mempools.inc.php+9 / -6
Mhtml/pages/device/overview/ports.inc.php+9 / -3
Mhtml/pages/device/overview/processors.inc.php+7 / -5
Mhtml/pages/device/overview/storage.inc.php+9 / -4
Mhtml/pages/device/overview/toner.inc.php+8 / -5
Mhtml/pages/device/routing.inc.php+8 / -22
Ahtml/pages/device/routing/eigrp.inc.php+27 / -0
Mhtml/pages/graphs.inc.php+3 / -1
Mincludes/common.php+1 / -0
Mincludes/defaults.inc.php+1 / -0
Aincludes/polling/cisco-eigrp.inc.php+100 / -0
Mincludes/polling/os/vmware.inc.php+3 / -1
Mincludes/rewrites.php+1 / -1
+360 added −181 removed filtered activity

💻 r3861

Adam Armstrong 🐸
use 64bit counters for cisco mac accounting
Files changed (1) +10 / -3
Changed files with action and line counts
Mincludes/polling/mac-accounting.inc.php+10 / -3
+10 added −3 removed filtered activity

💻 r3860

Mike Stupalov 🐱
Fix for changed in php 5.4 function empty() (empty('0') return TRUE).
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/snmp.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3859

Adam Armstrong 🐸
make vmUUIS larger.
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/061.sql+1 / -0
0 added 0 removed filtered activity

💻 r3858

Adam Armstrong 🐸
extend vminfo table
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/060.sql+1 / -0
0 added 0 removed filtered activity

💻 r3857

Mike Stupalov 🐱
Mission cleaning mibdir. Changing to $config['mib_dir'] and function mibdirs().
Files changed (51) +129 / -146

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

Changed files with action and line counts
Mincludes/discovery/current/brocade-dom.inc.php+1 / -1
Mincludes/discovery/current/junos-dom.inc.php+5 / -5
Mincludes/discovery/dbm/brocade-dom.inc.php+2 / -2
Mincludes/discovery/dbm/junos-dom-rx.inc.php+5 / -5
Mincludes/discovery/dbm/junos-dom-tx.inc.php+5 / -5
Mincludes/discovery/junose-atm-vp.inc.php+1 / -1
Mincludes/discovery/mempools/aos-device.inc.php+2 / -2
Mincludes/discovery/mempools/ftos-c-series.inc.php+1 / -1
Mincludes/discovery/mempools/ftos-e-series.inc.php+1 / -1
Mincludes/discovery/mempools/ftos-s-series.inc.php+2 / -2
Mincludes/discovery/mempools/hp-procurve.inc.php+2 / -2
Mincludes/discovery/mempools/junos.inc.php+5 / -5
Mincludes/discovery/mempools/vrp.inc.php+3 / -3
Mincludes/discovery/processors/aos-device.inc.php+1 / -1
Mincludes/discovery/processors/ftos-c-series.inc.php+1 / -1
Mincludes/discovery/processors/ftos-e-series.inc.php+1 / -1
Mincludes/discovery/processors/ftos-s-series.inc.php+2 / -2
Mincludes/discovery/processors/junos.inc.php+5 / -5
Mincludes/discovery/processors/junose.inc.php+1 / -1
Mincludes/discovery/processors/procurve.inc.php+1 / -1
Mincludes/discovery/processors/radlan.inc.php+1 / -1
Mincludes/discovery/processors/vrp.inc.php+3 / -3
Mincludes/discovery/processors/watchguard.inc.php+1 / -1
Mincludes/discovery/temperatures/brocade-dom.inc.php+1 / -1
Mincludes/discovery/temperatures/ftos-c-series.inc.php+1 / -1
Mincludes/discovery/temperatures/ftos-e-series.inc.php+1 / -1
Mincludes/discovery/temperatures/ftos-s-series.inc.php+2 / -2
Mincludes/discovery/temperatures/junos-dom.inc.php+5 / -5
Mincludes/discovery/temperatures/junos.inc.php+3 / -3
Mincludes/discovery/temperatures/junose.inc.php+2 / -2
+129 added −146 removed filtered activity

💻 r3856

Adam Armstrong 🐸
improved graph colours :)
Files changed (2) +8 / -8
Changed files with action and line counts
Mhtml/includes/graphs/generic_data.inc.php+6 / -6
Mhtml/pages/front/default.php+2 / -2
+8 added −8 removed filtered activity

💻 r3855

Adam Armstrong 🐸
cleanups to mac accounting pages and improvement to some colours.
Files changed (8) +200 / -156
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+9 / -0
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+37 / -5
Mhtml/includes/graphs/multiport/bits_separate.inc.php+2 / -1
Mhtml/includes/graphs/port/mac_acc_total.inc.php+12 / -7
Mhtml/pages/device/port.inc.php+0 / -33
Mhtml/pages/device/port/macaccounting.inc.php+47 / -106
Ahtml/pages/device/port/macaccounting_top10.inc.php+87 / -0
Mincludes/defaults.inc.php+6 / -4
+191 added −156 removed filtered activity

💻 r3854

Tom Laermans 🦔
juniper vrf fix by falz
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/cisco-vrf.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3853

Adam Armstrong 🐸
better descr for cisco entity sensors
Files changed (1) +6 / -2
Changed files with action and line counts
Mincludes/discovery/cisco-entity-sensor.inc.php+6 / -2
+6 added −2 removed filtered activity

💻 r3852

Adam Armstrong 🐸
discovery apc by sysObjectId
Files changed (1) +2 / -5
Changed files with action and line counts
Mincludes/discovery/os/apc.inc.php+2 / -5
+2 added −5 removed filtered activity

💻 r3851

Adam Armstrong 🐸
exim mailqueue graphs via agent
Files changed (5) +124 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/exim-mailqueue_total.inc.php+32 / -0
Mhtml/pages/apps.inc.php+1 / -0
Ahtml/pages/device/apps/exim-mailqueue.inc.php+24 / -0
Aincludes/polling/applications/exim-mailqueue.inc.php+34 / -0
Ascripts/agent-local/exim-mailqueue.sh+33 / -0
+124 added 0 removed filtered activity

💻 r3850

Mike Stupalov 🐱
Fix spikekill bug.
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/removespikes.php+1 / -1
+1 added −1 removed filtered activity

💻 r3849

Mike Stupalov 🐱
Update spikekill to version 1.1
Files changed (1) +74 / -21
Changed files with action and line counts
Mscripts/removespikes.php+74 / -21
+74 added −21 removed filtered activity

💻 r3848

Mike Stupalov 🐱
Added use of HC counters for UcastPkts.
Files changed (2) +18 / -20
Changed files with action and line counts
Mhtml/includes/graphs/port/upkts.inc.php+1 / -1
Mincludes/polling/ports.inc.php+17 / -19
+18 added −20 removed filtered activity

💻 r3847

Adam Armstrong 🐸
bootstrappify collectd table. change halflings to grey.
Files changed (2) +9 / -4
Changed files with action and line counts
Mhtml/img/glyphicons-halflings.png non-text+0 / -0
Mhtml/pages/device/collectd.inc.php+9 / -4
+9 added −4 removed filtered activity

💻 r3846

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

💻 r3845

Adam Armstrong 🐸
fix mac accounting polling. update pseudowires page.
Files changed (2) +51 / -20
Changed files with action and line counts
Mhtml/pages/pseudowires.inc.php+49 / -19
Mincludes/polling/mac-accounting.inc.php+2 / -1
+51 added −20 removed filtered activity

💻 r3844

Mike Stupalov 🐱
Fix conflicting options ($config['ping'] and $config['ping']['retries']/$config['ping']['timeout'])
Files changed (2) +33 / -6
Changed files with action and line counts
Mhtml/netcmd.php+33 / -5
Mincludes/defaults.inc.php+0 / -1
+33 added −6 removed filtered activity

March 2013

💻 r3843

Tom Laermans 🦔
fix ipmi data polling, add extra debug info
Files changed (1) +7 / -2
Changed files with action and line counts
Mincludes/polling/ipmi.inc.php+7 / -2
+7 added −2 removed filtered activity

💻 r3842

Mike Stupalov 🐱
oops (fix copy-paste).
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3841

Mike Stupalov 🐱
Update the default paths.
Files changed (4) +22 / -26
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+3 / -3
Mhtml/pages/graphs.inc.php+1 / -1
Mincludes/defaults.inc.php+4 / -4
Mincludes/definitions.inc.php+14 / -18
+22 added −26 removed filtered activity

💻 r3840

Mike Stupalov 🐱
more cleaning.
Files changed (1) +1 / -5
Changed files with action and line counts
Mconfig.php.default+1 / -5
+1 added −5 removed filtered activity

💻 r3839

Tom Laermans 🦔
begone i tell you
Files changed (1) +0 / -50
Changed files with action and line counts
Dgenerate-iplist.php+0 / -50
0 added −50 removed filtered activity

💻 r3838

Tom Laermans 🦔
clean up default config file
Files changed (1) +3 / -15
Changed files with action and line counts
Mconfig.php.default+3 / -15
+3 added −15 removed filtered activity

💻 r3837

Adam Armstrong 🐸
again :)
Files changed (1) +1 / -0
Changed files with action and line counts
Msql-schema/059.sql+1 / -0
0 added 0 removed filtered activity

💻 r3836

Adam Armstrong 🐸
fix db update for 58/59
Files changed (2) +2 / -1
Changed files with action and line counts
Msql-schema/058.sql+0 / -1
Asql-schema/059.sql+2 / -0
0 added 0 removed filtered activity

💻 r3835

Mike Stupalov 🐱
Show disabled devices if required.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/devices.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3834

Mike Stupalov 🐱
Fix sql query (#269).
Files changed (1) +32 / -15
Changed files with action and line counts
Mhtml/pages/devices.inc.php+32 / -15
+32 added −15 removed filtered activity

💻 r3833

Mike Stupalov 🐱
Change ping options.
Files changed (3) +8 / -8
Changed files with action and line counts
Mconfig.php.default+2 / -2
Mincludes/defaults.inc.php+2 / -2
Mincludes/functions.php+4 / -4
+8 added −8 removed filtered activity

💻 r3832

Mike Stupalov 🐱
small change.
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device/uptime.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3831

Mike Stupalov 🐱
Fix uptime minimum (#267).
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/device/uptime.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3830

Mike Stupalov 🐱
Fix SELECT ip_address.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/port/macaccounting.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3829

Mike Stupalov 🐱
Update config.php.default
Files changed (1) +9 / -5
Changed files with action and line counts
Mconfig.php.default+9 / -5
+9 added −5 removed filtered activity

💻 r3828

Mike Stupalov 🐱
Improve debug for isPingable().
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/functions.php+3 / -3
+3 added −3 removed filtered activity

💻 r3827

Adam Armstrong 🐸
Juniper MAC accounting. Fix MAC accounting pages. Update some graph types. Add some NetApp stuff.
Files changed (35) +1,196 / -177

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

Changed files with action and line counts
Malerts.php+1 / -1
Agenerate-iplist.php+50 / -0
Mhtml/.htaccess+1 / -0
Mhtml/css/bootstrap-observium.css+4 / -4
Ahtml/images/os/netapp.png+1 / -0
Ahtml/includes/graphs/device/netapp_disk_io.inc.php+11 / -0
Ahtml/includes/graphs/device/netapp_net_io.inc.php+10 / -0
Ahtml/includes/graphs/device/netapp_ops.inc.php+36 / -0
Ahtml/includes/graphs/device/netapp_tape_io.inc.php+11 / -0
Mhtml/includes/graphs/generic_data.inc.php+19 / -4
Mhtml/includes/graphs/generic_multi_seperated.inc.php+4 / -2
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+2 / -2
Mhtml/includes/graphs/macaccounting/auth.inc.php+15 / -13
Mhtml/includes/graphs/macaccounting/pkts.inc.php+5 / -3
Mhtml/includes/graphs/multiport/bits_duo.inc.php+7 / -7
Mhtml/includes/graphs/port/mac_acc_total.inc.php+17 / -11
Mhtml/includes/navbar.inc.php+11 / -0
Mhtml/map.php+27 / -7
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+2 / -8
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+16 / -21
Mhtml/pages/device/port.inc.php+9 / -8
Mhtml/pages/device/port/macaccounting.inc.php+77 / -15
Mhtml/pages/front/jt.php+2 / -2
Mhtml/pages/front/traffic.php+2 / -2
Mhtml/pages/graphs.inc.php+0 / -1
Mincludes/common.php+3 / -0
Mincludes/definitions.inc.php+25 / -1
Mincludes/discovery/mac-accounting.inc.php+3 / -1
Aincludes/discovery/os/netapp.inc.php+9 / -0
Mincludes/polling/mac-accounting.inc.php+112 / -56
+592 added −173 removed filtered activity

💻 r3826

Adam Armstrong 🐸
Increase default ping retries to 3
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r3825

Mike Stupalov 🐱
Update support for OKI printers.
Files changed (3) +10 / -13
Changed files with action and line counts
Mincludes/definitions.inc.php+2 / -2
Dincludes/polling/os/okilan.inc.php+0 / -10
Mincludes/polling/os/printer.inc.php+8 / -1
+10 added −13 removed filtered activity

💻 r3824

Mike Stupalov 🐱
Using print_search_simple() in search forms.
Files changed (8) +248 / -276
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+8 / -3
Mhtml/includes/navbar.inc.php+11 / -1
Mhtml/pages/device/logs/eventlog.inc.php+22 / -25
Mhtml/pages/device/logs/syslog.inc.php+35 / -44
Mhtml/pages/eventlog.inc.php+40 / -54
Mhtml/pages/search/ipv4.inc.php+34 / -39
Mhtml/pages/search/ipv6.inc.php+34 / -39
Mhtml/pages/syslog.inc.php+64 / -71
+248 added −276 removed filtered activity

💻 r3823

Adam Armstrong 🐸
hide unused threshold boxes in port edit page (trollol)
Files changed (1) +12 / -13
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+12 / -13
+12 added −13 removed filtered activity

💻 r3822

Tom Laermans 🦔
fix unbound agent script
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/agent-local/unbound+1 / -1
+1 added −1 removed filtered activity

💻 r3821

Mike Stupalov 🐱
Fix macacconting tab.
Files changed (1) +12 / -12
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+12 / -12
+12 added −12 removed filtered activity

💻 r3820

Mike Stupalov 🐱
Improved support for printers HP and Samsung.
Files changed (5) +91 / -32
Changed files with action and line counts
Ahtml/images/os/samsung.png+1 / -0
Mincludes/definitions.inc.php+8 / -1
Aincludes/discovery/os/samsung.inc.php+9 / -0
Dincludes/polling/os/jetdirect.inc.php+0 / -31
Aincludes/polling/os/printer.inc.php+73 / -0
+90 added −32 removed filtered activity

💻 r3819

Adam Armstrong 🐸
add vlan id to mac accounting (hardcoded to 0 for cisco, useful for poonipper)
Files changed (2) +3 / -2
Changed files with action and line counts
Mhtml/pages/devices.inc.php+2 / -2
Asql-schema/057.sql+1 / -0
+2 added −2 removed filtered activity

💻 r3818

Mike Stupalov 🐱
use preg_match() instead preg_replace() (small fix to detect FreeBSD version).
Files changed (1) +4 / -8
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+4 / -8
+4 added −8 removed filtered activity

💻 r3817

Mike Stupalov 🐱
Improve UNIX detection and graphs.
Files changed (9) +195 / -165
Changed files with action and line counts
Mhtml/includes/graphs/device/mempool.inc.php+27 / -23
Mhtml/includes/graphs/device/storage.inc.php+27 / -16
Mhtml/includes/graphs/device/ucd_memory.inc.php+100 / -95
Mincludes/definitions.inc.php+20 / -4
Mincludes/discovery/os/freebsd.inc.php+13 / -15
Mincludes/polling/mempools.inc.php+1 / -0
Mincludes/polling/os/unix.inc.php+4 / -12
Mincludes/polling/processors.inc.php+2 / -0
Mincludes/polling/storage.inc.php+1 / -0
+195 added −165 removed filtered activity

💻 r3816

Tom Laermans 🦔
change name of datetime field in eventlog db to timestamp for consistency with syslog table, query may take a while on large tables
Files changed (5) +8 / -8
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+3 / -4
Mhtml/includes/status-summary.inc.php+1 / -1
Mincludes/functions.php+1 / -1
Mirc.php+2 / -2
Asql-schema/056.sql+1 / -0
+7 added −8 removed filtered activity

💻 r3815

Tom Laermans 🦔
some missing code for the (half finished) powerdns recursor graphs
Files changed (2) +47 / -11
Changed files with action and line counts
Mhtml/pages/apps.inc.php+12 / -11
Ahtml/pages/device/apps/powerdns-recursor.inc.php+35 / -0
+47 added −11 removed filtered activity

💻 r3814

Adam Armstrong 🐸
netapp mibs (2.2.2)
Files changed (3) +34,184 / -0
Changed files with action and line counts
Amibs/netapp non-text+0 / -0
Amibs/netapp/iscsi.mib+2,564 / -0
Amibs/netapp/netapp.mib+31,620 / -0
0 added 0 removed filtered activity

💻 r3813

Adam Armstrong 🐸
netscaler tcp sessions graph on mouseover/header
Files changed (1) +6 / -4
Changed files with action and line counts
Mincludes/definitions.inc.php+6 / -4
+6 added −4 removed filtered activity

💻 r3812

Tom Laermans 🦔
add shorthost length config option
Files changed (2) +9 / -1
Changed files with action and line counts
Mincludes/common.php+5 / -1
Mincludes/defaults.inc.php+4 / -0
+9 added −1 removed filtered activity

💻 r3811

Tom Laermans 🦔
make agent port configurable, still needs to be overridable in the database per device
Files changed (2) +5 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -0
Mincludes/polling/unix-agent.inc.php+2 / -2
+5 added −2 removed filtered activity

💻 r3810

Tom Laermans 🦔
remove and ignore net-snmp .index files
Files changed (4) +1 / -501
Changed files with action and line counts
M/home/observium/trunk+1 / -4
Dmibs/a3com/.index+0 / -179
Dmibs/h3c/.index+0 / -205
Dmibs/hp/.index+0 / -113
+1 added −4 removed filtered activity

💻 r3809

Tom Laermans 🦔
clean up ajax search code a bit, add coloured bar in front of all results
Files changed (3) +113 / -115
Changed files with action and line counts
Mhtml/ajax_search.php+17 / -19
Mhtml/includes/functions.inc.php+1 / -1
Mmibs/hp/.index+95 / -95
+18 added −20 removed filtered activity

💻 r3808

Adam Armstrong 🐸
remove old extreme mib
Files changed (2) +10 / -21,092
Changed files with action and line counts
Mincludes/polling/os/extremeware.inc.php+10 / -8
Dmibs/extreme-v762b3+0 / -21,084
+10 added −8 removed filtered activity

💻 r3807

Adam Armstrong 🐸
update extreme mibs (2006 -> 2012!)
Files changed (35) +36,923 / -22,085

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

Changed files with action and line counts
Amibs/extreme/EXTREME.mib+36,923 / -0
Dmibs/extreme/extreme-base.mib+0 / -790
Dmibs/extreme/extreme-cable.mib+0 / -497
Dmibs/extreme/extreme-dlcs.mib+0 / -212
Dmibs/extreme/extreme-dos.mib+0 / -167
Dmibs/extreme/extreme-eaps.mib+0 / -97
Dmibs/extreme/extreme-edp.mib+0 / -192
Dmibs/extreme/extreme-enh-dos.mib+0 / -291
Dmibs/extreme/extreme-entity.mib+0 / -72
Dmibs/extreme/extreme-esrp.mib+0 / -488
Dmibs/extreme/extreme-fdb.mib+0 / -317
Dmibs/extreme/extreme-filetransfer.mib+0 / -270
Dmibs/extreme/extreme-netflow.mib+0 / -382
Dmibs/extreme/extreme-np.mib+0 / -658
Dmibs/extreme/extreme-ospf.mib+0 / -77
Dmibs/extreme/extreme-pbqos.mib+0 / -541
Dmibs/extreme/extreme-poe.mib+0 / -425
Dmibs/extreme/extreme-port.mib+0 / -741
Dmibs/extreme/extreme-pos.mib+0 / -783
Dmibs/extreme/extreme-qos.mib+0 / -560
Dmibs/extreme/extreme-rtstats.mib+0 / -169
Dmibs/extreme/extreme-services.mib+0 / -408
Dmibs/extreme/extreme-slb.mib+0 / -124
Dmibs/extreme/extreme-snmpv3.mib+0 / -104
Dmibs/extreme/extreme-stacking.mib+0 / -365
Dmibs/extreme/extreme-stp-extensions.mib+0 / -462
Dmibs/extreme/extreme-system.mib+0 / -1,030
Dmibs/extreme/extreme-trap.mib+0 / -179
Dmibs/extreme/extreme-trappoll.mib+0 / -238
Dmibs/extreme/extreme-v2trap.mib+0 / -574
0 added 0 removed filtered activity

💻 r3806

Adam Armstrong 🐸
update fortinet mibs (thanks hasker!)
Files changed (2) +790 / -102
Changed files with action and line counts
Mmibs/FORTINET-CORE-MIB.mib+38 / -2
Mmibs/FORTINET-FORTIGATE-MIB.mib+752 / -100
0 added 0 removed filtered activity

💻 r3805

Adam Armstrong 🐸
move around a lot of mibs. try to untangle the huawei/3com/hp nonsense. fix vmware polling (4 gets per vm, really? :P)
Files changed (3,088) +3,493,521 / -168,558

Showing the first 30 paths; 3,058 more are omitted from this static page.

Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+46 / -0
Mhtml/includes/print-accesspoint.inc.php+3 / -3
Mhtml/pages/device.inc.php+2 / -2
Mhtml/pages/device/accesspoint.inc.php+1 / -1
Mhtml/pages/device/accesspoints.inc.php+1 / -5
Mhtml/pages/device/vm.inc.php+9 / -5
Mincludes/common.php+1 / -1
Mincludes/definitions.inc.php+27 / -13
Mincludes/discovery/cisco-cef.inc.php+1 / -1
Mincludes/discovery/os/3com.inc.php+2 / -3
Dincludes/discovery/os/comware.inc.php+0 / -11
Aincludes/discovery/os/hp.inc.php+16 / -0
Dincludes/discovery/os/procurve.inc.php+0 / -12
Mincludes/polling/aruba-controller.inc.php+16 / -7
Mincludes/polling/cisco-cef.inc.php+1 / -1
Mincludes/polling/os/arubaos.inc.php+1 / -1
Mincludes/polling/os/ios.inc.php+0 / -8
Mincludes/polling/os/vmware.inc.php+8 / -6
Mincludes/snmp.inc.php+25 / -84
Dmibs/CABLETRON-TRAPS+0 / -4,350
Dmibs/CABLETRON-TRAPS-IRM+0 / -147
Dmibs/CHASSIS-MIB+0 / -709
Dmibs/CT-BROADCAST-MIB+0 / -167
Dmibs/CT-CMMPHYS-MIB+0 / -1,175
Dmibs/CT-CONTAINER-MIB+0 / -646
Dmibs/CT-ELS10-MIB+0 / -3,471
Dmibs/CT-FASTPATH-DHCPSERVER-MIB+0 / -964
Dmibs/CT-FASTPATH-PROTECTED-PORT-MIB+0 / -92
Dmibs/CT-FLASH-MIB+0 / -353
Dmibs/CT-FPS-SERVICES-MIB+0 / -73
+160 added −164 removed filtered activity

💻 r3804

Adam Armstrong 🐸
update vmware mibs
Files changed (8) +1,024 / -30
Changed files with action and line counts
Mmibs/vmware/VMWARE-AGENTCAP-MIB.mib+504 / -4
Mmibs/vmware/VMWARE-ENV-MIB.mib+401 / -12
Mmibs/vmware/VMWARE-PRODUCTS-MIB.mib+7 / -1
Mmibs/vmware/VMWARE-RESOURCES-MIB.mib+1 / -0
Mmibs/vmware/VMWARE-ROOT-MIB.mib+20 / -1
Mmibs/vmware/VMWARE-SYSTEM-MIB.mib+29 / -2
Mmibs/vmware/VMWARE-TC-MIB.mib+31 / -3
Mmibs/vmware/VMWARE-VMINFO-MIB.mib+31 / -7
0 added 0 removed filtered activity

💻 r3803

Tom Laermans 🦔
fix PEAR includes, makes ports page work again
Files changed (2) +7 / -8
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+2 / -2
Mincludes/functions.php+5 / -6
+7 added −8 removed filtered activity

💻 r3802

Tom Laermans 🦔
add host location to sensor search output
Files changed (2) +4 / -1
Changed files with action and line counts
Mhtml/ajax_search.php+2 / -1
Mhtml/includes/print-menubar.php+2 / -0
+4 added −1 removed filtered activity

💻 r3801

Tom Laermans 🦔
add sensors to unified search. might enjoy some layout improvement, larger icon or so?
Files changed (2) +38 / -15
Changed files with action and line counts
Mhtml/ajax_search.php+32 / -2
Mhtml/index.php+6 / -13
+38 added −15 removed filtered activity

💻 r3800

Tom Laermans 🦔
clean up HORRIBLE layout in ajax search
Files changed (1) +76 / -78
Changed files with action and line counts
Mhtml/ajax_search.php+76 / -78
+76 added −78 removed filtered activity

💻 r3799

Adam Armstrong 🐸
update juniper icon
Files changed (2) +7 / -5
Changed files with action and line counts
Ahtml/images/os/juniper.png+1 / -0
Mincludes/definitions.inc.php+6 / -5
+6 added −5 removed filtered activity

💻 r3798

Adam Armstrong 🐸
update juniper mibs
Files changed (9) +756 / -36
Changed files with action and line counts
Mmibs/junos/mib-jnx-bgpmib2.txt+25 / -0
Mmibs/junos/mib-jnx-chas-defines.txt+483 / -9
Mmibs/junos/mib-jnx-chassis.txt+37 / -3
Mmibs/junos/mib-jnx-ipsec-monitor-asp.txt+6 / -4
Mmibs/junos/mib-jnx-l2tp.txt+4 / -4
Mmibs/junos/mib-jnx-ppp.txt+1 / -1
Mmibs/junos/mib-jnx-smi.txt+12 / -5
Mmibs/junos/mib-jnx-subscriber.txt+15 / -2
Mmibs/junos/mib-jnx-virtualchassis.txt+173 / -8
0 added 0 removed filtered activity

💻 r3797

Adam Armstrong 🐸
clean up debugging, change check for inserting port-state information
Files changed (2) +19 / -5
Changed files with action and line counts
Mincludes/polling/mac-accounting.inc.php+18 / -4
Mincludes/polling/ports.inc.php+1 / -1
+19 added −5 removed filtered activity

💻 r3796

Adam Armstrong 🐸
fix mac accounting for cisco, make it vendor/MIB-neutral to allow JUNIPER-MAC-MIB
Files changed (14) +2,390 / -359
Changed files with action and line counts
Mhtml/includes/graphs/macaccounting/auth.inc.php+3 / -3
Dhtml/pages/device/port/macacc.inc.php+0 / -198
Ahtml/pages/device/port/macaccounting.inc.php+200 / -0
Mincludes/defaults.inc.php+2 / -2
Dincludes/discovery/cisco-mac-accounting.inc.php+0 / -57
Aincludes/discovery/mac-accounting.inc.php+45 / -0
Mincludes/functions.php+3 / -2
Aincludes/pear/Net non-text+0 / -0
Aincludes/pear/Net/IPv4.php+460 / -0
Aincludes/pear/Net/IPv6.php+1,052 / -0
Aincludes/pear/Net/MAC.php+442 / -0
Dincludes/polling/cisco-mac-accounting.inc.php+0 / -97
Aincludes/polling/mac-accounting.inc.php+128 / -0
Mincludes/snmp.inc.php+55 / -0
+436 added −359 removed filtered activity

💻 r3795

Adam Armstrong 🐸
drop old oid hardcoding fields
Files changed (1) +1 / -0
Changed files with action and line counts
Msql-schema/055.sql+1 / -0
0 added 0 removed filtered activity

💻 r3794

Adam Armstrong 🐸
sql updates : access_points -> accesspoints, remove cisco oid names from mac accounting table
Files changed (1) +5 / -0
Changed files with action and line counts
Asql-schema/055.sql+5 / -0
0 added 0 removed filtered activity

💻 r3793

Mike Stupalov 🐱
Exclude disabled devices (use $config['web_show_disabled']).
Files changed (1) +8 / -6
Changed files with action and line counts
Mhtml/pages/devices.inc.php+8 / -6
+8 added −6 removed filtered activity

💻 r3792

Tom Laermans 🦔
attempt to fix up paths for vmware os poller
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/polling/os/vmware.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r3791

Mike Stupalov 🐱
Temporarily disabled detect pfSense (bsnmpd issue).
Files changed (2) +7 / -3
Changed files with action and line counts
Mincludes/discovery/os/freebsd.inc.php+1 / -1
Mincludes/polling/os/unix.inc.php+6 / -2
+7 added −3 removed filtered activity

💻 r3790

Tom Laermans 🦔
fix pagination prev/next/last
Files changed (1) +9 / -4
Changed files with action and line counts
Mhtml/includes/functions.inc.php+9 / -4
+9 added −4 removed filtered activity

💻 r3789

Tom Laermans 🦔
fix the indentation fix
Files changed (13) +484 / -21
Changed files with action and line counts
Mhtml/includes/functions.inc.php+18 / -21
Ahtml/includes/graphs/application/powerdns-recursor_cache.inc.php+36 / -0
Ahtml/includes/graphs/application/powerdns-recursor_cpuload.inc.php+61 / -0
Ahtml/includes/graphs/application/powerdns-recursor_errors.inc.php+38 / -0
Ahtml/includes/graphs/application/powerdns-recursor_hitrate.inc.php+57 / -0
Ahtml/includes/graphs/application/powerdns-recursor_latency.inc.php+37 / -0
Ahtml/includes/graphs/application/powerdns-recursor_limits.inc.php+36 / -0
Ahtml/includes/graphs/application/powerdns-recursor_load.inc.php+32 / -0
Ahtml/includes/graphs/application/powerdns-recursor_outqueries.inc.php+33 / -0
Ahtml/includes/graphs/application/powerdns-recursor_qalatency.inc.php+33 / -0
Ahtml/includes/graphs/application/powerdns-recursor_queries.inc.php+35 / -0
Ahtml/includes/graphs/application/powerdns-recursor_tcpqueries.inc.php+34 / -0
Ahtml/includes/graphs/application/powerdns-recursor_timeouts.inc.php+34 / -0
+484 added −21 removed filtered activity

💻 r3788

Tom Laermans 🦔
fix HORRIBLE pagination indentation
Files changed (1) +107 / -94
Changed files with action and line counts
Mhtml/includes/functions.inc.php+107 / -94
+107 added −94 removed filtered activity

💻 r3787

Mike Stupalov 🐱
Rewriting platform for UNIX OSes.
Files changed (2) +27 / -20
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+11 / -20
Mincludes/rewrites.php+16 / -0
+27 added −20 removed filtered activity

💻 r3786

Mike Stupalov 🐱
Alignment indentation in code.
Files changed (1) +1,007 / -1,007
Changed files with action and line counts
Mincludes/rewrites.php+1,007 / -1,007
+1,007 added −1,007 removed filtered activity

💻 r3785

Mike Stupalov 🐱
Improved detection FreeBSD based OSes.
Files changed (6) +65 / -6
Changed files with action and line counts
Ahtml/images/os/freenas.png+1 / -0
Ahtml/images/os/nas4free.png+1 / -0
Mhtml/images/os/pfsense.png non-text+0 / -0
Mincludes/definitions.inc.php+19 / -0
Mincludes/discovery/os/freebsd.inc.php+30 / -5
Mincludes/polling/os/unix.inc.php+14 / -1
+63 added −6 removed filtered activity

💻 r3784

Mike Stupalov 🐱
Fix units (dskTable use 1K units).
Files changed (2) +4 / -4
Changed files with action and line counts
Mincludes/discovery/storage/hrstorage.inc.php+2 / -2
Mincludes/polling/storage-hrstorage.inc.php+2 / -2
+4 added −4 removed filtered activity

💻 r3783

Adam Armstrong 🐸
remove frontpage modules from config.php.default (they are defaulted in defaults.inc.php)
Files changed (1) +0 / -3
Changed files with action and line counts
Mconfig.php.default+0 / -3
0 added −3 removed filtered activity

💻 r3782

Tom Laermans 🦔
decode hex before checking descriptions when discovery printer accessories
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3781

Tom Laermans 🦔
Allow ipmitool sensor output to come from unix agent instead of directly using the bmc controller
Files changed (5) +58 / -23
Changed files with action and line counts
Mincludes/polling/functions.inc.php+28 / -0
Mincludes/polling/ipmi.inc.php+1 / -21
Mincludes/polling/unix-agent.inc.php+7 / -2
Aincludes/polling/unix-agent/ipmitool.inc.php+13 / -0
Ascripts/agent-local/ipmitool-sensor+9 / -0
+58 added −23 removed filtered activity

💻 r3780

Adam Armstrong 🐸
don't delete rrds
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/functions.php+1 / -1
+1 added −1 removed filtered activity

💻 r3779

Tom Laermans 🦔
graph a lot more printer stuffings
Files changed (9) +15,032 / -23
Changed files with action and line counts
Ahtml/includes/graphs/device/fuser.inc.php+20 / -0
Ahtml/includes/graphs/device/imagingdrum.inc.php+20 / -0
Ahtml/includes/graphs/device/imagingdrums.inc.php+35 / -0
Ahtml/includes/graphs/device/transferroller.inc.php+20 / -0
Ahtml/includes/graphs/device/wastebox.inc.php+20 / -0
Mhtml/pages/device/printing.inc.php+47 / -1
Mincludes/discovery/toner.inc.php+81 / -19
Mincludes/polling/toner.inc.php+87 / -3
Amibs/HP-LASERJET-COMMON-MIB+14,702 / -0
+330 added −23 removed filtered activity

💻 r3778

Mike Stupalov 🐱
Using 64bit counters if available for storages.
Files changed (4) +63 / -19
Changed files with action and line counts
Mincludes/discovery/storage.inc.php+5 / -9
Mincludes/discovery/storage/hrstorage.inc.php+32 / -4
Mincludes/polling/storage-hrstorage.inc.php+26 / -1
Mincludes/polling/storage.inc.php+0 / -5
+63 added −19 removed filtered activity

💻 r3777

Tom Laermans 🦔
add deleted toner log entry
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3776

Tom Laermans 🦔
discover toner better, only discover toner, not imaging drum
Files changed (1) +17 / -10
Changed files with action and line counts
Mincludes/discovery/toner.inc.php+17 / -10
+17 added −10 removed filtered activity

💻 r3775

Tom Laermans 🦔
hold yer horsies, not everything HP is a procurve
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/procurve.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3774

Tom Laermans 🦔
only show current value, min and max are useless for page counter
Files changed (1) +3 / -5
Changed files with action and line counts
Mhtml/includes/graphs/device/pagecount.inc.php+3 / -5
+3 added −5 removed filtered activity

💻 r3773

Tom Laermans 🦔
up rrd maximum value for page counter to unlimited
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/toner.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3772

Tom Laermans 🦔
set current pagecount in device attribute
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/toner.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3771

Tom Laermans 🦔
use nicecase() on device edit page, forgot file in previous commit
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/apps.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3770

Tom Laermans 🦔
small app nicecase fix
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3769

Tom Laermans 🦔
add printer page counter graph support (as gauge)
Files changed (6) +86 / -26
Changed files with action and line counts
Ahtml/includes/graphs/device/pagecount.inc.php+19 / -0
Mhtml/pages/device.inc.php+3 / -3
Ahtml/pages/device/printing.inc.php+21 / -0
Dhtml/pages/device/toner.inc.php+0 / -11
Mincludes/discovery/toner.inc.php+19 / -1
Mincludes/polling/toner.inc.php+24 / -11
+86 added −26 removed filtered activity

💻 r3768

Mike Stupalov 🐱
Update too.
Files changed (2) +44 / -48
Changed files with action and line counts
Mhtml/pages/device/port/arp.inc.php+22 / -24
Mhtml/pages/device/ports/arp.inc.php+22 / -24
+44 added −48 removed filtered activity

💻 r3767

Mike Stupalov 🐱
Function print_search_simple(). Added choice between IPv4/IPv6 in ARP/NDP tables.
Files changed (2) +112 / -39
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+81 / -1
Mhtml/pages/search/arp.inc.php+31 / -38
+112 added −39 removed filtered activity

💻 r3766

Mike Stupalov 🐱
Fix EOL.
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/port/fdb.inc.php+1 / -1
Mhtml/pages/device/ports/fdb.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r3765

Mike Stupalov 🐱
Less unnecessary SQL queries. This is already done in humanize_device().
Files changed (1) +0 / -5
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+0 / -5
0 added −5 removed filtered activity

💻 r3764

Mike Stupalov 🐱
Fix for SNMPv3 form fields (auth and crypto).
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/pages/device/edit/snmp.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r3763

Adam Armstrong 🐸
fix agent_uptime nonsense. BEGONE.
Files changed (2) +2 / -1
Changed files with action and line counts
Msql-schema/053.sql+1 / -1
Asql-schema/054.sql+1 / -0
0 added 0 removed filtered activity

💻 r3762

Mike Stupalov 🐱
Fix 'devices' sql schema (#254).
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/053.sql+1 / -0
0 added 0 removed filtered activity

💻 r3761

Tom Laermans 🦔
grammer
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3760

Adam Armstrong 🐸
update some table styling
Files changed (7) +29 / -32
Changed files with action and line counts
Mcheck-services.php+7 / -0
Mhtml/includes/print-service.inc.php+2 / -2
Mhtml/pages/health/mempool.inc.php+5 / -5
Mhtml/pages/health/processor.inc.php+3 / -5
Mhtml/pages/health/sensors.inc.php+2 / -6
Mhtml/pages/health/storage.inc.php+4 / -5
Mhtml/pages/services.inc.php+6 / -9
+29 added −32 removed filtered activity

💻 r3759

Mike Stupalov 🐱
Fix.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3758

Mike Stupalov 🐱
Fix ARP discovery for buggy cisco 6500.
Files changed (1) +11 / -8
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+11 / -8
+11 added −8 removed filtered activity

💻 r3757

Mike Stupalov 🐱
Rewrite ARP table discovery. Added IPv6 NDP discovery. Table 'ipv4_mac' dropped and replaced with 'ip_mac'.
Files changed (14) +1,304 / -66
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+20 / -11
Mhtml/pages/device/port.inc.php+1 / -1
Mhtml/pages/device/port/fdb.inc.php+3 / -3
Mhtml/pages/device/port/macacc.inc.php+8 / -6
Mhtml/pages/device/ports.inc.php+1 / -1
Mhtml/pages/device/ports/arp.inc.php+1 / -1
Mhtml/pages/device/ports/fdb.inc.php+3 / -3
Mhtml/pages/device/routing/bgp.inc.php+8 / -2
Mhtml/pages/routing/bgp.inc.php+6 / -1
Mhtml/pages/search.inc.php+1 / -1
Mhtml/pages/search/arp.inc.php+4 / -4
Mincludes/discovery/arp-table.inc.php+85 / -32
Amibs/CISCO-IETF-IP-MIB+1,161 / -0
Asql-schema/052.sql+2 / -0
+141 added −66 removed filtered activity

💻 r3756

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

💻 r3755

Adam Armstrong 🐸
remove shading from ports/devices search box
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/devices.inc.php+1 / -1
Mhtml/pages/ports.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r3754

Adam Armstrong 🐸
swap location/sysname in popups
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3753

Adam Armstrong 🐸
write discovery perf values to db
Files changed (2) +34 / -1
Changed files with action and line counts
Mhtml/pages/device/perf.inc.php+30 / -1
Mincludes/discovery/functions.inc.php+4 / -0
+34 added −1 removed filtered activity

💻 r3752

Mike Stupalov 🐱
Fix empty port_id. Improving SNMP query.
Files changed (1) +24 / -18
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+24 / -18
+24 added −18 removed filtered activity

💻 r3751

Adam Armstrong 🐸
swap location and sysname (why were they the other way around?!)
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/includes/hostbox.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3750

Adam Armstrong 🐸
update bgp tables
Files changed (4) +105 / -47
Changed files with action and line counts
Mhtml/includes/print-interface.inc.php+18 / -15
Mhtml/pages/device/routing/bgp.inc.php+19 / -17
Mhtml/pages/routing/bgp.inc.php+34 / -15
Mincludes/rewrites.php+34 / -0
+105 added −47 removed filtered activity

💻 r3749

Adam Armstrong 🐸
discover force 10 kit with grammatically incorrect sysDescr. (nice to see dell improving ftos quality)
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/discovery/os/ftos.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r3748

Mike Stupalov 🐱
Improve ARP table DB and discovery module.
Files changed (3) +58 / -36
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+1 / -2
Mincludes/discovery/arp-table.inc.php+55 / -34
Asql-schema/051.sql+2 / -0
+56 added −36 removed filtered activity

💻 r3747

Tom Laermans 🦔
clean up old scripts
Files changed (4) +54 / -54
Changed files with action and line counts
Aattic/generate-iplist.php+50 / -0
Aattic/generate-map.sh+4 / -0
Dgenerate-iplist.php+0 / -50
Dgenerate-map.sh+0 / -4
0 added −54 removed filtered activity

💻 r3746

Tom Laermans 🦔
unbound app monitor
Files changed (15) +676 / -49
Changed files with action and line counts
Ahtml/includes/graphs/application/unbound_class.inc.php+39 / -0
Ahtml/includes/graphs/application/unbound_flags.inc.php+43 / -0
Ahtml/includes/graphs/application/unbound_memory.inc.php+37 / -0
Ahtml/includes/graphs/application/unbound_opcode.inc.php+39 / -0
Ahtml/includes/graphs/application/unbound_qtype.inc.php+41 / -0
Ahtml/includes/graphs/application/unbound_queries.inc.php+80 / -0
Ahtml/includes/graphs/application/unbound_queue.inc.php+36 / -0
Ahtml/includes/graphs/application/unbound_rcode.inc.php+45 / -0
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+14 / -7
Mhtml/pages/apps.inc.php+4 / -3
Ahtml/pages/device/apps/unbound.inc.php+32 / -0
Mincludes/defaults.inc.php+1 / -1
Mincludes/definitions.inc.php+9 / -0
Mincludes/polling/applications/unbound.inc.php+255 / -38
Mincludes/rewrites.php+1 / -0
+676 added −49 removed filtered activity

💻 r3745

Tom Laermans 🦔
some dbFacile in discovery protocols, update remote device hostname for LLDP, find remote port via mac address for LLDP
Files changed (3) +32 / -9
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mincludes/discovery/discovery-protocols.inc.php+30 / -7
Mincludes/rewrites.php+1 / -1
+32 added −9 removed filtered activity

💻 r3744

Tom Laermans 🦔
small cleanup
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+6 / -6
+6 added −6 removed filtered activity

💻 r3743

Mike Stupalov 🐱
New function print_arptable(). Update display ARP tables.
Files changed (4) +279 / -136
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+154 / -3
Mhtml/pages/device/port/arp.inc.php+35 / -21
Mhtml/pages/device/ports/arp.inc.php+33 / -33
Mhtml/pages/search/arp.inc.php+57 / -79
+279 added −136 removed filtered activity

💻 r3742

Mike Stupalov 🐱
Update area color.
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/device/ping.inc.php+2 / -2
Mhtml/includes/graphs/device/ping_snmp.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r3741

Mike Stupalov 🐱
Clean CSS comments.
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+3 / -3
0 added 0 removed filtered activity

💻 r3740

Tom Laermans 🦔
small cleanup in functions
Files changed (1) +44 / -38
Changed files with action and line counts
Mincludes/functions.php+44 / -38
+44 added −38 removed filtered activity

💻 r3739

cleanup
syntaxer run
Files changed (54) +272 / -325

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

Changed files with action and line counts
Mincludes/alerts.inc.php+9 / -11
Mincludes/billing.php+3 / -3
Mincludes/common.php+7 / -9
Mincludes/defaults.inc.php+8 / -13
Mincludes/definitions.inc.php+11 / -17
Mincludes/discovery/cisco-mac-accounting.inc.php+0 / -2
Mincludes/discovery/cisco-pw.inc.php+1 / -1
Mincludes/discovery/current/apc.inc.php+4 / -4
Mincludes/discovery/current/brocade-dom.inc.php+1 / -2
Mincludes/discovery/current/junos-dom.inc.php+1 / -2
Mincludes/discovery/dbm/brocade-dom.inc.php+3 / -4
Mincludes/discovery/dbm/junos-dom-rx.inc.php+1 / -1
Mincludes/discovery/dbm/junos-dom-tx.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+3 / -3
Mincludes/discovery/mempools/ftos-e-series.inc.php+0 / -1
Mincludes/discovery/os/procurve.inc.php+1 / -1
Mincludes/discovery/ospf-autodiscovery.inc.php+2 / -2
Mincludes/discovery/power/raritan.inc.php+2 / -2
Mincludes/discovery/processors/juniperive.inc.php+0 / -1
Mincludes/discovery/temperatures/brocade-dom.inc.php+1 / -1
Mincludes/discovery/temperatures/junos-dom.inc.php+1 / -1
Mincludes/discovery/temperatures/routeros.inc.php+1 / -1
Mincludes/discovery/temperatures/wlc.inc.php+8 / -8
Mincludes/discovery/temperatures/wut.inc.php+3 / -3
Mincludes/discovery/voltages/apc.inc.php+21 / -21
Mincludes/discovery/voltages/raritan.inc.php+1 / -1
Mincludes/functions.php+13 / -13
Mincludes/polling/applications/freeradius.inc.php+2 / -3
Mincludes/polling/applications/mysql.inc.php+4 / -4
Mincludes/polling/applications/nfs.inc.php+32 / -32
0 added 0 removed filtered activity

💻 r3738

Mike Stupalov 🐱
RRD set UNKNOWN value when device down.
Files changed (1) +14 / -4
Changed files with action and line counts
Mincludes/polling/functions.inc.php+14 / -4
+14 added −4 removed filtered activity

💻 r3737

Mike Stupalov 🐱
Added SNMP response graphs.
Files changed (4) +46 / -3
Changed files with action and line counts
Ahtml/includes/graphs/device/ping_snmp.inc.php+20 / -0
Mincludes/definitions.inc.php+4 / -0
Mincludes/functions.php+10 / -2
Mincludes/polling/functions.inc.php+12 / -1
+46 added −3 removed filtered activity

💻 r3736

Mike Stupalov 🐱
Update description.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/poller_perf.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3735

Adam Armstrong 🐸
update visual style of device header
Files changed (2) +7 / -6
Changed files with action and line counts
Mhtml/includes/device-header.inc.php+6 / -5
Mhtml/pages/device.inc.php+1 / -1
+7 added −6 removed filtered activity

💻 r3734

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

💻 r3733

Adam Armstrong 🐸
def updates
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/definitions.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r3732

Mike Stupalov 🐱
Correct detection pfSense and other FreeBSD based.
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/discovery/os/freebsd.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r3731

Adam Armstrong 🐸
add freeradius agent support from Nikos Hasiotis
Files changed (7) +225 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/freeradius_accounting.inc.php+40 / -0
Ahtml/includes/graphs/application/freeradius_authentication.inc.php+43 / -0
Mhtml/pages/apps.inc.php+1 / -0
Ahtml/pages/device/apps/freeradius.inc.php+25 / -0
Aincludes/polling/applications/freeradius.inc.php+69 / -0
Mincludes/polling/unix-agent.inc.php+1 / -0
Ascripts/agent-local/freeradius+46 / -0
+225 added 0 removed filtered activity

💻 r3730

Adam Armstrong 🐸
move around some graphs
Files changed (2) +5 / -1
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+2 / -0
Mincludes/polling/functions.inc.php+3 / -1
+5 added −1 removed filtered activity

💻 r3729

Adam Armstrong 🐸
update defs
Files changed (1) +11 / -10
Changed files with action and line counts
Mincludes/definitions.inc.php+11 / -10
+11 added −10 removed filtered activity

💻 r3728

Mike Stupalov 🐱
Improve isPingable() and added Ping graph. Added config options: $config['ping_retries'], $config['ping_timeout']. (corrected version)
Files changed (5) +139 / -26
Changed files with action and line counts
Ahtml/includes/graphs/device/ping.inc.php+20 / -0
Mincludes/defaults.inc.php+4 / -0
Mincludes/definitions.inc.php+4 / -0
Mincludes/functions.php+95 / -24
Mincludes/polling/functions.inc.php+16 / -2
+139 added −26 removed filtered activity

💻 r3727

Mike Stupalov 🐱
New functions ipFromEtcHosts(), gethostbynamel6(), gethostbyname6() for resolve hostnames (also IPv6 and /etc/hosts). (again)
Files changed (1) +73 / -0
Changed files with action and line counts
Mincludes/common.php+73 / -0
+73 added 0 removed filtered activity

💻 r3726

Mike Stupalov 🐱
Revert from last commit.
Files changed (2) +38 / -40
Changed files with action and line counts
Mhtml/pages/search/arp.inc.php+0 / -4
Mincludes/snmp.inc.php+38 / -36
+38 added −40 removed filtered activity

💻 r3725

Mike Stupalov 🐱
Revert to r3722
Files changed (10) +70 / -248
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+1 / -1
Dhtml/includes/graphs/device/ping.inc.php+0 / -20
Mhtml/pages/search/arp.inc.php+4 / -0
Mincludes/common.php+0 / -72
Mincludes/defaults.inc.php+0 / -4
Mincludes/definitions.inc.php+0 / -4
Mincludes/functions.php+23 / -93
Mincludes/polling/functions.inc.php+2 / -16
Mincludes/polling/q-bridge-mib-fdb.inc.php+4 / -0
Mincludes/snmp.inc.php+36 / -38
+69 added −247 removed filtered activity

💻 r3724

Mike Stupalov 🐱
Improve isPingable() and added Ping graph. Added config options: $config['ping_retries'], $config['ping_timeout'].
Files changed (5) +137 / -25
Changed files with action and line counts
Ahtml/includes/graphs/device/ping.inc.php+20 / -0
Mincludes/defaults.inc.php+4 / -0
Mincludes/definitions.inc.php+4 / -0
Mincludes/functions.php+93 / -23
Mincludes/polling/functions.inc.php+16 / -2
+137 added −25 removed filtered activity

💻 r3723

Mike Stupalov 🐱
New functions ipFromEtcHosts(), gethostbynamel6(), gethostbyname6() for resolve hostnames (also IPv6 and /etc/hosts).
Files changed (1) +72 / -0
Changed files with action and line counts
Mincludes/common.php+72 / -0
+72 added 0 removed filtered activity

💻 r3722

Adam Armstrong 🐸
create devices_perftimes table
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/050.sql+2 / -0
0 added 0 removed filtered activity

💻 r3721

Adam Armstrong 🐸
store poller performance
Files changed (7) +99 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+7 / -0
Ahtml/includes/graphs/device/poller_perf.inc.php+19 / -0
Mhtml/pages/device.inc.php+8 / -1
Ahtml/pages/device/perf.inc.php+43 / -0
Mincludes/definitions.inc.php+6 / -1
Mincludes/discovery/functions.inc.php+2 / -0
Mincludes/polling/functions.inc.php+14 / -0
+99 added −2 removed filtered activity

💻 r3720

Adam Armstrong 🐸
add is_polling and is_discovering to devices table
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/049.sql+1 / -0
0 added 0 removed filtered activity

💻 r3719

Adam Armstrong 🐸
update editing navbar to bootstrap and add fancy checkboxes to apps
Files changed (2) +14 / -30
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+9 / -29
Mhtml/pages/device/edit/apps.inc.php+5 / -1
+14 added −30 removed filtered activity

💻 r3718

Adam Armstrong 🐸
munin fixes
Files changed (2) +4 / -2
Changed files with action and line counts
Mhtml/includes/graphs/munin/graph.inc.php+2 / -2
Mscripts/agent-local/munin+2 / -0
+4 added −2 removed filtered activity

💻 r3717

Adam Armstrong 🐸
some cleanups. bgp page needs redoing.
Files changed (4) +49 / -51
Changed files with action and line counts
Mhtml/includes/functions.inc.php+10 / -0
Mhtml/pages/device/routing/bgp.inc.php+25 / -22
Mhtml/pages/routing.inc.php+10 / -29
Mincludes/definitions.inc.php+4 / -0
+49 added −51 removed filtered activity

💻 r3716

Mike Stupalov 🐱
Restore level. :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3715

Mike Stupalov 🐱
Grammar correction.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/alerts.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3714

Mike Stupalov 🐱
RANCID. Add domain suffix for non-FQDN device names.
Files changed (3) +15 / -7
Changed files with action and line counts
Mhtml/pages/device.inc.php+9 / -2
Mhtml/pages/device/showconfig.inc.php+5 / -5
Mincludes/defaults.inc.php+1 / -0
+15 added −7 removed filtered activity

💻 r3713

Tom Laermans 🦔
check for jpgraph DEFAULT_THEME_CLASS removal
Files changed (1) +9 / -5
Changed files with action and line counts
Mhtml/pages/bills.inc.php+9 / -5
+9 added −5 removed filtered activity

💻 r3712

Adam Armstrong 🐸
explain >0 for HC counters
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3711

Mike Stupalov 🐱
More use of the option $config['web_show_disabled']. And use $cache instead SQLs.
Files changed (6) +48 / -33
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+1 / -1
Mhtml/includes/functions-print.inc.php+16 / -8
Mhtml/pages/eventlog.inc.php+11 / -12
Mhtml/pages/search/ipv4.inc.php+4 / -4
Mhtml/pages/search/ipv6.inc.php+4 / -4
Mhtml/pages/syslog.inc.php+12 / -4
+48 added −33 removed filtered activity

💻 r3710

Adam Armstrong 🐸
`eventlog`.`host` -> `device_id`
Files changed (11) +26 / -20
Changed files with action and line counts
Mhtml/ajax_search.php+4 / -3
Mhtml/includes/functions-print.inc.php+5 / -5
Mhtml/includes/functions.inc.php+2 / -0
Mhtml/includes/hostbox.inc.php+2 / -3
Mhtml/includes/navbar.inc.php+4 / -1
Mhtml/includes/print-interface.inc.php+1 / -1
Mhtml/pages/device/logs/eventlog.inc.php+1 / -1
Mhtml/pages/eventlog.inc.php+1 / -1
Mincludes/functions.php+1 / -1
Mirc.php+4 / -4
Asql-schema/048.sql+1 / -0
+25 added −20 removed filtered activity

💻 r3709

Tom Laermans 🦔
Fix up port detection for LLDP
Files changed (1) +6 / -1
Changed files with action and line counts
Mincludes/discovery/discovery-protocols.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r3708

Adam Armstrong 🐸
back to trebuchet :)
Files changed (3) +3 / -5
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+1 / -1
Mhtml/index.php+0 / -2
Mincludes/polling/os/unix.inc.php+2 / -2
+2 added −4 removed filtered activity

💻 r3707

Adam Armstrong 🐸
html_class -> html_row_class. use device cache as reference in pollerlog
Files changed (5) +106 / -104
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+4 / -1
Mhtml/includes/functions.inc.php+60 / -41
Mhtml/includes/hostbox.inc.php+3 / -36
Mhtml/pages/device.inc.php+3 / -0
Mhtml/pages/pollerlog.inc.php+36 / -26
+106 added −104 removed filtered activity

💻 r3706

Adam Armstrong 🐸
fix billing buttons to use pull-right
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/bills/cmonth.inc.php+1 / -1
Mhtml/pages/bills/pmonth.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r3705

Mike Stupalov 🐱
Remove mystical </div>.
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/pollerlog.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3704

Mike Stupalov 🐱
Added option $config['web_show_disabled'].
Files changed (3) +9 / -8
Changed files with action and line counts
Mhtml/includes/cache-data.inc.php+6 / -7
Mhtml/pages/pollerlog.inc.php+2 / -1
Mincludes/defaults.inc.php+1 / -0
+9 added −8 removed filtered activity

💻 r3703

Mike Stupalov 🐱
Fix: last_polled <-> last_discovered. And don't show disabled devices.
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/pages/pollerlog.inc.php+5 / -6
+5 added −6 removed filtered activity

💻 r3702

Adam Armstrong 🐸
remove ifLabel, ifNameDescr and remove @author tags
Files changed (17) +62 / -48
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+10 / -15
Mhtml/includes/functions.inc.php+2 / -2
Mhtml/includes/graphs/device/bits.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_separate.inc.php+1 / -1
Mhtml/includes/print-interface-adsl.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+5 / -3
Mhtml/includes/print-vlan.inc.php+1 / -1
Mhtml/map.php+2 / -2
Mhtml/pages/deleted-ports.inc.php+1 / -1
Mhtml/pages/device/edit/ports.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/front/globe.php+1 / -1
Mhtml/pages/front/old.php+1 / -1
Mhtml/pages/ports/graph.inc.php+1 / -1
Mhtml/pages/search/mac.inc.php+1 / -1
Mincludes/discovery/discovery-protocols.inc.php+3 / -3
Mincludes/rewrites.php+29 / -12
+62 added −48 removed filtered activity

💻 r3701

Adam Armstrong 🐸
updates to poller log, add blank sql-schema
Files changed (6) +53 / -29
Changed files with action and line counts
MCHANGELOG+1 / -1
Mhtml/css/bootstrap-observium.css+1 / -1
Mhtml/index.php+11 / -9
Mhtml/pages/pollerlog.inc.php+23 / -17
Mincludes/common.php+17 / -1
Asql-schema/047.sql non-text+0 / -0
+52 added −28 removed filtered activity

💻 r3700

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

💻 r3699

Adam Armstrong 🐸
remove short open tag
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3698

Adam Armstrong 🐸
new navbar for munin
Files changed (1) +9 / -23
Changed files with action and line counts
Mhtml/pages/device/munin.inc.php+9 / -23
+9 added −23 removed filtered activity

💻 r3697

Adam Armstrong 🐸
update navbar for netscaler
Files changed (3) +37 / -60
Changed files with action and line counts
Mhtml/pages/device/loadbalancer.inc.php+7 / -17
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+10 / -17
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+20 / -26
+37 added −60 removed filtered activity

💻 r3696

Mike Stupalov 🐱
Fix poller checking.
Files changed (1) +5 / -9
Changed files with action and line counts
Mhtml/ajax_poller_status.php+5 / -9
+5 added −9 removed filtered activity

💻 r3695

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

💻 r3694

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

💻 r3693

Adam Armstrong 🐸
remove erroneous spaces :)
Files changed (1) +11 / -11
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+11 / -11
+11 added −11 removed filtered activity

💻 r3692

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

💻 r3691

Mike Stupalov 🐱
Clean, optimize SQL and spelling.
Files changed (5) +132 / -101
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+76 / -49
Mhtml/includes/functions.inc.php+12 / -12
Mhtml/pages/device/logs.inc.php+16 / -12
Mhtml/pages/device/logs/syslog.inc.php+12 / -12
Mhtml/pages/syslog.inc.php+16 / -16
+132 added −101 removed filtered activity

💻 r3690

Mike Stupalov 🐱
Synchronization with the last changes.
Files changed (1) +355 / -183
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+355 / -183
+355 added −183 removed filtered activity

💻 r3689

Adam Armstrong 🐸
fo realz
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+1 / -1
0 added 0 removed filtered activity

💻 r3688

Adam Armstrong 🐸
font -> trebuchet
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+1 / -1
0 added 0 removed filtered activity

💻 r3687

Adam Armstrong 🐸
updates to ui
Files changed (3) +30 / -19
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+5 / -3
Mhtml/includes/navbar.inc.php+19 / -11
Mhtml/index.php+6 / -5
+25 added −16 removed filtered activity

💻 r3686

Adam Armstrong 🐸
new menu for collectd (needs looking at, still)
Files changed (1) +13 / -14
Changed files with action and line counts
Mhtml/pages/device/collectd.inc.php+13 / -14
+13 added −14 removed filtered activity

💻 r3685

Adam Armstrong 🐸
lots of UI updates (comments?)
Files changed (33) +1,221 / -925

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

Changed files with action and line counts
Ahtml/ajax_poller_status.php+46 / -0
Mhtml/css/bootstrap-observium.css+98 / -4
Mhtml/css/bootstrap.css+5 / -1
Ahtml/images/loading.gif+1 / -0
Mhtml/includes/cache-data.inc.php+2 / -0
Ahtml/includes/footer.inc.php+83 / -0
Mhtml/includes/functions-print.inc.php+241 / -340
Mhtml/includes/functions.inc.php+56 / -7
Mhtml/includes/navbar.inc.php+4 / -3
Mhtml/includes/print-interface.inc.php+4 / -4
Mhtml/index.php+95 / -34
Mhtml/pages/apps.inc.php+20 / -21
Mhtml/pages/apps/default.inc.php+1 / -1
Mhtml/pages/apps/overview.inc.php+5 / -3
Mhtml/pages/bill/navbar.inc.php+36 / -38
Mhtml/pages/device.inc.php+5 / -5
Mhtml/pages/device/apps.inc.php+14 / -24
Ahtml/pages/device/apps/app_navbar.inc.php+15 / -0
Mhtml/pages/device/apps/mysql.inc.php+1 / -18
Mhtml/pages/device/graphs.inc.php+7 / -25
Mhtml/pages/device/health.inc.php+7 / -13
Mhtml/pages/device/overview.inc.php+11 / -8
Mhtml/pages/device/port.inc.php+73 / -89
Ahtml/pages/device/port/macacc.inc.php+196 / -0
Dhtml/pages/device/port/macaccounting.inc.php+0 / -196
Mhtml/pages/device/ports.inc.php+42 / -39
Mhtml/pages/health.inc.php+23 / -32
Mhtml/pages/health/sensors.inc.php+15 / -3
Ahtml/pages/pollerlog.inc.php+82 / -0
Mincludes/defaults.inc.php+1 / -1
+1,117 added −920 removed filtered activity

💻 r3684

Tom Laermans 🦔
add no option for starttls and make it default
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3683

Mike Stupalov 🐱
commented starttls in defaults.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3682

Adam Armstrong 🐸
add switch for ospf autodiscovery :)
Files changed (1) +13 / -9
Changed files with action and line counts
Mincludes/discovery/ospf-autodiscovery.inc.php+13 / -9
+13 added −9 removed filtered activity

💻 r3681

Mike Stupalov 🐱
Fix for FF float:right bug.
Files changed (2) +12 / -9
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+4 / -1
Mhtml/includes/navbar.inc.php+8 / -8
+8 added −8 removed filtered activity

💻 r3680

Mike Stupalov 🐱
Damn..
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3679

Mike Stupalov 🐱
Updated description.
Files changed (1) +8 / -7
Changed files with action and line counts
Mincludes/defaults.inc.php+8 / -7
+8 added −7 removed filtered activity

💻 r3678

Mike Stupalov 🐱
Mission: no more double quotes. :)
Files changed (4) +229 / -237
Changed files with action and line counts
Mhtml/css/styles.css+3 / -2
Mhtml/includes/functions-print.inc.php+207 / -213
Mhtml/includes/functions.inc.php+4 / -7
Mhtml/pages/device/showconfig.inc.php+15 / -15
+226 added −235 removed filtered activity

💻 r3677

Adam Armstrong 🐸
raspberrypi sensor polling via agent
Files changed (5) +219 / -6
Changed files with action and line counts
Mhtml/includes/graphs/sensor/frequency.inc.php+4 / -4
Mhtml/pages/device/overview/generic/sensor.inc.php+9 / -1
Mincludes/polling/functions.inc.php+2 / -1
Aincludes/polling/unix-agent/raspberrypi.inc.php+58 / -0
Ascripts/agent-local/raspberrypi+146 / -0
+219 added −6 removed filtered activity

💻 r3676

Adam Armstrong 🐸
Cisco WLC detection and temperatures
Files changed (6) +21,039 / -2
Changed files with action and line counts
Mincludes/definitions.inc.php+15 / -2
Aincludes/discovery/os/wlc.inc.php+8 / -0
Aincludes/discovery/temperatures/wlc.inc.php+25 / -0
Amibs/AIRESPACE-REF-MIB+28 / -0
Amibs/AIRESPACE-SWITCHING-MIB+3,983 / -0
Amibs/AIRESPACE-WIRELESS-MIB+16,980 / -0
+48 added −2 removed filtered activity

February 2013

💻 r3675

Tom Laermans 🦔
bring back versions on about page
Files changed (1) +6 / -0
Changed files with action and line counts
Mhtml/pages/about.inc.php+6 / -0
+6 added 0 removed filtered activity

💻 r3674

Mike Stupalov 🐱
Fix some RANCID staff.
Files changed (2) +17 / -20
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mhtml/pages/device/showconfig.inc.php+16 / -19
+17 added −20 removed filtered activity

💻 r3673

Mike Stupalov 🐱
Remove geshi. Fix for RANCID.
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/pages/device/showconfig.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r3672

Mike Stupalov 🐱
Remove empty line.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3671

Mike Stupalov 🐱
Cleanup, optimize sql and update authors (thx Dennis de Houx).
Files changed (1) +145 / -117
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+145 / -117
+145 added −117 removed filtered activity

💻 r3670

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

💻 r3669

Adam Armstrong 🐸
set low limit for temperatures to 0C (very few people care about low temperature limit)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3668

Adam Armstrong 🐸
showcommand without geshi
Files changed (1) +4 / -12
Changed files with action and line counts
Mhtml/pages/device/showconfig.inc.php+4 / -12
+4 added −12 removed filtered activity

💻 r3667

Mike Stupalov 🐱
New function print_addresses() for display/search IPv4/IPv6 addresses.
Files changed (3) +249 / -167
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+155 / -1
Mhtml/pages/search/ipv4.inc.php+47 / -83
Mhtml/pages/search/ipv6.inc.php+47 / -83
+249 added −167 removed filtered activity

💻 r3666

Mike Stupalov 🐱
Clean debug output.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/ajax_search.php+1 / -1
+1 added −1 removed filtered activity

💻 r3665

Adam Armstrong 🐸
delete geshi
Files changed (4) +0 / -4,796
Changed files with action and line counts
Dhtml/includes/geshi non-text+0 / -0
Dhtml/includes/geshi/LICENSE+0 / -4
Dhtml/includes/geshi/geshi.php+0 / -4,619
Dhtml/includes/geshi/geshi/ios.php+0 / -173
0 added 0 removed filtered activity

💻 r3664

Adam Armstrong 🐸
bloop
Files changed (2) +25 / -25
Changed files with action and line counts
Mhtml/includes/geshi/geshi/ios.php+24 / -24
Mhtml/includes/navbar.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3663

Adam Armstrong 🐸
update qtip
Files changed (4) +4 / -606
Changed files with action and line counts
Dhtml/css/jquery.qtip.css+0 / -603
Ahtml/css/jquery.qtip.min.css+1 / -0
Mhtml/index.php+1 / -1
Mhtml/js/jquery.qtip.min.js+2 / -2
+1 added −1 removed filtered activity

💻 r3662

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

💻 r3661

Adam Armstrong 🐸
fix bill, fix apps
Files changed (4) +8 / -9
Changed files with action and line counts
Mhtml/pages/apps/default.inc.php+5 / -5
Mhtml/pages/apps/overview.inc.php+1 / -1
Mhtml/pages/bill/navbar.inc.php+1 / -2
Mhtml/pages/device.inc.php+1 / -1
+8 added −9 removed filtered activity

💻 r3660

Adam Armstrong 🐸
oops. nasty black navbar!
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3659

Adam Armstrong 🐸
layout tweaks, fixing responsive navbar (it needs to be <940px to work)
Files changed (7) +98 / -107
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+49 / -44
Mhtml/css/bootstrap.css+2 / -0
Mhtml/includes/cache-data.inc.php+34 / -9
Mhtml/includes/navbar.inc.php+6 / -17
Mhtml/includes/print-interface.inc.php+2 / -1
Mhtml/index.php+4 / -36
Mhtml/pages/device/ports.inc.php+1 / -0
+47 added −63 removed filtered activity

💻 r3658

Adam Armstrong 🐸
postfix qshape & mailgraph support via agent
Files changed (12) +1,363 / -1
Changed files with action and line counts
Ahtml/includes/graphs/application/postfix_reject.inc.php+37 / -0
Ahtml/includes/graphs/application/postfix_sent.inc.php+35 / -0
Ahtml/includes/graphs/application/postfix_spam.inc.php+35 / -0
Ahtml/includes/graphs/minute_multi_line.inc.php+89 / -0
Ahtml/pages/device/apps/postfix_mailgraph.inc.php+22 / -0
Aincludes/polling/applications/postfix_mailgraph.inc.php+31 / -0
Mincludes/polling/unix-agent.inc.php+3 / -1
Ascripts/agent-local/mailgraph non-text+0 / -0
Ascripts/agent-local/mailgraph/initd+23 / -0
Ascripts/agent-local/mailgraph/mailgraph+1,058 / -0
Ascripts/agent-local/postfix_mailgraph+13 / -0
Ascripts/agent-local/postfix_qshape+17 / -0
+1,363 added −1 removed filtered activity

💻 r3657

Adam Armstrong 🐸
add warning to billing code about missing jpgraph
Files changed (3) +37 / -0
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+7 / -0
Mhtml/pages/bill.inc.php+15 / -0
Mhtml/pages/bills.inc.php+15 / -0
+30 added 0 removed filtered activity

💻 r3656

Adam Armstrong 🐸
disable jqplot, remove jpgraph and tcpdf from svn
Files changed (254) +3 / -112,229

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

Changed files with action and line counts
Dhtml/includes/jpgraph non-text+0 / -0
Dhtml/includes/jpgraph/LICENSE+0 / -3
Dhtml/includes/jpgraph/README+0 / -67
Dhtml/includes/jpgraph/VERSION+0 / -1
Dhtml/includes/jpgraph/src/contour_dev/findpolygon.php+0 / -798
Dhtml/includes/jpgraph/src/contour_dev/tri-quad.php+0 / -790
Dhtml/includes/jpgraph/src/flag_mapping+0 / -237
Mhtml/includes/jpgraph/src/flags.dat+0 / -1
Mhtml/includes/jpgraph/src/flags_thumb100x100.dat+0 / -1
Mhtml/includes/jpgraph/src/flags_thumb35x35.dat+0 / -1
Mhtml/includes/jpgraph/src/flags_thumb60x60.dat+0 / -1
Dhtml/includes/jpgraph/src/gd_image.inc.php+0 / -2,021
Dhtml/includes/jpgraph/src/imgdata_balls.inc.php+0 / -1,061
Dhtml/includes/jpgraph/src/imgdata_bevels.inc.php+0 / -104
Dhtml/includes/jpgraph/src/imgdata_diamonds.inc.php+0 / -177
Dhtml/includes/jpgraph/src/imgdata_pushpins.inc.php+0 / -517
Dhtml/includes/jpgraph/src/imgdata_squares.inc.php+0 / -150
Dhtml/includes/jpgraph/src/imgdata_stars.inc.php+0 / -144
Dhtml/includes/jpgraph/src/jpg-config.inc.php+0 / -132
Dhtml/includes/jpgraph/src/jpgraph.php+0 / -5,401
Dhtml/includes/jpgraph/src/jpgraph_antispam-digits.php+0 / -205
Dhtml/includes/jpgraph/src/jpgraph_antispam.php+0 / -615
Dhtml/includes/jpgraph/src/jpgraph_bar.php+0 / -1,136
Dhtml/includes/jpgraph/src/jpgraph_canvas.php+0 / -95
Dhtml/includes/jpgraph/src/jpgraph_canvtools.php+0 / -523
Dhtml/includes/jpgraph/src/jpgraph_contour.php+0 / -587
Dhtml/includes/jpgraph/src/jpgraph_date.php+0 / -499
Dhtml/includes/jpgraph/src/jpgraph_errhandler.inc.php+0 / -368
Dhtml/includes/jpgraph/src/jpgraph_error.php+0 / -157
Dhtml/includes/jpgraph/src/jpgraph_flags.php+0 / -376
+3 added −2 removed filtered activity

💻 r3655

Adam Armstrong 🐸
sql-schema
Files changed (2) +0 / -1
Changed files with action and line counts
Msql-schema/045.sql+0 / -1
Asql-schema/046.sql non-text+0 / -0
0 added 0 removed filtered activity

💻 r3654

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

💻 r3653

Adam Armstrong 🐸
cleanups
Files changed (101) +1 / -98

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

Changed files with action and line counts
Dhtml/images/1px-pink.png+0 / -2
Dhtml/images/arrow.gif+0 / -1
Dhtml/images/billing-key.png+0 / -1
Dhtml/images/box-alert.png+0 / -1
Dhtml/images/box-info.png+0 / -1
Dhtml/images/box-ok.png+0 / -1
Dhtml/images/box-warn.png+0 / -1
Dhtml/images/consdog.jpg+0 / -1
Dhtml/images/customers.png+0 / -1
Dhtml/images/delete.gif+0 / -1
Dhtml/images/devices.png+0 / -1
Dhtml/images/eventlog.png+0 / -1
Dhtml/images/grad.png+0 / -1
Dhtml/images/icon.png+0 / -1
Dhtml/images/jt-logo.jpg+0 / -1
Dhtml/images/logo.gif+0 / -1
Dhtml/images/logo.jpg+0 / -1
Dhtml/images/logo.png+0 / -1
Dhtml/images/mail-reply.gif+0 / -1
Dhtml/images/mail.gif+0 / -1
Dhtml/images/menu2.gif+0 / -1
Dhtml/images/neu non-text+0 / -0
Mhtml/images/neu/add.png+0 / -1
Mhtml/images/neu/battery.png+0 / -1
Mhtml/images/neu/cancel.png+0 / -1
Mhtml/images/neu/computer.png+0 / -1
Mhtml/images/neu/connected.png+0 / -1
Mhtml/images/neu/customers.png+0 / -1
Mhtml/images/neu/display.png+0 / -1
Mhtml/images/neu/dns.png+0 / -1
+1 added −1 removed filtered activity

💻 r3652

Adam Armstrong 🐸
printer icon
Files changed (3) +23 / -24
Changed files with action and line counts
Mhtml/css/sprites.css+22 / -23
Mhtml/img/sprites.png non-text+0 / -0
Mincludes/definitions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3651

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

💻 r3650

Adam Armstrong 🐸
add new include to cache some data to variables
Files changed (1) +19 / -0
Changed files with action and line counts
Ahtml/includes/cache-data.inc.php+19 / -0
+19 added 0 removed filtered activity

💻 r3649

Adam Armstrong 🐸
reduce sprites
Files changed (4) +78 / -5
Changed files with action and line counts
Ahtml/css/sprites.css+73 / -0
Ahtml/img/sprites.png+1 / -0
Mhtml/includes/navbar.inc.php+2 / -2
Mhtml/index.php+2 / -3
+4 added −5 removed filtered activity

💻 r3648

Mike Stupalov 🐱
Replace old config option $config['warn']['ifdown'] with new one -> $config['frontpage']['device_status']['ports'].
Files changed (6) +5 / -8
Changed files with action and line counts
Mhtml/pages/front/demo.php+1 / -1
Mhtml/pages/front/globe.php+1 / -1
Mhtml/pages/front/jt.php+1 / -1
Mhtml/pages/front/old.php+1 / -1
Mhtml/pages/front/traffic.php+1 / -1
Mincludes/defaults.inc.php+0 / -3
+5 added −8 removed filtered activity

💻 r3647

Mike Stupalov 🐱
Move display statuses to function print_status().
Files changed (2) +216 / -139
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+214 / -0
Mhtml/pages/front/default.php+2 / -139
+216 added −139 removed filtered activity

💻 r3646

Adam Armstrong 🐸
moving around of some things. fix colours in non-chrome. move logout to cog menu.
Files changed (3) +11 / -7
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+5 / -5
Mhtml/includes/navbar.inc.php+5 / -1
Mhtml/pages/edituser.inc.php+1 / -1
+6 added −2 removed filtered activity

💻 r3645

Adam Armstrong 🐸
ui updates. remove famfamfam sprite from autoload.
Files changed (2) +32 / -25
Changed files with action and line counts
Mhtml/includes/navbar.inc.php+31 / -24
Mhtml/index.php+1 / -1
+32 added −25 removed filtered activity

💻 r3644

Adam Armstrong 🐸
update definitions and rewrites
Files changed (3) +30 / -10
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -2
Mincludes/definitions.inc.php+23 / -8
Mincludes/rewrites.php+5 / -0
+30 added −10 removed filtered activity

💻 r3643

Adam Armstrong 🐸
fix health tables to use proper table striping class. add a class to stripe three rows at a time.
Files changed (12) +69 / -62
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+28 / -10
Mhtml/includes/navbar.inc.php+5 / -4
Mhtml/includes/print-device-graph.php+3 / -2
Mhtml/includes/status-summary.inc.php+0 / -16
Mhtml/index.php+7 / -0
Mhtml/pages/device/graphs.inc.php+4 / -0
Mhtml/pages/device/health.inc.php+3 / -0
Mhtml/pages/device/health/diskio.inc.php+2 / -10
Mhtml/pages/device/health/mempool.inc.php+3 / -5
Mhtml/pages/device/health/processor.inc.php+4 / -3
Mhtml/pages/device/health/sensors.inc.php+5 / -6
Mhtml/pages/device/health/storage.inc.php+5 / -6
+41 added −52 removed filtered activity

💻 r3642

Adam Armstrong 🐸
cleanups to ports page, move more things to ports humanizing function
Files changed (3) +16 / -17
Changed files with action and line counts
Mhtml/includes/functions.inc.php+4 / -10
Mhtml/includes/print-interface.inc.php+7 / -2
Mhtml/pages/device/ports.inc.php+5 / -5
+16 added −17 removed filtered activity

💻 r3641

Adam Armstrong 🐸
fix ports page graphs and row colouring (table-striped-two for striping every other row
Files changed (2) +4 / -2
Changed files with action and line counts
Mhtml/includes/print-graphrow.inc.php+1 / -1
Mhtml/pages/device/ports.inc.php+3 / -1
+4 added −2 removed filtered activity

💻 r3640

Adam Armstrong 🐸
add hostname to port search results
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/ajax_search.php+2 / -2
+2 added −2 removed filtered activity

💻 r3639

Adam Armstrong 🐸
more icon changes, fixing graph widths
Files changed (4) +30 / -34
Changed files with action and line counts
Mhtml/includes/print-graphrow.inc.php+1 / -1
Mhtml/pages/device.inc.php+26 / -26
Mhtml/pages/device/port.inc.php+0 / -4
Mhtml/pages/device/ports/neighbours.inc.php+3 / -3
+30 added −34 removed filtered activity

💻 r3638

Adam Armstrong 🐸
disable sensors/bgp mini-box for now, as they're not counted correctly :)
Files changed (1) +8 / -0
Changed files with action and line counts
Mhtml/includes/status-summary.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r3637

Adam Armstrong 🐸
fix some bits
Files changed (2) +8 / -26
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+2 / -0
Mhtml/includes/navbar.inc.php+6 / -26
+6 added −26 removed filtered activity

💻 r3636

Adam Armstrong 🐸
add js and image
Files changed (3) +20 / -0
Changed files with action and line counts
Ahtml/images/search-port-ignored.png+1 / -0
Ahtml/js/bootstrap.min.js+6 / -0
Ahtml/js/twitter-bootstrap-hover-dropdown.min.js+13 / -0
0 added 0 removed filtered activity

💻 r3635

Adam Armstrong 🐸
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.
Files changed (31) +4,073 / -2,966

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

Changed files with action and line counts
Ahtml/ajax_search.php+131 / -0
Mhtml/css/bootstrap-observium.css+112 / -186
Mhtml/css/bootstrap.css+3,100 / -2,686
Mhtml/css/styles.css+8 / -8
Ahtml/images/observium-mini-logo.png+1 / -0
Mhtml/images/os/cisco.png non-text+0 / -0
Mhtml/images/os/citrix.png non-text+0 / -0
Mhtml/images/os/force10.png non-text+0 / -0
Ahtml/images/search-port-disabled.png+1 / -0
Ahtml/images/search-port-down.png+1 / -0
Ahtml/images/search-port-ignored-down.png+1 / -0
Ahtml/images/search-port-ignored-up.png+1 / -0
Ahtml/images/search-port-up.png+1 / -0
Mhtml/includes/functions.inc.php+7 / -4
Mhtml/includes/header.inc.php+3 / -0
Ahtml/includes/navbar.inc.php+458 / -0
Mhtml/includes/print-graphrow.inc.php+1 / -1
Ahtml/includes/status-summary.inc.php+139 / -0
Mhtml/index.php+34 / -17
Mhtml/pages/device/alerts.inc.php+1 / -1
Mhtml/pages/devices.inc.php+46 / -37
Mhtml/pages/devices/graph.inc.php+2 / -2
Mhtml/pages/eventlog.inc.php+13 / -6
Mhtml/pages/front/default.php+4 / -3
Mhtml/pages/health/mempool.inc.php+1 / -2
Mhtml/pages/health/processor.inc.php+1 / -2
Mhtml/pages/health/sensors.inc.php+1 / -2
Mhtml/pages/health/storage.inc.php+1 / -2
Mhtml/pages/health/toner.inc.php+1 / -2
Mhtml/pages/ports.inc.php+3 / -3
+847 added −86 removed filtered activity

💻 r3634

Mike Stupalov 🐱
Improved info about uptime in poller.
Files changed (1) +9 / -5
Changed files with action and line counts
Mincludes/polling/system.inc.php+9 / -5
+9 added −5 removed filtered activity

💻 r3633

Adam Armstrong 🐸
if we have agent, only use agent uptime.
Files changed (1) +10 / -11
Changed files with action and line counts
Mincludes/polling/system.inc.php+10 / -11
+10 added −11 removed filtered activity

💻 r3632

Mike Stupalov 🐱
Fix uptime for snmpd systems.
Files changed (1) +19 / -25
Changed files with action and line counts
Mincludes/polling/system.inc.php+19 / -25
+19 added −25 removed filtered activity

💻 r3631

Adam Armstrong 🐸
new icon sprites for dev/testing
Files changed (7) +4,745 / -0
Changed files with action and line counts
Ahtml/css/famfamfam.css+1,020 / -0
Ahtml/css/fugue.css+3,554 / -0
Ahtml/css/sweetie.css+143 / -0
Ahtml/icons.php+25 / -0
Ahtml/img/famfamfam.png+1 / -0
Ahtml/img/fugue.png+1 / -0
Ahtml/img/sweetie.png+1 / -0
+25 added 0 removed filtered activity

💻 r3630

Adam Armstrong 🐸
work around brocade/foundry nonsense. alternatively: implement input validation :)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3629

Adam Armstrong 🐸
add script to rename rrd files if the format has changed
Files changed (1) +38 / -0
Changed files with action and line counts
Ascripts/rename-port-rrdfile.php+38 / -0
+38 added 0 removed filtered activity

💻 r3628

Adam Armstrong 🐸
build rrd filename with a function. allow the filename to be based on something other than the ifIndex (crazy, i know)
Files changed (27) +101 / -58
Changed files with action and line counts
Mhtml/includes/graphs/bill/bits.inc.php+4 / -2
Mhtml/includes/graphs/customer/bits.inc.php+2 / -4
Mhtml/includes/graphs/device/bits.inc.php+1 / -1
Mhtml/includes/graphs/global/bits.inc.php+1 / -1
Mhtml/includes/graphs/location/bits.inc.php+3 / -3
Mhtml/includes/graphs/multiport/bits.inc.php+3 / -2
Mhtml/includes/graphs/multiport/bits_duo.inc.php+8 / -6
Mhtml/includes/graphs/multiport/bits_separate.inc.php+3 / -2
Mhtml/includes/graphs/multiport/bits_trio.inc.php+12 / -9
Mhtml/includes/graphs/port/adsl_attainable.inc.php+2 / -2
Mhtml/includes/graphs/port/adsl_attenuation.inc.php+2 / -2
Mhtml/includes/graphs/port/adsl_power.inc.php+2 / -2
Mhtml/includes/graphs/port/adsl_snr.inc.php+1 / -1
Mhtml/includes/graphs/port/adsl_speed.inc.php+2 / -2
Mhtml/includes/graphs/port/auth.inc.php+1 / -1
Mhtml/includes/graphs/port/etherlike.inc.php+1 / -1
Mhtml/includes/graphs/port/nupkts.inc.php+3 / -3
Mhtml/includes/graphs/port/pagp_bits.inc.php+3 / -2
Mhtml/includes/print-interface.inc.php+2 / -2
Mhtml/pages/device/port/adsl.inc.php+2 / -1
Mhtml/pages/device/port/graphs.inc.php+3 / -2
Mhtml/pages/iftype.inc.php+2 / -1
Mincludes/common.php+31 / -2
Mincludes/polling/port-adsl.inc.php+1 / -1
Mincludes/polling/port-etherlike.inc.php+2 / -1
Mincludes/polling/port-poe.inc.php+1 / -1
Mincludes/polling/ports.inc.php+3 / -1
+101 added −58 removed filtered activity

💻 r3627

Adam Armstrong 🐸
update agent stream function
Files changed (1) +5 / -3
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+5 / -3
+5 added −3 removed filtered activity

💻 r3626

Adam Armstrong 🐸
add logging for unix agent connection
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3625

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

💻 r3624

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

💻 r3623

Adam Armstrong 🐸
begone
Files changed (1) +0 / -1
Changed files with action and line counts
Dhtml/logo.jpg+0 / -1
0 added 0 removed filtered activity

💻 r3622

Mike Stupalov 🐱
Fix UpTime for Cisco ASA (and possibly other).
Files changed (1) +15 / -12
Changed files with action and line counts
Mincludes/polling/system.inc.php+15 / -12
+15 added −12 removed filtered activity

💻 r3621

Mike Stupalov 🐱
Try using snmpEngineTime instead sysUpTime.
Files changed (1) +12 / -7
Changed files with action and line counts
Mincludes/polling/system.inc.php+12 / -7
+12 added −7 removed filtered activity

💻 r3620

Adam Armstrong 🐸
add list of up devices to map
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r3619

Adam Armstrong 🐸
update netscaler to correctly use name and fullname
Files changed (3) +55 / -29
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+33 / -17
Mincludes/polling/netscaler-vsvr.inc.php+17 / -12
Asql-schema/045.sql+5 / -0
+50 added −29 removed filtered activity

💻 r3618

Adam Armstrong 🐸
fix sql query for vserver services
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3617

Adam Armstrong 🐸
tweak front page (dots get big when things go down)
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/pages/front/default.php+5 / -6
+5 added −6 removed filtered activity

💻 r3616

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

💻 r3615

Adam Armstrong 🐸
fixes to front page and updates to package pages
Files changed (3) +28 / -9
Changed files with action and line counts
Mhtml/pages/device/packages.inc.php+1 / -1
Mhtml/pages/front/default.php+16 / -4
Mhtml/pages/packages.inc.php+11 / -4
+28 added −9 removed filtered activity

💻 r3614

Mike Stupalov 🐱
Update max syslog priority to 15
Files changed (2) +4 / -23
Changed files with action and line counts
Mhtml/includes/functions.inc.php+4 / -1
Dhtml/includes/print-syslog.inc.php+0 / -22
+4 added −23 removed filtered activity

💻 r3613

Mike Stupalov 🐱
New function print_syslogs(). Move from includes print-syslog.php -> print_syslogs().
Files changed (14) +284 / -202
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+133 / -2
Mhtml/includes/functions.inc.php+25 / -0
Mhtml/includes/print-menubar.php+5 / -4
Mhtml/pages/device/logs/eventlog.inc.php+6 / -6
Mhtml/pages/device/logs/syslog.inc.php+40 / -49
Mhtml/pages/device/overview.inc.php+7 / -8
Mhtml/pages/front/default.php+10 / -22
Mhtml/pages/front/demo.php+1 / -11
Mhtml/pages/front/example2.php+1 / -5
Mhtml/pages/front/globe.php+1 / -11
Mhtml/pages/front/jt.php+1 / -5
Mhtml/pages/front/old.php+2 / -12
Mhtml/pages/front/traffic.php+1 / -5
Mhtml/pages/syslog.inc.php+51 / -62
+284 added −202 removed filtered activity

💻 r3612

Mike Stupalov 🐱
Small fix description and style
Files changed (2) +14 / -13
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+5 / -5
Mhtml/pages/device/logs/eventlog.inc.php+9 / -8
+14 added −13 removed filtered activity

💻 r3611

Mike Stupalov 🐱
Update agent scripts (#164)
Files changed (12) +94 / -48
Changed files with action and line counts
Mscripts/agent-local/dmi+18 / -7
Mscripts/agent-local/dpkg+7 / -4
Mscripts/agent-local/drbd+1 / -1
Mscripts/agent-local/hddtemp+11 / -4
Mscripts/agent-local/memcached+12 / -8
Mscripts/agent-local/munin+10 / -7
Mscripts/agent-local/mysql+2 / -2
Mscripts/agent-local/nfs+5 / -4
Mscripts/agent-local/powerdns+7 / -2
Mscripts/agent-local/powerdns-recursor+7 / -2
Mscripts/agent-local/rpm+7 / -4
Mscripts/agent-local/unbound+7 / -3
+94 added −48 removed filtered activity

💻 r3610

Adam Armstrong 🐸
fix typo in BGP page - from Sander Steffann
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/routing/bgp.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3609

Adam Armstrong 🐸
fix sql schema files, tweak map a bit more :)
Files changed (11) +110 / -237
Changed files with action and line counts
Mhtml/pages/front/default.php+8 / -8
Mincludes/defaults.inc.php+76 / -71
Msql-schema/002.sql+9 / -97
Msql-schema/003.sql+1 / -25
Msql-schema/004.sql+7 / -26
Msql-schema/005.sql+0 / -2
Msql-schema/007.sql+0 / -1
Msql-schema/032.sql+1 / -1
Msql-schema/033.sql+4 / -3
Msql-schema/038.sql+2 / -2
Msql-schema/043.sql+2 / -1
+84 added −79 removed filtered activity

💻 r3608

Mike Stupalov 🐱
Description change (#220)
Files changed (3) +8 / -6
Changed files with action and line counts
Mhtml/pages/device/edit/alerts.inc.php+3 / -2
Mhtml/pages/device/edit/device.inc.php+4 / -3
Mincludes/functions.php+1 / -1
+8 added −6 removed filtered activity

💻 r3607

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

💻 r3606

Adam Armstrong 🐸
tweak map markers
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r3605

Adam Armstrong 🐸
detect linux and freebsd by sysObjectID
Files changed (2) +18 / -3
Changed files with action and line counts
Mincludes/discovery/os/freebsd.inc.php+10 / -2
Mincludes/discovery/os/linux.inc.php+8 / -1
+18 added −3 removed filtered activity

💻 r3604

Adam Armstrong 🐸
remove wells, looks prettier :>
Files changed (1) +12 / -12
Changed files with action and line counts
Mhtml/pages/front/default.php+12 / -12
+12 added −12 removed filtered activity

💻 r3603

Adam Armstrong 🐸
cosmetic change type>entity and host>device
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r3602

Mike Stupalov 🐱
Small cleanup
Files changed (2) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/logs/eventlog.inc.php+1 / -0
Mhtml/pages/eventlog.inc.php+0 / -1
+1 added −1 removed filtered activity

💻 r3601

Mike Stupalov 🐱
Fully unification function print_events()
Files changed (8) +157 / -205
Changed files with action and line counts
Mhtml/includes/functions-print.inc.php+128 / -52
Mhtml/pages/device/logs/eventlog.inc.php+3 / -44
Mhtml/pages/device/overview.inc.php+1 / -4
Mhtml/pages/device/port/events.inc.php+5 / -2
Mhtml/pages/eventlog.inc.php+15 / -74
Mhtml/pages/front/default.php+3 / -9
Mhtml/pages/front/globe.php+1 / -10
Mhtml/pages/front/old.php+1 / -10
+157 added −205 removed filtered activity

💻 r3600

Mike Stupalov 🐱
Added function format_timestamp()
Files changed (1) +25 / -0
Changed files with action and line counts
Mhtml/includes/functions.inc.php+25 / -0
+25 added 0 removed filtered activity

💻 r3599

Mike Stupalov 🐱
Print error message when create user failed (#218). Thanks Matthias Cramer.
Files changed (1) +4 / -0
Changed files with action and line counts
Madduser.php+4 / -0
+4 added 0 removed filtered activity

💻 r3598

Mike Stupalov 🐱
Move includes (bad) to functions: print-event -> print_events(), print-event-short -> print_events_short(). Some code cleanup.
Files changed (11) +134 / -174
Changed files with action and line counts
Ahtml/includes/functions-print.inc.php+84 / -0
Dhtml/includes/print-event-short.inc.php+0 / -26
Dhtml/includes/print-event.inc.php+0 / -36
Mhtml/index.php+1 / -0
Mhtml/pages/device/logs/eventlog.inc.php+1 / -12
Mhtml/pages/device/overview.inc.php+11 / -13
Mhtml/pages/device/port/events.inc.php+2 / -11
Mhtml/pages/eventlog.inc.php+2 / -20
Mhtml/pages/front/default.php+13 / -24
Mhtml/pages/front/globe.php+10 / -16
Mhtml/pages/front/old.php+10 / -16
+134 added −174 removed filtered activity

💻 r3597

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

💻 r3596

Adam Armstrong 🐸
add google code-prettify js and css
Files changed (2) +58 / -0
Changed files with action and line counts
Ahtml/css/google-code-prettify.css+30 / -0
Ahtml/js/google-code-prettify.js+28 / -0
0 added 0 removed filtered activity

💻 r3595

Mike Stupalov 🐱
Remove debug.
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/pages/device/showconfig.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r3594

Adam Armstrong 🐸
update to how we print interfaces. mac accounting changes.
Files changed (4) +21 / -16
Changed files with action and line counts
Mhtml/includes/graphs/port/mac_acc_total.inc.php+6 / -6
Mhtml/includes/print-interface.inc.php+10 / -5
Mhtml/pages/device/port/macaccounting.inc.php+3 / -3
Mhtml/pages/front/default.php+2 / -2
+21 added −16 removed filtered activity

💻 r3593

Mike Stupalov 🐱
Huge-buge update for D-Link switches (#212)
Files changed (10) +3,033 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+7 / -0
Aincludes/discovery/mempools/dlink.inc.php+35 / -0
Aincludes/discovery/processors/dlink.inc.php+22 / -0
Aincludes/polling/mempools/dlink.inc.php+22 / -0
Aincludes/polling/os/dlink.inc.php+30 / -0
Mincludes/rewrites.php+1 / -0
Amibs/DLINK-AGENT-GENERAL-MIB+1,818 / -0
Amibs/DLINK-EQUIPMENT-MIB+360 / -0
Amibs/DLINK-ID-REC-MIB+39 / -0
Amibs/DLINK-SINGLE-IP-MIB+699 / -0
+117 added 0 removed filtered activity

💻 r3592

Mike Stupalov 🐱
Force10 fix memory sizes (#213)
Files changed (3) +4 / -1
Changed files with action and line counts
Mincludes/polling/mempools/ftos-cseries.inc.php+2 / -1
Mincludes/polling/mempools/ftos-eseries.inc.php+1 / -0
Mincludes/polling/mempools/ftos-sseries.inc.php+1 / -0
+4 added −1 removed filtered activity

💻 r3591

Mike Stupalov 🐱
Fix adding host with SNMPv3 over Web Interface (#215)
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/addhost.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3590

Mike Stupalov 🐱
Fix display device config (#211)
Files changed (2) +6 / -5
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
Mhtml/pages/device/showconfig.inc.php+5 / -4
+6 added −5 removed filtered activity

💻 r3589

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

💻 r3588

Adam Armstrong 🐸
improve munin graph drawing #217 from Alex Wheeler
Files changed (1) +13 / -2
Changed files with action and line counts
Mhtml/includes/graphs/munin/graph.inc.php+13 / -2
+13 added −2 removed filtered activity

💻 r3587

Adam Armstrong 🐸
DOM sensor support for Foundry XMR/MLX/CER/CSR. No RX/FWS. #216 from Matthias Cramer
Files changed (3) +101 / -0
Changed files with action and line counts
Aincludes/discovery/current/brocade-dom.inc.php+29 / -0
Aincludes/discovery/dbm/brocade-dom.inc.php+45 / -0
Aincludes/discovery/temperatures/brocade-dom.inc.php+27 / -0
+101 added 0 removed filtered activity

💻 r3586

Adam Armstrong 🐸
more front page fiddling
Files changed (1) +6 / -4
Changed files with action and line counts
Mhtml/pages/front/default.php+6 / -4
+6 added −4 removed filtered activity

💻 r3585

Adam Armstrong 🐸
remove ugly legend from map
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -0
+1 added 0 removed filtered activity

💻 r3584

Adam Armstrong 🐸
fixes to front page, colour map. comments welcome :)
Files changed (1) +6 / -5
Changed files with action and line counts
Mhtml/pages/front/default.php+6 / -5
+6 added −5 removed filtered activity

💻 r3583

Tom Laermans 🦔
add engenius AP client counter
Files changed (1) +12 / -2
Changed files with action and line counts
Mincludes/polling/wifi.inc.php+12 / -2
+12 added −2 removed filtered activity

💻 r3582

Adam Armstrong 🐸
fixing some front page things
Files changed (4) +16 / -16
Changed files with action and line counts
Mhtml/index.php+2 / -0
Mhtml/pages/device.inc.php+3 / -3
Mhtml/pages/device/showconfig.inc.php+6 / -9
Mhtml/pages/front/default.php+5 / -4
+16 added −16 removed filtered activity

💻 r3581

Tom Laermans 🦔
Change the Odd Chance
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3580

Adam Armstrong 🐸
Update /customers/ to bootstrap-ness, remove hardcoded graph sizes.
Files changed (2) +7 / -21
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+4 / -4
Mhtml/pages/customers.inc.php+3 / -17
+3 added −17 removed filtered activity

💻 r3579

Adam Armstrong 🐸
customer page updates
Files changed (2) +12 / -9
Changed files with action and line counts
Mhtml/pages/customers.inc.php+8 / -5
Mincludes/defaults.inc.php+4 / -4
+12 added −9 removed filtered activity

💻 r3578

Adam Armstrong 🐸
update to front page
Files changed (1) +13 / -6
Changed files with action and line counts
Mhtml/pages/front/default.php+13 / -6
+13 added −6 removed filtered activity

💻 r3577

Adam Armstrong 🐸
adding jquery switch
Files changed (2) +412 / -0
Changed files with action and line counts
Ahtml/css/bootstrap-switch.css+203 / -0
Ahtml/js/jquery.switch.js+209 / -0
0 added 0 removed filtered activity

💻 r3576

Adam Armstrong 🐸
add usermenu page
Files changed (1) +30 / -0
Changed files with action and line counts
Ahtml/pages/usermenu.inc.php+30 / -0
+30 added 0 removed filtered activity

💻 r3575

Adam Armstrong 🐸
port sorting include added, rename ospf discovery
Files changed (4) +75 / -20
Changed files with action and line counts
Ahtml/includes/port-sort.inc.php+54 / -0
Mincludes/defaults.inc.php+1 / -0
Aincludes/discovery/ospf-autodiscovery.inc.php+20 / -0
Dincludes/discovery/ospf.inc.php+0 / -20
+75 added −20 removed filtered activity

💻 r3574

Adam Armstrong 🐸
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.
Files changed (20) +310 / -213
Changed files with action and line counts
Maddhost.php+1 / -0
Mdiscovery.php+7 / -1
Mhtml/includes/authentication/mysql.inc.php+2 / -2
Mhtml/includes/functions.inc.php+0 / -7
Mhtml/index.php+2 / -0
Mhtml/pages/adduser.inc.php+86 / -56
Mhtml/pages/authlog.inc.php+27 / -40
Mhtml/pages/device/edit/ports.inc.php+59 / -31
Mhtml/pages/device/ports/arp.inc.php+0 / -1
Mhtml/pages/edituser.inc.php+2 / -0
Mhtml/pages/ports.inc.php+1 / -45
Mincludes/common.php+7 / -0
Mincludes/defaults.inc.php+2 / -1
Mincludes/discovery/cisco-mac-accounting.inc.php+10 / -1
Mincludes/discovery/functions.inc.php+41 / -15
Aincludes/discovery/ospf.inc.php+20 / -0
Mincludes/discovery/ports.inc.php+2 / -1
Mincludes/functions.php+11 / -2
Mincludes/polling/q-bridge-mib-fdb.inc.php+10 / -10
Mincludes/snmp.inc.php+20 / -0
+310 added −213 removed filtered activity

💻 r3573

Adam Armstrong 🐸
move map to ports tab (next to neighbours)
Files changed (4) +30 / -21
Changed files with action and line counts
Mhtml/pages/device.inc.php+10 / -9
Dhtml/pages/device/map.inc.php+0 / -8
Mhtml/pages/device/ports.inc.php+12 / -4
Ahtml/pages/device/ports/map.inc.php+8 / -0
+30 added −21 removed filtered activity

💻 r3572

Adam Armstrong 🐸
catch more fabos
Files changed (1) +1 / -2
Changed files with action and line counts
Mincludes/discovery/os/fabos.inc.php+1 / -2
+1 added −2 removed filtered activity

💻 r3571

Adam Armstrong 🐸
some fixes to irc bot.
Files changed (1) +50 / -9
Changed files with action and line counts
Mirc.php+50 / -9
+50 added −9 removed filtered activity

💻 r3570

Adam Armstrong 🐸
more fixes to front page
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r3569

Adam Armstrong 🐸
update removespokes perl script, from mike stupalov #203
Files changed (1) +72 / -19
Changed files with action and line counts
Mscripts/removespikes.pl+72 / -19
+72 added −19 removed filtered activity

💻 r3568

Adam Armstrong 🐸
improved force10 memory/cpu/temperature support for S/C/E-series devices. From mike stupalov, #204 #205
Files changed (10) +213 / -2
Changed files with action and line counts
Aincludes/discovery/mempools/ftos-c-series.inc.php+25 / -0
Aincludes/discovery/mempools/ftos-e-series.inc.php+28 / -0
Aincludes/discovery/mempools/ftos-s-series.inc.php+27 / -0
Aincludes/discovery/processors/ftos-c-series.inc.php+29 / -0
Aincludes/discovery/processors/ftos-e-series.inc.php+31 / -0
Aincludes/discovery/processors/ftos-s-series.inc.php+30 / -0
Mincludes/discovery/temperatures/ftos-s-series.inc.php+2 / -2
Aincludes/polling/mempools/ftos-cseries.inc.php+16 / -0
Aincludes/polling/mempools/ftos-eseries.inc.php+13 / -0
Aincludes/polling/mempools/ftos-sseries.inc.php+12 / -0
+213 added −2 removed filtered activity

💻 r3567

Adam Armstrong 🐸
add some force10 kit to rewrite lists
Files changed (1) +12 / -8
Changed files with action and line counts
Mincludes/rewrites.php+12 / -8
+12 added −8 removed filtered activity

💻 r3566

Adam Armstrong 🐸
frontpage fixes
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r3565

Adam Armstrong 🐸
default frontpage changes
Files changed (1) +25 / -15
Changed files with action and line counts
Mhtml/pages/front/default.php+25 / -15
+25 added −15 removed filtered activity

💻 r3564

Adam Armstrong 🐸
Some stuff with ldap i don't understand :) #47 from mike stupalov
Files changed (2) +13 / -8
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+10 / -8
Mincludes/defaults.inc.php+3 / -0
+13 added −8 removed filtered activity

💻 r3563

Adam Armstrong 🐸
#188 fix addhost for v3 (from mike stupalov)
Files changed (1) +7 / -5
Changed files with action and line counts
Maddhost.php+7 / -5
+7 added −5 removed filtered activity

💻 r3562

Adam Armstrong 🐸
show "down since..." for down hosts
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r3561

Adam Armstrong 🐸
Back by overwhelming popular demand: THE ABILITY TO DELETE DEVICES!
Files changed (2) +47 / -4
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+13 / -0
Mhtml/pages/device/edit/delete.inc.php+34 / -4
+47 added −4 removed filtered activity

💻 r3560

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

💻 r3559

Adam Armstrong 🐸
fix hrstorage (dewrap on discovery to defeat >0 check)
Files changed (1) +3 / -8
Changed files with action and line counts
Mincludes/discovery/storage/hrstorage.inc.php+3 / -8
+3 added −8 removed filtered activity

💻 r3558

Tom Laermans 🦔
also load default settings in json dumper
Files changed (1) +3 / -1
Changed files with action and line counts
Mconfig_to_json.php+3 / -1
+3 added −1 removed filtered activity

💻 r3557

Adam Armstrong 🐸
attempted workaround for counter wraps in host-resources-mib
Files changed (2) +19 / -10
Changed files with action and line counts
Mincludes/polling/storage-hrstorage.inc.php+4 / -4
Mincludes/snmp.inc.php+15 / -6
+19 added −10 removed filtered activity

💻 r3556

Adam Armstrong 🐸
remove graphs from default front page
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3555

Adam Armstrong 🐸
more front page updates
Files changed (2) +42 / -13
Changed files with action and line counts
Mhtml/pages/front/default.php+35 / -11
Mincludes/defaults.inc.php+7 / -2
+42 added −13 removed filtered activity

💻 r3554

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

💻 r3553

Adam Armstrong 🐸
I CAN HAS CHEEZ DEFINITION FOR GOOGLE MAPS
Files changed (1) +4 / -3
Changed files with action and line counts
Mhtml/pages/front/default.php+4 / -3
+4 added −3 removed filtered activity

January 2013

💻 r3552

Adam Armstrong 🐸
fix bgp reporting on front page
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r3551

Adam Armstrong 🐸
remove numbered column from devices/routing/bgp
Files changed (1) +2 / -3
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+2 / -3
+2 added −3 removed filtered activity

💻 r3550

Adam Armstrong 🐸
fix bgp page headers
Files changed (1) +1 / -2
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+1 / -2
+1 added −2 removed filtered activity

💻 r3549

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

💻 r3548

Tom Laermans 🦔
Correctly detect freq, voltage and current sensors on multiphase MGE gear. Patch by Rob J. Epping
Files changed (3) +9 / -8
Changed files with action and line counts
Mincludes/discovery/current/mgeups.inc.php+3 / -3
Mincludes/discovery/frequencies/mgeups.inc.php+4 / -3
Mincludes/discovery/voltages/mgeups.inc.php+2 / -2
+9 added −8 removed filtered activity

💻 r3547

Tom Laermans 🦔
Added support of MRV devices hardware, serial, version, and temperature sensor detection. Patch by Rob J Epping
Files changed (2) +47 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/mrvld.inc.php+34 / -0
Aincludes/polling/os/mrvld.inc.php+13 / -0
+47 added 0 removed filtered activity

💻 r3546

Adam Armstrong 🐸
enable map as default
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3545

Adam Armstrong 🐸
new front page. config options added to defaults.
Files changed (5) +566 / -482
Changed files with action and line counts
Mconfig.php.default+12 / -9
Mhtml/pages/front/default.php+374 / -127
Mhtml/pages/front/new.php+1 / -346
Ahtml/pages/front/old.php+150 / -0
Mincludes/defaults.inc.php+29 / -0
+566 added −482 removed filtered activity

💻 r3544

Adam Armstrong 🐸
fix sensor discovery again, change some headers
Files changed (6) +23 / -26
Changed files with action and line counts
Mincludes/alerts.inc.php+4 / -2
Mincludes/defaults.inc.php+2 / -10
Mincludes/discovery/functions.inc.php+2 / -2
Mincludes/polling/sensors.inc.php+6 / -1
Mincludes/polling/system.inc.php+5 / -6
Mincludes/sql-schema/update.php+4 / -5
+23 added −26 removed filtered activity

💻 r3543

Adam Armstrong 🐸
om nom nom, retard-o-menu be gone!
Files changed (2) +2 / -30
Changed files with action and line counts
Mhtml/includes/print-menubar.php+0 / -28
Mincludes/common.php+2 / -2
+2 added −30 removed filtered activity

💻 r3542

Adam Armstrong 🐸
allow more text in boxes on default front page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/front/default.php+1 / -1
+1 added −1 removed filtered activity

💻 r3541

Adam Armstrong 🐸
fixes to sensor update check, add new front page and fix default front page bgp check.
Files changed (3) +354 / -4
Changed files with action and line counts
Mhtml/pages/front/default.php+3 / -3
Ahtml/pages/front/new.php+350 / -0
Mincludes/discovery/functions.inc.php+1 / -1
+354 added −4 removed filtered activity

💻 r3540

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

💻 r3539

Adam Armstrong 🐸
remove eregi, fix sensors edit page
Files changed (2) +6 / -4
Changed files with action and line counts
Mhtml/pages/device.inc.php+2 / -2
Mhtml/pages/device/edit/sensors.inc.php+4 / -2
+6 added −4 removed filtered activity

💻 r3538

Adam Armstrong 🐸
herpderp
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/about.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3537

Adam Armstrong 🐸
SUPER DUPER MULTI-INSTANCE POLLER WRAPPER SCRIPT FROM JOB THE DUTCHMAN
Files changed (2) +234 / -0
Changed files with action and line counts
Aconfig_to_json.php+31 / -0
Apoller-wrapper.py+203 / -0
+234 added 0 removed filtered activity

💻 r3536

Tom Laermans 🦔
recognize newer HP Procurve HP1810G-8 v2 and possibly others
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/discovery/os/procurve.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r3535

Adam Armstrong 🐸
move sensors option for ports
Files changed (1) +3 / -2
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r3534

Adam Armstrong 🐸
Files changed (8) +82 / -10
Changed files with action and line counts
Mhtml/includes/print-graphrow.inc.php+2 / -0
Mhtml/pages/device/port.inc.php+6 / -2
Ahtml/pages/device/port/sensors.inc.php+59 / -0
Mincludes/discovery/current/junos-dom.inc.php+3 / -1
Mincludes/discovery/dbm/junos-dom-rx.inc.php+4 / -2
Mincludes/discovery/dbm/junos-dom-tx.inc.php+3 / -1
Mincludes/discovery/functions.inc.php+3 / -3
Mincludes/discovery/temperatures/junos-dom.inc.php+2 / -1
+82 added −10 removed filtered activity

💻 r3533

Adam Armstrong 🐸
add JUNIPER-DOM-MIB support
Files changed (13) +191 / -11
Changed files with action and line counts
Mincludes/definitions.inc.php+1 / -0
Aincludes/discovery/current/junos-dom.inc.php+32 / -0
Aincludes/discovery/dbm non-text+0 / -0
Aincludes/discovery/dbm.inc.php+15 / -0
Aincludes/discovery/dbm/junos-dom-rx.inc.php+33 / -0
Aincludes/discovery/dbm/junos-dom-tx.inc.php+33 / -0
Mincludes/discovery/entity-sensor.inc.php+4 / -0
Mincludes/discovery/functions.inc.php+21 / -11
Mincludes/discovery/sensors.inc.php+1 / -0
Aincludes/discovery/temperatures/junos-dom.inc.php+39 / -0
Mincludes/discovery/temperatures/junos.inc.php+2 / -0
Mincludes/functions.php+8 / -0
Asql-schema/044.sql+2 / -0
+189 added −11 removed filtered activity

💻 r3532

Adam Armstrong 🐸
add fixme notes to netscaler
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r3531

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

💻 r3530

Adam Armstrong 🐸
fix netscaler_services mysql query
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3529

Adam Armstrong 🐸
fix services link on vservers page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3528

Adam Armstrong 🐸
fix billing edit tab, possibly break pseudowires :)
Files changed (5) +93 / -26
Changed files with action and line counts
Mhtml/pages/bill/edit.inc.php+8 / -12
Mhtml/pages/device/pseudowires.inc.php+3 / -1
Mincludes/common.php+11 / -0
Mincludes/discovery/cisco-pw.inc.php+7 / -3
Mmibs/IANAifType-MIB+64 / -10
+29 added −16 removed filtered activity

💻 r3527

Adam Armstrong 🐸
more tweaks to generic_multi_line
Files changed (1) +12 / -15
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+12 / -15
+12 added −15 removed filtered activity

💻 r3526

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

💻 r3525

Adam Armstrong 🐸
modifications to generic_multi_line graphtype
Files changed (1) +31 / -21
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+31 / -21
+31 added −21 removed filtered activity

💻 r3524

Adam Armstrong 🐸
only show adsl on devies with adsl.
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/ports.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3523

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

💻 r3522

Adam Armstrong 🐸
outptu low limit when it was the low limit which was reached.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3521

Adam Armstrong 🐸
nginx app definitions
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/apps.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3520

Adam Armstrong 🐸
fallback to 32-bit counters when no 64-bit on v2c hardware in billing poller (need to fix, this is a cause of spikes)
Files changed (1) +14 / -2
Changed files with action and line counts
Mpoll-billing.php+14 / -2
+14 added −2 removed filtered activity

💻 r3519

Adam Armstrong 🐸
*DANGER* BILLING CHANGES *DANGER* graphing system updates. testing of new location bar.
Files changed (10) +216 / -152
Changed files with action and line counts
Mhtml/css/styles.css+4 / -0
Mhtml/includes/graphs/device/sensor.inc.php+17 / -46
Mhtml/includes/graphs/generic_multi_line.inc.php+14 / -4
Mhtml/includes/print-menubar.php+28 / -0
Ahtml/pages/device/edit/delete.inc.php+6 / -0
Mhtml/pages/graphs.inc.php+2 / -2
Mincludes/billing.php+23 / -16
Mincludes/polling/ports.inc.php+9 / -9
Mpoll-billing.php+104 / -75
Asql-schema/043.sql+9 / -0
+203 added −152 removed filtered activity

💻 r3518

Adam Armstrong 🐸
clean up multiport bits generic_multi_data and sensor graph types
Files changed (3) +14 / -7
Changed files with action and line counts
Mhtml/includes/graphs/device/sensor.inc.php+9 / -2
Mhtml/includes/graphs/generic_multi_data.inc.php+3 / -3
Mhtml/includes/graphs/multiport/bits.inc.php+2 / -2
+14 added −7 removed filtered activity

💻 r3517

Adam Armstrong 🐸
squash preset and ?preset from urls
Files changed (1) +3 / -0
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r3516

Adam Armstrong 🐸
fix ipv6 display with ports for vsvrs
Files changed (1) +5 / -5
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+5 / -5
+5 added −5 removed filtered activity

💻 r3515

Adam Armstrong 🐸
netscaler fixes
Files changed (2) +6 / -4
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+2 / -1
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+4 / -3
+6 added −4 removed filtered activity

💻 r3514

Adam Armstrong 🐸
FUCK YOU, MYSQL.
Files changed (1) +5 / -0
Changed files with action and line counts
Asql-schema/042.sql+5 / -0
0 added 0 removed filtered activity

💻 r3513

Adam Armstrong 🐸
netscaler updates
Files changed (2) +19 / -12
Changed files with action and line counts
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+17 / -10
Mincludes/polling/netscaler-vsvr.inc.php+2 / -2
+19 added −12 removed filtered activity

💻 r3512

Adam Armstrong 🐸
add ipv6 and entitytype columns to netscaler vserver tables
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/041.sql+2 / -0
0 added 0 removed filtered activity

💻 r3511

Adam Armstrong 🐸
update delhost to bootstrap
Files changed (1) +38 / -8
Changed files with action and line counts
Mhtml/pages/delhost.inc.php+38 / -8
+38 added −8 removed filtered activity

💻 r3510

Adam Armstrong 🐸
clean up some graphs. add algopass/type to device/edit/snmp, move addhost to bootstrap.
Files changed (4) +144 / -79
Changed files with action and line counts
Mhtml/includes/graphs/device/netscaler_tcp_conn.inc.php+7 / -6
Mhtml/pages/addhost.inc.php+106 / -66
Mhtml/pages/device/edit/snmp.inc.php+28 / -4
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+3 / -3
+144 added −79 removed filtered activity

💻 r3509

Adam Armstrong 🐸
THIS. IS. SPARTSCALER DEFINITIONS.
Files changed (1) +22 / -22
Changed files with action and line counts
Mincludes/definitions.inc.php+22 / -22
+22 added −22 removed filtered activity

💻 r3508

Adam Armstrong 🐸
netscaler aggregate services/vservers graphs for mmoerman
Files changed (15) +317 / -1
Changed files with action and line counts
Ahtml/includes/graphs/device/netscalersvc.inc.php+24 / -0
Ahtml/includes/graphs/device/netscalersvc_bits.inc.php+30 / -0
Ahtml/includes/graphs/device/netscalersvc_conns.inc.php+23 / -0
Ahtml/includes/graphs/device/netscalersvc_pkts.inc.php+22 / -0
Ahtml/includes/graphs/device/netscalersvc_reqs.inc.php+24 / -0
Ahtml/includes/graphs/device/netscalervsvr.inc.php+24 / -0
Ahtml/includes/graphs/device/netscalervsvr_bits.inc.php+30 / -0
Ahtml/includes/graphs/device/netscalervsvr_conns.inc.php+22 / -0
Ahtml/includes/graphs/device/netscalervsvr_hitmiss.inc.php+23 / -0
Ahtml/includes/graphs/device/netscalervsvr_pkts.inc.php+22 / -0
Ahtml/includes/graphs/device/netscalervsvr_reqs.inc.php+24 / -0
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+21 / -1
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+16 / -0
Mincludes/defaults.inc.php+1 / -0
Mincludes/definitions.inc.php+11 / -0
+317 added −1 removed filtered activity

💻 r3507

Adam Armstrong 🐸
If the bill_date == today, start building the history entry. don't wait until tomorrow!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/billing.php+1 / -1
+1 added −1 removed filtered activity

No stable releases were published in 2013.