← Back to Changelog Index

Changelog 2012

💻 Rolling Release

694
commits
36,043
added
21,403
removed

🏷️ Stable Releases

0
releases
0
added
0
removed

💻 r3506

Adam Armstrong 🐸 • 2012-12-28 02:42
add simpleapi base
Files changed (1)
A html/pages/simpleapi.inc.php +11
📈 11 added 📉 0 removed

💻 r3505

Adam Armstrong 🐸 • 2012-12-23 23:25
cleanups to detection
Files changed (6)
M html/pages/health/sensors.inc.php +3
M includes/definitions.inc.php +48 -12
M includes/discovery/os/comware.inc.php +3
M includes/discovery/os/freebsd.inc.php +1 -2
M includes/discovery/os/openbsd.inc.php +2 -1
M poller.php +1 -1
📈 58 added 📉 16 removed

💻 r3504

Adam Armstrong 🐸 • 2012-12-23 22:49
clean up juniper hardware detection (they correctly use sysObjectID!)
Files changed (4)
M includes/polling/os/junos.inc.php +2 -2
M includes/polling/os/junose.inc.php +3 -4
M includes/polling/os/screenos.inc.php +3
M includes/rewrites.php +117 -76
📈 125 added 📉 82 removed

💻 r3503

Adam Armstrong 🐸 • 2012-12-20 08:23
css solution to multi-row table entries
Files changed (2)
M html/css/bootstrap-observium.css +13
M html/pages/health/sensors.inc.php +9 -3
📈 9 added 📉 3 removed

💻 r3502

Adam Armstrong 🐸 • 2012-12-20 07:48
some moving around of things to generate popups better. try to move "processing" of port information into a function. split generation of port/device popups into header & content.
Files changed (3)
M html/includes/functions.inc.php +72 -23
M html/pages/ports/list.inc.php +3 -7
M includes/rewrites.php +29 -13
📈 104 added 📉 43 removed

💻 r3501

Adam Armstrong 🐸 • 2012-12-20 06:37
finish device/edit/* and fix form css
Files changed (8)
M html/css/bootstrap-observium.css +3
M html/pages/device/edit/alerts.inc.php +31 -31
M html/pages/device/edit/apps.inc.php +16 -16
M html/pages/device/edit/ipmi.inc.php +32 -41
M html/pages/device/edit/modules.inc.php +50 -23
M html/pages/device/edit/ports.inc.php +11 -6
M html/pages/device/edit/sensors.inc.php +26 -25
M html/pages/device/edit/snmp.inc.php -1
📈 166 added 📉 143 removed

💻 r3500

Adam Armstrong 🐸 • 2012-12-20 05:20
prettify ports edit, shorten some ifTypes, add retardomib
Files changed (3)
M html/pages/device/edit/ports.inc.php +32 -32
M includes/rewrites.php +3 -3
A mibs/OSBRiDGE5XLi-MIB +444
📈 35 added 📉 35 removed

💻 r3499

Adam Armstrong 🐸 • 2012-12-20 00:12
no, net-snmpd is not juniperive
Files changed (1)
M includes/discovery/os/juniperive.inc.php -1
📈 0 added 📉 1 removed

💻 r3498

Adam Armstrong 🐸 • 2012-12-19 23:42
clean up devices/edit/snmp change table header generation code in ports/list, fix some styles
Files changed (5)
M html/css/styles.css +5
M html/pages/bill/edit.inc.php +1 -1
M html/pages/device/edit/snmp.inc.php +104 -101
M html/pages/ports/list.inc.php +25 -20
M includes/common.php +13 -2
📈 143 added 📉 124 removed

💻 r3497

Adam Armstrong 🐸 • 2012-12-19 19:03
move button
Files changed (1)
M html/pages/device/edit/device.inc.php -3
📈 0 added 📉 3 removed

💻 r3496

Adam Armstrong 🐸 • 2012-12-18 19:44
fix device/edit/device
Files changed (1)
M html/pages/device/edit/device.inc.php +63 -53
📈 63 added 📉 53 removed

💻 r3495

Tom Laermans 🦔 • 2012-12-18 10:38
prettify button on device/edit with ugly html hax
Files changed (1)
M html/pages/device/edit/device.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r3494

Adam Armstrong 🐸 • 2012-12-17 21:09
clean up syslog form, add attribution email, change update_array, fix buttons on device/edit
Files changed (4)
M html/pages/device/edit/device.inc.php +10 -16
M html/pages/syslog.inc.php +1 -6
M includes/polling/q-bridge-mib-fdb.inc.php +5 -5
M includes/snmp.inc.php +2 -1
📈 18 added 📉 28 removed

💻 r3493

Adam Armstrong 🐸 • 2012-12-17 17:25
clean up pagination a little
Files changed (5)
M html/pages/apps/default.inc.php +2 -2
M html/pages/device/logs/eventlog.inc.php +12
M html/pages/device/logs/syslog.inc.php +11 -1
M html/pages/eventlog.inc.php +6 -7
M html/pages/ports/list.inc.php +4 -2
📈 35 added 📉 12 removed

💻 r3492

Adam Armstrong 🐸 • 2012-12-14 02:01
prettify arp table search, add fdb table search. TODO: these can/should be merged into 3 searches. One for MAC, one for IPv4 and one for IPv6. We should search all tables and give build an array of addresses specifying where each one was seen, in order of importance (MAC/IP on an interface is important, ARP/FDB is less important). TODOTODOTODO.
Files changed (4)
M html/pages/authlog.inc.php +16 -1
M html/pages/search.inc.php +3 -1
M html/pages/search/arp.inc.php +25 -25
A html/pages/search/fdb.inc.php +87
📈 131 added 📉 27 removed

💻 r3491

Adam Armstrong 🐸 • 2012-12-13 20:57
add option to disble popups
Files changed (2)
M html/includes/functions.inc.php +7 -6
M includes/defaults.inc.php +1
📈 8 added 📉 6 removed

💻 r3490

Adam Armstrong 🐸 • 2012-12-13 06:08
move a function to common (need to move some things around to reduce includes for graphing)
Files changed (2)
M includes/common.php +36
M includes/functions.php -36
📈 36 added 📉 36 removed

💻 r3489

Adam Armstrong 🐸 • 2012-12-13 05:00
prettier about, fix some other things.
Files changed (3)
M html/css/bootstrap-observium.css +3
M html/includes/print-interface-graphs.inc.php -2
M html/pages/about.inc.php +21 -19
📈 21 added 📉 21 removed

💻 r3488

Adam Armstrong 🐸 • 2012-12-13 02:51
fixes, cleanups.
Files changed (14)
A html/css/bootstrap-observium.css +491
A html/css/bootstrap-responsive.css +1,092
D html/css/bootstrap.obs.css -480
M html/includes/print-menubar.php +2 -1
M html/index.php +2 -2
M html/pages/about.inc.php +107 -115
M html/pages/api/errorcodes.inc.php +8 -1
M html/pages/bill/accurate.inc.php +23 -23
M html/pages/bill/history.inc.php +3 -3
M html/pages/bill/ports.inc.php +5 -5
M html/pages/bill/quick.inc.php +23 -23
M html/pages/bill/transfer.inc.php +28 -28
M html/pages/bills/cmonth.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
📈 203 added 📉 203 removed

💻 r3487

Adam Armstrong 🐸 • 2012-12-13 01:39
testing change to device popup (marmite, i think)
Files changed (3)
M html/includes/functions.inc.php +48 -13
M includes/common.php +79
M includes/functions.php -79
📈 127 added 📉 92 removed

💻 r3486

Adam Armstrong 🐸 • 2012-12-13 00:06
fix billing ports descriptions
Files changed (1)
M html/pages/bill/ports.inc.php +8 -12
📈 8 added 📉 12 removed

💻 r3485

Adam Armstrong 🐸 • 2012-12-12 20:05
fix graph sizes on device/apps/
Files changed (15)
M html/includes/print-graphrow.inc.php +1 -1
M html/includes/print-interface.inc.php +5 -1
M html/pages/device/apps/apache.inc.php -2
M html/pages/device/apps/drbd.inc.php -2
M html/pages/device/apps/mailscanner.inc.php +1 -3
M html/pages/device/apps/memcached.inc.php -2
M html/pages/device/apps/mysql.inc.php -2
M html/pages/device/apps/nfs.inc.php -2
M html/pages/device/apps/nginx.inc.php +1 -3
M html/pages/device/apps/ntp-client.inc.php +1 -3
M html/pages/device/apps/ntpd-server.inc.php +1 -3
M html/pages/device/apps/ntpd.inc.php -2
M html/pages/device/apps/postgresql.inc.php +1 -3
M html/pages/device/apps/powerdns.inc.php +1 -3
M html/pages/device/apps/shoutcast.inc.php +1 -3
📈 13 added 📉 35 removed

💻 r3484

Adam Armstrong 🐸 • 2012-12-12 19:30
fix large graphs mode
Files changed (7)
M html/includes/print-graphrow.inc.php +1 -1
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/mempool.inc.php +1 -1
M html/pages/device/health/processor.inc.php +1 -1
M html/pages/device/health/sensors.inc.php +1 -1
M html/pages/device/health/storage.inc.php +2 -1
M html/pages/health/mempool.inc.php +1 -4
📈 8 added 📉 10 removed

💻 r3483

Adam Armstrong 🐸 • 2012-12-12 17:43
MOAR SPAEC!
Files changed (2)
M html/css/bootstrap.obs.css +1 -5
A sql-schema/040.sql +1
📈 1 added 📉 0 removed

💻 r3482

Adam Armstrong 🐸 • 2012-12-11 20:07
fix adding bill from port page (form was closed too early, duh)
Files changed (1)
M html/pages/bills/add.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3481

Tom Laermans 🦔 • 2012-12-10 21:05
add overview graph list for postgresql - thanks to Ivan Dimitrov - close #172 again
Files changed (1)
M html/pages/apps.inc.php +1
📈 1 added 📉 0 removed

💻 r3480

Tom Laermans 🦔 • 2012-12-10 11:26
add powerdns icons
Files changed (2)
A html/images/icons/powerdns-recursor.png +1
A html/images/icons/powerdns.png +1
📈 2 added 📉 0 removed

💻 r3479

Adam Armstrong 🐸 • 2012-12-07 20:43
PostgreSQL polling support via Unix Agent. #172 from Ivan Dimitrov.
Files changed (11)
A html/includes/graphs/application/postgresql_blks.inc.php +31
A html/includes/graphs/application/postgresql_connects.inc.php +33
A html/includes/graphs/application/postgresql_queries.inc.php +34
A html/includes/graphs/application/postgresql_tuples_query.inc.php +32
A html/includes/graphs/application/postgresql_tuples.inc.php +31
A html/includes/graphs/application/postgresql_xact.inc.php +31
A html/pages/device/apps/postgresql.inc.php +49
A includes/polling/applications/postgresql.inc.php +52
A includes/polling/applications/postgresql.php +33
A scripts/agent-local/postgresql.conf +5
A scripts/agent-local/postgresql.pl +164
📈 495 added 📉 0 removed

💻 r3478

Adam Armstrong 🐸 • 2012-12-07 20:03
tweak styles
Files changed (7)
M html/css/bootstrap.obs.css +4 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +3 -9
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/devices.inc.php +1 -1
M html/pages/eventlog.inc.php +5 -1
M html/pages/inventory.inc.php +1 -1
M html/pages/ports/list.inc.php +16 -10
📈 27 added 📉 23 removed

💻 r3477

Tom Laermans 🦔 • 2012-12-07 18:49
correctly detect newer nexenta
Files changed (1)
M includes/discovery/os/solaris.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3476

Adam Armstrong 🐸 • 2012-12-07 02:37
update table formats. switch popups back to tag (D':)
Files changed (17)
M html/css/bootstrap.css +1 -1
M html/includes/dev-overview-data.inc.php +3 -3
M html/includes/functions.inc.php +10 -5
M html/includes/hostbox.inc.php +1 -1
M html/includes/print-interface.inc.php +4 -4
M html/index.php +17
M html/pages/device/overview.inc.php +3 -5
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/device/overview/processors.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/toner.inc.php +1 -1
M html/pages/device/ports.inc.php +33 -1
M html/pages/devices.inc.php +1 -1
M includes/polling/q-bridge-mib-fdb.inc.php +2
📈 81 added 📉 27 removed

💻 r3475

Tom Laermans 🦔 • 2012-12-06 14:24
use last poll instead of last discovery for device up/downtime
Files changed (1)
M includes/functions.php +4 -3
📈 4 added 📉 3 removed

💻 r3474

Adam Armstrong 🐸 • 2012-12-06 01:13
fix some tables
Files changed (2)
M html/pages/device/alerts.inc.php +3 -3
M html/pages/device/packages.inc.php +1 -1
📈 4 added 📉 4 removed

💻 r3473

Adam Armstrong 🐸 • 2012-12-05 23:56
insert missing attribution
Files changed (1)
M includes/snmp.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3472

Adam Armstrong 🐸 • 2012-12-05 20:17
show "last seen" time for down hosts
Files changed (4)
M html/includes/dev-overview-data.inc.php +1 -1
M html/includes/hostbox-basic.inc.php +1 -1
M html/includes/hostbox.inc.php +2 -1
M includes/functions.php +14
📈 18 added 📉 3 removed

💻 r3471

Tom Laermans 🦔 • 2012-12-05 16:58
fixiefix
Files changed (1)
M html/includes/hostbox.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3470

Adam Armstrong 🐸 • 2012-12-05 05:04
svn tweaks. make it ugly again. BOOYA.
Files changed (3)
M html/css/bootstrap.obs.css +12
M html/css/styles.css +6 -6
M html/includes/hostbox.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r3469

Adam Armstrong 🐸 • 2012-12-04 20:42
arista ipv6 software forwarding graphs #170
Files changed (5)
M html/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php +28 -40
M html/includes/graphs/device/netstat_arista_sw_ip.inc.php +6 -4
A html/includes/graphs/device/netstat_arista_sw_ip6_frag.inc.php +8
A html/includes/graphs/device/netstat_arista_sw_ip6.inc.php +8
M includes/definitions.inc.php +4 -4
📈 54 added 📉 48 removed

💻 r3468

Adam Armstrong 🐸 • 2012-12-04 18:35
tweak colours
Files changed (1)
M html/css/bootstrap.obs.css +2 -2
📈 0 added 📉 0 removed

💻 r3467

Tom Laermans 🦔 • 2012-12-04 11:15
f___ this fugly blue aquarel
Files changed (1)
M html/includes/hostbox.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r3466

Tom Laermans 🦔 • 2012-12-04 11:08
draytek, cisco small business and nexenta improvements from jduggan
Files changed (5)
A html/images/os/nexenta.png +1
M includes/definitions.inc.php +11
M includes/discovery/os/ciscosb.inc.php +2 -2
A includes/discovery/os/draytek.inc.php +9
M includes/discovery/os/solaris.inc.php +2 -1
📈 25 added 📉 3 removed

💻 r3465

Adam Armstrong 🐸 • 2012-12-04 08:29
glyphicons
Files changed (4)
A html/img
A html/img/glyphicons-halflings-white.png +1
A html/img/glyphicons-halflings.png +1
M html/pages/device/ports.inc.php +2
📈 4 added 📉 0 removed

💻 r3464

Adam Armstrong 🐸 • 2012-12-04 08:23
cleanups to netscaler stuff, switch to newer snmp parser for netscaler.
Files changed (4)
M html/css/bootstrap.obs.css +5
M html/pages/device/loadbalancer/netscaler_services.inc.php +17 -19
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +22 -23
M includes/snmp.inc.php +27 -47
📈 66 added 📉 89 removed

💻 r3463

Adam Armstrong 🐸 • 2012-12-04 07:11
remove duplicate notification. DERP.
Files changed (1)
M includes/polling/ports.inc.php -1
📈 0 added 📉 1 removed

💻 r3462

Adam Armstrong 🐸 • 2012-12-04 04:34
remove a td
Files changed (1)
M html/pages/devices.inc.php -1
📈 0 added 📉 1 removed

💻 r3461

Adam Armstrong 🐸 • 2012-12-04 04:32
update devices page
Files changed (2)
M html/includes/hostbox.inc.php +12 -13
M html/pages/devices.inc.php +16 -11
📈 28 added 📉 24 removed

💻 r3460

Adam Armstrong 🐸 • 2012-12-04 04:20
change some colours
Files changed (2)
M html/css/bootstrap.obs.css +5
M html/css/styles.css +3 -3
📈 0 added 📉 0 removed

💻 r3459

Adam Armstrong 🐸 • 2012-12-04 04:15
changes to pagination (only on ports and eventlog right now)
Files changed (2)
M html/pages/eventlog.inc.php +1 -1
M html/pages/ports/list.inc.php +4 -2
📈 5 added 📉 3 removed

💻 r3458

Adam Armstrong 🐸 • 2012-12-04 04:09
some pagination. it kinda sucks.
Files changed (8)
M html/css/bootstrap.css +2 -2
M html/css/bootstrap.obs.css +31 -12
M html/css/styles.css -7
M html/includes/functions.inc.php +101
M html/pages/eventlog.inc.php +11 -1
M html/pages/ports/list.inc.php +17 -9
M includes/defaults.inc.php +1
M includes/snmp.inc.php +2
📈 132 added 📉 10 removed

💻 r3457

Adam Armstrong 🐸 • 2012-12-04 03:19
fix fenestro's code :)
Files changed (3)
M html/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php -1
M html/includes/graphs/device/netstat_arista_sw_ip.inc.php -1
M includes/definitions.inc.php +36 -1
📈 36 added 📉 3 removed

💻 r3456

Adam Armstrong 🐸 • 2012-12-04 02:51
add support for Juniper IVE
Files changed (10)
A html/includes/graphs/device/juniperive_connections.inc.php +22
A html/includes/graphs/device/juniperive_meetings.inc.php +22
A html/includes/graphs/device/juniperive_storage.inc.php +27
A html/includes/graphs/device/juniperive_users.inc.php +22
A includes/discovery/mempools/juniperive.inc.php +16
A includes/discovery/os/juniperive.inc.php +10
A includes/discovery/processors/juniperive.inc.php +15
A includes/polling/mempools/juniperive.inc.php +13
A includes/polling/os/juniperive.inc.php +70
A mibs/JUNIPER-IVE-MIB +669
📈 217 added 📉 0 removed

💻 r3455

Adam Armstrong 🐸 • 2012-12-04 02:41
add support for EOS SW-IP-FORWARDING for our favourite switch vendor, Arista. #167
Files changed (7)
A html/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php +50
A html/includes/graphs/device/netstat_arista_sw_ip.inc.php +41
M includes/defaults.inc.php +1
A includes/polling/arista-software-ip-forwarding.inc.php +54
M mibs/ARISTA-PRODUCTS-MIB +113 -8
M mibs/ARISTA-SMI-MIB +17 -7
A mibs/ARISTA-SW-IP-FORWARDING-MIB +889
📈 146 added 📉 0 removed

💻 r3454

Adam Armstrong 🐸 • 2012-12-04 02:37
fenfix #168
Files changed (1)
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3453

Adam Armstrong 🐸 • 2012-12-03 20:29
allow specifying port_id by ifDescr in graph.php, switch to different oid parser.
Files changed (3)
M html/includes/graphs/port/auth.inc.php +6 -2
M includes/common.php +20 -1
M includes/snmp.inc.php +47 -5
📈 73 added 📉 8 removed

💻 r3452

Adam Armstrong 🐸 • 2012-12-03 17:05
add ifName to port alerts (should make this more standard in future)
Files changed (1)
M includes/polling/ports.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r3451

Adam Armstrong 🐸 • 2012-12-03 05:40
clean up ports poller output a little
Files changed (1)
M includes/polling/ports.inc.php +17 -4
📈 17 added 📉 4 removed

💻 r3450

Adam Armstrong 🐸 • 2012-12-03 05:27
don't alert on saturation threshold for ignored ports
Files changed (1)
M includes/polling/ports.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r3449

Tom Laermans 🦔 • 2012-12-02 21:12
pass on transport upon addhost
Files changed (1)
M includes/functions.php +5 -5
📈 5 added 📉 5 removed

💻 r3448

Tom Laermans 🦔 • 2012-12-02 12:15
Add F5 load balancer discovery
Files changed (3)
A html/images/os/f5.png +1
M includes/definitions.inc.php +9
M includes/discovery/os/linux.inc.php +1
📈 11 added 📉 0 removed

💻 r3447

Adam Armstrong 🐸 • 2012-12-02 00:09
variable change for fdb stuff. remove border from logging and inventory tables
Files changed (4)
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/device/logs/syslog.inc.php +1 -1
M includes/polling/q-bridge-mib-fdb.inc.php +5 -4
📈 8 added 📉 7 removed

💻 r3446

Adam Armstrong 🐸 • 2012-12-01 23:57
remove debugging, allow any non-empty values past snmp_get
Files changed (2)
M includes/polling/q-bridge-mib-fdb.inc.php -4
M includes/snmp.inc.php +1 -1
📈 1 added 📉 5 removed

💻 r3445

Adam Armstrong 🐸 • 2012-12-01 23:45
css cleanup from mile stupalov #118
Files changed (1)
M html/css/styles.css +116 -199
📈 0 added 📉 0 removed

💻 r3444

Adam Armstrong 🐸 • 2012-12-01 23:28
don't ignore ports with no ifDescr, only if no ifDescr AND no ifName (ifDescr is human-settable on some hardware, duh).
Files changed (3)
M includes/functions.php +1 -1
M includes/polling/q-bridge-mib-fdb.inc.php +3
M mibs/ORiNOCO-MIB +9,508 -6,229
📈 4 added 📉 1 removed

💻 r3443

Adam Armstrong 🐸 • 2012-12-01 23:21
add port_id for debugging
Files changed (1)
M includes/polling/q-bridge-mib-fdb.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3442

Adam Armstrong 🐸 • 2012-12-01 23:18
add per-port fdb display
Files changed (1)
A html/pages/device/port/fdb.inc.php +58
📈 58 added 📉 0 removed

💻 r3441

Adam Armstrong 🐸 • 2012-12-01 23:18
update q-bridge-mib-fdb to use dot1dbaseport (thanks, 1980s network fools).
Files changed (2)
M html/pages/device/port.inc.php +8 -2
M includes/polling/q-bridge-mib-fdb.inc.php +16 -7
📈 24 added 📉 9 removed

💻 r3440

Adam Armstrong 🐸 • 2012-12-01 03:30
Add support for polling Q-BRIDGE-MIB fdb tables (per-vlan mac address table for switches) Enabled for all devices and oses at the moment.
Files changed (5)
A html/pages/device/ports/fdb.inc.php +60
M includes/defaults.inc.php +2 -1
A includes/polling/q-bridge-mib-fdb.inc.php +78
M includes/snmp.inc.php +2
A sql-schema/039.sql +1
📈 143 added 📉 1 removed

💻 r3439

Adam Armstrong 🐸 • 2012-11-30 22:50
shift popup slightly to allow clicking links
Files changed (1)
M html/index.php +5 -1
📈 5 added 📉 1 removed

💻 r3438

Adam Armstrong 🐸 • 2012-11-30 22:14
moved qtip
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r3437

Adam Armstrong 🐸 • 2012-11-30 22:10
remove overlib load. RIP overLib :)
Files changed (1)
M html/index.php -1
📈 0 added 📉 1 removed

💻 r3436

Adam Armstrong 🐸 • 2012-11-30 22:06
improved tooltips from qtip 2 (http://craigsworks.com/projects/qtip2/) thanks to Craig Thompson. Qtip is licensed under the MIT license.
Files changed (17)
M html/css/bootstrap.obs.css +5 -5
A html/css/jquery.qtip.css +603
M html/css/styles.css -28
M html/includes/functions.inc.php +12 -11
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/port/errors.inc.php +2 -2
M html/includes/graphs/port/nupkts.inc.php +2 -3
M html/includes/graphs/port/upkts.inc.php +3 -1
M html/includes/print-event.inc.php +9 -7
M html/index.php +30 -4
M html/js/jquery.min.js +2 -4
A html/js/jquery.qtip.min.js +2
M html/pages/device/loadbalancer/netscaler_services.inc.php +27 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +4 -10
M html/pages/device/port/events.inc.php +11 -8
M html/pages/device/ports.inc.php +6 -1
M html/pages/device/ports/arp.inc.php +14 -3
📈 121 added 📉 52 removed

💻 r3435

Adam Armstrong 🐸 • 2012-11-30 02:57
clean up health pages. fix popups.
Files changed (4)
M html/pages/health/mempool.inc.php +44 -40
M html/pages/health/processor.inc.php +22 -32
M html/pages/health/sensors.inc.php +26 -38
M html/pages/health/storage.inc.php +48 -60
📈 140 added 📉 170 removed

💻 r3434

Adam Armstrong 🐸 • 2012-11-29 23:50
god. fix this shit. WHY DID IT WRITE IT LIKE THIS?
Files changed (1)
M includes/discovery/arp-table.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r3433

Adam Armstrong 🐸 • 2012-11-29 17:31
fix transparent table backgrounds (was bleeding into popups, bleh)
Files changed (1)
M html/css/bootstrap.obs.css +9
📈 0 added 📉 0 removed

💻 r3432

Adam Armstrong 🐸 • 2012-11-28 23:16
cleanups of css (ARGH) and addition of sysName searching on /devices/
Files changed (3)
M html/css/bootstrap.obs.css +37
M html/pages/devices.inc.php +12 -2
M html/pages/eventlog.inc.php +14 -9
📈 26 added 📉 11 removed

💻 r3431

Adam Armstrong 🐸 • 2012-11-28 22:32
update bootstrap.
Files changed (6)
M html/css/bootstrap.css +1,880 -968
M html/css/bootstrap.obs.css +114 -31
M html/css/styles.css -14
A html/images/glyphicons-halflings-white.png +1
A html/images/glyphicons-halflings.png +1
M html/pages/ports/list.inc.php +1
📈 3 added 📉 0 removed

💻 r3430

Adam Armstrong 🐸 • 2012-11-28 02:44
clean up inventory page. fix bootstrap so prepending works (!) appending unfixed
Files changed (3)
M html/css/bootstrap.css +1 -1
M html/css/bootstrap.obs.css +7
M html/pages/inventory.inc.php +35 -18
📈 35 added 📉 18 removed

💻 r3429

Adam Armstrong 🐸 • 2012-11-27 20:11
fix customer graph titles
Files changed (1)
M html/includes/graphs/customer/auth.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3428

Adam Armstrong 🐸 • 2012-11-27 19:53
only alert on sensors when above/below, not equal to limits
Files changed (1)
M includes/polling/functions.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3427

Adam Armstrong 🐸 • 2012-11-27 18:10
DBAs suck
Files changed (1)
A sql-schema/038.sql +2
📈 2 added 📉 0 removed

💻 r3426

Adam Armstrong 🐸 • 2012-11-27 07:03
sql file for new netscaler tables
Files changed (1)
A sql-schema/037.sql +2
📈 2 added 📉 0 removed

💻 r3425

Adam Armstrong 🐸 • 2012-11-27 06:59
improvements to netscaler support (rrd format not final)
Files changed (12)
A html/includes/graphs/netscalersvc
A html/includes/graphs/netscalersvc/auth.inc.php +20
A html/includes/graphs/netscalersvc/bits.inc.php +8
A html/includes/graphs/netscalersvc/conns.inc.php +22
A html/includes/graphs/netscalersvc/pkts.inc.php +19
A html/includes/graphs/netscalersvc/reqs.inc.php +22
M html/pages/device.inc.php +3
M html/pages/device/loadbalancer.inc.php +1
A html/pages/device/loadbalancer/netscaler_services.inc.php +148
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +78 -5
M includes/polling/netscaler-vsvr.inc.php +202 -1
M includes/snmp.inc.php +38
📈 561 added 📉 6 removed

💻 r3424

Adam Armstrong 🐸 • 2012-11-26 21:28
better detection of brocade nos devices. #151
Files changed (1)
M includes/discovery/os/nos.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3423

Adam Armstrong 🐸 • 2012-11-26 16:00
replace the eregi_replace command with preg_replace, because ereg(i)_replace is decaprecated in 5.3 and up
Files changed (3)
M html/css/bootstrap.obs.css +7
M html/pages/device/alerts.inc.php +2 -3
M scripts/agent-local/ntpd +5 -4
📈 7 added 📉 7 removed

💻 r3422

Adam Armstrong 🐸 • 2012-11-23 11:21
add 10second time limit for rrdgraph wait loop.
Files changed (3)
M html/includes/functions.inc.php +1 -3
M html/pages/device/alerts.inc.php +1 -1
M includes/rrdtool.inc.php +4 -1
📈 6 added 📉 5 removed

💻 r3421

Adam Armstrong 🐸 • 2012-11-23 09:56
clicky topnav
Files changed (2)
M html/includes/topnav.inc.php +10 -10
M html/pages/devices.inc.php +6
📈 16 added 📉 10 removed

💻 r3420

Adam Armstrong 🐸 • 2012-11-23 09:25
fixes
Files changed (3)
M html/pages/device/edit/apps.inc.php +2 -1
M html/pages/device/edit/modules.inc.php +17 -8
A sql-schema/036.sql +1
📈 20 added 📉 9 removed

💻 r3419

Adam Armstrong 🐸 • 2012-11-23 09:07
remove debugging
Files changed (1)
M html/pages/device/edit/sensors.inc.php -6
📈 0 added 📉 6 removed

💻 r3418

Adam Armstrong 🐸 • 2012-11-23 07:34
add the ability to disable sensor alerts and change alert thresholds. by request of mmoerman.
Files changed (5)
M html/pages/device/edit.inc.php +3 -1
A html/pages/device/edit/sensors.inc.php +91
M includes/definitions.inc.php +10
M includes/polling/functions.inc.php +23 -16
M includes/polling/sensors.inc.php +2 -17
📈 129 added 📉 34 removed

💻 r3417

Adam Armstrong 🐸 • 2012-11-23 03:35
change status type to 'system' instead of up/down
Files changed (1)
M includes/polling/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3416

Adam Armstrong 🐸 • 2012-11-23 02:52
fix eventlog search. add type. FIXME: device/port caching for eventlog entries!
Files changed (1)
M html/pages/eventlog.inc.php +52 -18
📈 52 added 📉 18 removed

💻 r3415

Adam Armstrong 🐸 • 2012-11-23 02:38
fix device/logs/eventlog search.
Files changed (1)
M html/pages/device/logs/eventlog.inc.php +37 -4
📈 37 added 📉 4 removed

💻 r3414

Adam Armstrong 🐸 • 2012-11-23 00:26
Latest software for cisco pix have strange error, it display sysDescr as: Cisco Cisco PIX Security Appliance Version 8.0(4)32 Modified to accept repeated "Cisco ". #121
Files changed (1)
M includes/discovery/os/pix.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r3413

Adam Armstrong 🐸 • 2012-11-23 00:23
add basic NFS-Client polling to unix agent.
Files changed (6)
A html/includes/graphs/application/nfs_nfs2.inc.php +31
A html/includes/graphs/application/nfs_nfs3.inc.php +32
A html/includes/graphs/application/nfs_nfs4.inc.php +48
A html/pages/device/apps/nfs.inc.php +28
A includes/polling/applications/nfs.inc.php +76
A scripts/agent-local/nfs +6
📈 221 added 📉 0 removed

💻 r3412

Adam Armstrong 🐸 • 2012-11-23 00:18
fix ports description search
Files changed (2)
M html/css/bootstrap.css +1 -1
M html/pages/ports.inc.php +9
📈 9 added 📉 0 removed

💻 r3411

Adam Armstrong 🐸 • 2012-11-22 23:31
clean up logging pages
Files changed (7)
M html/css/bootstrap.css +1 -1
M html/css/bootstrap.obs.css +5 -1
M html/includes/print-event.inc.php +1 -2
M html/includes/print-syslog.inc.php +1 -2
M html/pages/device/logs/eventlog.inc.php +1 -2
M html/pages/device/logs/syslog.inc.php +1 -2
M html/pages/eventlog.inc.php +14 -2
📈 18 added 📉 10 removed

💻 r3410

Adam Armstrong 🐸 • 2012-11-22 22:44
update J mibs to 12.2
Files changed (12)
M mibs/junos/mib-jnx-bfd.txt +11 -1
M mibs/junos/mib-jnx-chas-defines.txt +159
M mibs/junos/mib-jnx-chassis.txt +34 -6
M mibs/junos/mib-jnx-firewall.txt +80
M mibs/junos/mib-jnx-if-extensions.txt +377 -4
M mibs/junos/mib-jnx-ipforward.txt +41 -6
M mibs/junos/mib-jnx-l2cp-features.txt +110 -6
M mibs/junos/mib-jnx-l2tp.txt +131 -18
M mibs/junos/mib-jnx-pfe.txt +84 -2
M mibs/junos/mib-jnx-ppp.txt +94 -15
M mibs/junos/mib-jnx-smi.txt +23 -2
M mibs/junos/mib-jnx-sp.txt +29 -1
📈 0 added 📉 0 removed

💻 r3409

Tom Laermans 🦔 • 2012-11-22 19:54
better fedora image, recognize fedora in distro detection script
Files changed (2)
M html/images/os/fedora.png ±0
M scripts/distro +2
📈 2 added 📉 0 removed

💻 r3408

Adam Armstrong 🐸 • 2012-11-22 18:45
remove GPL crap from README
Files changed (2)
M includes/polling/entity-physical.inc.php +2 -1
M README -17
📈 2 added 📉 18 removed

💻 r3407

Adam Armstrong 🐸 • 2012-11-10 17:18
Update entphysical state tables
Files changed (2)
M includes/polling/entity-physical.inc.php +6 -5
A sql-schema/035.sql +1
📈 7 added 📉 5 removed

💻 r3406

Tom Laermans 🦔 • 2012-11-10 13:28
disable email alerts by default, as they're unpredictable and weird.
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3405

Tom Laermans 🦔 • 2012-11-07 15:04
add serial number to Foundry/Brocade ironware devices, patch by Menno Kortekaas
Files changed (1)
M includes/polling/os/ironware.inc.php +3
📈 3 added 📉 0 removed

💻 r3404

Tom Laermans 🦔 • 2012-11-07 14:44
added rewrites for Brocade, patch by Menno Kortekaas
Files changed (1)
M includes/rewrites.php +77
📈 77 added 📉 0 removed

💻 r3403

Adam Armstrong 🐸 • 2012-10-25 21:35
more
Files changed (2)
M html/pages/devices/graph.inc.php +2 -2
M html/pages/ports/graph.inc.php +4 -4
📈 6 added 📉 6 removed

💻 r3402

Adam Armstrong 🐸 • 2012-10-25 21:00
non-widescreen big graphs bigger
Files changed (1)
M html/pages/devices/graph.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r3401

Adam Armstrong 🐸 • 2012-10-25 17:41
new file for prev commit
Files changed (1)
A html/pages/devices/graph.inc.php +72
📈 72 added 📉 0 removed

💻 r3400

Adam Armstrong 🐸 • 2012-10-25 17:40
larger/smaller graphs on ports and devices page for nikolay
Files changed (4)
M html/includes/graphs/generic_multi_line.inc.php +1 -1
M html/index.php +3
M html/pages/devices.inc.php +5 -27
M html/pages/ports/graph.inc.php +33 -5
📈 42 added 📉 33 removed

💻 r3399

Tom Laermans 🦔 • 2012-10-23 22:42
fix polling of bgp statistics
Files changed (2)
M html/pages/device/routing/bgp.inc.php +2 -2
M includes/polling/bgp-peers.inc.php +1 -1
📈 3 added 📉 3 removed

💻 r3398

Adam Armstrong 🐸 • 2012-10-19 21:20
big_graphs mode for both normal (1280) and widescreen (1920) layouts, they use 3 and 4 graphs.
Files changed (2)
M html/includes/header.inc.php +15 -4
M html/includes/print-graphrow.inc.php +20 -6
📈 35 added 📉 10 removed

💻 r3397

Adam Armstrong 🐸 • 2012-10-11 03:01
Improve SSL detection a bit
Files changed (1)
M includes/definitions.inc.php +18 -3
📈 18 added 📉 3 removed

💻 r3396

Tom Laermans 🦔 • 2012-10-09 14:06
add ubiquiti airos support. bother falz in case of issues.
Files changed (8)
A html/images/os/ubiquiti.png +1
M includes/definitions.inc.php +10
A includes/discovery/mempools/airos.inc.php +25
M includes/discovery/os/linux.inc.php +6 -4
A includes/discovery/processors/airos.inc.php +22
A includes/polling/mempools/airos.inc.php +10
A includes/polling/os/airos.inc.php +12
A mibs/FROGFOOT-RESOURCES-MIB +368
📈 86 added 📉 4 removed

💻 r3395

Tom Laermans 🦔 • 2012-10-09 13:20
remove silly code
Files changed (1)
M includes/functions.php +1 -4
📈 1 added 📉 4 removed

💻 r3394

Adam Armstrong 🐸 • 2012-10-08 23:06
remove debugging
Files changed (1)
M html/pages/ports.inc.php -2
📈 0 added 📉 2 removed

💻 r3393

Adam Armstrong 🐸 • 2012-10-08 23:03
change for nikolay (in testing, we can probably do this better)
Files changed (1)
M html/pages/ports.inc.php +10 -2
📈 10 added 📉 2 removed

💻 r3392

Adam Armstrong 🐸 • 2012-10-04 17:04
fix ports-state schema (allow NULL) #134
Files changed (1)
A sql-schema/034.sql +2
📈 2 added 📉 0 removed

💻 r3391

Adam Armstrong 🐸 • 2012-10-04 17:02
add hostname to bgp alerts (temporary stuff until new alerting system in ~2065)
Files changed (1)
M includes/polling/bgp-peers.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r3390

Tom Laermans 🦔 • 2012-10-03 23:22
don't show services tab if show_services is set to 0
Files changed (1)
M html/pages/device.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3389

Adam Armstrong 🐸 • 2012-10-03 14:36
improved apc support from Wolfgang Breyha. (#128)
Files changed (1)
M includes/discovery/current/apc.inc.php +39
📈 39 added 📉 0 removed

💻 r3388

Adam Armstrong 🐸 • 2012-10-03 14:34
brocade nos support from Per Hodneland (#129)
Files changed (9)
M includes/definitions.inc.php +7
A includes/discovery/fanspeeds/nos.inc.php +34
A includes/discovery/mempools/nos.inc.php +17
A includes/discovery/os/nos.inc.php +8
A includes/discovery/processors/nos.inc.php +18
A includes/discovery/temperatures/nos.inc.php +34
A includes/polling/mempools/nos.inc.php +9
A includes/polling/os/nos.inc.php +7
A includes/polling/processors/nos.inc.php +5
📈 139 added 📉 0 removed

💻 r3387

Adam Armstrong 🐸 • 2012-10-03 14:32
corrects IPv6 support in the file graph.inc.php for the configuration variable 'allow_unauth_graphs_cidr'. - From Mike Stupalov
Files changed (1)
M html/includes/graphs/graph.inc.php +23 -6
📈 23 added 📉 6 removed

💻 r3386

Adam Armstrong 🐸 • 2012-10-03 14:28
table improvements
Files changed (6)
M html/includes/print-event.inc.php +2 -3
M html/includes/print-syslog.inc.php +4 -4
M html/pages/device/alerts.inc.php +24 -20
M html/pages/device/hrdevice.inc.php +28 -16
M html/pages/device/logs/eventlog.inc.php +13 -8
M html/pages/device/logs/syslog.inc.php +12 -1
📈 83 added 📉 52 removed

💻 r3385

Adam Armstrong 🐸 • 2012-09-21 00:53
packages prettification
Files changed (2)
M html/pages/device/packages.inc.php +20 -9
M html/pages/packages.inc.php +31 -15
📈 51 added 📉 24 removed

💻 r3384

Adam Armstrong 🐸 • 2012-09-20 23:17
minifix
Files changed (1)
M includes/polling/unix-agent.inc.php +5 -48
📈 5 added 📉 48 removed

💻 r3383

Adam Armstrong 🐸 • 2012-09-20 22:59
billing updates from codekiller
Files changed (8)
M html/pages/bill/accurate.inc.php +13
M html/pages/bill/delete.inc.php +1 -1
M html/pages/bill/edit.inc.php +1 -1
M html/pages/bill/ports.inc.php +7
M html/pages/bill/quick.inc.php +13
M html/pages/bill/reset.inc.php +2 -2
M html/pages/bill/transfer.inc.php +13
M html/pages/bills/add.inc.php +99 -97
📈 149 added 📉 101 removed

💻 r3382

Adam Armstrong 🐸 • 2012-09-20 22:57
preliminary API from codekiller
Files changed (18)
A html/api.php +66
A html/includes/api
A html/includes/api/errorcodes.inc.php +34
A html/includes/api/functions.inc.php +221
A html/includes/api/module.billing.inc.php +177
A html/includes/api/module.demo.inc.php +29
A html/includes/api/module.inventory.inc.php +64
A html/includes/api/module.packages.inc.php +64
M html/includes/print-menubar.php +21 -2
A html/pages/api
A html/pages/api/errorcodes.inc.php +20
A html/pages/api/manual.billing.inc.php +38
A html/pages/api/manual.encryption.inc.php +27
A html/pages/api/manual.general.inc.php +28
A html/pages/api/manual.inc.php +30
A html/pages/api/manual.inventory.inc.php +18
A html/pages/api/manual.packages.inc.php +18
M includes/defaults.inc.php +11
📈 866 added 📉 2 removed

💻 r3381

Adam Armstrong 🐸 • 2012-09-20 22:54
shoutcast.conf
Files changed (1)
A scripts/agent-local/shoutcast.conf +6
📈 6 added 📉 0 removed

💻 r3380

Adam Armstrong 🐸 • 2012-09-20 22:53
fixes from codekiller
Files changed (2)
M html/pages/graphs.inc.php +2 -2
M includes/polling/unix-agent.inc.php +48 -5
📈 50 added 📉 7 removed

💻 r3379

Adam Armstrong 🐸 • 2012-09-20 22:51
remove notices from debugging from codekiller
Files changed (3)
M html/billing-graph.php +1 -1
M html/graph.php +1 -1
M html/index.php +1 -1
📈 3 added 📉 3 removed

💻 r3378

Tom Laermans 🦔 • 2012-09-11 15:31
ksm shared pages graph via agent script
Files changed (5)
A html/includes/graphs/device/ksm_pages.inc.php +23
M includes/definitions.inc.php +4
M includes/polling/unix-agent.inc.php +15 -12
A includes/polling/unix-agent/ksm.inc.php +28
M scripts/agent-local/ksm +1 -1
📈 71 added 📉 13 removed

💻 r3377

Tom Laermans 🦔 • 2012-09-11 13:26
add ksm script, remove old ntp snmp scripts
Files changed (3)
A scripts/agent-local/ksm +11
D scripts/ntp-client.php -81
D scripts/ntpd-server.php -88
📈 11 added 📉 169 removed

💻 r3376

Tom Laermans 🦔 • 2012-09-11 13:26
add powerdns-recursor app poller, no graphing/webinterface yet + other small fixes
Files changed (5)
M html/includes/functions.inc.php +2
M html/includes/graphs/generic_multi_line.inc.php +2 -2
M html/includes/print-menubar.php +4 -2
A includes/polling/applications/powerdns-recursor.inc.php +138
M includes/polling/applications/powerdns.inc.php +2 -1
📈 148 added 📉 5 removed

💻 r3375

Tom Laermans 🦔 • 2012-09-10 14:22
correct unit on hr_users
Files changed (1)
M html/includes/graphs/device/hr_users.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3374

Adam Armstrong 🐸 • 2012-08-30 00:32
____ _ _ _____ ___ ____ _ _ ___ / ___|| | / \ | ___/ _ \/ ___|| | | |/ _ \ \___ \| | / _ \ | |_ | | | \___ \| |_| | | | | ___) | |___ / ___ \| _|| |_| |___) | _ | |_| | |____/|_____/_/ \_\_| \___/|____/|_| |_|\___/
Files changed (2)
M html/includes/graphs/device/sla.inc.php +5 -7
M html/pages/device/slas.inc.php +1 -1
📈 6 added 📉 8 removed

💻 r3373

Adam Armstrong 🐸 • 2012-08-27 13:45
`#@#@@@@@@, #@@. `#@#@@@@@@, '@+ ,@@@@' .#@@` @@ +@# #@ `@@ @; .@' ,@ .@' `@` #@ .@ @# @ @' +# @+ @` @, @ @, ,@@@@@@@@@@@@@@@#, `@ @ ;@@@+;::::::::::::::;#@@@' @ @' ;@@'::::::::::::::::::::::::+@@@. ;+ @ `@@;::::::::::::::::::::::::::::::;@@# @ @ .@@::::::::::::::::::::::::::::::::::::'@# @ @` @@::::::::::::::::::::::::::::::::::::::::;@#@ #; +@::::::::::::::::::::::::::::::::::::::::::::'@, +; @#::::::::::::::::::::::::::::::::::::::::::::::#@# +; @;:::::::::::::::::::::::::::::::::::::::::::::::@:'@ @. `@:::::::::::::::::::::::::::::::::::::::::::::::::@:::@` @ `@::::::::::::::::::::::::::::::::::::::::::::::::::@::::@` @ @:::::::::::::::::::::::::::::::::::::::::::::::::::@:::::@ @ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@'; @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ +@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@+ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@:@` @;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ .@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@; @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ ,@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@, @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ `@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'# @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ :#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+; @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ .@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@. @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+' @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ '+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @@::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ +@;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ ,@::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::++ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@, @::::::::::;+@@@@+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @:::::::+@@@; ;@@@::::::::::::::::::::;@@@@@@@@@+::::::::::::::::::::::::::::::@ @;::::@@' `@@::::::::::::::::@@# ,@@+:::::::::::::::::::::::::::@ `@::+@: `@;::::::::::::@@` '@;:::::::::::::::::::::::::@ @;@# @#::::::::::@; @@:::::::::::::::::::::::+' @, ##:::::::;@ '@::::::::::::::::::::::@ @, @+::::::@ .@:::::::::::::::::::::@ +@' @:::::@ ,@::::::::::::::::::::@ @@@@ @:::@` #+::::::::::::::::::+' @@@@@ ##:++ @::::::::::::::::::@ @@@@@ @:@@@, `@:::::::::::::::::@ ,@@@@+ #@@@@@# @:::::::::::::::::@ @` @@@@@@ ,#:::::::::::::::+; @ @@@@@@ @:::::::::::::::@ @ ;'@@@@` @:::::::::::::::@ @ @ ;; @:::::::::@+::::@ @ @ +;:::::::'@@:::+; @ @ +;:::::::@:@:::@ @ @ @ +;:::::::@:@:::@ @@ @ @ @:::::::#+:@:::@ '+@ ;; #. @:::::::@::@::+; @ @ @ .+ @::::::;@::@::@ #,`@ @ @ @::::::@;::@::@ @ #, ;# @ #'::::::@:::@::@@. @ @ .# @::::::+#::;#:+;@ @ `@ `@@ ++::::::@:::;#:@@` :# '@ ,@@::@ @:::::::@:::++:@@ @ '@ '@@@@@@@@@@#::::#+ @:::::::@;:::++:@. @ `@# ;@@'::::::::::::::::@, @;:::::::@::::#;+@ @ @@@` @#::::::::::::::::::::@' @':::::::+#::::#;@; +; @:;@@@@:::::::::::::::::::::::@@ @:::::::::@:::::@:@ @ ;+::::@+::::::::::::::::::::::::'@` #@::::::::::@:::::@'@ @ ,;;#;::::@:::::::::::::::::::::::::::@@. +@+::::::::::@':::::@@# ,# `@@##@::::@':::::::::::::::::::::::::::::#@@'. ,#@@'::::::::::::@::::::@@: @` @::::@::::@:::::::::::::::::::::::::::::::::'#@@@@#;::::::::::::::'@::::::@@ @ '+::::@::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::::@::::::'@@@, @:::::@::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::::@::::'@+:::#@, @:::::@::::@::::::::::::::::::::::::::::::::::::::::::::::::::::::#+:::'@:::::::@, ;':::::@:::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::@::::@:::::::::@ #::::::@:::::@':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#; @:::;::@::::::@':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;;::::@ @:::@@:@::::::@@@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@@#@:::@ ;;:::+@@::::@@',:@@@@@@@@@@@@@@@@@@@@@#;:::::::::::::::::::::::::::::::::::@+::@'::@ #::::@@::'@',,,,,,,,,,,,,,,,,,,,,,,,,;#@@@'::::::::::::::::::::::::::::::;@::::;::@ @::::+@:@@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@@':::::::::::::::::::::::::::@::::::::@ @:::::@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@#:::::::::::::::::::::::::@::::::::@ @::::@+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+@:::::::::::::::::::::::'#:::::::+; +@::#+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@@:::::::::::::::::::::#+:::::::@ #@'@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+@::::::::::::::::::::++:::::::@ `@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@;::::::::::::::::::'#::::::#, #;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@':::::::::::::::::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@':::::::::::::::::::::::@ #',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::::::::::@. @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::::@::::::@. @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@::::::::::::+@;:'@@ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#+:::::::::::::@@+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,'#::::::::::::;# @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,++:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#'::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ '+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @:,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,++:::::::::::@ @@,,,,,,,,,,,,,,,,+#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::@ `@@@@######+,,,,@@@@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::@@: `.....@',,,@@@@',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@'::::::::::::@ '@+ @,,,@@@@:,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::::@ @' .#,,,:@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@+:::::::::::::@ @ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::@ @` @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@;::::::::::::::@ #:@ .@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@:::::::::::::::@ @ @ `@@;,,,;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,;@::::::::::::::::@ @, ;' `+@@@+@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@:::::::::::::::::@`@# @ @;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@::::::::::::::::::#@@ @ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,'@:::::::::::::::::::@+ '; `@@@,,,,,,,,,,,,,,,,,,,,,,,,,,@@::::::::::::::::::'@. @ @@ @;@+,,,,,,,,,,,,,,,,,,,,,,#@'::::::::::::::::::@@ @ ,@@` @::#@+,,,,,,,,,,,,,,,,,:@@+::::::::::::::::::+@: @ #@# @::::+@@@',,,,,,,,,;#@@@:::::::::::::::::::'@# ;' ;@ @::::::::+@@@@@@@@@+;::::::::::::::::::::;@@ @ @# .#::::::::::::::::::::::::::::::::::::::'@@ @ @:@, +'::::::::::::::::::::::::::::::::::::+@@ @ @ @ @:::::::::::::::::::::::::::::::::::@@# #. @. @' @::::::::::::::::::::::::::::::::;@@; ,+ @ @ @::::::::::::::::::::::::::::::#@@` @ @. @` @:::::::::::::::::::::::::::'@@; @ @ ,@ ;+::::::::::::::::::::::::;@@# @ '' @ @:::::::::::::::::::::::@@@. @ @ @, @:::::::::::::::::::::;@` @@ .@ `@ @:::::::::::::::::::::@. .@,@# @ @,#::::::::::::::::::::@`@, @ '@, @ #@;:::::::::::::::::::;@ @ @' @@ #; @@::::::::::::::::::::@ @ ## +@ @ @'@:::::::::::::::::::#' @` ## .@ +@@@ @. @'::::::::::::::::::@ ;' #@ `@ .@@: @` @. `@:::::::::::::::::@` @ #@ `@ .+@@@#; ,@# @ @. @:::::::::::::::::@ @ @# .@@@@@;...,+@@@, `@# '+ @, @;:::::::::::::::@ @ @+ @@, @@' #@ @ ;@' .@::::::::::::::'# @ @: #@` +@` `@: @ @@# @::::::::::::::@ @` `@` @+ @# '@ #; .@.@ @:::::::::::::#' ;; '@ `@. ;@ #@ @ #@ @ ,@::::::::::::@ `@ @@ .@ @, @' @.@; @. @:::::::::::@, @ `@: .@ @+ @: @@ ;# @:::::::::::@ @ #@ @ #@ @: @ :#:::::::::@` @ @+ @` +@ #' @` @:::::::::@ @ +@ @: '@ +# ,# @::::::::@` @ `@' '@ +@ .@ @ ;#:::::::@ +. @@ @ #+ @ #: @::::::@` ,+ '@` @. @, @` @ @::::::@ @ ;@, `@ @ ;# @` '+::::@` @ ,@+ @` `@ @ @ @::::@ @ .@+ `@ ++ @. @ @:::@` @ ,@+ @` @ `@ @ @:::@ ,@@' @ `@ @` @ ;+:#` +; @` @ .@ @:@ @ @ @` @ @+, @ @` @ '' @@ +: `@ '' @ @; @ @ @ +' @ :' @ @ ,# @ +: ;# @. @ @ @ @ ,' @ @ @ @ .# @. @ @ #. @ ,+ @` @ .@ +. ,' @ @` @ @ @ @ @ @ @ @ @ @ :' +; @ @
Files changed (1)
M includes/discovery/frequencies/apc.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3372

Adam Armstrong 🐸 • 2012-08-25 15:39
20:18 < falz> _ 20:18 < falz> /\) _ 20:18 < falz> _ / / (/\ 20:18 < falz> /\) ( Y) \ \ 20:18 < falz> / / "" (Y ) 20:18 < falz> ( Y) "" 20:18 < falz> ""
Files changed (1)
M html/pages/device/nfsen.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r3371

Adam Armstrong 🐸 • 2012-08-25 15:35
shoutcast fix
Files changed (1)
M scripts/agent-local/shoutcast +5 -6
📈 5 added 📉 6 removed

💻 r3370

Adam Armstrong 🐸 • 2012-08-24 04:07
shit from falz, yo.
Files changed (2)
A includes/discovery/temperatures/routeros.inc.php +26
A includes/discovery/voltages/routeros.inc.php +25
📈 51 added 📉 0 removed

💻 r3369

Tom Laermans 🦔 • 2012-08-23 10:26
fix unix agent error message upon failure
Files changed (1)
M includes/polling/unix-agent.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r3368

Tom Laermans 🦔 • 2012-08-21 14:06
update for mmoerman, who was feeling restless about the svn silence.
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3367

Adam Armstrong 🐸 • 2012-08-18 19:30
Revert DB changes. HERP DERP.
Files changed (8)
M sql-schema/001.sql +59 -59
M sql-schema/002.sql +10 -10
M sql-schema/003.sql +11 -11
M sql-schema/004.sql +11 -11
M sql-schema/005.sql +2 -2
M sql-schema/016.sql +1 -1
M sql-schema/026.sql +1 -1
M sql-schema/028.sql +10 -10
📈 105 added 📉 105 removed

💻 r3366

Adam Armstrong 🐸 • 2012-08-17 13:41
set mysql to UTF8 (utf8_unicode_ci) on MyISAM for all new installations
Files changed (8)
M sql-schema/001.sql +59 -59
M sql-schema/002.sql +10 -10
M sql-schema/003.sql +11 -11
M sql-schema/004.sql +11 -11
M sql-schema/005.sql +2 -2
M sql-schema/016.sql +1 -1
M sql-schema/026.sql +1 -1
M sql-schema/028.sql +10 -10
📈 105 added 📉 105 removed

💻 r3365

Adam Armstrong 🐸 • 2012-08-14 19:09
fix
Files changed (1)
A sql-schema/033.sql +3
📈 3 added 📉 0 removed

💻 r3364

Adam Armstrong 🐸 • 2012-08-14 16:48
cleanup shoutcast locations
Files changed (3)
A scripts/agent-local/shoutcast.default.conf +3
D scripts/shoutcast.default.conf -3
D scripts/shoutcast.php -121
📈 3 added 📉 124 removed

💻 r3363

Adam Armstrong 🐸 • 2012-08-14 16:42
shoutcast application fixes
Files changed (4)
M html/includes/graphs/application/shoutcast_multi_bits.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +1 -1
M includes/polling/applications/shoutcast.inc.php +11 -8
A scripts/agent-local/shoutcast +121
📈 134 added 📉 10 removed

💻 r3362

Adam Armstrong 🐸 • 2012-08-14 16:40
drbd cleanup
Files changed (1)
M includes/polling/applications/drbd.inc.php +10 -6
📈 10 added 📉 6 removed

💻 r3361

Adam Armstrong 🐸 • 2012-08-14 16:25
add app_instance
Files changed (1)
A sql-schema/032.sql +2
📈 2 added 📉 0 removed

💻 r3360

Adam Armstrong 🐸 • 2012-08-09 20:34
make drbd work. probably.
Files changed (3)
M includes/polling/unix-agent.inc.php +5 -2
M scripts/agent-local/dpkg +1 -1
M scripts/agent-local/drbd +1 -1
📈 7 added 📉 4 removed

💻 r3359

Adam Armstrong 🐸 • 2012-08-09 14:06
wut wut in the but
Files changed (4)
A html/images/os/wut.png +1
A includes/discovery/os/wut.inc.php +8
A includes/discovery/temperatures/wut.inc.php +36
A mibs/WebGraph-8xThermometer-US-MIB +2,360
📈 45 added 📉 0 removed

💻 r3358

Tom Laermans 🦔 • 2012-08-03 13:06
add index to event log table, patch by M. Moerman
Files changed (1)
A sql-schema/031.sql +1
📈 1 added 📉 0 removed

💻 r3357 'MYDOMAIN'

Tom Laermans 🦔 • 2012-08-03 09:41
don't apply trailing dot when ['mydomain'] is empty, patch by Tuomas Riihimaki, closes #102
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3356

Adam Armstrong 🐸 • 2012-08-02 17:33
increase maximum UCD-SNMP-MIB load average to 5000 (from fenestro)
Files changed (1)
M includes/polling/ucd-mib.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3355

Adam Armstrong 🐸 • 2012-08-01 18:44
billing search from codekiller
Files changed (6)
M html/pages/bills.inc.php +3
M html/pages/bills/add.inc.php +2 -1
M html/pages/bills/cmonth.inc.php +3 -1
M html/pages/bills/pmonth.inc.php +3 -1
M html/pages/bills/search.inc.php +50 -12
A html/pages/bills/searchaction.inc.php +48
📈 109 added 📉 15 removed

💻 r3354

Adam Armstrong 🐸 • 2012-07-30 18:33
fix rra definitions
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3353

Tom Laermans 🦔 • 2012-07-30 13:34
remove env from ntpd agent script
Files changed (1)
M scripts/agent-local/ntpd +3 -3
📈 3 added 📉 3 removed

💻 r3352

Tom Laermans 🦔 • 2012-07-30 13:20
APC PowerNet-MIB improvements
Files changed (6)
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M includes/discovery/current/apc.inc.php +80 -4
M includes/discovery/frequencies/apc.inc.php +43 -7
M includes/discovery/temperatures/apc.inc.php +2 -2
M includes/discovery/voltages/apc.inc.php +206 -81
M includes/functions.php +4 -4
📈 336 added 📉 99 removed

💻 r3351

Tom Laermans 🦔 • 2012-07-25 16:27
disregard size 0 mempools, ie swap space on a machine without swap
Files changed (1)
M includes/discovery/mempools/hrstorage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3350

Tom Laermans 🦔 • 2012-07-25 14:45
recognize more powerconnects, nicecase ntpd
Files changed (2)
M html/includes/functions.inc.php +2
M includes/discovery/os/powerconnect.inc.php +2 -1
📈 4 added 📉 1 removed

💻 r3349

Adam Armstrong 🐸 • 2012-07-25 11:38
remove animated percent bars
Files changed (6)
M html/pages/bill/accurate.inc.php +1 -1
M html/pages/bill/history.inc.php +1 -1
M html/pages/bill/quick.inc.php +1 -1
M html/pages/bill/transfer.inc.php +1 -1
M html/pages/bills/cmonth.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
📈 6 added 📉 6 removed

💻 r3348

Adam Armstrong 🐸 • 2012-07-24 18:57
fix some search bars
Files changed (4)
M html/css/bootstrap.css +3 -1
M html/pages/devices.inc.php +4 -4
M html/pages/eventlog.inc.php +2 -2
M html/pages/syslog.inc.php +2 -3
📈 8 added 📉 9 removed

💻 r3347

Adam Armstrong 🐸 • 2012-07-24 18:31
updated login page
Files changed (1)
M html/pages/logon.inc.php +40 -21
📈 40 added 📉 21 removed

💻 r3346

Adam Armstrong 🐸 • 2012-07-22 17:08
pretty up some forms
Files changed (4)
M html/css/bootstrap.css +1 -1
M html/pages/device/logs/eventlog.inc.php +2 -2
M html/pages/device/logs/syslog.inc.php +2 -2
M html/pages/ports.inc.php +3 -5
📈 7 added 📉 9 removed

💻 r3345

Adam Armstrong 🐸 • 2012-07-22 10:44
remove some memcached stuff
Files changed (4)
M config.php.default -5
M includes/polling/cisco-cef.inc.php +1 -1
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/ports.inc.php -7
📈 2 added 📉 14 removed

💻 r3344

Adam Armstrong 🐸 • 2012-07-22 10:42
add some things for working with percentages of port capacity
Files changed (4)
M html/includes/graphs/port/auth.inc.php +2 -2
M html/pages/ports.inc.php +10 -2
M html/pages/ports/list.inc.php +4
M includes/polling/ports.inc.php +6 -6
📈 22 added 📉 10 removed

💻 r3343

Adam Armstrong 🐸 • 2012-07-21 12:58
more billing improvements from codekiller
Files changed (8)
M html/pages/bill/accurate.inc.php +11 -10
M html/pages/bill/actions.inc.php +2 -8
M html/pages/bill/delete.inc.php +36 -35
M html/pages/bill/edit.inc.php +74 -85
M html/pages/bill/ports.inc.php +4 -4
M html/pages/bill/quick.inc.php +29 -32
M html/pages/bill/reset.inc.php +38 -39
M html/pages/bill/transfer.inc.php +44 -41
📈 238 added 📉 254 removed

💻 r3342

Tom Laermans 🦔 • 2012-07-20 15:56
set astext straight away on discovery instead of next discovery
Files changed (1)
M includes/discovery/bgp-peers.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3341

Tom Laermans 🦔 • 2012-07-19 22:00
fixup
Files changed (1)
M includes/discovery/os/powerconnect.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3340

Tom Laermans 🦔 • 2012-07-19 21:58
maybe recognize PowerConnect 5524/5548?
Files changed (1)
M includes/discovery/os/powerconnect.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r3339

Adam Armstrong 🐸 • 2012-07-19 10:55
fix path for ntp agent
Files changed (1)
M scripts/agent-local/ntpd +2 -2
📈 2 added 📉 2 removed

💻 r3338

Adam Armstrong 🐸 • 2012-07-19 10:08
fix previous month billing
Files changed (1)
M html/pages/bills/pmonth.inc.php +9 -9
📈 9 added 📉 9 removed

💻 r3337

Adam Armstrong 🐸 • 2012-07-19 09:34
NTP agent poller and some other changes from codekiller
Files changed (15)
A html/includes/graphs/application/nptd_uptime.inc.php +40
A html/includes/graphs/application/ntpd_bits.inc.php +26
A html/includes/graphs/application/ntpd_buffer.inc.php +34
A html/includes/graphs/application/ntpd_freq.inc.php +24
A html/includes/graphs/application/ntpd_packets.inc.php +34
A html/includes/graphs/application/ntpd_stats.inc.php +39
A html/includes/graphs/application/ntpd_stratum.inc.php +21
A html/includes/graphs/application/ntpd_uptime.inc.php +40
M html/pages/apps.inc.php +2
A html/pages/device/apps/ntpd.inc.php +63
M html/pages/graphs.inc.php +67
M includes/defaults.inc.php +2 -2
A includes/polling/applications/ntpd.inc.php +58
M poller.php +1 -1
A scripts/agent-local/ntpd +87
📈 538 added 📉 3 removed

💻 r3336

Adam Armstrong 🐸 • 2012-07-19 08:57
remove pointless baseurl from css
Files changed (1)
M html/index.php +3 -3
📈 3 added 📉 3 removed

💻 r3335

Adam Armstrong 🐸 • 2012-07-19 04:46
fix more css fuckups
Files changed (2)
M html/css/bootstrap.css +2 -2
M html/css/styles.css +4
📈 0 added 📉 0 removed

💻 r3334

Adam Armstrong 🐸 • 2012-07-19 04:26
make sure bill_data is available to history tab too
Files changed (1)
M html/pages/bill.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r3333

Adam Armstrong 🐸 • 2012-07-19 04:23
remove some debugging
Files changed (1)
M html/pages/bill/accurate.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r3332

Adam Armstrong 🐸 • 2012-07-19 04:16
clean up billing styles to match observium normal
Files changed (15)
M html/css/bootstrap.css +3,321 -1,094
D html/css/bootstrap.min.css -9
M html/css/bootstrap.obs.css +53 -72
M html/css/styles.css +1 -1
M html/index.php +3
M html/pages/bill.inc.php -4
M html/pages/bill/accurate.inc.php +7 -7
M html/pages/bill/edit.inc.php +9 -9
M html/pages/bill/history.inc.php +3 -2
M html/pages/bill/navbar.inc.php +13 -3
M html/pages/bill/ports.inc.php +5 -5
M html/pages/bill/quick.inc.php +8 -3
M html/pages/bill/reset.inc.php +5 -3
M html/pages/bill/transfer.inc.php +13 -9
M html/pages/bills.inc.php -4
📈 66 added 📉 49 removed

💻 r3331

Adam Armstrong 🐸 • 2012-07-19 01:11
billing interface rewrite from codekiller
Files changed (25)
A html/css/bootstrap-responsive.min.css +9
M html/css/bootstrap.min.css +2 -484
A html/css/bootstrap.obs.css +312
A html/js/billing.js +36
A html/js/bootstrap-button.js +96
A html/js/bootstrap-tab.js +135
A html/js/bootstrap-tooltip.js +275
M html/js/jquery.min.js +4 -18
M html/pages/bill.inc.php +90 -286
A html/pages/bill/accurate.inc.php +152
M html/pages/bill/actions.inc.php +17 -9
A html/pages/bill/api.inc.php +12
M html/pages/bill/delete.inc.php +40 -30
M html/pages/bill/edit.inc.php +166 -128
M html/pages/bill/history.inc.php +83 -58
A html/pages/bill/navbar.inc.php +57
A html/pages/bill/ports.inc.php +47
A html/pages/bill/quick.inc.php +148
M html/pages/bill/reset.inc.php +47 -36
M html/pages/bill/transfer.inc.php +203 -153
M html/pages/bills.inc.php +23 -218
A html/pages/bills/add.inc.php +139
A html/pages/bills/cmonth.inc.php +124
M html/pages/bills/pmonth.inc.php +117 -67
M html/pages/bills/search.inc.php +17 -58
📈 1,482 added 📉 1,043 removed

💻 r3330

Adam Armstrong 🐸 • 2012-07-18 11:00
roll back billing changes - broken javascript
Files changed (132)
D html/css/bootstrap-responsive.min.css -9
M html/css/bootstrap.min.css +484 -2
D html/css/bootstrap.obs.css -304
M html/css/bootstrap/glyphicons-halflings-white.png ±0
M html/css/bootstrap/glyphicons-halflings.png ±0
M html/images/icons/firewall.png ±0
M html/images/icons/greyscale/wifi.png ±0
M html/images/icons/greyscale/wireless.png ±0
M html/images/icons/network.png ±0
M html/images/icons/printer.png ±0
M html/images/icons/server.png ±0
M html/images/icons/wifi.png ±0
M html/images/icons/wireless.png ±0
M html/images/os/apple.png ±0
M html/images/os/axis.png ±0
M html/images/os/dell.png ±0
M html/images/os/hp.png ±0
M html/images/os/mge.png ±0
M html/images/os/zyxel.png ±0
M html/includes/authentication ±0
M html/includes/graphs/bgp/prefixes.inc.php ±0
M html/includes/graphs/device/hr_processes.inc.php ±0
M html/includes/graphs/device/hr_users.inc.php ±0
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php ±0
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php ±0
M html/includes/graphs/device/netstat_ip_frag.inc.php ±0
M html/includes/graphs/device/storage.inc.php ±0
M html/includes/graphs/device/wifi_clients.inc.php ±0
M html/includes/graphs/multiport/bits_duo.inc.php ±0
M html/includes/graphs/multiport/bits_separate.inc.php ±0
M html/includes/graphs/multiport/bits_trio.inc.php ±0
M html/includes/graphs/multiport/bits.inc.php ±0
M html/includes/print-interface-graphs.inc.php ±0
M html/includes/print-interface.inc.php ±0
D html/js/billing.js -36
D html/js/bootstrap-button.js -96
D html/js/bootstrap-tab.js -135
D html/js/bootstrap-tooltip.js -275
M html/js/jquery.min.js +18 -4
M html/pages/bill.inc.php +286 -90
D html/pages/bill/accurate.inc.php -145
M html/pages/bill/actions.inc.php +4 -10
D html/pages/bill/api.inc.php -12
M html/pages/bill/delete.inc.php +30 -35
M html/pages/bill/edit.inc.php +126 -158
M html/pages/bill/history.inc.php +58 -83
D html/pages/bill/navbar.inc.php -57
D html/pages/bill/ports.inc.php -46
D html/pages/bill/quick.inc.php -148
M html/pages/bill/reset.inc.php +36 -42
M html/pages/bill/transfer.inc.php +153 -203
M html/pages/bills.inc.php +218 -24
D html/pages/bills/add.inc.php -139
D html/pages/bills/cmonth.inc.php -124
M html/pages/bills/pmonth.inc.php +67 -117
M html/pages/bills/search.inc.php +58 -17
M html/pages/device/graphs/wireless.inc.php ±0
M html/pages/device/overview/sensors/current.inc.php ±0
M html/pages/device/overview/sensors/fanspeeds.inc.php ±0
M html/pages/device/overview/sensors/frequencies.inc.php ±0
M html/pages/device/overview/sensors/humidity.inc.php ±0
M html/pages/device/overview/sensors/temperatures.inc.php ±0
M html/pages/device/overview/sensors/voltages.inc.php ±0
M html/pages/device/port/macaccounting.inc.php ±0
M html/pages/health/temperature.inc.php ±0
M includes/discovery/discovery-protocols.inc.php ±0
M includes/discovery/os/3com.inc.php ±0
M includes/discovery/os/airport.inc.php ±0
M includes/discovery/os/akcp.inc.php ±0
M includes/discovery/os/allied.inc.php ±0
M includes/discovery/os/apc.inc.php ±0
M includes/discovery/os/areca.inc.php ±0
M includes/discovery/os/asa.inc.php ±0
M includes/discovery/os/axiscam.inc.php ±0
M includes/discovery/os/axisdocserver.inc.php ±0
M includes/discovery/os/bcm963.inc.php ±0
M includes/discovery/os/brother.inc.php ±0
M includes/discovery/os/cat1900.inc.php ±0
M includes/discovery/os/catos.inc.php ±0
M includes/discovery/os/dell-laser.inc.php ±0
M includes/discovery/os/dlink.inc.php ±0
M includes/discovery/os/dlinkap.inc.php ±0
M includes/discovery/os/drac.inc.php ±0
M includes/discovery/os/extremeware.inc.php ±0
M includes/discovery/os/fortigate.inc.php ±0
M includes/discovery/os/freebsd.inc.php ±0
M includes/discovery/os/gamatronicups.inc.php ±0
M includes/discovery/os/ies.inc.php ±0
M includes/discovery/os/ios.inc.php ±0
M includes/discovery/os/ironware.inc.php ±0
M includes/discovery/os/jetdirect.inc.php ±0
M includes/discovery/os/junos.inc.php ±0
M includes/discovery/os/junose.inc.php ±0
M includes/discovery/os/konica.inc.php ±0
M includes/discovery/os/kyocera.inc.php ±0
M includes/discovery/os/linux.inc.php ±0
M includes/discovery/os/mgepdu.inc.php ±0
M includes/discovery/os/mgeups.inc.php ±0
M includes/discovery/os/netbsd.inc.php ±0
M includes/discovery/os/netmanplus.inc.php ±0
M includes/discovery/os/netopia.inc.php ±0
M includes/discovery/os/netware.inc.php ±0
M includes/discovery/os/nxos.inc.php ±0
M includes/discovery/os/openbsd.inc.php ±0
M includes/discovery/os/papouch-tme.inc.php ±0
M includes/discovery/os/powerconnect.inc.php ±0
M includes/discovery/os/powervault.inc.php ±0
M includes/discovery/os/prestige.inc.php ±0
M includes/discovery/os/procurve.inc.php ±0
M includes/discovery/os/radlan.inc.php ±0
M includes/discovery/os/redback.inc.php ±0
M includes/discovery/os/ricoh.inc.php ±0
M includes/discovery/os/routeros.inc.php ±0
M includes/discovery/os/screenos.inc.php ±0
M includes/discovery/os/solaris.inc.php ±0
M includes/discovery/os/sonicwall.inc.php ±0
M includes/discovery/os/speedtouch.inc.php ±0
M includes/discovery/os/windows.inc.php ±0
M includes/discovery/os/xerox.inc.php ±0
M includes/discovery/os/zywall.inc.php ±0
M includes/discovery/os/zyxeles.inc.php ±0
M includes/discovery/processors-ucd-old.inc.php ±0
M includes/discovery/processors/hrdevice.inc.php ±0
M includes/discovery/processors/ios.inc.php ±0
M includes/discovery/processors/ironware.inc.php ±0
M includes/discovery/processors/junos.inc.php ±0
M includes/discovery/processors/junose.inc.php ±0
M includes/discovery/temperatures/observernms-custom.inc.php ±0
M includes/discovery/temperatures/papouch-tme.inc.php ±0
M includes/polling/bgp-peers.inc.php ±0
M includes/polling/wifi.inc.php ±0
M mibs/UPS-MIB ±0
📈 1,036 added 📉 1,450 removed

💻 r3329

Adam Armstrong 🐸 • 2012-07-18 10:53
fix chargs, remove second jquery
Files changed (2)
D html/js/jquery.billing.js -9,252
M html/js/jquery.min.js +4 -18
📈 0 added 📉 0 removed

💻 r3328

Adam Armstrong 🐸 • 2012-07-18 10:15
new billing interface from codekiller
Files changed (25)
A html/css/bootstrap-responsive.min.css +9
M html/css/bootstrap.min.css +2 -484
A html/css/bootstrap.obs.css +304
A html/js/billing.js +36
A html/js/bootstrap-button.js +96
A html/js/bootstrap-tab.js +135
A html/js/bootstrap-tooltip.js +275
A html/js/jquery.billing.js +9,252
M html/pages/bill.inc.php +90 -286
A html/pages/bill/accurate.inc.php +145
M html/pages/bill/actions.inc.php +10 -4
A html/pages/bill/api.inc.php +12
M html/pages/bill/delete.inc.php +35 -30
M html/pages/bill/edit.inc.php +158 -126
M html/pages/bill/history.inc.php +83 -58
A html/pages/bill/navbar.inc.php +57
A html/pages/bill/ports.inc.php +46
A html/pages/bill/quick.inc.php +148
M html/pages/bill/reset.inc.php +42 -36
M html/pages/bill/transfer.inc.php +203 -153
M html/pages/bills.inc.php +24 -218
A html/pages/bills/add.inc.php +139
A html/pages/bills/cmonth.inc.php +124
M html/pages/bills/pmonth.inc.php +117 -67
M html/pages/bills/search.inc.php +17 -58
📈 1,450 added 📉 1,036 removed

💻 r3327

Adam Armstrong 🐸 • 2012-07-18 03:18
config option title_url to customise logo URL. #97
Files changed (2)
M html/includes/header.inc.php +1 -1
M includes/defaults.inc.php +1
📈 2 added 📉 1 removed

💻 r3326

Adam Armstrong 🐸 • 2012-07-17 14:46
expand memcached rrd bytes size > 125GB
Files changed (2)
M includes/defaults.inc.php -10
M includes/polling/applications/memcached.inc.php +2 -2
📈 2 added 📉 12 removed

💻 r3325

Adam Armstrong 🐸 • 2012-07-15 13:48
additional juniper mibs
Files changed (72)
M mibs/junos/mib-jnx-analyzer.txt +12 -6
M mibs/junos/mib-jnx-bfd-exp.txt +5 -1
M mibs/junos/mib-jnx-bfd.txt +18
M mibs/junos/mib-jnx-chas-defines.txt +174 -209
M mibs/junos/mib-jnx-chassis.txt +141 -5
A mibs/junos/mib-jnx-dom.txt +406
M mibs/junos/mib-jnx-event.txt +1 -1
M mibs/junos/mib-jnx-ex-mac-notification.txt +21 -1
M mibs/junos/mib-jnx-exp.txt +6
M mibs/junos/mib-jnx-ipsec-flow-mon.txt +12 -8
M mibs/junos/mib-jnx-ipsec-monitor-asp.txt +11 -3
M mibs/junos/mib-jnx-ipv6.txt +44
A mibs/junos/mib-jnx-jdhcp.txt +1,635
A mibs/junos/mib-jnx-jdhcpv6.txt +757
M mibs/junos/mib-jnx-js-if-ext.txt +1 -1
M mibs/junos/mib-jnx-js-nat.txt +35 -7
M mibs/junos/mib-jnx-js-packet-mirror.txt +106 -16
M mibs/junos/mib-jnx-js-smi.txt +1
M mibs/junos/mib-jnx-js-spu-monitoring.txt +97 -17
M mibs/junos/mib-jnx-js-utm-av.txt +232 -16
M mibs/junos/mib-jnx-jsrpd.txt +58 -1
A mibs/junos/mib-jnx-jwx.txt
M mibs/junos/mib-jnx-l2cp-features.txt +69 -3
A mibs/junos/mib-jnx-license.txt +260
A mibs/junos/mib-jnx-lsys-securityprofile.txt +42
A mibs/junos/mib-jnx-lsys-sp-authentry.txt +194
A mibs/junos/mib-jnx-lsys-sp-cpu.txt +280
A mibs/junos/mib-jnx-lsys-sp-flowgate.txt +194
A mibs/junos/mib-jnx-lsys-sp-flowsess.txt +194
A mibs/junos/mib-jnx-lsys-sp-natconebind.txt +199
A mibs/junos/mib-jnx-lsys-sp-natdstpool.txt +199
A mibs/junos/mib-jnx-lsys-sp-natdstrule.txt +199
A mibs/junos/mib-jnx-lsys-sp-natpoipnum.txt +204
A mibs/junos/mib-jnx-lsys-sp-natsrcnopatad.txt +199
A mibs/junos/mib-jnx-lsys-sp-natsrcpatad.txt +199
A mibs/junos/mib-jnx-lsys-sp-natsrcpool.txt +194
A mibs/junos/mib-jnx-lsys-sp-natsrcrule.txt +199
A mibs/junos/mib-jnx-lsys-sp-natstaticrule.txt +199
A mibs/junos/mib-jnx-lsys-sp-policy.txt +194
A mibs/junos/mib-jnx-lsys-sp-policywcnt.txt +199
A mibs/junos/mib-jnx-lsys-sp-scheduler.txt +194
A mibs/junos/mib-jnx-lsys-sp-zone.txt +194
A mibs/junos/mib-jnx-mag.txt +89
M mibs/junos/mib-jnx-mpls.txt +34 -1
M mibs/junos/mib-jnx-ospfv3mib.txt +254 -226
A mibs/junos/mib-jnx-p2mp.txt +1,343
M mibs/junos/mib-jnx-ping.txt +21 -3
A mibs/junos/mib-jnx-power-supply-unit.txt +469
A mibs/junos/mib-jnx-ppp.txt +2,979
A mibs/junos/mib-jnx-pppoe.txt +1,369
M mibs/junos/mib-jnx-pwtdm.txt -7
M mibs/junos/mib-jnx-smi.txt +55 -2
A mibs/junos/mib-jnx-sp-nat.txt +342
A mibs/junos/mib-jnx-subscriber.txt +446
M mibs/junos/mib-jnx-syslog.txt +1 -1
M mibs/junos/mib-jnx-user-aaa.txt +892 -13
M mibs/junos/mib-jnx-virtualchassis.txt +72 -10
M mibs/junos/mib-jnx-vlan.txt +30 -1
A mibs/junos/mib-jnx-vpls-bgp.txt +293
A mibs/junos/mib-jnx-vpls-generic.txt +799
A mibs/junos/mib-jnx-vpls-ldp.txt +198
M mibs/junos/mib-jnx-vpn.txt +91 -43
M mibs/junos/mib-l3vpnmib.txt +8 -2
M mibs/junos/mib-pimmib.txt +16
A mibs/junos/mib-rfc1471.txt +363
M mibs/junos/mib-rfc3811.txt +2
A mibs/junos/mib-rfc4265.txt +72
A mibs/junos/mib-rfc4382.txt +1,583
A mibs/junos/mib-rfc4444.txt +4,305
A mibs/junos/mib-rfc4668.txt +672
A mibs/junos/mib-rfc4670.txt +646
A mibs/junos/mib-rfc5643.txt +3,945
📈 0 added 📉 0 removed

💻 r3324

Adam Armstrong 🐸 • 2012-07-15 13:46
add updated juniper chassis definitions
Files changed (1)
M mibs/junos/mib-jnx-chas-defines.txt +850 -18
📈 0 added 📉 0 removed

💻 r3323

Adam Armstrong 🐸 • 2012-07-12 09:08
loosen a loop
Files changed (1)
M includes/rrdtool.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r3322

Adam Armstrong 🐸 • 2012-07-11 06:03
anti-fork license to about :>
Files changed (2)
M html/pages/about.inc.php +67 -86
M LICENSE +35 -25
📈 102 added 📉 111 removed

💻 r3321

Adam Armstrong 🐸 • 2012-07-09 08:51
better.
Files changed (1)
M includes/polling/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3320

Adam Armstrong 🐸 • 2012-07-09 08:46
FIX
Files changed (1)
M includes/polling/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3319

Adam Armstrong 🐸 • 2012-07-09 08:41
slightly better ports values debugging
Files changed (1)
M includes/polling/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3318

Adam Armstrong 🐸 • 2012-07-09 08:36
Files changed (1)
M includes/polling/netscaler-vsvr.inc.php +8
📈 8 added 📉 0 removed

💻 r3317

Tom Laermans 🦔 • 2012-07-06 09:59
remove old apache scripts which are no longer used
Files changed (2)
D scripts/apache-stats -90
D scripts/apache-stats.py -88
📈 0 added 📉 178 removed

💻 r3316

Tom Laermans 🦔 • 2012-07-04 15:52
no need for shorthost on a screenwide title bar...
Files changed (1)
M html/pages/apps/default.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3315

Tom Laermans 🦔 • 2012-07-04 14:08
remove SNMP support from apache app script
Files changed (1)
M includes/polling/applications/apache.inc.php +10 -19
📈 10 added 📉 19 removed

💻 r3314

Adam Armstrong 🐸 • 2012-06-29 17:15
improve iftype rewriting and add new rewrite function (substitution by array key)
Files changed (2)
M html/pages/ports/list.inc.php +1 -1
M includes/rewrites.php +286 -18
📈 287 added 📉 19 removed

💻 r3313

Adam Armstrong 🐸 • 2012-06-26 22:11
fix health/storage
Files changed (1)
M html/pages/health/storage.inc.php +7 -1
📈 7 added 📉 1 removed

💻 r3312

Adam Armstrong 🐸 • 2012-06-26 21:37
fix storage poller?
Files changed (1)
M includes/polling/storage.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3311

Tom Laermans 🦔 • 2012-06-26 16:09
allow ip address without /32 for unauth_graphs_cidr
Files changed (1)
M html/includes/graphs/graph.inc.php +2
📈 2 added 📉 0 removed

💻 r3310

Adam Armstrong 🐸 • 2012-06-24 19:32
graph status over time
Files changed (2)
A html/includes/graphs/device/status.inc.php +22
M includes/polling/functions.inc.php +14
📈 36 added 📉 0 removed

💻 r3309

Adam Armstrong 🐸 • 2012-06-22 23:27
add columns to port-status
Files changed (2)
M html/pages/ports/list.inc.php +6 -5
A sql-schema/030.sql +2
📈 8 added 📉 5 removed

💻 r3308

Tom Laermans 🦔 • 2012-06-22 10:41
remove some warnings; allow sensor value to be float again instead of int
Files changed (3)
M includes/polling/functions.inc.php +1 -1
M includes/snmp.inc.php +1 -1
A sql-schema/029.sql +1
📈 3 added 📉 2 removed

💻 r3307

Tom Laermans 🦔 • 2012-06-22 10:12
remove ipmi sensors even when ipmi is no longer configured, hopefully fix sensor warnings, fix storage state updates
Files changed (3)
M includes/polling/functions.inc.php +4 -3
M includes/polling/ipmi.inc.php +10 -9
M includes/polling/storage.inc.php +4 -2
📈 18 added 📉 14 removed

💻 r3306

Tom Laermans 🦔 • 2012-06-21 22:01
remove obsolete mysql scripts
Files changed (2)
D scripts/mysql_stats.php -1,243
D scripts/mysql-stats -131
📈 0 added 📉 1,374 removed

💻 r3305

Tom Laermans 🦔 • 2012-06-21 21:40
This commit REMOVES support for mysql polling via SNMP, this application is now available ONLY via the UNIX AGENT. Beware.
Files changed (1)
M includes/polling/applications/mysql.inc.php +224 -236
📈 224 added 📉 236 removed

💻 r3304

Tom Laermans 🦔 • 2012-06-21 20:53
This commit REMOVES support for powerdns polling via SNMP, this application is now available ONLY via the UNIX AGENT. Beware.
Files changed (6)
M includes/polling/applications/powerdns.inc.php +16 -24
D scripts/agent-local/pdns -5
D scripts/agent-local/pdns-recursor -5
A scripts/agent-local/powerdns +5
A scripts/agent-local/powerdns-recursor +5
D scripts/powerdns.php -84
📈 26 added 📉 118 removed

💻 r3303

Tom Laermans 🦔 • 2012-06-21 20:07
fixmes
Files changed (2)
M includes/polling/applications/powerdns.inc.php +2
M includes/rrdtool.inc.php +3
📈 5 added 📉 0 removed

💻 r3302

Tom Laermans 🦔 • 2012-06-21 19:23
fix ipmi polling/discovery + limits
Files changed (1)
M includes/polling/ipmi.inc.php +17 -5
📈 17 added 📉 5 removed

💻 r3301

Tom Laermans 🦔 • 2012-06-21 14:23
sort app devices, fix links when clicking on graphs
Files changed (1)
M html/pages/apps/default.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3300

Tom Laermans 🦔 • 2012-06-21 13:27
example output of unbound stats supplied
Files changed (1)
A includes/polling/applications/unbound.inc.php +69
📈 69 added 📉 0 removed

💻 r3299

Tom Laermans 🦔 • 2012-06-21 13:21
add unbound stats script, no observium-collector or graphs yet
Files changed (1)
A scripts/agent-local/unbound +14
📈 14 added 📉 0 removed

💻 r3298

Tom Laermans 🦔 • 2012-06-21 10:41
storage discovery -> state table
Files changed (2)
M includes/discovery/functions.inc.php +5 -4
M includes/discovery/storage/hrstorage.inc.php +3 -2
📈 8 added 📉 6 removed

💻 r3297

Tom Laermans 🦔 • 2012-06-21 10:34
add newline to die, so our check-mk parser doesn't get confused and skip the following section
Files changed (1)
M scripts/agent-local/mysql +1 -1
📈 1 added 📉 1 removed

💻 r3296

Tom Laermans 🦔 • 2012-06-21 10:24
hopefully fix processor discovery
Files changed (1)
M includes/discovery/functions.inc.php +7 -2
📈 7 added 📉 2 removed

💻 r3295

Tom Laermans 🦔 • 2012-06-20 09:24
unbreak ports query, by Erik Smit / Zylon
Files changed (1)
M html/pages/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3294

Tom Laermans 🦔 • 2012-06-19 16:43
autodiscover apps through agent, tested for mysql and powerdns, warning: not autoremoved if script disappears from agent
Files changed (4)
M includes/polling/applications.inc.php +10 -7
M includes/polling/applications/mysql.inc.php -2
M includes/polling/applications/powerdns.inc.php -2
M includes/polling/unix-agent.inc.php +10
📈 20 added 📉 11 removed

💻 r3293

Tom Laermans 🦔 • 2012-06-19 15:53
add mysql.cnf for checkmk which automatically fetches user/pass from debian config, place next to mysql script and go
Files changed (1)
A scripts/agent-local/mysql.cnf +20
📈 20 added 📉 0 removed

💻 r3292

Tom Laermans 🦔 • 2012-06-19 10:22
MOAR RARITAN, patch by Erik Smit /Zylon
Files changed (4)
M includes/discovery/current/raritan.inc.php +2 -2
A includes/discovery/power/raritan.inc.php +45
A includes/discovery/temperatures/raritan.inc.php +25
A includes/discovery/voltages/raritan.inc.php +27
📈 99 added 📉 2 removed

💻 r3291

Tom Laermans 🦔 • 2012-06-19 09:21
fix sensors on device overview
Files changed (1)
M html/pages/device/overview/generic/sensor.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3290

Tom Laermans 🦔 • 2012-06-19 09:07
fix sensor discovery, patch by Erik Smit / Zylon
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3289

Tom Laermans 🦔 • 2012-06-18 22:11
optimize generic graph thing, lots of dead code removed
Files changed (2)
M html/includes/graphs/common.inc.php +1
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +25 -35
📈 26 added 📉 35 removed

💻 r3288

Tom Laermans 🦔 • 2012-06-18 20:02
wtfcode
Files changed (3)
M html/includes/graphs/sensor/temperature.inc.php +1
M html/pages/apps.inc.php +3
M sql-schema/028.sql -1
📈 4 added 📉 1 removed

💻 r3287

Tom Laermans 🦔 • 2012-06-18 19:52
fix powerdns agent handler
Files changed (2)
M includes/polling/applications/powerdns.inc.php +2 -2
M includes/polling/unix-agent.inc.php +1 -4
📈 3 added 📉 6 removed

💻 r3286

Tom Laermans 🦔 • 2012-06-16 22:23
ack, TEST MOAR - fix debug commit
Files changed (3)
M includes/discovery/functions.inc.php +1 -1
M includes/polling/functions.inc.php +2 -2
M poller.php +1 -1
📈 4 added 📉 4 removed

💻 r3285

Tom Laermans 🦔 • 2012-06-16 20:24
add debug output to xdp autodiscovery
Files changed (1)
M includes/discovery/functions.inc.php +14 -5
📈 14 added 📉 5 removed

💻 r3284

Adam Armstrong 🐸 • 2012-06-16 01:31
create and use mysql MEMORY tables for state data (potential breakage if your mysql install is broken)
Files changed (30)
M html/css/styles.css +15
M html/includes/functions.inc.php +2
M html/includes/print-device-graph.php +1 -1
M html/pages/device/health/mempool.inc.php +6 -9
M html/pages/device/health/processor.inc.php +8 -2
M html/pages/device/health/sensors.inc.php +7 -2
M html/pages/device/health/storage.inc.php +6 -1
M html/pages/device/overview/generic/sensor.inc.php +10 -18
M html/pages/device/overview/mempools.inc.php +6 -10
M html/pages/device/overview/processors.inc.php +6 -1
M html/pages/device/overview/storage.inc.php +6 -1
M html/pages/device/port.inc.php +5 -8
M html/pages/device/ports.inc.php +2 -9
M html/pages/device/routing/bgp.inc.php +7 -1
M html/pages/front/traffic.php +6 -6
M html/pages/health/mempool.inc.php +7 -10
M html/pages/health/processor.inc.php +35 -15
M html/pages/health/sensors.inc.php +14 -31
M html/pages/ports.inc.php +20 -27
M html/pages/ports/list.inc.php +13 -10
M includes/defaults.inc.php -10
M includes/definitions.inc.php -16
M includes/polling/bgp-peers.inc.php +40 -9
M includes/polling/functions.inc.php +18 -10
M includes/polling/mempools.inc.php +10 -9
M includes/polling/ports.inc.php +32 -55
M includes/polling/processors.inc.php +17 -3
M includes/polling/storage.inc.php +8 -10
M includes/polling/ucd-diskio.inc.php +2
A sql-schema/028.sql +24
📈 318 added 📉 284 removed

💻 r3283

Tom Laermans 🦔 • 2012-06-15 15:36
use is_numeric() for NaN, patch by Erik Zylon of Smith's Industries
Files changed (3)
M html/includes/graphs/sensor/temperature.inc.php +10
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M html/pages/health/sensors.inc.php +1 -1
📈 12 added 📉 2 removed

💻 r3282

Tom Laermans 🦔 • 2012-06-15 15:30
Add code to make 'Show Previous' work in the graph view. Patch by Erik Smit of Zoiah Zylon Industries
Files changed (1)
M html/includes/graphs/sensor/current.inc.php +10
📈 10 added 📉 0 removed

💻 r3281

Tom Laermans 🦔 • 2012-06-15 15:19
add checkmk scripts for powerdns auth and recursor, add unix agent support for powerdns auth
Files changed (4)
M includes/polling/applications/powerdns.inc.php +19 -5
M includes/polling/unix-agent.inc.php +1 -1
A scripts/agent-local/pdns +5
A scripts/agent-local/pdns-recursor +5
📈 30 added 📉 6 removed

💻 r3280

Tom Laermans 🦔 • 2012-06-12 22:42
add Dell OMSA fan speeds, patch by RobJE
Files changed (1)
A includes/discovery/fanspeeds/dell.inc.php +77
📈 77 added 📉 0 removed

💻 r3279

Tom Laermans 🦔 • 2012-06-12 22:41
Update to Dell OMSA temperature sensors, patch by RobJE
Files changed (1)
M includes/discovery/temperatures/dell.inc.php +7 -3
📈 7 added 📉 3 removed

💻 r3278

Tom Laermans 🦔 • 2012-06-12 22:40
small fix to discover_sensor, patch by RobJE (previous one too, sorry)
Files changed (1)
M includes/discovery/functions.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3277

Tom Laermans 🦔 • 2012-06-12 22:39
update Dell mibs to OMSA 7 version
Files changed (2)
A mibs/DCS3FRU-MIB +255
M mibs/MIB-DELL-10892 +9,137 -5,560
📈 0 added 📉 0 removed

💻 r3276

Adam Armstrong 🐸 • 2012-06-08 20:38
fix device_bits for xos
Files changed (5)
M html/includes/graphs/device/bits.inc.php +11 -1
M html/pages/edituser.inc.php +2 -2
M html/pages/graphs.inc.php +2
M includes/dbFacile.php +3 -3
M includes/defaults.inc.php +1 -1
📈 19 added 📉 7 removed

💻 r3275

Tom Laermans 🦔 • 2012-06-07 11:17
password change stuff
Files changed (1)
M html/pages/edituser.inc.php +7 -7
📈 7 added 📉 7 removed

💻 r3274

Tom Laermans 🦔 • 2012-06-06 10:27
fix IPMI poller
Files changed (2)
M includes/polling/functions.inc.php +1 -2
M includes/polling/unix-agent.inc.php +1 -3
📈 2 added 📉 5 removed

💻 r3273

Tom Laermans 🦔 • 2012-06-06 10:17
move ipmi discovery to poller, delete ipmi sensors which disappear
Files changed (5)
D includes/discovery/ipmi.inc.php -37
M includes/discovery/sensors.inc.php -1
M includes/polling/functions.inc.php +12 -2
M includes/polling/ipmi.inc.php +18 -34
M includes/polling/unix-agent/hddtemp.inc.php -2
📈 30 added 📉 76 removed

💻 r3272

Adam Armstrong 🐸 • 2012-06-05 16:47
remove deluser
Files changed (1)
D html/pages/deluser.inc.php -52
📈 0 added 📉 52 removed

💻 r3271

Adam Armstrong 🐸 • 2012-06-05 16:47
improvements to edituser
Files changed (4)
M html/includes/print-menubar.php -1
A html/pages/edituser
M html/pages/edituser.inc.php +69 -32
A html/pages/edituser/deleteuser.inc.php +39
📈 108 added 📉 33 removed

💻 r3270

Adam Armstrong 🐸 • 2012-06-05 15:10
adduser/becomeuser (from zoiah)
Files changed (2)
M html/includes/authenticate.inc.php +1 -1
M html/pages/edituser.inc.php +28
📈 29 added 📉 1 removed

💻 r3269

Tom Laermans 🦔 • 2012-06-05 14:55
correctly delete agent (temperature) sensors when they are gone
Files changed (1)
M includes/polling/unix-agent.inc.php +6 -7
📈 6 added 📉 7 removed

💻 r3268

Tom Laermans 🦔 • 2012-06-01 15:54
correct matched port counts based on permission
Files changed (1)
M html/pages/ports/list.inc.php +5 -6
📈 5 added 📉 6 removed

💻 r3267

Tom Laermans 🦔 • 2012-06-01 14:30
allow IPMI to be checked by USER level as well, suggested by Nikolay Shopik
Files changed (2)
M includes/discovery/ipmi.inc.php +1 -1
M includes/polling/ipmi.inc.php +1 -1
📈 2 added 📉 2 removed

💻 r3266

Tom Laermans 🦔 • 2012-06-01 12:29
moar rrd escape
Files changed (3)
M html/includes/graphs/sensor/frequency.inc.php +1 -3
M html/includes/graphs/service/availability.inc.php +1 -3
M includes/rrdtool.inc.php +1 -1
📈 3 added 📉 7 removed

💻 r3265

Tom Laermans 🦔 • 2012-06-01 10:02
remove port description parser output, patch by Erik Smit (Zylon)
Files changed (1)
M includes/port-descr-parser.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3264

Tom Laermans 🦔 • 2012-06-01 09:13
fix alert value after sensor NaN, patch by Erik Smit (Zylon)
Files changed (1)
M html/pages/health/sensors.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r3263

Tom Laermans 🦔 • 2012-06-01 08:35
fix topnav counters for non-admin, patch by Zoiah
Files changed (1)
M html/includes/topnav.inc.php +5 -1
📈 5 added 📉 1 removed

💻 r3262

Adam Armstrong 🐸 • 2012-05-30 15:46
don't show errors if there are none
Files changed (1)
M includes/sql-schema/update.php +5 -1
📈 5 added 📉 1 removed

💻 r3261

Tom Laermans 🦔 • 2012-05-30 15:01
don't need a william here, i'm not using williaming
Files changed (1)
M html/pages/device/port.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3260

Tom Laermans 🦔 • 2012-05-30 14:39
moar escape
Files changed (4)
M html/includes/graphs/device/sensor.inc.php +1 -2
M html/includes/graphs/device/toner.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +1 -1
M html/includes/graphs/toner/usage.inc.php +1 -1
📈 4 added 📉 5 removed

💻 r3259

Tom Laermans 🦔 • 2012-05-30 14:34
sensor description escape
Files changed (1)
M html/includes/graphs/sensor/current.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r3258

Adam Armstrong 🐸 • 2012-05-30 14:33
allow disabling of graphs on html/pages/customers
Files changed (2)
M html/pages/customers.inc.php +11 -7
M includes/defaults.inc.php +1
📈 12 added 📉 7 removed

💻 r3257

Adam Armstrong 🐸 • 2012-05-30 13:22
fix adding bill from port page
Files changed (2)
M html/pages/device/port.inc.php +1 -1
M mibs/process.pl +10 -15
📈 1 added 📉 1 removed

💻 r3256

Adam Armstrong 🐸 • 2012-05-30 13:19
Files changed (2)
A mibs/NETBOTZ320-MIB +8,812
D mibs/netbotz320.mib -8,783
📈 0 added 📉 0 removed

💻 r3255

Adam Armstrong 🐸 • 2012-05-30 13:16
Files changed (1)
A mibs/IEEE8021-BRIDGE-MIB +2,327
📈 0 added 📉 0 removed

💻 r3254

Adam Armstrong 🐸 • 2012-05-30 13:16
remove MPLS-LDP-CAPABILITY
Files changed (1)
D mibs/MPLS-LDP-CAPABILITY -455
📈 0 added 📉 0 removed

💻 r3253

Adam Armstrong 🐸 • 2012-05-30 11:53
Fix some MIBs
Files changed (37)
M mibs/BRIDGE-MIB +1,320 -1,314
A mibs/Brocade-TC +78
A mibs/CISCO-VOICE-DNIS-MIB +435
M mibs/DISMAN-EVENT-MIB -73
A mibs/DOT3-OAM-MIB +2,227
M mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB +4 -2
M mibs/IANA-LANGUAGE-MIB +1 -1
M mibs/IANA-RTPROTO-MIB +1 -6
M mibs/IANAifType-MIB +193 -109
A mibs/IEEE8021-CFM-MIB +3,829
A mibs/IEEE8021-CFM-V2-MIB +1,002
A mibs/IEEE8021-TC-MIB +597
M mibs/INET-ADDRESS-MIB -12
A mibs/INT-SERV-MIB +1,128
M mibs/IP-FORWARD-MIB -80
M mibs/IP-MIB +1 -155
M mibs/IPV6-FLOW-LABEL-MIB +47 -50
M mibs/IPV6-TC +1 -1
A mibs/MTA-MIB +1,226
M mibs/NET-SNMP-AGENT-MIB +6 -2
M mibs/NET-SNMP-EXAMPLES-MIB +1 -1
M mibs/NET-SNMP-EXTEND-MIB +6 -3
M mibs/NET-SNMP-PASS-MIB +1 -1
M mibs/NET-SNMP-TC +5
A mibs/NETWORK-SERVICES-MIB +626
M mibs/NOTIFICATION-LOG-MIB +1 -30
M mibs/RFC-1215 +32 -31
A mibs/SCTP-MIB +1,342
M mibs/SMUX-MIB +3 -1
M mibs/SNMP-USM-AES-MIB +1 -1
M mibs/SNMP-USM-DH-OBJECTS-MIB +5 -10
M mibs/TRANSPORT-ADDRESS-MIB +5 -1
M mibs/TUNNEL-MIB +641 -637
M mibs/UCD-DISKIO-MIB +13 -4
M mibs/UCD-DLMOD-MIB +6 -1
M mibs/UCD-SNMP-MIB +153 -11
M mibs/WATCHGUARD-PRODUCTS-MIB +19 -14
📈 0 added 📉 0 removed

💻 r3252

Tom Laermans 🦔 • 2012-05-29 16:47
set the correct html title if prefix is not set but suffix is
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r3251

Adam Armstrong 🐸 • 2012-05-29 15:45
add licenses for things
Files changed (7)
M html/includes/collectd/config.php +2 -1
A html/includes/collectd/LICENSE +4
A html/includes/geshi/LICENSE +4
A html/includes/jpgraph/LICENSE +3
A html/includes/tcpdf/LICENSE +6
A LICENSE +43
D licenses
📈 49 added 📉 1 removed

💻 r3250

Adam Armstrong 🐸 • 2012-05-29 13:08
update foundry mibs
Files changed (53)
M html/includes/print-vrf.inc.php +2
M includes/rewrites.php +12
A mibs/BGP4V2-MIB +1,066
A mibs/BGP4V2-TC-MIB +66
A mibs/BRCD-DOT1X-MIB +590
A mibs/BROCADE-NP-TM-STATS-MIB +2,088
A mibs/BROCADE-SYSLOG-MIB +137
A mibs/DVMRP-STD-MIB +751
A mibs/FDRY-ACL-MIB +321
A mibs/FDRY-DAI-MIB +286
A mibs/FDRY-DHCP-SNOOPING-MIB +286
A mibs/FDRY-DNS2-MIB +190
A mibs/FDRY-IP-SOURCE-GUARD-MIB +263
A mibs/FDRY-IPV6-IP-MIB +76
A mibs/FDRY-MPLS-L2VPN-MIB +899
A mibs/FDRY-POE-MIB +325
A mibs/FDRY-RADIUS-MIB +191
A mibs/FDRY-SNTP-MIB +144
A mibs/FDRY-TACACS-MIB +166
A mibs/FDRY-TRAP-MIB +202
A mibs/FOUNDRY-BFD-STD-MIB +847
M mibs/FOUNDRY-CAR-MIB +209 -95
A mibs/FOUNDRY-LAG-MIB +293
A mibs/FOUNDRY-MAC-VLAN-MIB +275
A mibs/Foundry-MPLS-MIB +731
M mibs/FOUNDRY-SN-AGENT-MIB +3,818 -1,347
M mibs/FOUNDRY-SN-APPLETALK-MIB +228 -205
A mibs/FOUNDRY-SN-ARP-GROUP-MIB +109
M mibs/FOUNDRY-SN-BGP4-GROUP-MIB +1,536 -1,490
A mibs/FOUNDRY-SN-CAM-MIB +511
M mibs/FOUNDRY-SN-IGMP-MIB +167 -74
M mibs/FOUNDRY-SN-IP-ACL-MIB +1,290 -230
M mibs/FOUNDRY-SN-IP-MIB +2,505 -2,631
M mibs/FOUNDRY-SN-IP-VRRP-MIB +872 -836
M mibs/FOUNDRY-SN-IPX-MIB +422 -375
A mibs/FOUNDRY-SN-MAC-AUTHENTICATION-MIB +257
A mibs/FOUNDRY-SN-MRP-MIB +347
A mibs/FOUNDRY-SN-NOTIFICATION-MIB +3,064
M mibs/FOUNDRY-SN-OSPF-GROUP-MIB +2,796 -2,719
M mibs/FOUNDRY-SN-POS-GROUP-MIB +838 -326
M mibs/FOUNDRY-SN-ROOT-MIB +615 -119
A mibs/FOUNDRY-SN-STACKING-MIB +435
M mibs/FOUNDRY-SN-SW-L4-SWITCH-GROUP-MIB +1,361 -1,312
M mibs/FOUNDRY-SN-SWITCH-GROUP-MIB +4,566 -3,436
M mibs/FOUNDRY-SN-VSRP-MIB +493 -453
M mibs/FOUNDRY-SN-WIRELESS-GROUP-MIB +234 -191
M mibs/FOUNDRY-VLAN-CAR-MIB +110 -84
A mibs/IANA-PWE3-MIB +115
A mibs/PW-ENET-STD-MIB +480
A mibs/PW-STD-MIB +2,363
A mibs/PW-TC-STD-MIB +271
A mibs/VPLS-GENERIC-DRAFT-01-MIB +758
M poll-billing.php +6 -1
📈 20 added 📉 1 removed

💻 r3249

Adam Armstrong 🐸 • 2012-05-29 11:25
fix mac accounting
Files changed (2)
M includes/discovery/os/ios.inc.php +1
M includes/polling/cisco-mac-accounting.inc.php +1 -1
📈 2 added 📉 1 removed

💻 r3248

Tom Laermans 🦔 • 2012-05-28 19:37
fix mac accounting link on iftype pages
Files changed (1)
M html/pages/iftype.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3247

Adam Armstrong 🐸 • 2012-05-28 17:43
fix bug with globe.php
Files changed (1)
M html/pages/front/globe.php +3
📈 3 added 📉 0 removed

💻 r3246

Adam Armstrong 🐸 • 2012-05-28 16:58
snmp errors begone
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r3245

Adam Armstrong 🐸 • 2012-05-27 15:29
fix adding bills. needs more work to standardise URLs.
Files changed (2)
M html/pages/bills.inc.php +2 -2
M html/pages/bills/search.inc.php +4 -3
📈 6 added 📉 5 removed

💻 r3244

Adam Armstrong 🐸 • 2012-05-25 18:35
push more state to memcached fix sensors poller to not retry all temperature sensors where return >9000 5 times (lmsensors returns milliC, so 30000 for 30C)
Files changed (9)
M html/pages/device/health/mempool.inc.php +8
M html/pages/device/overview/mempools.inc.php +9
M html/pages/device/port.inc.php +4 -6
M html/pages/device/ports.inc.php +4 -6
M html/pages/health/mempool.inc.php +9
M html/pages/ports.inc.php +5 -5
M includes/polling/functions.inc.php +1 -1
M includes/polling/mempools.inc.php +10 -3
M includes/polling/ports.inc.php +32 -12
📈 82 added 📉 33 removed

💻 r3243

Adam Armstrong 🐸 • 2012-05-25 14:19
add index to loadbalancers
Files changed (1)
M sql-schema/027.sql +1
📈 1 added 📉 0 removed

💻 r3242

Adam Armstrong 🐸 • 2012-05-25 14:18
add index to juniatmvp
Files changed (1)
A sql-schema/027.sql +1
📈 1 added 📉 0 removed

💻 r3241

Adam Armstrong 🐸 • 2012-05-25 13:49
generic_duplex previous add transparent area
Files changed (2)
M html/includes/graphs/generic_duplex.inc.php +2
M html/map.php +1 -3
📈 3 added 📉 3 removed

💻 r3240

Adam Armstrong 🐸 • 2012-05-25 12:24
/// -> //
Files changed (247)
M attic/purgeports.inc.php +1 -1
M attic/unix-graphing.php +1 -1
M check-errors.php +4 -4
M discovery.php +1 -1
M html/data.php +1 -1
M html/includes/authentication/http-auth.inc.php +1 -1
M html/includes/authentication/ldap.inc.php +1 -1
M html/includes/collectd/functions.php +1 -1
M html/includes/functions.inc.php +1 -1
M html/includes/geshi/geshi.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/bill/bits.inc.php +1 -1
M html/includes/graphs/cefswitching/graph.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/customer/bits.inc.php +1 -1
M html/includes/graphs/device/bits.inc.php +2 -2
M html/includes/graphs/device/sensor.inc.php +1 -1
M html/includes/graphs/device/sla.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +5 -5
M html/includes/graphs/device/smokeping_all_common.inc.php +4 -4
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/device/toner.inc.php +1 -1
M html/includes/graphs/generic_data.inc.php +2 -2
M html/includes/graphs/generic_duplex.inc.php +2 -2
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_bits.inc.php +2 -2
M html/includes/graphs/generic_multi_data_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_data.inc.php +2 -2
M html/includes/graphs/generic_multi_seperated.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +5 -5
M html/includes/graphs/generic_simplex.inc.php +2 -2
M html/includes/graphs/global/bits.inc.php +1 -1
M html/includes/graphs/graph.inc.php +4 -4
M html/includes/graphs/location/bits.inc.php +1 -1
M html/includes/graphs/old_generic_simplex.inc.php +2 -2
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +1 -1
M html/includes/graphs/port/pagp_bits.inc.php +1 -1
M html/includes/graphs/screenos_sessions.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/smokeping/in.inc.php +4 -4
M html/includes/graphs/smokeping/out.inc.php +4 -4
M html/includes/header.inc.php +1 -1
M html/includes/print-device-graph.php +1 -1
M html/includes/print-interface.inc.php +1 -1
M html/includes/print-menubar.php +5 -5
M html/includes/topnav.inc.php +1 -1
M html/index.php +3 -3
M html/map.php +3 -3
M html/pages/adduser.inc.php +1 -1
M html/pages/bill.inc.php +1 -1
M html/pages/bill/actions.inc.php +1 -1
M html/pages/bill/edit.inc.php +2 -2
M html/pages/bill/history.inc.php +1 -1
M html/pages/bills.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
M html/pages/deluser.inc.php +1 -1
M html/pages/device.inc.php +4 -4
M html/pages/device/alerts.inc.php +2 -2
M html/pages/device/graphs.inc.php +2 -2
M html/pages/device/hrdevice.inc.php +2 -2
M html/pages/device/loadbalancer.inc.php +2 -2
M html/pages/device/munin.inc.php +2 -2
M html/pages/device/overview.inc.php +2 -2
M html/pages/device/overview/generic/sensor.inc.php +3 -3
M html/pages/device/port.inc.php +3 -3
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/device/port/realtime.inc.php +1 -1
M html/pages/device/ports.inc.php +3 -3
M html/pages/device/routing.inc.php +2 -2
M html/pages/device/routing/bgp.inc.php +3 -3
M html/pages/device/routing/ospf.inc.php +4 -4
M html/pages/device/showconfig.inc.php +1 -1
M html/pages/devices.inc.php +3 -3
M html/pages/front/default.php +5 -5
M html/pages/front/example2.php +2 -2
M html/pages/front/globe.php +5 -5
M html/pages/front/jt.php +1 -1
M html/pages/front/traffic.php +1 -1
M html/pages/graphs.inc.php +3 -3
M html/pages/health.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +4 -4
M html/pages/ports.inc.php +4 -4
M html/pages/routing.inc.php +1 -1
M html/pages/routing/bgp.inc.php +2 -2
M html/pages/routing/ospf.inc.php +2 -2
M html/pages/routing/vrf.inc.php +1 -1
M includes/cisco-entities.php +1 -1
M includes/common.php +5 -5
M includes/defaults.inc.php +88 -88
M includes/definitions.inc.php +12 -12
M includes/discovery/bgp-peers.inc.php +7 -7
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/cisco-entity-sensor.inc.php +11 -11
M includes/discovery/cisco-pw.inc.php +3 -3
M includes/discovery/current.inc.php +1 -1
M includes/discovery/current/apc.inc.php +1 -1
M includes/discovery/current/ipoman.inc.php +2 -2
M includes/discovery/current/mgeups.inc.php +1 -1
M includes/discovery/current/rfc1628.inc.php +1 -1
M includes/discovery/current/xups.inc.php +1 -1
M includes/discovery/entity-physical.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +2 -2
M includes/discovery/fanspeeds.inc.php +1 -1
M includes/discovery/fanspeeds/areca.inc.php +1 -1
M includes/discovery/fanspeeds/lmsensors.inc.php +1 -1
M includes/discovery/fanspeeds/supermicro.inc.php +1 -1
M includes/discovery/frequencies.inc.php +1 -1
M includes/discovery/frequencies/apc.inc.php +1 -1
M includes/discovery/frequencies/ipoman.inc.php +2 -2
M includes/discovery/frequencies/mgeups.inc.php +1 -1
M includes/discovery/frequencies/rfc1628.inc.php +1 -1
M includes/discovery/frequencies/xups.inc.php +1 -1
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/humidity.inc.php +1 -1
M includes/discovery/humidity/apc.inc.php +1 -1
M includes/discovery/humidity/ipoman.inc.php +2 -2
M includes/discovery/humidity/mgeups.inc.php +3 -3
M includes/discovery/ipmi.inc.php +1 -1
M includes/discovery/junose-atm-vp.inc.php +4 -4
M includes/discovery/libvirt-vminfo.inc.php +2 -2
M includes/discovery/mempools.inc.php +2 -2
M includes/discovery/mempools/cmp.inc.php +1 -1
M includes/discovery/mempools/hrstorage.inc.php +2 -2
M includes/discovery/mempools/junos.inc.php +5 -5
M includes/discovery/mempools/vrp.inc.php +5 -5
M includes/discovery/os/alcatel-lucent.inc.php +1 -1
M includes/discovery/os/freebsd.inc.php +3 -3
M includes/discovery/os/linux.inc.php +4 -4
M includes/discovery/ports.inc.php +14 -14
M includes/discovery/power.inc.php +1 -1
M includes/discovery/power/ipoman.inc.php +3 -3
M includes/discovery/processors.inc.php +3 -3
M includes/discovery/processors/aos-device.inc.php +1 -1
M includes/discovery/processors/fortigate.inc.php +2 -2
M includes/discovery/processors/hrdevice.inc.php +4 -4
M includes/discovery/processors/ios.inc.php +1 -1
M includes/discovery/processors/junos.inc.php +5 -5
M includes/discovery/processors/junose.inc.php +2 -2
M includes/discovery/processors/netscaler.inc.php +1 -1
M includes/discovery/processors/powerconnect.inc.php +2 -2
M includes/discovery/processors/procurve.inc.php +2 -2
M includes/discovery/processors/radlan.inc.php +1 -1
M includes/discovery/processors/vrp.inc.php +5 -5
M includes/discovery/processors/watchguard.inc.php +2 -2
M includes/discovery/services.inc.php +1 -1
M includes/discovery/storage.inc.php +2 -2
M includes/discovery/temperatures.inc.php +1 -1
M includes/discovery/temperatures/apc.inc.php +1 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +1 -1
M includes/discovery/temperatures/ftos-c-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-e-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-s-series.inc.php +1 -1
M includes/discovery/temperatures/ipoman.inc.php +2 -2
M includes/discovery/temperatures/junose.inc.php +2 -2
M includes/discovery/temperatures/mgeups.inc.php +2 -2
M includes/discovery/temperatures/observernms-custom.inc.php +2 -2
M includes/discovery/temperatures/rfc1628.inc.php +1 -1
M includes/discovery/toner.inc.php +1 -1
M includes/discovery/ucd-diskio.inc.php +5 -5
M includes/discovery/vlans.inc.php +7 -7
M includes/discovery/vlans/cisco-vtp.inc.php +2 -2
M includes/discovery/vmware-vminfo.inc.php +4 -4
M includes/discovery/voltages.inc.php +1 -1
M includes/discovery/voltages/apc.inc.php +1 -1
M includes/discovery/voltages/areca.inc.php +1 -1
M includes/discovery/voltages/ipoman.inc.php +2 -2
M includes/discovery/voltages/linux.inc.php +1 -1
M includes/discovery/voltages/mgeups.inc.php +1 -1
M includes/discovery/voltages/rfc1628.inc.php +1 -1
M includes/discovery/voltages/supermicro.inc.php +1 -1
M includes/discovery/voltages/xups.inc.php +1 -1
M includes/functions.php +11 -11
M includes/include-dir.inc.php +1 -1
M includes/polling/applications/apache.inc.php +1 -1
M includes/polling/applications/mailscanner.inc.php +1 -1
M includes/polling/applications/mysql.inc.php +3 -3
M includes/polling/applications/nginx.inc.php +1 -1
M includes/polling/applications/ntp-client.inc.php +1 -1
M includes/polling/applications/ntpd-server.inc.php +1 -1
M includes/polling/applications/powerdns.inc.php +1 -1
M includes/polling/applications/shoutcast.inc.php +1 -1
M includes/polling/aruba-controller.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +10 -10
M includes/polling/cipsec-tunnels.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +3 -3
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-mac-accounting.inc.php +4 -4
M includes/polling/functions.inc.php +5 -5
M includes/polling/hr-mib.inc.php +1 -1
M includes/polling/ipmi.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +2 -2
M includes/polling/mempools.inc.php +1 -1
M includes/polling/mempools/cemp.inc.php +1 -1
M includes/polling/mempools/cmp.inc.php +1 -1
M includes/polling/mempools/fortigate.inc.php +2 -2
M includes/polling/mempools/hrstorage.inc.php +1 -1
M includes/polling/mempools/ironware-dyn.inc.php +2 -2
M includes/polling/mempools/netscaler.inc.php +2 -2
M includes/polling/mempools/powerconnect-cpu.inc.php +3 -3
M includes/polling/mempools/screenos.inc.php +2 -2
M includes/polling/netscaler-stats.inc.php +1 -1
M includes/polling/netstats-icmp.inc.php +1 -1
M includes/polling/netstats-ip.inc.php +1 -1
M includes/polling/netstats-snmp.inc.php +1 -1
M includes/polling/netstats-tcp.inc.php +1 -1
M includes/polling/netstats-udp.inc.php +2 -2
M includes/polling/os.inc.php +2 -2
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +1 -1
M includes/polling/os/catos.inc.php +1 -1
M includes/polling/os/ftos.inc.php +3 -3
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/snom.inc.php +1 -1
M includes/polling/os/speedtouch.inc.php +1 -1
M includes/polling/os/vmware.inc.php +1 -1
M includes/polling/os/windows.inc.php +4 -4
M includes/polling/ospf.inc.php +23 -23
M includes/polling/port-adsl.inc.php +4 -4
M includes/polling/port-poe.inc.php +1 -1
M includes/polling/ports.inc.php +42 -42
M includes/polling/processors/ucd-old.inc.php +1 -1
M includes/polling/sensors.inc.php +1 -1
M includes/polling/storage-hrstorage.inc.php +1 -1
M includes/polling/storage.inc.php +1 -1
M includes/polling/system.inc.php +2 -2
M includes/polling/toner.inc.php +1 -1
M includes/polling/ucd-mib.inc.php +13 -13
M includes/polling/unix-agent.inc.php +6 -6
M includes/polling/unix-agent/munin-plugins.inc.php +1 -1
M includes/polling/unix-agent/packages.inc.php +7 -7
M includes/polling/wifi.inc.php +1 -1
M includes/port-descr-parser.inc.php +2 -2
M includes/rrdtool.inc.php +2 -2
M includes/snom-graphing.php +1 -1
M includes/syslog.php +2 -2
M includes/versioncheck.inc.php +1 -1
M poller.php +1 -1
M scripts/mailscanner.php +12 -12
M scripts/ntp-client.php +10 -10
M scripts/ntpd-server.php +10 -10
M scripts/powerdns.php +10 -10
M scripts/shoutcast.php +13 -13
M scripts/update-sql.php +1 -1
📈 713 added 📉 713 removed

💻 r3239

Adam Armstrong 🐸 • 2012-05-25 11:29
# -> / for phpdoc
Files changed (235)
M attic/purgeports.inc.php +1 -1
M attic/unix-graphing.php +1 -1
M check-errors.php +4 -4
M discovery.php +1 -1
M html/data.php +1 -1
M html/includes/authentication/http-auth.inc.php +1 -1
M html/includes/authentication/ldap.inc.php +1 -1
M html/includes/collectd/functions.php +1 -1
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/bill/bits.inc.php +1 -1
M html/includes/graphs/cefswitching/graph.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/customer/bits.inc.php +1 -1
M html/includes/graphs/device/bits.inc.php +2 -2
M html/includes/graphs/device/sensor.inc.php +1 -1
M html/includes/graphs/device/sla.inc.php +1 -1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +4 -4
M html/includes/graphs/device/smokeping_all_common.inc.php +3 -3
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/device/toner.inc.php +1 -1
M html/includes/graphs/generic_multi_bits_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_data_separated.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +1 -1
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +5 -5
M html/includes/graphs/global/bits.inc.php +1 -1
M html/includes/graphs/graph.inc.php +2 -2
M html/includes/graphs/location/bits.inc.php +1 -1
M html/includes/graphs/port/etherlike.inc.php +1 -1
M html/includes/graphs/port/nupkts.inc.php +1 -1
M html/includes/graphs/port/pagp_bits.inc.php +1 -1
M html/includes/graphs/rserver/curr.inc.php +2 -2
M html/includes/graphs/screenos_sessions.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/smokeping/in.inc.php +3 -3
M html/includes/graphs/smokeping/out.inc.php +3 -3
M html/includes/print-device-graph.php +1 -1
M html/includes/print-interface.inc.php +1 -1
M html/includes/print-menubar.php +5 -5
M html/includes/tcpdf/qrcode.php +1 -1
M html/includes/topnav.inc.php +1 -1
M html/index.php +3 -3
M html/map.php +3 -3
M html/pages/adduser.inc.php +1 -1
M html/pages/bill.inc.php +1 -1
M html/pages/bill/actions.inc.php +1 -1
M html/pages/bill/edit.inc.php +2 -2
M html/pages/bill/history.inc.php +1 -1
M html/pages/bills.inc.php +1 -1
M html/pages/bills/pmonth.inc.php +1 -1
M html/pages/deluser.inc.php +1 -1
M html/pages/device.inc.php +2 -2
M html/pages/device/graphs.inc.php +2 -2
M html/pages/device/hrdevice.inc.php +2 -2
M html/pages/device/loadbalancer.inc.php +2 -2
M html/pages/device/munin.inc.php +2 -2
M html/pages/device/overview.inc.php +2 -2
M html/pages/device/overview/generic/sensor.inc.php +3 -3
M html/pages/device/port.inc.php +3 -3
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/port/pagp.inc.php +1 -1
M html/pages/device/port/realtime.inc.php +1 -1
M html/pages/device/ports.inc.php +3 -3
M html/pages/device/routing.inc.php +2 -2
M html/pages/device/routing/bgp.inc.php +3 -3
M html/pages/device/routing/ospf.inc.php +6 -6
M html/pages/device/showconfig.inc.php +1 -1
M html/pages/devices.inc.php +3 -3
M html/pages/front/default.php +5 -5
M html/pages/front/globe.php +5 -5
M html/pages/graphs.inc.php +3 -3
M html/pages/health.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M html/pages/health/sensors.inc.php +4 -4
M html/pages/ports.inc.php +4 -4
M html/pages/routing.inc.php +1 -1
M html/pages/routing/bgp.inc.php +2 -2
M html/pages/routing/ospf.inc.php +2 -2
M html/pages/routing/vrf.inc.php +1 -1
M includes/cisco-entities.php +1 -1
M includes/common.php +4 -4
M includes/defaults.inc.php +90 -90
M includes/definitions.inc.php +17 -17
M includes/discovery/bgp-peers.inc.php +7 -7
M includes/discovery/cisco-cef.inc.php +1 -1
M includes/discovery/cisco-entity-sensor.inc.php +11 -11
M includes/discovery/current.inc.php +1 -1
M includes/discovery/current/apc.inc.php +1 -1
M includes/discovery/current/ipoman.inc.php +2 -2
M includes/discovery/current/mgeups.inc.php +1 -1
M includes/discovery/current/raritan.inc.php +1 -1
M includes/discovery/current/rfc1628.inc.php +1 -1
M includes/discovery/current/sentry3.inc.php +2 -2
M includes/discovery/current/xups.inc.php +1 -1
M includes/discovery/entity-physical.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +2 -2
M includes/discovery/fanspeeds.inc.php +1 -1
M includes/discovery/fanspeeds/areca.inc.php +1 -1
M includes/discovery/fanspeeds/lmsensors.inc.php +1 -1
M includes/discovery/fanspeeds/supermicro.inc.php +1 -1
M includes/discovery/frequencies.inc.php +1 -1
M includes/discovery/frequencies/apc.inc.php +1 -1
M includes/discovery/frequencies/ipoman.inc.php +2 -2
M includes/discovery/frequencies/mgeups.inc.php +1 -1
M includes/discovery/frequencies/rfc1628.inc.php +1 -1
M includes/discovery/frequencies/xups.inc.php +1 -1
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/humidity.inc.php +1 -1
M includes/discovery/humidity/apc.inc.php +1 -1
M includes/discovery/humidity/ipoman.inc.php +2 -2
M includes/discovery/humidity/mgeups.inc.php +3 -3
M includes/discovery/ipmi.inc.php +1 -1
M includes/discovery/junose-atm-vp.inc.php +4 -4
M includes/discovery/libvirt-vminfo.inc.php +2 -2
M includes/discovery/mempools.inc.php +2 -2
M includes/discovery/mempools/cmp.inc.php +1 -1
M includes/discovery/mempools/hrstorage.inc.php +2 -2
M includes/discovery/mempools/junos.inc.php +5 -5
M includes/discovery/mempools/vrp.inc.php +5 -5
M includes/discovery/os/alcatel-lucent.inc.php +1 -1
M includes/discovery/os/freebsd.inc.php +3 -3
M includes/discovery/os/linux.inc.php +4 -4
M includes/discovery/ports.inc.php +3 -3
M includes/discovery/power.inc.php +1 -1
M includes/discovery/power/ipoman.inc.php +3 -3
M includes/discovery/processors.inc.php +3 -3
M includes/discovery/processors/aos-device.inc.php +1 -1
M includes/discovery/processors/fortigate.inc.php +4 -4
M includes/discovery/processors/hrdevice.inc.php +4 -4
M includes/discovery/processors/ios.inc.php +1 -1
M includes/discovery/processors/junos.inc.php +5 -5
M includes/discovery/processors/junose.inc.php +2 -2
M includes/discovery/processors/netscaler.inc.php +1 -1
M includes/discovery/processors/powerconnect.inc.php +4 -4
M includes/discovery/processors/procurve.inc.php +4 -4
M includes/discovery/processors/radlan.inc.php +3 -3
M includes/discovery/processors/vrp.inc.php +5 -5
M includes/discovery/processors/watchguard.inc.php +4 -4
M includes/discovery/services.inc.php +1 -1
M includes/discovery/storage.inc.php +2 -2
M includes/discovery/temperatures.inc.php +1 -1
M includes/discovery/temperatures/apc.inc.php +1 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +1 -1
M includes/discovery/temperatures/ftos-c-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-e-series.inc.php +1 -1
M includes/discovery/temperatures/ftos-s-series.inc.php +1 -1
M includes/discovery/temperatures/ipoman.inc.php +2 -2
M includes/discovery/temperatures/junose.inc.php +2 -2
M includes/discovery/temperatures/mgeups.inc.php +2 -2
M includes/discovery/temperatures/observernms-custom.inc.php +2 -2
M includes/discovery/temperatures/rfc1628.inc.php +1 -1
M includes/discovery/toner.inc.php +1 -1
M includes/discovery/ucd-diskio.inc.php +5 -5
M includes/discovery/vlans.inc.php +1 -1
M includes/discovery/vlans/cisco-vtp.inc.php +1 -1
M includes/discovery/vmware-vminfo.inc.php +4 -4
M includes/discovery/voltages.inc.php +1 -1
M includes/discovery/voltages/apc.inc.php +1 -1
M includes/discovery/voltages/areca.inc.php +1 -1
M includes/discovery/voltages/ipoman.inc.php +2 -2
M includes/discovery/voltages/linux.inc.php +1 -1
M includes/discovery/voltages/mgeups.inc.php +1 -1
M includes/discovery/voltages/rfc1628.inc.php +1 -1
M includes/discovery/voltages/supermicro.inc.php +1 -1
M includes/discovery/voltages/xups.inc.php +1 -1
M includes/functions.php +3 -3
M includes/include-dir.inc.php +1 -1
M includes/polling/applications/apache.inc.php +1 -1
M includes/polling/applications/mailscanner.inc.php +1 -1
M includes/polling/applications/mysql.inc.php +2 -2
M includes/polling/applications/ntp-client.inc.php +1 -1
M includes/polling/applications/ntpd-server.inc.php +1 -1
M includes/polling/applications/powerdns.inc.php +1 -1
M includes/polling/applications/shoutcast.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +10 -10
M includes/polling/cipsec-tunnels.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +3 -3
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/functions.inc.php +5 -5
M includes/polling/ipmi.inc.php +1 -1
M includes/polling/ipSystemStats.inc.php +2 -2
M includes/polling/mempools.inc.php +1 -1
M includes/polling/mempools/cemp.inc.php +1 -1
M includes/polling/mempools/cmp.inc.php +1 -1
M includes/polling/mempools/fortigate.inc.php +2 -2
M includes/polling/mempools/ironware-dyn.inc.php +2 -2
M includes/polling/mempools/netscaler.inc.php +2 -2
M includes/polling/mempools/powerconnect-cpu.inc.php +3 -3
M includes/polling/mempools/screenos.inc.php +2 -2
M includes/polling/netscaler-stats.inc.php +1 -1
M includes/polling/netstats-icmp.inc.php +1 -1
M includes/polling/netstats-ip.inc.php +1 -1
M includes/polling/netstats-snmp.inc.php +1 -1
M includes/polling/netstats-tcp.inc.php +1 -1
M includes/polling/netstats-udp.inc.php +2 -2
M includes/polling/os.inc.php +2 -2
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/apc.inc.php +2 -2
M includes/polling/os/catos.inc.php +1 -1
M includes/polling/os/ftos.inc.php +3 -3
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/snom.inc.php +1 -1
M includes/polling/os/speedtouch.inc.php +1 -1
M includes/polling/os/vmware.inc.php +1 -1
M includes/polling/os/windows.inc.php +4 -4
M includes/polling/ospf.inc.php +23 -23
M includes/polling/port-adsl.inc.php +4 -4
M includes/polling/port-poe.inc.php +1 -1
M includes/polling/ports.inc.php +42 -42
M includes/polling/processors/ucd-old.inc.php +1 -1
M includes/polling/sensors.inc.php +1 -1
M includes/polling/storage-hrstorage.inc.php +1 -1
M includes/polling/storage.inc.php +1 -1
M includes/polling/system.inc.php +1 -1
M includes/polling/toner.inc.php +1 -1
M includes/polling/ucd-mib.inc.php +15 -15
M includes/polling/unix-agent.inc.php +6 -6
M includes/polling/unix-agent/munin-plugins.inc.php +1 -1
M includes/polling/unix-agent/packages.inc.php +7 -7
M includes/polling/wifi.inc.php +3 -3
M includes/port-descr-parser.inc.php +2 -2
M includes/rrdtool.inc.php +16 -5
M includes/snom-graphing.php +1 -1
M includes/syslog.php +2 -2
M includes/versioncheck.inc.php +1 -1
M irc.php +16 -16
M poller.php +1 -1
M scripts/mailscanner.php +21 -21
M scripts/ntp-client.php +19 -19
M scripts/ntpd-server.php +19 -19
M scripts/powerdns.php +19 -19
M scripts/shoutcast.php +22 -22
M scripts/update-sql.php +1 -1
📈 751 added 📉 740 removed

💻 r3238

Adam Armstrong 🐸 • 2012-05-25 10:34
ports sort done in php
Files changed (5)
M html/includes/functions.inc.php +29
M html/pages/ports.inc.php +35 -20
M html/pages/ports/list.inc.php +1 -1
M includes/functions.php +31 -14
M includes/polling/os.inc.php +1 -1
📈 97 added 📉 36 removed

💻 r3237

Adam Armstrong 🐸 • 2012-05-24 21:37
fix cisco remote access sessions graph
Files changed (2)
M html/includes/graphs/device/cras_sessions.inc.php +15 -15
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
📈 16 added 📉 16 removed

💻 r3236

Adam Armstrong 🐸 • 2012-05-24 21:22
update ipsectunnels to work again
Files changed (2)
M html/pages/device/routing/ipsec_tunnels.inc.php +33 -23
M includes/polling/ports.inc.php +1 -1
📈 34 added 📉 24 removed

💻 r3235

Tom Laermans 🦔 • 2012-05-24 16:16
whoopsiedoo, dmi include file to parse the output of the dmi plugin
Files changed (1)
A includes/polling/unix-agent/dmi.inc.php +14
📈 14 added 📉 0 removed

💻 r3234

Tom Laermans 🦔 • 2012-05-24 11:14
shorten manufacturers
Files changed (1)
M includes/polling/os/unix.inc.php +4
📈 4 added 📉 0 removed

💻 r3233

Tom Laermans 🦔 • 2012-05-24 11:10
dmi support for agent
Files changed (4)
M includes/polling/os/procurve.inc.php +1
M includes/polling/os/unix.inc.php +16 -2
M includes/polling/unix-agent/hddtemp.inc.php +13 -10
A scripts/agent-local/dmi +10
📈 40 added 📉 12 removed

💻 r3232

Adam Armstrong 🐸 • 2012-05-23 15:33
fix health/sensors a little more
Files changed (1)
M html/pages/health/sensors.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r3231

Adam Armstrong 🐸 • 2012-05-23 15:27
fix health/sensors
Files changed (2)
M html/pages/device/overview/generic/sensor.inc.php +1
M html/pages/health/sensors.inc.php +42 -19
📈 43 added 📉 19 removed

💻 r3230

Tom Laermans 🦔 • 2012-05-23 10:37
more rrdtool_escape goodness
Files changed (19)
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +2 -2
M html/includes/graphs/device/mempool.inc.php +1 -2
M html/includes/graphs/device/sla.inc.php +2 -5
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +18 -36
M html/includes/graphs/device/smokeping_all_common.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -2
M html/includes/graphs/mempool/usage.inc.php +1 -2
M html/includes/graphs/munin/graph.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +1 -5
M html/includes/graphs/processor/usage.inc.php +1 -2
M html/includes/graphs/sensor/fanspeed.inc.php +1 -3
M html/includes/graphs/sensor/humidity.inc.php +1 -3
M html/includes/graphs/sensor/power.inc.php +1 -4
M html/includes/graphs/sensor/temperature.inc.php +1 -10
M html/includes/graphs/sensor/voltage.inc.php +1 -4
M html/includes/graphs/smokeping/in.inc.php +1 -1
M html/includes/graphs/smokeping/out.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +7 -9
M includes/rrdtool.inc.php +11
📈 54 added 📉 93 removed

💻 r3229

Tom Laermans 🦔 • 2012-05-23 10:18
introducing rrdtool_escape, more to come
Files changed (7)
M html/includes/graphs/generic_multi_bits_separated.inc.php +4 -4
M html/includes/graphs/generic_multi_data_separated.inc.php +4 -5
M html/includes/graphs/generic_multi_line.inc.php +1 -1
M html/includes/graphs/generic_multi_seperated.inc.php +2 -2
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +4 -4
M html/includes/graphs/generic_multi.inc.php +1 -1
M includes/rrdtool.inc.php +15
📈 31 added 📉 17 removed

💻 r3228

Adam Armstrong 🐸 • 2012-05-22 19:54
enable aruba poller module
Files changed (1)
M includes/defaults.inc.php +1
📈 1 added 📉 0 removed

💻 r3227

Adam Armstrong 🐸 • 2012-05-22 19:40
debugging code to squash spikes
Files changed (1)
M includes/polling/ports.inc.php +8
📈 8 added 📉 0 removed

💻 r3226

Adam Armstrong 🐸 • 2012-05-22 14:21
no need to define for graphs inside device/
Files changed (2)
M html/includes/graphs/device/arubacontroller_numaps.inc.php -2
M html/includes/graphs/device/arubacontroller_numclients.inc.php -3
📈 0 added 📉 5 removed

💻 r3225

Adam Armstrong 🐸 • 2012-05-22 14:20
fixes to aruba accesspoint graphing
Files changed (12)
M html/includes/graphs/accesspoints/auth.inc.php +1 -1
M html/includes/graphs/accesspoints/interference.inc.php -2
M html/includes/graphs/accesspoints/numasoclients.inc.php -3
M html/includes/graphs/accesspoints/nummonbssid.inc.php -3
M html/includes/graphs/accesspoints/nummonclients.inc.php -3
M html/includes/graphs/accesspoints/radioutil.inc.php -5
M html/includes/graphs/accesspoints/txpow.inc.php -5
A html/includes/graphs/device/arubacontroller_numaps.inc.php +24
A html/includes/graphs/device/arubacontroller_numclients.inc.php +29
M html/includes/print-accesspoint-graphs.inc.php +2 -2
A html/pages/device/accesspoint.inc.php +20
A html/pages/device/accesspoints.inc.php +20
📈 96 added 📉 24 removed

💻 r3224

Adam Armstrong 🐸 • 2012-05-22 13:41
colourize sql/rrd debugging yellow/green
Files changed (2)
M includes/dbFacile.php +5 -1
M includes/rrdtool.inc.php +4 -9
📈 9 added 📉 10 removed

💻 r3223

Adam Armstrong 🐸 • 2012-05-21 18:17
accesspoint support (probably) from ethan sommer (#50)
Files changed (22)
M html/includes/functions.inc.php +46
A html/includes/graphs/accesspoints
A html/includes/graphs/accesspoints/auth.inc.php +17
A html/includes/graphs/accesspoints/channel.inc.php +24
A html/includes/graphs/accesspoints/interference.inc.php +27
A html/includes/graphs/accesspoints/numasoclients.inc.php +28
A html/includes/graphs/accesspoints/nummonbssid.inc.php +29
A html/includes/graphs/accesspoints/nummonclients.inc.php +28
A html/includes/graphs/accesspoints/radioutil.inc.php +30
A html/includes/graphs/accesspoints/txpow.inc.php +31
M html/includes/graphs/graph.inc.php +4 -1
A html/includes/print-accesspoint-graphs.inc.php +13
A html/includes/print-accesspoint.inc.php +92
M html/pages/device.inc.php +10
M html/pages/device/graphs/wireless.inc.php +1 -1
M includes/common.php +10
M includes/defaults.inc.php +14
M includes/definitions.inc.php +4
A includes/polling/aruba-controller.inc.php +146
M includes/polling/os/arubaos.inc.php +15
M includes/snmp.inc.php +26
A sql-schema/026.sql +1
📈 596 added 📉 2 removed

💻 r3222

Adam Armstrong 🐸 • 2012-05-21 16:52
fix dell omsa temperatures. from robje.
Files changed (3)
M html/includes/topnav.inc.php +3 -3
M includes/discovery/temperatures/dell.inc.php +12
M includes/functions.php +12
📈 27 added 📉 3 removed

💻 r3221

Tom Laermans 🦔 • 2012-05-21 16:49
make dell omsa temp sensors work again, patch by RobJE
Files changed (1)
M includes/discovery/temperatures/dell.inc.php +41 -10
📈 41 added 📉 10 removed

💻 r3220

Tom Laermans 🦔 • 2012-05-21 10:15
fix non-snmp sensor polling
Files changed (2)
M includes/polling/functions.inc.php +6 -2
M includes/polling/unix-agent.inc.php +1
📈 7 added 📉 2 removed

💻 r3219

Tom Laermans 🦔 • 2012-05-20 23:19
remove tabs person 1 used and person 2 committed, cleanup by person 3
Files changed (1)
M includes/functions.php +12 -11
📈 12 added 📉 11 removed

💻 r3218

cleanup • 2012-05-20 23:14
syntaxer run
Files changed (11)
M html/includes/functions.inc.php +3 -4
M html/pages/device.inc.php -1
M html/pages/device/alerts.inc.php +1 -2
M includes/common.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/functions.php +11 -11
M includes/polling/os/nrg.inc.php +1 -1
M includes/polling/os/sonicwall.inc.php +6 -6
M includes/polling/ports.inc.php +1 -1
M includes/polling/unix-agent.inc.php +4 -2
M includes/polling/unix-agent/hddtemp.inc.php +1 -1
📈 0 added 📉 0 removed

💻 r3217

Adam Armstrong 🐸 • 2012-05-20 21:03
fix addhost function from almir kadric (#56)
Files changed (1)
M includes/functions.php +11 -8
📈 11 added 📉 8 removed

💻 r3216

Adam Armstrong 🐸 • 2012-05-20 20:45
improved sonicwall from sebastien guilbaud (#58)
Files changed (1)
A includes/polling/os/sonicwall.inc.php +19
📈 19 added 📉 0 removed

💻 r3215

Tom Laermans 🦔 • 2012-05-20 19:57
don't show graph if type is unset in definitions, eg os areca
Files changed (1)
M html/includes/device-header.inc.php +29 -26
📈 29 added 📉 26 removed

💻 r3214

Tom Laermans 🦔 • 2012-05-20 19:28
move hddtemp to unix-agent/ instead of applications/
Files changed (3)
D includes/polling/applications/hddtemp.inc.php -23
A includes/polling/unix-agent/hddtemp.inc.php +23
M scripts/agent-local/hddtemp +1 -1
📈 24 added 📉 24 removed

💻 r3213

Tom Laermans 🦔 • 2012-05-20 18:23
add agent sensor capacity, hddtemp script in agent-local as demo, possibly needs a little more work
Files changed (9)
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M includes/discovery/functions.inc.php +3 -3
M includes/discovery/ipmi.inc.php +1 -1
A includes/polling/applications/hddtemp.inc.php +23
M includes/polling/functions.inc.php +30 -11
M includes/polling/ipmi.inc.php -4
M includes/polling/unix-agent.inc.php +31 -6
M includes/polling/unix-agent/packages.inc.php +130 -128
A scripts/agent-local/hddtemp +11
📈 230 added 📉 154 removed

💻 r3212

Tom Laermans 🦔 • 2012-05-20 18:14
fucking debugging
Files changed (1)
M includes/polling/ports.inc.php -3
📈 0 added 📉 3 removed

💻 r3211

Adam Armstrong 🐸 • 2012-05-18 21:24
make old rrd format expectation default
Files changed (1)
M includes/defaults.inc.php +2
📈 2 added 📉 0 removed

💻 r3210

Adam Armstrong 🐸 • 2012-05-18 16:21
change remanining interface_id to port_id
Files changed (1)
A sql-schema/025.sql +11
📈 11 added 📉 0 removed

💻 r3209

Adam Armstrong 🐸 • 2012-05-18 16:12
fix ipv4 and ipv6 tables to use port_id not interface_id
Files changed (1)
A sql-schema/024.sql +2
📈 2 added 📉 0 removed

💻 r3208

Adam Armstrong 🐸 • 2012-05-18 15:52
transparent graph canvas (me gusta)
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3207

Adam Armstrong 🐸 • 2012-05-18 15:17
minor improvement to globe tooltip formatting
Files changed (1)
M html/pages/front/globe.php +4 -2
📈 4 added 📉 2 removed

💻 r3206

Tom Laermans 🦔 • 2012-05-18 14:23
fix processor link on inventory tab
Files changed (1)
M html/pages/device/hrdevice.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3205

Tom Laermans 🦔 • 2012-05-18 12:36
fuck debugging
Files changed (1)
M includes/polling/ports.inc.php -2
📈 0 added 📉 2 removed

💻 r3204

Adam Armstrong 🐸 • 2012-05-18 12:20
debugging
Files changed (1)
M includes/polling/ports.inc.php +2
📈 2 added 📉 0 removed

💻 r3203

Tom Laermans 🦔 • 2012-05-18 10:10
minisyntaxfix + add rewrite for EX3300
Files changed (2)
M html/pages/device/alerts.inc.php +16 -14
M includes/rewrites.php +1
📈 17 added 📉 14 removed

💻 r3202

Adam Armstrong 🐸 • 2012-05-17 12:02
force sites with downed devices to the front of the map always.
Files changed (1)
M html/pages/front/globe.php +9 -6
📈 9 added 📉 6 removed

💻 r3201

Adam Armstrong 🐸 • 2012-05-17 11:41
remove temporary debugging
Files changed (1)
M includes/discovery/functions.inc.php -1
📈 0 added 📉 1 removed

💻 r3200

Adam Armstrong 🐸 • 2012-05-17 11:31
extra debugging
Files changed (1)
M includes/discovery/functions.inc.php +1
📈 1 added 📉 0 removed

💻 r3199

Adam Armstrong 🐸 • 2012-05-17 10:33
some database updates (adding some _deleted fields) and fix links table.
Files changed (4)
M html/includes/functions.inc.php +3 -1
M html/includes/graphs/location/bits.inc.php +1 -1
M html/pages/device/alerts.inc.php +8 -5
A sql-schema/023.sql +5
📈 17 added 📉 7 removed

💻 r3198

Adam Armstrong 🐸 • 2012-05-16 16:26
more alerting stuff (non-functional)
Files changed (1)
A includes/alerts.inc.php +113
📈 113 added 📉 0 removed

💻 r3197

Adam Armstrong 🐸 • 2012-05-16 16:24
alerting stuff (non-functional)
Files changed (3)
M html/includes/functions.inc.php +38 -13
A html/pages/device/alerts.inc.php +86
M includes/common.php +1 -1
📈 125 added 📉 14 removed

💻 r3196

Tom Laermans 🦔 • 2012-05-16 15:12
fix bgp poller
Files changed (1)
M includes/polling/bgp-peers.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3195

Adam Armstrong 🐸 • 2012-05-16 13:25
move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
Files changed (100)
M attic/interfaces.inc.php +7 -7
M attic/purgeports.inc.php +12 -12
M check-errors.php +1 -1
M contrib/generate-dnstext.php +1 -1
M contrib/generate-vegadns.php +1 -1
M html/ajax_listports.php +2 -2
M html/includes/functions.inc.php +10 -8
M html/includes/graphs/atmvp/auth.inc.php +2 -2
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/macaccounting/auth.inc.php +3 -3
M html/includes/graphs/multiport/bits_duo.inc.php +2 -2
M html/includes/graphs/multiport/bits_separate.inc.php +1 -1
M html/includes/graphs/multiport/bits_trio.inc.php +3 -3
M html/includes/graphs/multiport/bits.inc.php +1 -1
M html/includes/graphs/port/mac_acc_total.inc.php +4 -4
M html/includes/javascript-interfacepicker.inc.php +2 -2
M html/includes/port-edit.inc.php +6 -6
M html/includes/print-interface-adsl.inc.php +10 -10
M html/includes/print-interface-graphs.inc.php +1 -1
M html/includes/print-interface.inc.php +30 -30
M html/includes/print-menubar.php +2 -2
M html/includes/print-vlan.inc.php +4 -4
M html/includes/print-vrf.inc.php +3 -3
M html/map.php +25 -25
M html/pages/about.inc.php +1 -1
M html/pages/bill.inc.php +1 -1
M html/pages/bill/actions.inc.php +2 -2
M html/pages/bill/edit.inc.php +7 -7
M html/pages/bill/pdf_history.inc.php +1 -1
M html/pages/bills.inc.php +2 -2
M html/pages/deleted-ports.inc.php +7 -7
M html/pages/device.inc.php +3 -3
M html/pages/device/edit/ports.inc.php +9 -9
M html/pages/device/hrdevice.inc.php +1 -1
M html/pages/device/port.inc.php +13 -13
M html/pages/device/port/arp.inc.php +3 -3
M html/pages/device/port/events.inc.php +1 -1
M html/pages/device/port/junose-atm-vp.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +15 -15
M html/pages/device/port/pagp.inc.php +8 -8
M html/pages/device/port/realtime.inc.php +2 -2
M html/pages/device/port/vlans.inc.php +2 -2
M html/pages/device/ports.inc.php +5 -5
M html/pages/device/ports/adsl.inc.php +1 -1
M html/pages/device/ports/arp.inc.php +3 -3
M html/pages/device/ports/neighbours.inc.php +3 -3
M html/pages/device/pseudowires.inc.php +6 -6
M html/pages/device/routing/bgp.inc.php +3 -3
M html/pages/device/routing/ospf.inc.php +3 -3
M html/pages/edituser.inc.php +7 -7
M html/pages/front/default.php +1 -1
M html/pages/front/demo.php +1 -1
M html/pages/front/example2.php +3 -3
M html/pages/front/globe.php +1 -1
M html/pages/front/jt.php +3 -3
M html/pages/front/traffic.php +4 -4
M html/pages/iftype.inc.php +4 -4
M html/pages/ports/graph.inc.php +4 -4
M html/pages/ports/list.inc.php +1 -1
M html/pages/pseudowires.inc.php +6 -6
M html/pages/purgeports.inc.php +2 -2
M html/pages/routing/bgp.inc.php +2 -2
M html/pages/routing/ospf.inc.php +1 -1
M html/pages/routing/vrf.inc.php +1 -1
M html/pages/search/arp.inc.php +4 -4
M html/pages/search/ipv4.inc.php +2 -2
M html/pages/search/ipv6.inc.php +2 -2
M html/pages/search/mac.inc.php +1 -1
M includes/common.php +36 -18
M includes/discovery/arp-table.inc.php +10 -10
M includes/discovery/cisco-mac-accounting.inc.php +3 -3
M includes/discovery/cisco-pw.inc.php +3 -3
M includes/discovery/cisco-vrf.inc.php +4 -4
M includes/discovery/discovery-protocols.inc.php +18 -18
M includes/discovery/functions.inc.php +19 -19
M includes/discovery/ipv4-addresses.inc.php +6 -6
M includes/discovery/ipv6-addresses.inc.php +3 -3
M includes/discovery/junose-atm-vp.inc.php +8 -8
M includes/discovery/ports-stack.inc.php +12 -12
M includes/discovery/ports.inc.php +12 -416
M includes/discovery/vlans.inc.php +2 -2
M includes/functions.php +1 -1
M includes/polling/cisco-cef.inc.php +3 -4
M includes/polling/cisco-ipsec-flow-monitor.inc.php +22 -22
M includes/polling/cisco-mac-accounting.inc.php +1 -1
M includes/polling/cisco-vpdn.inc.php +3 -12
M includes/polling/junose-atm-vp.inc.php +1 -1
M includes/polling/ospf.inc.php +12 -12
M includes/polling/port-adsl.inc.php +3 -3
M includes/polling/ports.inc.php +37 -38
M includes/polling/ucd-diskio.inc.php +1 -5
M includes/rrdtool.inc.php +1 -8
M includes/snmp.inc.php +2
M includes/snmptrap/linkDown.inc.php +4 -4
M includes/snmptrap/linkUp.inc.php +5 -5
M includes/syslog.php +2 -2
M poll-billing.php +1 -1
M poller.php +1 -1
M snmptrap.php +1 -1
A sql-schema/022.sql +1
📈 506 added 📉 909 removed

💻 r3194

Adam Armstrong 🐸 • 2012-05-16 09:26
make more space on device tabs :)
Files changed (1)
M html/pages/device.inc.php +13 -3
📈 13 added 📉 3 removed

💻 r3193

Tom Laermans 🦔 • 2012-05-16 08:03
fix sha1 -> sha
Files changed (1)
M html/pages/addhost.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3192

Tom Laermans 🦔 • 2012-05-15 18:18
remove commit from 3188
Files changed (7)
M includes/definitions.inc.php -12
M includes/discovery/current/apc.inc.php +1 -1
M includes/discovery/frequencies/apc.inc.php +2 -2
M includes/discovery/humidity/apc.inc.php +1 -1
M includes/discovery/os/apc.inc.php +2 -3
M includes/discovery/temperatures/apc.inc.php +1 -1
M includes/discovery/voltages/apc.inc.php +1 -1
📈 8 added 📉 21 removed

💻 r3191

Adam Armstrong 🐸 • 2012-05-15 17:16
db fixes (needed for snmpv3 sha fix)
Files changed (1)
A sql-schema/021.sql +3
📈 3 added 📉 0 removed

💻 r3190

Adam Armstrong 🐸 • 2012-05-15 17:13
clean up time definitions (#48)
Files changed (1)
M includes/definitions.inc.php +13 -13
📈 13 added 📉 13 removed

💻 r3189

Adam Armstrong 🐸 • 2012-05-15 17:03
replace "sha1" with "sha", as required by net-snmp
Files changed (3)
M addhost.php +4 -4
M html/pages/device/edit/snmp.inc.php +1 -1
M includes/defaults.inc.php +1 -1
📈 6 added 📉 6 removed

💻 r3188

Adam Armstrong 🐸 • 2012-05-15 16:59
Add support for APC UPS. #55.
Files changed (8)
M includes/definitions.inc.php +12
M includes/discovery/current/apc.inc.php +1 -1
M includes/discovery/frequencies/apc.inc.php +2 -2
M includes/discovery/humidity/apc.inc.php +1 -1
M includes/discovery/os/apc.inc.php +3 -2
M includes/discovery/temperatures/apc.inc.php +1 -1
M includes/discovery/voltages/apc.inc.php +1 -1
M mibs/PowerNet-MIB +168 -75
📈 21 added 📉 8 removed

💻 r3187

Adam Armstrong 🐸 • 2012-05-15 16:50
fix some rrdtool_graph calls to use arrays. add NRG printer support.
Files changed (7)
A html/images/os/nrg.png +1
M includes/definitions.inc.php +8
A includes/discovery/os/nrg.inc.php +8
M includes/polling/cisco-mac-accounting.inc.php +4 -2
A includes/polling/os/nrg.inc.php +17
M includes/polling/ucd-mib.inc.php +10 -14
M includes/polling/wifi.inc.php +2 -2
📈 50 added 📉 18 removed

💻 r3186

Tom Laermans 🦔 • 2012-05-15 15:34
rename senao mib file, remove duplicate table definition
Files changed (3)
M includes/functions.php +1 -1
D mibs/SENAO-ENTERPRISE-INDOOR-AP_CB-MIB -1,014
A mibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB +1,040
📈 1 added 📉 1 removed

💻 r3185

cleanup • 2012-05-15 15:18
syntaxer run
Files changed (44)
M addhost.php +8 -8
M html/includes/device-header.inc.php -1
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/application/memcached_data.inc.php +1 -1
M html/includes/graphs/application/memcached_items.inc.php +1 -1
M html/includes/graphs/application/memcached_threads.inc.php +1
M html/includes/graphs/device/hr_processes.inc.php -2
M html/includes/graphs/device/hr_users.inc.php -2
M html/includes/graphs/device/netstat_icmp_info.inc.php -1
M html/includes/graphs/device/netstat_icmp.inc.php -1
M html/includes/graphs/device/netstat_ip_frag.inc.php -1
M html/includes/graphs/device/netstat_ip.inc.php -1
M html/includes/graphs/device/netstat_snmp.inc.php -1
M html/includes/graphs/device/netstat_tcp.inc.php -1
M html/includes/graphs/device/netstat_udp.inc.php -1
M html/includes/graphs/device/screenos_sessions.inc.php -1
M html/includes/graphs/device/sensor.inc.php -1
M html/includes/graphs/device/toner.inc.php -1
M html/includes/graphs/device/uptime.inc.php -1
M html/includes/graphs/device/vpdn_sessions_l2tp.inc.php -1
M html/includes/graphs/device/vpdn_tunnels_l2tp.inc.php -1
M html/includes/graphs/device/wifi_clients.inc.php -1
M html/includes/graphs/generic_multi_data_separated.inc.php +1 -3
M html/includes/graphs/generic_simplex.inc.php -4
M html/includes/graphs/global/auth.inc.php +1 -1
M html/includes/graphs/global/bits.inc.php -1
M html/includes/graphs/graph.inc.php +3 -3
M html/includes/graphs/munin/auth.inc.php +1 -1
M html/includes/print-device-graph.php -1
M html/pages/addhost.inc.php +1 -1
M html/pages/apps/overview.inc.php +3 -3
M html/pages/device.inc.php -1
M html/pages/device/edit/snmp.inc.php +5 -5
M html/pages/device/graphs.inc.php +1
M html/pages/front/globe.php +5 -8
M html/pages/packages.inc.php +1 -1
M includes/defaults.inc.php -1
M includes/discovery/ports.inc.php +4 -4
M includes/functions.php +1 -1
M includes/polling/applications/nginx.inc.php +5 -5
M includes/polling/system.inc.php +1 -1
M includes/rewrites.php +6 -8
M includes/rrdtool.inc.php +3 -3
M includes/snmp.inc.php +11 -11
📈 0 added 📉 0 removed

💻 r3184

Tom Laermans 🦔 • 2012-05-15 13:45
add snmpv3 support to old snmp queries - patch by gl
Files changed (12)
M html/pages/graphs.inc.php +1 -1
M includes/discovery/cisco-mac-accounting.inc.php +1 -1
M includes/discovery/temperatures/observernms-custom.inc.php +2 -2
M includes/discovery/vlans.inc.php +1
M includes/polling/applications/mysql.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +4 -4
M includes/polling/mempools/cemp.inc.php +2 -2
M includes/polling/mempools/cmp.inc.php +2 -2
M includes/polling/os/ironware.inc.php +3 -3
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/os/snom.inc.php +3 -3
M includes/polling/os/speedtouch.inc.php +2 -2
📈 23 added 📉 22 removed

💻 r3183

Adam Armstrong 🐸 • 2012-05-14 14:20
bigger zoom on globe
Files changed (1)
M html/pages/front/globe.php +1
📈 1 added 📉 0 removed

💻 r3182

Adam Armstrong 🐸 • 2012-05-14 14:18
fixes to global map
Files changed (1)
M html/pages/front/globe.php +22 -9
📈 22 added 📉 9 removed

💻 r3181

Adam Armstrong 🐸 • 2012-05-14 13:27
globe map
Files changed (1)
A html/pages/front/globe.php +198
📈 198 added 📉 0 removed

💻 r3180

Adam Armstrong 🐸 • 2012-05-14 12:55
allow the ability to rewrite locations
Files changed (3)
M includes/defaults.inc.php +5
M includes/polling/system.inc.php +7
M includes/rewrites.php +16
📈 28 added 📉 0 removed

💻 r3179

Tom Laermans 🦔 • 2012-05-14 09:40
don't overwrite graph time period to 1y always
Files changed (1)
M html/includes/functions.inc.php +4
📈 4 added 📉 0 removed

💻 r3178

Adam Armstrong 🐸 • 2012-05-14 09:25
fix c6k crossbar graph
Files changed (1)
M html/pages/device/overview/c6kxbar.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3177

Adam Armstrong 🐸 • 2012-05-13 18:59
fix smokeping graphs (id -> device)
Files changed (1)
M html/pages/device/latency.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r3176

Adam Armstrong 🐸 • 2012-05-13 18:57
fix demo front page and collectd graphs
Files changed (2)
M html/pages/device/collectd.inc.php +1 -1
M html/pages/front/demo.php +1 -1
📈 2 added 📉 2 removed

💻 r3175

Tom Laermans 🦔 • 2012-05-13 16:58
fixiedoo
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r3174

Tom Laermans 🦔 • 2012-05-13 16:54
remove very efficient coding
Files changed (1)
M html/includes/graphs/global/auth.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3173

Adam Armstrong 🐸 • 2012-05-11 18:08
ports poller update (fix not adding filtered interfaces)
Files changed (1)
M includes/discovery/ports.inc.php +425 -11
📈 425 added 📉 11 removed

💻 r3172

Adam Armstrong 🐸 • 2012-05-11 18:01
port poller
Files changed (1)
M includes/discovery/ports.inc.php +11 -9
📈 11 added 📉 9 removed

💻 r3171

Adam Armstrong 🐸 • 2012-05-11 17:43
ports discovery updates
Files changed (3)
M includes/discovery/ports.inc.php +36 -38
M includes/functions.php +1 -1
M includes/polling/ports.inc.php +1
📈 38 added 📉 39 removed

💻 r3170

Adam Armstrong 🐸 • 2012-05-11 16:27
add some global graphs. for great cpu-eating justice!
Files changed (5)
A html/includes/graphs/global
A html/includes/graphs/global/auth.inc.php +8
A html/includes/graphs/global/bits.inc.php +67
A html/includes/graphs/global/processor_separate.inc.php +34
A html/includes/graphs/global/processor_stack.inc.php +35
📈 144 added 📉 0 removed

💻 r3169

Adam Armstrong 🐸 • 2012-05-11 15:21
fix auth for graphs to allow cidr filter. fix schema 006
Files changed (29)
M html/graph.php -11
M html/includes/functions.inc.php +7
M html/includes/graphs/application/auth.inc.php +1 -1
M html/includes/graphs/atmvp/auth.inc.php +1 -1
M html/includes/graphs/bgp/auth.inc.php +1 -1
M html/includes/graphs/bill/auth.inc.php +1 -1
M html/includes/graphs/cefswitching/auth.inc.php +1 -1
M html/includes/graphs/customer/auth.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -1
M html/includes/graphs/diskio/auth.inc.php +1 -1
M html/includes/graphs/graph.inc.php +8 -8
M html/includes/graphs/ipsectunnel/auth.inc.php +1 -1
M html/includes/graphs/location/auth.inc.php +1 -1
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/multiport/auth.inc.php +1 -1
M html/includes/graphs/munin/auth.inc.php +1 -1
M html/includes/graphs/netscalervsvr/auth.inc.php +1 -1
M html/includes/graphs/port/auth.inc.php +1 -1
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/rserver/auth.inc.php +1 -1
M html/includes/graphs/sensor/auth.inc.php +1 -1
M html/includes/graphs/service/auth.inc.php +1 -1
M html/includes/graphs/smokeping/auth.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/includes/graphs/toner/auth.inc.php +1 -1
M html/includes/graphs/vserver/auth.inc.php +1 -1
M includes/discovery/ports.inc.php -1
M includes/functions.php +3 -3
M sql-schema/006.sql +2 -2
📈 43 added 📉 48 removed

💻 r3168

Adam Armstrong 🐸 • 2012-05-11 13:33
fix devices -> graphs
Files changed (1)
M html/pages/devices.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3167

Adam Armstrong 🐸 • 2012-05-11 13:26
cleanups to how graphing works. start using device= for device graphs.
Files changed (75)
M html/includes/device-header.inc.php +3 -4
M html/includes/functions.inc.php +5 -3
M html/includes/graphs/application/auth.inc.php +3 -3
M html/includes/graphs/application/memcached_threads.inc.php +1 -2
M html/includes/graphs/application/memcached_uptime.inc.php +1 -1
M html/includes/graphs/application/shoutcast_multi_bits.inc.php +2
M html/includes/graphs/application/shoutcast_multi_stats.inc.php +2
M html/includes/graphs/bgp/auth.inc.php +2 -2
M html/includes/graphs/cefswitching/auth.inc.php +2 -2
M html/includes/graphs/customer/auth.inc.php +4 -2
M html/includes/graphs/customer/bits.inc.php +1 -1
M html/includes/graphs/device/auth.inc.php +1 -2
M html/includes/graphs/device/bits.inc.php +1 -3
M html/includes/graphs/device/cras_sessions.inc.php +1 -3
M html/includes/graphs/device/diskio_common.inc.php +1 -1
M html/includes/graphs/device/hr_processes.inc.php -2
M html/includes/graphs/device/hr_users.inc.php -2
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php -2
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +1 -3
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +1 -3
M html/includes/graphs/device/ipsystemstats_ipv6.inc.php +1 -3
M html/includes/graphs/device/ipSystemStats.inc.php -2
M html/includes/graphs/device/mempool.inc.php +1 -3
M html/includes/graphs/device/netstat_icmp_info.inc.php -1
M html/includes/graphs/device/netstat_icmp.inc.php -1
M html/includes/graphs/device/netstat_ip_frag.inc.php -1
M html/includes/graphs/device/netstat_ip.inc.php -1
M html/includes/graphs/device/netstat_snmp.inc.php -1
M html/includes/graphs/device/netstat_tcp.inc.php -1
M html/includes/graphs/device/netstat_udp.inc.php -1
M html/includes/graphs/device/nfsen_packets.inc.php +1
M html/includes/graphs/device/nfsen_traffic.inc.php +1
M html/includes/graphs/device/panos_sessions.inc.php -2
M html/includes/graphs/device/processor.inc.php +1 -2
M html/includes/graphs/device/screenos_sessions.inc.php +1 -4
M html/includes/graphs/device/sensor.inc.php +1 -2
M html/includes/graphs/device/sla.inc.php +3 -1
M html/includes/graphs/device/storage.inc.php +1 -3
M html/includes/graphs/device/toner.inc.php +1 -2
M html/includes/graphs/device/ucd_load.inc.php -2
M html/includes/graphs/device/ucd_memory.inc.php -3
M html/includes/graphs/device/uptime.inc.php -1
M html/includes/graphs/device/vpdn_sessions_l2tp.inc.php -1
M html/includes/graphs/device/vpdn_tunnels_l2tp.inc.php -1
M html/includes/graphs/device/wifi_clients.inc.php -1
M html/includes/graphs/diskio/auth.inc.php +2 -2
M html/includes/graphs/graph.inc.php +28 -13
M html/includes/graphs/ipsectunnel/auth.inc.php +2 -3
M html/includes/graphs/location/auth.inc.php +2 -2
M html/includes/graphs/macaccounting/auth.inc.php +2 -2
M html/includes/graphs/mempool/auth.inc.php +2 -2
M html/includes/graphs/multiport/auth.inc.php +4 -4
M html/includes/graphs/multiport/bits_separate.inc.php +1 -1
M html/includes/graphs/multiport/bits.inc.php +1 -1
M html/includes/graphs/munin/auth.inc.php +10 -13
M html/includes/graphs/netscalervsvr/auth.inc.php +2 -2
M html/includes/graphs/port/auth.inc.php +2 -2
M html/includes/graphs/processor/auth.inc.php +1 -1
M html/includes/graphs/rserver/auth.inc.php +2 -2
M html/includes/graphs/sensor/auth.inc.php +2 -2
M html/includes/graphs/service/auth.inc.php +2 -2
M html/includes/graphs/smokeping/auth.inc.php +2 -2
M html/includes/graphs/storage/auth.inc.php +2 -2
M html/includes/graphs/toner/auth.inc.php +2 -2
M html/includes/graphs/vserver/auth.inc.php +2 -2
M html/includes/print-device-graph.php +2 -1
M html/index.php -27
M html/pages/device.inc.php +10
M html/pages/device/graphs.inc.php +3 -17
M html/pages/device/graphs/netstats_icmp_info.inc.php +1 -1
A html/pages/device/munin.inc.php +76
M html/pages/device/overview/ports.inc.php +1 -1
M html/pages/graphs.inc.php +7
M html/pages/packages.inc.php +8 -4
M includes/common.php +1
📈 226 added 📉 194 removed

💻 r3166

Adam Armstrong 🐸 • 2012-05-10 15:23
now remove the correct line
Files changed (1)
M html/includes/graphs/bgp/prefixes.inc.php -2
📈 0 added 📉 2 removed

💻 r3165

Adam Armstrong 🐸 • 2012-05-10 15:22
fix bgp prefix graphs (stupid me, i removed the wrong line)
Files changed (1)
M html/includes/graphs/bgp/prefixes.inc.php +2
📈 2 added 📉 0 removed

💻 r3164

Adam Armstrong 🐸 • 2012-05-10 15:03
remove debugging
Files changed (1)
M includes/polling/system.inc.php -1
📈 0 added 📉 1 removed

💻 r3163

Adam Armstrong 🐸 • 2012-05-10 15:02
fix problem with snmp_get_multi
Files changed (2)
M includes/polling/system.inc.php +2 -1
M includes/snmp.inc.php +7 -1
📈 9 added 📉 2 removed

💻 r3162

Adam Armstrong 🐸 • 2012-05-10 14:45
fix sql-schema update (derp)
Files changed (1)
M includes/sql-schema/update.php +2
📈 2 added 📉 0 removed

💻 r3161

Adam Armstrong 🐸 • 2012-05-10 12:10
supermicro switch icon and detection
Files changed (3)
A html/images/os/supermicro.png +1
M includes/definitions.inc.php +9
A includes/discovery/os/supermicro-switch.inc.php +10
📈 20 added 📉 0 removed

💻 r3160

Adam Armstrong 🐸 • 2012-05-09 17:18
graph improvements. FIXME - graph defs are getting messier. NEED SIMPLIFICATION.
Files changed (3)
M html/includes/graphs/device/netstat_snmp_pkt.inc.php +11 -20
M html/includes/graphs/device/netstat_snmp.inc.php +1 -1
A html/includes/graphs/generic_multi.inc.php +74
📈 86 added 📉 21 removed

💻 r3159

Adam Armstrong 🐸 • 2012-05-09 16:58
nicer UCD memory graph
Files changed (1)
M html/includes/graphs/device/ucd_memory.inc.php +30 -4
📈 30 added 📉 4 removed

💻 r3158

Adam Armstrong 🐸 • 2012-05-09 16:38
DERP
Files changed (3)
D 020.sql -6
M html/includes/graphs/device/ucd_memory.inc.php +41 -28
A sql-schema/020.sql +6
📈 47 added 📉 34 removed

💻 r3157

Tom Laermans 🦔 • 2012-05-09 16:36
bye bye debug output, le sigh - also add newline before stats
Files changed (1)
M poller.php +2 -3
📈 2 added 📉 3 removed

💻 r3156

Adam Armstrong 🐸 • 2012-05-09 16:18
snmpv3 support. for hipsters.
Files changed (9)
A 020.sql +6
M addhost.php +147 -23
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/device/agent.inc.php +2 -2
M html/pages/addhost.inc.php +81 -8
M html/pages/device/edit/snmp.inc.php +87 -13
M includes/defaults.inc.php +14 -1
M includes/functions.php +88 -19
M includes/snmp.inc.php +106 -24
📈 532 added 📉 91 removed

💻 r3155

Adam Armstrong 🐸 • 2012-05-09 14:13
time fix. improvement to apps overview.
Files changed (4)
M html/includes/functions.inc.php +1 -1
M html/pages/apps/default.inc.php +1 -4
M html/pages/apps/overview.inc.php +14 -8
M html/pages/device/hrdevice.inc.php +1 -1
📈 17 added 📉 14 removed

💻 r3154

Adam Armstrong 🐸 • 2012-05-09 12:56
set scale for contexts/interrupts
Files changed (2)
M html/includes/graphs/device/ucd_contexts.inc.php +2 -4
M html/includes/graphs/device/ucd_interrupts.inc.php +2 -4
📈 4 added 📉 8 removed

💻 r3153

Adam Armstrong 🐸 • 2012-05-09 12:20
missing graph types
Files changed (6)
A html/includes/graphs/application/memcached_data.inc.php +34
A html/includes/graphs/application/memcached_items.inc.php +33
A html/includes/graphs/application/memcached_threads.inc.php +20
A html/includes/graphs/application/mysql_status.inc.php +51
A html/includes/graphs/device/agent.inc.php +27
A html/includes/graphs/generic_multi_data_separated.inc.php +120
📈 285 added 📉 0 removed

💻 r3152

Adam Armstrong 🐸 • 2012-05-09 11:33
add ability to pass an array of values to rrdtool_update, which are checked and replaced with U if invalid.
Files changed (3)
M includes/polling/netstats-snmp.inc.php +2 -3
M includes/rrdtool.inc.php +12 -3
M poller.php +3 -1
📈 17 added 📉 7 removed

💻 r3151

Adam Armstrong 🐸 • 2012-05-09 11:05
fix netstat graphs (remove invalid double including of common.inc.php)
Files changed (8)
M html/includes/graphs/common.inc.php +1 -1
M html/includes/graphs/device/netstat_icmp_info.inc.php -2
M html/includes/graphs/device/netstat_icmp.inc.php -2
M html/includes/graphs/device/netstat_ip.inc.php -2
M html/includes/graphs/device/netstat_snmp_pkt.inc.php -2
M html/includes/graphs/device/netstat_snmp.inc.php -2
M html/includes/graphs/device/netstat_tcp.inc.php -2
M html/includes/graphs/device/netstat_udp.inc.php -2
📈 1 added 📉 15 removed

💻 r3150

Adam Armstrong 🐸 • 2012-05-09 10:01
phpDocumentator headers. retire static-config. IF YOU ARE READING THIS, REMOVE IT FROM THE BOTTOM YOUR CONFIG.PHP. YES. YOU.
Files changed (36)
M addhost.php +9 -7
M adduser.php +14 -1
M alerts.php +13
M billing-calculate.php +12 -1
M check-errors.php +13
M check-services.php +13
M config.php.default -2
M delhost.php +14 -1
M discovery.php +9 -7
M generate-iplist.php +13
M html/ajax_listports.php +13
M html/bandwidth-graph.php +13
M html/billing-graph.php +13
M html/data.php +13
M html/graph-realtime.php +14 -7
M html/graph.php +13
M html/includes/graphs/bgp/prefixes.inc.php -7
M html/includes/graphs/device/hr_processes.inc.php +16 -11
M html/includes/graphs/device/hr_users.inc.php +16 -13
M html/includes/graphs/device/ucd_interrupts.inc.php +2 -2
M html/includes/graphs/generic_simplex.inc.php +14
M html/includes/graphs/old_generic_simplex.inc.php +1
M html/includes/graphs/processor/usage.inc.php +1
M html/index.php +13
M html/map.php +13
M html/netcmd.php +14 -1
M html/pdf.php +13
A includes/definitions.inc.php +1,218
M includes/static-config.php +1 -1,214
M irc.php +13 -1
M poll-billing.php +13
M poll-device.php +12
M poller.php +9 -7
M renamehost.php +13
M snmptrap.php +13
M syslog.php +2 -2
📈 1,586 added 📉 1,284 removed

💻 r3149

Adam Armstrong 🐸 • 2012-05-08 10:50
update nginx application poller to use snmp_get
Files changed (1)
M includes/polling/applications/nginx.inc.php +10 -4
📈 10 added 📉 4 removed

💻 r3148

Tom Laermans 🦔 • 2012-05-07 21:56
make nginx script work via agent, patch by LinuxUser
Files changed (3)
M includes/polling/applications/nginx.inc.php +14 -7
M includes/polling/unix-agent.inc.php +1
M scripts/agent-local/nginx +1
📈 16 added 📉 7 removed

💻 r3147

cleanup • 2012-05-07 16:23
syntaxer run
Files changed (8)
M html/map.php +4 -4
M html/pages/device/edit.inc.php +1 -1
M html/pages/device/edit/icon.inc.php -1
M includes/discovery/bgp-peers.inc.php +1 -1
M includes/discovery/vmware-vminfo.inc.php +11 -11
M includes/polling/system.inc.php +1 -1
M includes/polling/unix-agent/munin-plugins.inc.php +22 -22
M includes/rrdtool.inc.php +2 -2
📈 0 added 📉 0 removed

💻 r3146

Tom Laermans 🦔 • 2012-05-07 15:39
allow multiple icons to be defined per OS, let user select one in the device settings
Files changed (5)
M html/pages/device/edit.inc.php +7 -1
M html/pages/device/edit/device.inc.php -5
A html/pages/device/edit/icon.inc.php +84
M includes/discovery/toner.inc.php +2
M includes/static-config.php +1
📈 94 added 📉 6 removed

💻 r3145

Tom Laermans 🦔 • 2012-05-06 23:10
more time period corrections
Files changed (3)
M html/includes/print-vlan.inc.php +2 -2
M html/includes/print-vrf.inc.php +2 -2
M html/pages/device/port/macaccounting.inc.php +18 -18
📈 22 added 📉 22 removed

💻 r3144

Tom Laermans 🦔 • 2012-05-06 23:02
improvements to services
Files changed (6)
M check-services.php -2
D html/includes/service-add.inc.php -12
M html/pages/addsrv.inc.php +10 -1
M includes/common.php +8
M includes/discovery/services.inc.php +1 -1
M includes/services.inc.php +8 -9
📈 27 added 📉 25 removed

💻 r3143

Tom Laermans 🦔 • 2012-05-06 22:43
remove useless assignment, duh
Files changed (1)
M includes/static-config.php -2
📈 0 added 📉 2 removed

💻 r3142

Tom Laermans 🦔 • 2012-05-06 20:43
map fixie
Files changed (1)
M html/map.php +1 -1
📈 1 added 📉 1 removed

💻 r3141

Tom Laermans 🦔 • 2012-05-06 20:24
actually use app section text instead of nicecasing the array key
Files changed (1)
M html/pages/device/apps/mysql.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3140

Tom Laermans 🦔 • 2012-05-06 20:07
make sure capacity oid actually ends up in database for already existing toner
Files changed (3)
M config.php.default -3
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/toner.inc.php +1 -1
📈 5 added 📉 8 removed

💻 r3139

Tom Laermans 🦔 • 2012-05-06 19:57
only repoll capacity when oid is in database
Files changed (1)
M includes/polling/toner.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r3138

Tom Laermans 🦔 • 2012-05-06 19:56
repoll toner capacity
Files changed (5)
M includes/discovery/functions.inc.php +4 -4
M includes/discovery/toner.inc.php +1 -1
M includes/polling/os/unix.inc.php +1 -1
M includes/polling/toner.inc.php +1 -2
A sql-schema/019.sql +1
📈 8 added 📉 8 removed

💻 r3137

Tom Laermans 🦔 • 2012-05-06 19:46
more nicecase()
Files changed (1)
M html/pages/device/apps.inc.php +1 -3
📈 1 added 📉 3 removed

💻 r3136

Tom Laermans 🦔 • 2012-05-06 19:40
minor cleanups
Files changed (1)
M includes/static-config.php +6 -6
📈 6 added 📉 6 removed

💻 r3135

Tom Laermans 🦔 • 2012-05-06 19:03
improvements to (mysql) app system
Files changed (6)
M html/includes/print-menubar.php +1 -1
M html/pages/apps.inc.php +1 -1
M html/pages/apps/default.inc.php +25 -23
M html/pages/apps/overview.inc.php +1 -1
M html/pages/device/apps/mysql.inc.php +3 -3
M includes/functions.php +13 -2
📈 44 added 📉 31 removed

💻 r3134

Tom Laermans 🦔 • 2012-05-06 18:38
remove legacy variables, hopefully i didn't mess anything up
Files changed (53)
M html/includes/device-header.inc.php +2 -2
M html/includes/print-vlan.inc.php +2 -2
M html/includes/print-vrf.inc.php +2 -2
M html/index.php -8
M html/pages/apps/default.inc.php +38 -37
M html/pages/apps/overview.inc.php +1 -1
M html/pages/device/apps/apache.inc.php +1 -1
M html/pages/device/apps/drbd.inc.php +1 -1
M html/pages/device/apps/mailscanner.inc.php +1 -1
M html/pages/device/apps/memcached.inc.php +1 -1
M html/pages/device/apps/mysql.inc.php +1 -1
M html/pages/device/apps/nginx.inc.php +1 -1
M html/pages/device/apps/ntp-client.inc.php +1 -1
M html/pages/device/apps/ntpd-server.inc.php +1 -1
M html/pages/device/apps/powerdns.inc.php +1 -1
M html/pages/device/apps/shoutcast.inc.php +2 -2
M html/pages/device/health/mempool.inc.php +4 -2
M html/pages/device/health/processor.inc.php +2 -2
M html/pages/device/health/storage.inc.php +1 -1
M html/pages/device/hrdevice.inc.php +5 -5
M html/pages/device/overview/c6kxbar.inc.php +2 -2
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +2 -2
M html/pages/device/overview/ports.inc.php +2 -2
M html/pages/device/overview/processors.inc.php +2 -2
M html/pages/device/overview/storage.inc.php +2 -2
M html/pages/device/overview/toner.inc.php +2 -2
M html/pages/device/port/junose-atm-vp.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +3 -3
M html/pages/device/port/pagp.inc.php +8 -8
M html/pages/device/ports.inc.php +2 -2
M html/pages/device/pseudowires.inc.php +4 -4
M html/pages/device/routing/bgp.inc.php +2 -2
M html/pages/device/routing/cef.inc.php +1 -1
M html/pages/device/services.inc.php +1 -1
M html/pages/front/default.php +1 -1
M html/pages/front/demo.php +2 -2
M html/pages/front/example2.php +6 -6
M html/pages/front/jt.php +21 -21
M html/pages/front/traffic.php +20 -16
M html/pages/graphs.inc.php +1 -1
M html/pages/health/mempool.inc.php +10 -10
M html/pages/health/processor.inc.php +10 -10
M html/pages/health/sensors.inc.php +14 -14
M html/pages/ports/graph.inc.php +2 -2
M html/pages/pseudowires.inc.php +4 -4
M html/pages/routing/bgp.inc.php +3 -3
M html/pages/routing/vrf.inc.php +2 -2
M html/pages/services.inc.php +1 -1
M includes/discovery/bgp-peers.inc.php +7 -2
M includes/static-config.php -9
A mibs/ASTERISK-MIB +739
A mibs/DIGIUM-MIB +17
📈 207 added 📉 212 removed

💻 r3133

Adam Armstrong 🐸 • 2012-05-03 19:38
#46 support for svn > 1.7 from Mike Stupalov
Files changed (1)
M includes/static-config.php +8 -2
📈 8 added 📉 2 removed

💻 r3132

Tom Laermans 🦔 • 2012-05-03 16:33
fix dpkg so it really shows ALL installed packages
Files changed (1)
M scripts/agent-local/dpkg +2 -2
📈 2 added 📉 2 removed

💻 r3131

Tom Laermans 🦔 • 2012-05-03 15:45
remove empty dpkg build dash from removal message
Files changed (1)
M includes/polling/unix-agent/packages.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3130

Tom Laermans 🦔 • 2012-05-03 15:38
only show actually installed deb packages - make sure to copy the new dpkg script to your hosts
Files changed (1)
M scripts/agent-local/dpkg +3 -2
📈 3 added 📉 2 removed

💻 r3129

Adam Armstrong 🐸 • 2012-05-03 15:18
GOGO
Files changed (4)
M html/map.php +7 -1
A includes/polling/unix-agent
A includes/polling/unix-agent/munin-plugins.inc.php +121
A includes/polling/unix-agent/packages.inc.php +145
📈 273 added 📉 1 removed

💻 r3128

Tom Laermans 🦔 • 2012-05-03 13:57
also show rrdtool version on about page, save some forks and selects
Files changed (1)
M html/pages/about.inc.php +1 -8
📈 1 added 📉 8 removed

💻 r3127

Tom Laermans 🦔 • 2012-05-03 13:52
html fixies, show rrdtool version on menu
Files changed (4)
M html/includes/print-menubar.php +12 -12
M html/index.php +5 -8
M html/pages/devices.inc.php +1 -1
M includes/polling/functions.inc.php +2 -3
📈 20 added 📉 24 removed

💻 r3126

Adam Armstrong 🐸 • 2012-05-03 11:43
Use uptime fetched from Agent.
Files changed (1)
M includes/polling/system.inc.php +28 -25
📈 28 added 📉 25 removed

💻 r3125

Adam Armstrong 🐸 • 2012-05-03 10:48
fix processor_usage - set min/max scale and remove duplicate common.inc.php.
Files changed (1)
M html/includes/graphs/processor/usage.inc.php +1 -32
📈 1 added 📉 32 removed

💻 r3124

Adam Armstrong 🐸 • 2012-05-03 10:45
add the ability to run poller without updating rrds. add --rigid to graphs.
Files changed (5)
M html/includes/graphs/common.inc.php +1
M includes/common.php +1 -1
M includes/polling/cipsec-tunnels.inc.php +2
M includes/rrdtool.inc.php +12 -2
M poller.php +7 -1
📈 23 added 📉 4 removed

💻 r3123

Adam Armstrong 🐸 • 2012-05-03 09:10
#44 don't discover temperature sensors without numeric values. (from Mike Stupalov)
Files changed (1)
M includes/discovery/temperatures/cisco-envmon.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r3122

Adam Armstrong 🐸 • 2012-05-03 09:07
show pseudowire tab when pseudowires exist rather than when routing exist.
Files changed (1)
M html/pages/device.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3121

Adam Armstrong 🐸 • 2012-05-03 09:04
updates to pseudowires table
Files changed (1)
A sql-schema/018.sql +3
📈 3 added 📉 0 removed

💻 r3120

Tom Laermans 🦔 • 2012-05-02 23:03
update database for the fanspeed upper limit change that snuck in in r3119
Files changed (1)
A sql-schema/017.sql +1
📈 1 added 📉 0 removed

💻 r3119

Tom Laermans 🦔 • 2012-05-02 23:01
fix vmware adding one vm when there actually was none
Files changed (2)
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/vmware-vminfo.inc.php +60 -57
📈 61 added 📉 58 removed

💻 r3118

Tom Laermans 🦔 • 2012-05-02 22:06
remove old rrd file check after a little over a year, douchebags should svn up :>
Files changed (1)
M includes/polling/functions.inc.php +2 -18
📈 2 added 📉 18 removed

💻 r3117

cleanup • 2012-05-02 22:02
syntaxer run
Files changed (31)
M html/includes/graphs/application/memcached_uptime.inc.php -1
M html/includes/graphs/device/bits.inc.php +1
M html/includes/graphs/generic_multi_line.inc.php +2 -2
M html/includes/graphs/munin/auth.inc.php +1 -1
M html/includes/graphs/munin/graph.inc.php +3 -4
M html/pages/device.inc.php -1
M html/pages/device/apps.inc.php +1 -1
M html/pages/device/apps/memcached.inc.php +1 -1
M html/pages/device/graphs.inc.php +5 -4
M html/pages/device/overview.inc.php +2
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M html/pages/device/port.inc.php +2 -3
M html/pages/device/ports.inc.php +10 -12
M html/pages/device/services.inc.php +1 -1
M html/pages/health/sensors.inc.php +3 -3
M html/pages/search/arp.inc.php +6 -7
M html/pages/services.inc.php +1 -1
M includes/defaults.inc.php +2 -2
M includes/discovery/cisco-pw.inc.php +4 -5
M includes/discovery/humidity/pcoweb.inc.php +1 -1
M includes/discovery/os/linux.inc.php +2 -2
M includes/discovery/temperatures/pcoweb.inc.php +1 -1
M includes/discovery/vlans.inc.php +4 -5
M includes/discovery/vlans/cisco-vtp.inc.php +1 -1
M includes/functions.php +2 -1
M includes/polling/applications/drbd.inc.php +2 -2
M includes/polling/applications/memcached.inc.php +1 -2
M includes/polling/applications/mysql.inc.php -1
M includes/polling/functions.inc.php +1 -1
M includes/polling/unix-agent.inc.php +4 -4
M includes/versioncheck.inc.php +1 -2
📈 0 added 📉 0 removed

💻 r3116

Adam Armstrong 🐸 • 2012-05-02 17:23
pseudowire reworking. add device tab (no wonder no one ever asked about it, damn tab was missing!)
Files changed (4)
M html/pages/device.inc.php +11
A html/pages/device/pseudowires.inc.php +97
M includes/discovery/cisco-pw.inc.php +33 -52
M includes/discovery/entity-physical.inc.php +2 -5
📈 143 added 📉 57 removed

💻 r3115

Adam Armstrong 🐸 • 2012-05-02 15:12
move vlan discovery scripts into a directory
Files changed (6)
D includes/discovery/cisco-vlans.inc.php -38
D includes/discovery/q-bridge-mib.inc.php -31
A includes/discovery/vlans
M includes/discovery/vlans.inc.php +2 -2
A includes/discovery/vlans/cisco-vtp.inc.php +38
A includes/discovery/vlans/q-bridge-mib.inc.php +31
📈 71 added 📉 71 removed

💻 r3114

Adam Armstrong 🐸 • 2012-05-02 15:06
more memcached
Files changed (9)
M html/pages/device/overview/generic/sensor.inc.php +10 -1
M html/pages/device/port.inc.php +11
M html/pages/device/ports.inc.php +12 -1
M html/pages/health/sensors.inc.php +13 -2
M includes/defaults.inc.php +14 -14
M includes/polling/functions.inc.php +7 -2
M includes/polling/storage.inc.php +10 -2
M irc.php +1 -2
M sql-schema/016.sql +1
📈 79 added 📉 24 removed

💻 r3113

Adam Armstrong 🐸 • 2012-05-02 15:04
updated vlan detection
Files changed (7)
M html/includes/print-vlan.inc.php +1 -1
M includes/defaults.inc.php +2 -2
M includes/discovery/cisco-vlans.inc.php +18 -30
M includes/discovery/q-bridge-mib.inc.php +14 -22
M includes/discovery/vlans.inc.php +60 -57
M includes/versioncheck.inc.php +14 -9
A sql-schema/016.sql +4
📈 113 added 📉 121 removed

💻 r3112

Adam Armstrong 🐸 • 2012-05-02 14:55
HERPDERP
Files changed (1)
A html/includes/graphs/old_generic_simplex.inc.php +91
📈 91 added 📉 0 removed

💻 r3111

Adam Armstrong 🐸 • 2012-05-02 14:50
allow old graph format for bgp prefixes
Files changed (1)
M html/includes/graphs/bgp/prefixes.inc.php +6 -1
📈 6 added 📉 1 removed

💻 r3110

Tom Laermans 🦔 • 2012-05-02 14:49
carel pcoweb discovery for most temperature and humidity
Files changed (2)
A includes/discovery/humidity/pcoweb.inc.php +40
A includes/discovery/temperatures/pcoweb.inc.php +60
📈 100 added 📉 0 removed

💻 r3109

Tom Laermans 🦔 • 2012-05-02 11:01
add carel pcoweb a/c unit discovery, no stats yet
Files changed (2)
M includes/discovery/os/linux.inc.php +10
M includes/static-config.php +9
📈 19 added 📉 0 removed

💻 r3108

Tom Laermans 🦔 • 2012-05-01 21:29
strip build on package list if none available, switch packages page to css alternating
Files changed (1)
M html/pages/packages.inc.php +3 -8
📈 3 added 📉 8 removed

💻 r3107

Tom Laermans 🦔 • 2012-05-01 18:34
don't include deleted ports in port count on topnav
Files changed (1)
M html/includes/topnav.inc.php +12 -12
📈 12 added 📉 12 removed

💻 r3106

Tom Laermans 🦔 • 2012-05-01 14:28
remove debug leftovers
Files changed (1)
M html/map.php -1
📈 0 added 📉 1 removed

💻 r3105

Tom Laermans 🦔 • 2012-05-01 14:26
add uniflair and carel logos
Files changed (2)
A html/images/os/carel.png +1
A html/images/os/uniflair.png +1
📈 2 added 📉 0 removed

💻 r3104

Tom Laermans 🦔 • 2012-04-30 23:19
remove duplicate links from full map (still a hidden feature)
Files changed (1)
M html/map.php +10 -9
📈 10 added 📉 9 removed

💻 r3103

Tom Laermans 🦔 • 2012-04-30 22:26
move logout link to the far right, update included documentation files
Files changed (4)
M CHANGELOG +2 -244
M html/includes/header.inc.php +8 -2
M INSTALL -20
M README +2 -2
📈 12 added 📉 268 removed

💻 r3102

Tom Laermans 🦔 • 2012-04-30 22:26
forgot the db update for the customized icon update in r3087
Files changed (1)
A sql-schema/013.sql +1
📈 1 added 📉 0 removed

💻 r3101

Adam Armstrong 🐸 • 2012-04-30 17:28
send correct stats
Files changed (1)
M includes/versioncheck.inc.php +5 -3
📈 5 added 📉 3 removed

💻 r3100

Adam Armstrong 🐸 • 2012-04-30 15:14
vtp 1,2,3 one,two,three (temporary fix pending rewrite)
Files changed (1)
M includes/discovery/cisco-vlans.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3099

Adam Armstrong 🐸 • 2012-04-30 15:13
memcached and drbd application improvements
Files changed (8)
M html/includes/graphs/application/memcached_commands.inc.php +15 -24
M html/includes/graphs/generic_duplex.inc.php +2
M html/includes/graphs/generic_multi_line.inc.php +2 -4
M html/pages/apps.inc.php +5
M html/pages/apps/default.inc.php -4
M html/pages/apps/overview.inc.php -4
M includes/polling/applications/drbd.inc.php +10 -5
M includes/polling/unix-agent.inc.php +5 -6
📈 39 added 📉 47 removed

💻 r3098

Tom Laermans 🦔 • 2012-04-29 20:04
optimize sql for versioncheck stats
Files changed (2)
M discovery.php +8 -7
M includes/versioncheck.inc.php +37 -36
📈 45 added 📉 43 removed

💻 r3097

Adam Armstrong 🐸 • 2012-04-27 17:36
GAUGE not DERIVE. DERP!
Files changed (1)
M includes/polling/applications/memcached.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3096

Adam Armstrong 🐸 • 2012-04-27 17:18
add memcached application graphing support. move applications to <<<app-$name>>> for easier detection. add connection tracking to mysql application. move logout to /logout/ not /?logout=yes.
Files changed (21)
M html/includes/authenticate.inc.php +1 -2
A html/includes/graphs/application/memcached_bits.inc.php +14
A html/includes/graphs/application/memcached_commands.inc.php +34
A html/includes/graphs/application/memcached_uptime.inc.php +19
A html/includes/graphs/application/memcached.inc.php +7
M html/includes/header.inc.php +1 -1
M html/index.php +2 -2
M html/pages/device/apps.inc.php +18 -2
A html/pages/device/apps/memcached.inc.php +32
M includes/functions.php +2 -2
M includes/polling/applications/apache.inc.php +2 -2
M includes/polling/applications/drbd.inc.php +1 -1
A includes/polling/applications/memcached.inc.php +44
M includes/polling/applications/mysql.inc.php +43 -6
M includes/polling/functions.inc.php +5 -2
M includes/polling/unix-agent.inc.php +38 -6
M includes/static-config.php +5 -1
M poller.php +1 -1
A scripts/agent-local/memcached +14
M scripts/agent-local/mysql +3
A sql-schema/015.sql +2
📈 288 added 📉 28 removed

💻 r3095

Adam Armstrong 🐸 • 2012-04-26 17:08
fix new version of svn (#40 from Mike Stupalov)
Files changed (2)
M includes/defaults.inc.php +1
M includes/static-config.php +13 -4
📈 14 added 📉 4 removed

💻 r3094

Adam Armstrong 🐸 • 2012-04-26 17:05
fix small things
Files changed (2)
M html/pages/apps/default.inc.php +1 -1
M includes/functions.php +2 -2
📈 3 added 📉 3 removed

💻 r3093

Adam Armstrong 🐸 • 2012-04-26 16:49
quadgraphs -> graphrow
Files changed (35)
M html/includes/print-device-graph.php +1 -1
A html/includes/print-graphrow.inc.php +33
M html/includes/print-interface-graphs.inc.php +1 -1
D html/includes/print-quadgraphs.inc.php -33
M html/pages/customers.inc.php +1 -1
M html/pages/device/apps/apache.inc.php +1 -1
M html/pages/device/apps/drbd.inc.php +1 -1
M html/pages/device/apps/mailscanner.inc.php +1 -1
M html/pages/device/apps/mysql.inc.php +1 -1
M html/pages/device/apps/nginx.inc.php +1 -1
M html/pages/device/apps/ntp-client.inc.php +1 -1
M html/pages/device/apps/ntpd-server.inc.php +1 -1
M html/pages/device/apps/powerdns.inc.php +1 -1
M html/pages/device/apps/shoutcast.inc.php +2 -2
M html/pages/device/collectd.inc.php +1 -1
M html/pages/device/health/diskio.inc.php +1 -1
M html/pages/device/health/mempool.inc.php +1 -1
M html/pages/device/health/processor.inc.php +1 -1
M html/pages/device/health/sensors.inc.php +1 -1
M html/pages/device/health/storage.inc.php +1 -1
M html/pages/device/latency.inc.php +6 -6
M html/pages/device/loadbalancer/ace_rservers.inc.php +1 -1
M html/pages/device/loadbalancer/ace_vservers.inc.php +1 -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +2 -2
M html/pages/device/overview/generic/sensor.inc.php +1 -1
M html/pages/device/port/macaccounting.inc.php +1 -1
M html/pages/device/routing/bgp.inc.php +1 -1
M html/pages/device/routing/cef.inc.php +1 -1
M html/pages/device/routing/ipsec_tunnels.inc.php +1 -1
M html/pages/device/services.inc.php +1 -1
M html/pages/device/slas.inc.php +1 -1
M html/pages/health/storage.inc.php +1 -1
M html/pages/health/toner.inc.php +1 -1
M html/pages/locations.inc.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
📈 73 added 📉 73 removed

💻 r3092

Adam Armstrong 🐸 • 2012-04-26 16:32
fix device/health
Files changed (1)
M html/pages/device/health.inc.php +3 -1
📈 3 added 📉 1 removed

💻 r3091

Adam Armstrong 🐸 • 2012-04-26 16:15
revert change changing mempool/storage format
Files changed (11)
M html/includes/graphs/device/bits.inc.php +2 -3
M html/includes/graphs/device/mempool.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/generic_multi_bits_separated.inc.php -1
M html/includes/graphs/generic_multi_data.inc.php +2 -2
M html/includes/graphs/generic_multi_seperated.inc.php +126 -45
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/storage/auth.inc.php +1 -1
M includes/defaults.inc.php +4 -1
M includes/polling/mempools.inc.php +3 -3
M includes/polling/storage.inc.php +3 -3
📈 144 added 📉 62 removed

💻 r3090

Adam Armstrong 🐸 • 2012-04-26 13:05
fix services stuff
Files changed (4)
M check-services.php +6 -5
M html/includes/print-service.inc.php -2
M html/pages/device/services.inc.php +9 -17
M html/pages/services.inc.php +11 -16
📈 26 added 📉 40 removed

💻 r3089

Adam Armstrong 🐸 • 2012-04-26 12:11
improved emailing and additional configuration options to use phpmailer. (#38 from Mike Stupalov)
Files changed (12)
M attic/poll-reachability.php +2 -2
M attic/temperatures.inc.php +1 -2
M attic/voltages.inc.php +4 -6
M check-services.php -2
M includes/defaults.inc.php +13
M includes/functions.php +88 -2
A includes/pear
A includes/phpmailer
A includes/phpmailer/class.phpmailer.php +2,532
A includes/phpmailer/class.smtp.php +818
M includes/polling/functions.inc.php +3 -5
M includes/polling/ports.inc.php +3 -3
📈 107 added 📉 12 removed

💻 r3088

Adam Armstrong 🐸 • 2012-04-26 11:57
additions to unix-agent. addition of basic munin-plugin support.
Files changed (14)
A html/includes/graphs/munin
A html/includes/graphs/munin/auth.inc.php +24
A html/includes/graphs/munin/graph.inc.php +65
M html/includes/print-device-graph.php +2 -2
M html/pages/device/graphs.inc.php +21 -8
M includes/defaults.inc.php +1 -1
M includes/discovery/cisco-vrf.inc.php +2
M includes/polling/unix-agent.inc.php +8 -140
M scripts/agent-local/apache +1 -1
A scripts/agent-local/munin +15
A scripts/agent-local/munin-scripts
M scripts/agent-local/mysql +2 -2
A scripts/agent-local/README +5
A sql-schema/014.sql +2
📈 148 added 📉 154 removed

💻 r3087

Tom Laermans 🦔 • 2012-04-24 22:50
remove support for GIF OS-icons, but add support to override OS icon through database, suitable for radlan devices and probably/possibly other OEMables
Files changed (5)
M html/includes/device-header.inc.php +1 -2
M html/includes/hostbox.inc.php +1 -2
M includes/functions.php +18 -14
M includes/polling/os.inc.php +6
M includes/polling/os/radlan.inc.php +2
📈 28 added 📉 18 removed

💻 r3086

Tom Laermans 🦔 • 2012-04-24 22:08
secret overview change
Files changed (1)
M html/pages/devices.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3085

Tom Laermans 🦔 • 2012-04-24 20:34
recognize synology hardware
Files changed (1)
M includes/polling/os/unix.inc.php +13
📈 13 added 📉 0 removed

💻 r3084

Tom Laermans 🦔 • 2012-04-24 19:19
add synology Disk Station Manager recognition
Files changed (4)
A html/images/os/synology.png +1
M includes/discovery/os/linux.inc.php +13 -7
M includes/polling/os/unix.inc.php +6
M includes/static-config.php +12 -1
📈 32 added 📉 8 removed

💻 r3083

Tom Laermans 🦔 • 2012-04-24 18:19
unbroke the datepicker on the graphs. again.
Files changed (1)
M html/pages/graphs.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r3082

Adam Armstrong 🐸 • 2012-04-24 10:48
fixes to mysql agent script. fixes to links on apps overview.
Files changed (2)
M html/pages/apps/overview.inc.php +1 -1
M scripts/agent-local/mysql +8 -8
📈 9 added 📉 9 removed

💻 r3081

Tom Laermans 🦔 • 2012-04-22 17:13
bring device overview info table layout in line with all other information panels
Files changed (2)
M html/includes/dev-overview-data.inc.php +9 -4
M html/pages/device/overview.inc.php +4 -9
📈 13 added 📉 13 removed

💻 r3080

Tom Laermans 🦔 • 2012-04-22 16:37
fixes to map: small cleanups, don't make unknown interfaces clickable as this leads to an invalid page
Files changed (1)
M html/map.php +16 -12
📈 16 added 📉 12 removed

💻 r3079

Adam Armstrong 🐸 • 2012-04-22 12:24
show packages even if module is disabled. show generic icon for app if none exists
Files changed (2)
M html/includes/print-menubar.php +3 -1
M html/pages/device.inc.php +1 -1
📈 4 added 📉 2 removed

💻 r3078

Tom Laermans 🦔 • 2012-04-22 11:56
THIS! IS! GIGABYTE!
Files changed (1)
M includes/polling/unix-agent.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3077

Tom Laermans 🦔 • 2012-04-22 11:50
remove dash-nothing for the build for deb packages from the packages page, alternate colours through css
Files changed (1)
M html/pages/device/packages.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r3076

Adam Armstrong 🐸 • 2012-04-22 11:38
apache script. changes to mysql script to require mysql.cnf
Files changed (2)
A scripts/agent-local/apache +93
M scripts/agent-local/mysql +3
📈 96 added 📉 0 removed

💻 r3075

Adam Armstrong 🐸 • 2012-04-21 19:50
add arp search (#30)
Files changed (1)
A html/pages/search/arp.inc.php +96
📈 96 added 📉 0 removed

💻 r3074

Adam Armstrong 🐸 • 2012-04-21 19:50
improve mac search
Files changed (1)
M html/pages/search/mac.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3073

Adam Armstrong 🐸 • 2012-04-21 19:49
add searching for MAC addresses (#30 Mike Stupalov)
Files changed (2)
M html/includes/print-menubar.php +1
M html/pages/search.inc.php +2 -1
📈 3 added 📉 1 removed

💻 r3072

Tom Laermans 🦔 • 2012-04-21 00:42
trim processor descriptions
Files changed (1)
M includes/discovery/functions.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3071

cleanup • 2012-04-21 00:36
syntaxer run
Files changed (24)
M html/includes/graphs/device/bits.inc.php +1
M html/includes/graphs/generic_data.inc.php -1
M html/includes/graphs/generic_duplex.inc.php -4
M html/includes/graphs/generic_multi_bits.inc.php +3 -3
M html/includes/graphs/generic_multi_data.inc.php +3 -3
M html/includes/graphs/generic_multi_seperated.inc.php +3 -4
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +3 -8
M html/includes/graphs/generic_simplex.inc.php -1
M html/includes/graphs/graph.inc.php +3 -3
M html/includes/graphs/processor/usage.inc.php +2 -3
M html/includes/graphs/storage/usage.inc.php +2 -1
M html/includes/print-menubar.php +1 -4
M html/pages/apps/default.inc.php +16 -18
M html/pages/apps/overview.inc.php +3 -5
M html/pages/device/apps/drbd.inc.php +1 -2
M html/pages/device/apps/mysql.inc.php +3 -3
M html/pages/graphs.inc.php +2 -2
M includes/defaults.inc.php -1
M includes/polling/applications/apache.inc.php +4 -5
M includes/polling/applications/drbd.inc.php +2 -4
M includes/polling/applications/mysql.inc.php +1 -1
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/ports.inc.php +1 -1
M includes/polling/unix-agent.inc.php +29 -29
📈 0 added 📉 0 removed

💻 r3070

Tom Laermans 🦔 • 2012-04-21 00:30
don't put standard ports in base_url, add dpkg support for packages, fix display of packages in main menubar
Files changed (3)
M html/includes/print-menubar.php +6 -2
M includes/defaults.inc.php +2 -2
M includes/polling/unix-agent.inc.php +185 -145
📈 193 added 📉 149 removed

💻 r3069

Adam Armstrong 🐸 • 2012-04-20 17:38
applications -> apps
Files changed (1)
M html/includes/print-menubar.php +1 -1
📈 1 added 📉 1 removed

💻 r3068

Adam Armstrong 🐸 • 2012-04-20 17:37
move all RRA decisions to config. switch mempool/storage to new rrds (sorry, data lost, the old rrds sucked). added some more apps pages.
Files changed (65)
M html/includes/graphs/device/cipsec_flow_tunnels.inc.php +1 -6
M html/includes/graphs/device/mempool.inc.php +1 -1
M html/includes/graphs/device/storage.inc.php +1 -1
M html/includes/graphs/generic_simplex.inc.php +15 -5
M html/includes/graphs/mempool/auth.inc.php +1 -1
M html/includes/graphs/processor/usage.inc.php +26 -5
M html/includes/graphs/storage/auth.inc.php +1 -1
M html/includes/graphs/storage/usage.inc.php +29 -9
M html/includes/print-menubar.php +3 -3
A html/pages/apps
A html/pages/apps.inc.php +46
A html/pages/apps/default.inc.php +51
A html/pages/apps/overview.inc.php +53
M includes/defaults.inc.php +7
M includes/polling/altiga-ssl.inc.php +2 -3
M includes/polling/applications/apache.inc.php +1 -13
M includes/polling/applications/drbd.inc.php +1 -13
M includes/polling/applications/mailscanner.inc.php +1 -13
M includes/polling/applications/mysql.inc.php +1 -13
M includes/polling/applications/nginx.inc.php +1 -13
M includes/polling/applications/ntp-client.inc.php +1 -13
M includes/polling/applications/ntpd-server.inc.php +1 -13
M includes/polling/applications/powerdns.inc.php +1 -13
M includes/polling/applications/shoutcast.inc.php +1 -13
M includes/polling/bgp-peers.inc.php +2 -18
M includes/polling/cipsec-tunnels.inc.php +1 -2
M includes/polling/cisco-ace-loadbalancer.inc.php +2 -3
M includes/polling/cisco-ace-serverfarms.inc.php +1 -2
M includes/polling/cisco-cef.inc.php +1 -5
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -13
M includes/polling/cisco-mac-accounting.inc.php +1 -9
M includes/polling/cisco-remote-access-monitor.inc.php +1 -15
M includes/polling/cisco-sla.inc.php +1 -5
M includes/polling/cisco-vpdn.inc.php +1 -13
M includes/polling/entity-physical.inc.php +1 -13
M includes/polling/functions.inc.php +1 -8
M includes/polling/hr-mib.inc.php +3 -19
M includes/polling/ipmi.inc.php +1 -13
M includes/polling/ipSystemStats.inc.php +2 -2
M includes/polling/junose-atm-vp.inc.php +1 -12
M includes/polling/mempools.inc.php +6 -21
M includes/polling/netscaler-stats.inc.php +1 -2
M includes/polling/netscaler-vsvr.inc.php +1 -2
M includes/polling/netstats-icmp.inc.php +1 -2
M includes/polling/netstats-ip.inc.php +1 -2
M includes/polling/netstats-snmp.inc.php +1 -2
M includes/polling/netstats-tcp.inc.php +1 -2
M includes/polling/netstats-udp.inc.php +1 -2
M includes/polling/os/fortigate.inc.php +2 -15
M includes/polling/os/panos.inc.php +1 -4
M includes/polling/os/procurve.inc.php +2 -16
M includes/polling/os/screenos.inc.php +2 -14
M includes/polling/os/snom.inc.php +2 -10
M includes/polling/ospf.inc.php +2 -6
M includes/polling/port-adsl.inc.php +1 -3
M includes/polling/port-etherlike.inc.php +1 -2
M includes/polling/port-poe.inc.php +2 -3
M includes/polling/ports.inc.php +1 -9
M includes/polling/processors.inc.php +1 -5
M includes/polling/storage.inc.php +3 -17
M includes/polling/system.inc.php +1 -1
M includes/polling/toner.inc.php +1 -5
M includes/polling/ucd-diskio.inc.php +1 -13
M includes/polling/ucd-mib.inc.php +4 -31
M includes/polling/wifi.inc.php +2 -10
📈 309 added 📉 503 removed

💻 r3067

Tom Laermans 🦔 • 2012-04-20 13:34
don't show ldap error when empty form is submitted
Files changed (1)
M html/includes/authentication/ldap.inc.php +9 -7
📈 9 added 📉 7 removed

💻 r3066

Adam Armstrong 🐸 • 2012-04-20 13:00
more improvements to graphing
Files changed (3)
M html/includes/graphs/device/bits.inc.php +5 -1
M html/includes/graphs/generic_multi_seperated.inc.php +45
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +33 -1
📈 83 added 📉 2 removed

💻 r3065

Adam Armstrong 🐸 • 2012-04-20 11:27
more graph improvements
Files changed (5)
M html/includes/graphs/device/bits.inc.php +4 -3
M html/includes/graphs/generic_multi_bits.inc.php +33
A html/includes/graphs/generic_multi_data.inc.php +109
M html/includes/graphs/generic_simplex.inc.php +37 -2
M html/includes/graphs/multiport/bits.inc.php +1 -1
📈 184 added 📉 6 removed

💻 r3064

Adam Armstrong 🐸 • 2012-04-20 10:36
enable previous period button in graph browser for all graphs. doesn't work everywhere yet. add drbd icon. add apps menu.
Files changed (3)
A html/images/icons/drbd.png +1
M html/includes/print-menubar.php +31 -2
M html/pages/graphs.inc.php +3 -3
📈 35 added 📉 5 removed

💻 r3063

Adam Armstrong 🐸 • 2012-04-20 10:35
add previous period overlay to generic_bits/bytes and generic_duplex
Files changed (20)
M html/includes/graphs/application/drbd_disk_bits.inc.php +2 -1
M html/includes/graphs/application/drbd_network_bits.inc.php +1 -1
M html/includes/graphs/application/mysql_network_traffic.inc.php +1 -1
M html/includes/graphs/application/shoutcast_bits.inc.php +1 -1
M html/includes/graphs/atmvp/bits.inc.php +1 -1
M html/includes/graphs/device/cipsec_flow_bits.inc.php +2 -2
M html/includes/graphs/device/netscaler_tcp_bits.inc.php +1 -1
M html/includes/graphs/device/ucd_io.inc.php +2 -2
M html/includes/graphs/device/ucd_swap_io.inc.php +2 -2
M html/includes/graphs/diskio/bits.inc.php +4 -2
D html/includes/graphs/generic_bits.inc.php -121
D html/includes/graphs/generic_bytes.inc.php -62
A html/includes/graphs/generic_data.inc.php +130
M html/includes/graphs/generic_duplex.inc.php +43 -4
M html/includes/graphs/ipsectunnel/bits.inc.php +3 -1
M html/includes/graphs/macaccounting/bits.inc.php +1 -1
M html/includes/graphs/netscalervsvr/bits.inc.php +1 -1
M html/includes/graphs/port/bits.inc.php +2 -2
M html/includes/graphs/rserver/curr.inc.php -15
M html/includes/graphs/vserver/bits.inc.php +1 -5
📈 198 added 📉 226 removed

💻 r3062

Tom Laermans 🦔 • 2012-04-19 23:42
add installation hint
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r3061

Tom Laermans 🦔 • 2012-04-19 23:38
properly warn about missing memcached class
Files changed (1)
M includes/static-config.php +12 -4
📈 12 added 📉 4 removed

💻 r3060

Adam Armstrong 🐸 • 2012-04-19 16:27
split mysql application into three subsections
Files changed (1)
M html/pages/device/apps/mysql.inc.php +45 -12
📈 45 added 📉 12 removed

💻 r3059

Adam Armstrong 🐸 • 2012-04-19 15:36
new agent-based applications
Files changed (14)
A html/includes/graphs/application/drbd_disk_bits.inc.php +22
A html/includes/graphs/application/drbd_network_bits.inc.php +22
A html/includes/graphs/application/drbd_queue.inc.php +37
A html/includes/graphs/application/drbd_unsynced.inc.php +29
M html/includes/graphs/graph.inc.php +3 -1
A html/pages/device/apps/drbd.inc.php +29
M includes/defaults.inc.php +21 -1
M includes/polling/applications/apache.inc.php +12 -6
A includes/polling/applications/drbd.inc.php +48
M includes/polling/applications/mysql.inc.php +11 -6
M includes/polling/unix-agent.inc.php +103 -43
A scripts/agent-local/drbd +373
A scripts/agent-local/mysql +1,247
A scripts/agent-local/nginx +38
📈 1,995 added 📉 57 removed

💻 r3058

Adam Armstrong 🐸 • 2012-04-19 15:23
WHAT THE FUCK
Files changed (1)
D stable -4
📈 0 added 📉 0 removed

💻 r3057

Adam Armstrong 🐸 • 2012-04-19 15:19
DERP?
Files changed (1)
A stable +4
📈 0 added 📉 0 removed

💻 r3049

Adam Armstrong 🐸 • 2012-04-18 10:51
show dropdown on graphs browser for ports
Files changed (1)
M html/pages/graphs.inc.php +12
📈 12 added 📉 0 removed

💻 r3048

Tom Laermans 🦔 • 2012-04-18 09:21
add new MGE MIB, detect humidity and temperature sensors on UPS - patch by RobJE
Files changed (3)
A includes/discovery/humidity/mgeups.inc.php +69
A includes/discovery/temperatures/mgeups.inc.php +64
M mibs/MG-SNMP-UPS-MIB +383 -4,805
📈 133 added 📉 0 removed

💻 r3047

Tom Laermans 🦔 • 2012-04-18 09:11
add AKCP MIB
Files changed (1)
A mibs/SPAGENT-MIB +22,569
📈 0 added 📉 0 removed

💻 r3046

Adam Armstrong 🐸 • 2012-04-17 15:38
fix if()
Files changed (2)
M discovery.php +1 -1
M includes/defaults.inc.php -1
📈 1 added 📉 2 removed

💻 r3045

cleanup • 2012-04-17 15:27
syntaxer run
Files changed (14)
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/device/toner.inc.php +1 -1
M html/includes/graphs/graph.inc.php +12 -12
M html/index.php +3 -3
M html/pages/device/overview/c6kxbar.inc.php +1 -1
M html/pages/device/overview/mempools.inc.php +1 -1
M html/pages/device/overview/storage.inc.php +1 -1
M html/pages/device/overview/toner.inc.php +2 -2
M html/pages/graphs.inc.php +1 -1
M html/pages/health/processor.inc.php +1 -1
M includes/discovery/humidity/apc.inc.php +1 -1
M includes/discovery/processors/junos.inc.php +2 -2
M includes/discovery/temperatures/apc.inc.php +2 -2
M includes/polling/os/vmware.inc.php +1 -1
📈 0 added 📉 0 removed

💻 r3044

Adam Armstrong 🐸 • 2012-04-17 14:03
don't show 'auth' as a type :)
Files changed (1)
M html/pages/graphs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3043

Adam Armstrong 🐸 • 2012-04-17 14:02
give dropdown javascript box to change graph type
Files changed (1)
M html/pages/graphs.inc.php +33
📈 33 added 📉 0 removed

💻 r3042

Adam Armstrong 🐸 • 2012-04-17 13:38
re-enable autoscale alt. don't know why it was commented out
Files changed (1)
M html/includes/graphs/common.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3041

Adam Armstrong 🐸 • 2012-04-17 13:29
allow previous=yes graph variable
Files changed (2)
M html/includes/graphs/generic_bits.inc.php +40 -1
M html/includes/graphs/graph.inc.php +4
📈 44 added 📉 1 removed

💻 r3040

Tom Laermans 🦔 • 2012-04-17 11:14
add external sensor support for APC UPS
Files changed (2)
A includes/discovery/humidity/apc.inc.php +29
M includes/discovery/temperatures/apc.inc.php +40 -2
📈 69 added 📉 2 removed

💻 r3039

Tom Laermans 🦔 • 2012-04-17 10:53
better page title settings defaults
Files changed (2)
M html/index.php +5 -4
M includes/defaults.inc.php +1 -1
📈 6 added 📉 5 removed

💻 r3038

Tom Laermans 🦔 • 2012-04-17 10:48
allow prefix/suffix page_title config options
Files changed (2)
M html/includes/print-quadgraphs.inc.php -2
M html/index.php +10 -1
📈 10 added 📉 3 removed

💻 r3037

Tom Laermans 🦔 • 2012-04-15 22:21
clean up ipoman power discovery dupe contents
Files changed (2)
M includes/discovery/functions.inc.php +1 -1
M includes/discovery/power/ipoman.inc.php -56
📈 1 added 📉 57 removed

💻 r3036

Tom Laermans 🦔 • 2012-04-14 23:28
cleanups, add epson printer discovery, fix bar colour on device overview for unknown toner colours
Files changed (9)
A html/images/os/epson.png +1
M html/includes/functions.inc.php +6 -6
M html/includes/graphs/device/toner.inc.php +9 -9
M html/includes/graphs/toner/usage.inc.php +2 -2
M html/pages/device/overview/toner.inc.php +1 -8
A includes/discovery/os/epson.inc.php +8
M includes/polling/bgp-peers.inc.php +2 -8
M includes/polling/wifi.inc.php +2 -2
M includes/static-config.php +8
📈 39 added 📉 35 removed

💻 r3035

Tom Laermans 🦔 • 2012-04-14 00:23
support hardware and version detection from lame procurves such as 1800 series
Files changed (1)
M includes/polling/os/procurve.inc.php +6
📈 6 added 📉 0 removed

💻 r3034

Tom Laermans 🦔 • 2012-04-13 23:10
improve hp procurve version detection
Files changed (2)
M includes/polling/os.inc.php +35 -35
M includes/polling/os/procurve.inc.php +12 -2
📈 47 added 📉 37 removed

💻 r3033

Tom Laermans 🦔 • 2012-04-13 21:57
use shorter version of vserver name, patch not by m. moerman
Files changed (1)
M includes/polling/netscaler-vsvr.inc.php +8 -8
📈 8 added 📉 8 removed

💻 r3032

Tom Laermans 🦔 • 2012-04-13 00:23
detect cpu and mempools via alternate mibs on some srx platforms, actually a juniper bug that the real mib isn't populated, but meh
Files changed (2)
M includes/discovery/mempools/junos.inc.php +20
M includes/discovery/processors/junos.inc.php +20
📈 40 added 📉 0 removed

💻 r3031

Tom Laermans 🦔 • 2012-04-12 23:56
juniper hardware detection through chassis mib, with fancy rewrite array - makes observium recognize srx650
Files changed (3)
M includes/polling/os/junos.inc.php +2 -30
M includes/polling/os/junose.inc.php -6
M includes/rewrites.php +68
📈 70 added 📉 36 removed

💻 r3030

Tom Laermans 🦔 • 2012-04-12 19:57
use longer version of vserver name, patch by m. moerman
Files changed (1)
M includes/polling/netscaler-vsvr.inc.php +8 -8
📈 8 added 📉 8 removed

💻 r3029

Tom Laermans 🦔 • 2012-04-12 16:17
restore alternating colours in graphs tab
Files changed (1)
M html/includes/print-device-graph.php +2
📈 2 added 📉 0 removed

💻 r3028

Adam Armstrong 🐸 • 2012-04-12 15:48
trim_tobias option. sorry Tobias, we love you really, but there's just too much of you! :D
Files changed (3)
M html/includes/graphs/common.inc.php +1
M html/includes/graphs/graph.inc.php +25 -1
M html/includes/print-quadgraphs.inc.php +2
📈 28 added 📉 1 removed

💻 r3027

Tom Laermans 🦔 • 2012-04-12 14:58
hopefully fix graph timepicker?
Files changed (1)
M html/pages/graphs.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3026

Tom Laermans 🦔 • 2012-04-12 08:00
fix deleted ports page
Files changed (1)
M html/pages/deleted-ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3025

Tom Laermans 🦔 • 2012-04-11 23:29
silly dell with all their different oids - more printer info
Files changed (1)
M includes/polling/os/dell-laser.inc.php +22 -5
📈 22 added 📉 5 removed

💻 r3024

Tom Laermans 🦔 • 2012-04-11 17:04
compiled areca mibs, tearing hair out, who knows what this brings or does anyway.
Files changed (1)
A mibs/ARECA-SNMP-MIB +4,223
📈 0 added 📉 0 removed

💻 r3023

Tom Laermans 🦔 • 2012-04-10 17:36
url fixies
Files changed (4)
M html/includes/functions.inc.php +1 -1
M html/includes/graphs/graph.inc.php +9 -9
M html/includes/print-quadgraphs.inc.php +2 -1
M html/pages/graphs.inc.php +1 -1
📈 13 added 📉 12 removed

💻 r3022

Tom Laermans 🦔 • 2012-04-10 17:24
fix MAC search
Files changed (1)
M html/pages/search/mac.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r3021

Adam Armstrong 🐸 • 2012-04-10 17:22
JUST INCASE IT WASN'T CLEAR ENOUGH
Files changed (1)
M html/.htaccess +3
📈 3 added 📉 0 removed

💻 r3020

Tom Laermans 🦔 • 2012-04-10 17:21
change more tables to css colouring, some more to do but not for now...
Files changed (27)
M html/css/styles.css +77
M html/includes/print-device-graph.php +1 -1
M html/includes/print-event.inc.php +1 -3
M html/includes/print-syslog.inc.php +1 -4
M html/includes/print-vm.inc.php +1 -3
M html/pages/deleted-ports.inc.php +1 -7
M html/pages/device/hrdevice.inc.php +5 -3
M html/pages/device/overview/c6kxbar.inc.php +2 -7
M html/pages/device/overview/generic/sensor.inc.php +3 -7
M html/pages/device/overview/mempools.inc.php +3 -7
M html/pages/device/overview/processors.inc.php +2 -7
M html/pages/device/overview/storage.inc.php +3 -7
M html/pages/device/overview/toner.inc.php +4 -8
M html/pages/health/mempool.inc.php +2 -7
M html/pages/health/processor.inc.php +5 -10
M html/pages/health/sensors.inc.php +3 -9
M html/pages/health/storage.inc.php +2 -8
M html/pages/health/toner.inc.php +2 -10
M html/pages/iftype.inc.php +5 -6
M html/pages/inventory.inc.php +2 -3
M html/pages/locations.inc.php +10 -12
M html/pages/ports.inc.php -15
M html/pages/ports/list.inc.php +1 -7
M html/pages/routing/bgp.inc.php +3 -11
M html/pages/search/ipv4.inc.php +1 -7
M html/pages/search/ipv6.inc.php +1 -7
M html/pages/search/mac.inc.php +1 -7
📈 65 added 📉 183 removed

💻 r3019

Tom Laermans 🦔 • 2012-04-10 15:58
css-based alternating colours, yay
Files changed (2)
M html/css/styles.css +8
M html/includes/hostbox.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3018

Tom Laermans 🦔 • 2012-04-10 15:53
fixes and cleanups
Files changed (7)
M html/includes/authentication/http-auth.inc.php +2 -2
M html/includes/authentication/ldap.inc.php +2 -2
M html/includes/authentication/mysql.inc.php +1 -1
M includes/polling/netstats-ip.inc.php +1 -1
M includes/polling/netstats-tcp.inc.php +1 -1
M includes/polling/netstats-udp.inc.php +1 -1
M includes/snmp.inc.php -3
📈 8 added 📉 11 removed

💻 r3017

Tom Laermans 🦔 • 2012-04-10 14:58
allow VMWare freeform OS description and survive VM sleep OS switches, patch by Sander Steffann, fixes OBSERVIUM-22
Files changed (2)
M html/includes/print-vm.inc.php +7 -1
M includes/polling/os/vmware.inc.php +10 -1
📈 17 added 📉 2 removed

💻 r3016

Tom Laermans 🦔 • 2012-04-10 14:51
add discovery support for older solaris
Files changed (1)
M includes/discovery/os/solaris.inc.php +2
📈 2 added 📉 0 removed

💻 r3015

Tom Laermans 🦔 • 2012-04-10 14:42
recognize more blade network tech switches
Files changed (1)
M includes/discovery/os/bnt.inc.php +1
📈 1 added 📉 0 removed

💻 r3014

Tom Laermans 🦔 • 2012-04-09 23:00
show toner on device overview (beta), minor fixes
Files changed (8)
M html/includes/functions.inc.php +15
M html/includes/graphs/device/toner.inc.php +30 -31
M html/includes/graphs/toner/usage.inc.php +5 -14
M html/pages/device/overview.inc.php +5 -4
A html/pages/device/overview/toner.inc.php +69
M includes/discovery/cisco-entity-sensor.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +1 -1
M includes/functions.php +3 -2
📈 129 added 📉 53 removed

💻 r3013

Tom Laermans 🦔 • 2012-04-09 21:23
remove forum from about page, reinstate twitter
Files changed (1)
M html/pages/about.inc.php +2 -5
📈 2 added 📉 5 removed

💻 r3012

Tom Laermans 🦔 • 2012-04-09 21:19
fixed show_locations_dropdown, which broke html when disabled
Files changed (1)
M html/includes/print-menubar.php +7 -9
📈 7 added 📉 9 removed

💻 r3011

Tom Laermans 🦔 • 2012-04-09 17:59
other workaround for broken v4 address devices
Files changed (1)
M includes/discovery/ipv4-addresses.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r3010

Tom Laermans 🦔 • 2012-04-09 17:53
fix v4 address discovery retardness
Files changed (2)
M html/includes/graphs/device/toner.inc.php +3 -2
M includes/discovery/ipv4-addresses.inc.php +1 -1
📈 4 added 📉 3 removed

💻 r3009

Adam Armstrong 🐸 • 2012-04-09 17:19
improve title for ipsla
Files changed (2)
M html/pages/device/slas.inc.php +1 -1
M includes/polling/functions.inc.php +2 -2
📈 3 added 📉 3 removed

💻 r3008

cleanup • 2012-04-09 15:30
syntaxer run
Files changed (10)
M addhost.php +1 -1
M html/pages/device/slas.inc.php +4 -4
M includes/defaults.inc.php +1
M includes/discovery/cisco-sla.inc.php +16 -15
M includes/discovery/functions.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +20 -20
M includes/polling/cisco-mac-accounting.inc.php +19 -19
M includes/polling/os/fortigate.inc.php -1
M includes/polling/ports.inc.php +1 -1
M includes/snmp.inc.php +1 -1
📈 0 added 📉 0 removed

💻 r3007

Tom Laermans 🦔 • 2012-04-09 14:23
don't try to add bogus addresses then remove them again + small fixes and REMOVE DEBUG PRINT_R
Files changed (3)
M includes/discovery/ipv4-addresses.inc.php +1 -1
M includes/polling/netstats-ip.inc.php -4
M includes/polling/ports.inc.php +2 -1
📈 3 added 📉 6 removed

💻 r3006

Adam Armstrong 🐸 • 2012-04-09 13:30
fix netstats-ip
Files changed (2)
M includes/polling/netstats-ip.inc.php +3
M includes/snmp.inc.php +2
📈 5 added 📉 0 removed

💻 r3005

Adam Armstrong 🐸 • 2012-04-09 13:03
improve smokeping filename detection (see filenames with underscores instead of dots). this is temporary until we "discovery" these rather than look for them on the fly.
Files changed (4)
M html/includes/graphs/device/smokeping_common.inc.php +2
M html/includes/graphs/smokeping/in.inc.php +10
M html/includes/graphs/smokeping/out.inc.php +10
M html/pages/device.inc.php +2
📈 24 added 📉 0 removed

💻 r3004

Adam Armstrong 🐸 • 2012-04-09 12:57
fix negative sensor values
Files changed (1)
M includes/discovery/functions.inc.php +71 -11
📈 71 added 📉 11 removed

💻 r3003

Adam Armstrong 🐸 • 2012-04-09 12:55
fix time for ipsla
Files changed (1)
M includes/polling/cisco-sla.inc.php +3 -6
📈 3 added 📉 6 removed

💻 r3002

Adam Armstrong 🐸 • 2012-04-09 12:53
add IPSLA support
Files changed (7)
A html/includes/graphs/device/sla.inc.php +37
M html/pages/device.inc.php +9
A html/pages/device/slas.inc.php +77
M includes/defaults.inc.php +25
A includes/discovery/cisco-sla.inc.php +106
A includes/polling/cisco-sla.inc.php +71
A sql-schema/012.sql +1
📈 326 added 📉 0 removed

💻 r3001

Adam Armstrong 🐸 • 2012-04-09 12:40
fix cisco entity-sensors discoverer. don't set ports deleted when they are already deleted.
Files changed (2)
M includes/discovery/cisco-entity-sensor.inc.php +2 -2
M includes/polling/ports.inc.php +8 -3
📈 10 added 📉 5 removed

💻 r3000

Tom Laermans 🦔 • 2012-04-09 10:59
add Alteon MIB to discover model of some Cisco ACE
Files changed (1)
M includes/polling/os/acsw.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2999

Tom Laermans 🦔 • 2012-04-09 10:53
only poll cisco CEF and cisco mac accounting on cisco devices + some small fixes
Files changed (8)
M html/includes/print-menubar.php +2 -2
M html/index.php +1 -1
M includes/defaults.inc.php +1 -1
M includes/discovery/entity-sensor.inc.php +1 -1
M includes/discovery/temperatures/lm-sensors.inc.php +1 -1
M includes/polling/cisco-cef.inc.php +96 -93
M includes/polling/cisco-mac-accounting.inc.php +87 -84
M includes/polling/os/airport.inc.php +1 -1
📈 190 added 📉 184 removed

💻 r2998

Adam Armstrong 🐸 • 2012-04-09 00:38
fix .htaccess #18
Files changed (1)
M html/.htaccess +2
📈 2 added 📉 0 removed

💻 r2997

Tom Laermans 🦔 • 2012-04-08 16:21
correctly case dBm instead of Dbm, minor fixes
Files changed (4)
M html/includes/print-menubar.php +1 -1
M includes/discovery/processors/hrdevice.inc.php +1 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +1 -1
M includes/functions.php +6
📈 9 added 📉 3 removed

💻 r2996

Tom Laermans 🦔 • 2012-04-08 16:09
don't show a double separator if you have vrf, bgp and no ospf
Files changed (1)
M html/includes/print-menubar.php +7 -1
📈 7 added 📉 1 removed

💻 r2995

Tom Laermans 🦔 • 2012-04-08 16:00
small mods
Files changed (4)
M includes/discovery/mempools/cemp.inc.php +1 -1
M includes/discovery/processors/ios.inc.php +1 -3
M includes/functions.php +2 -2
M includes/polling/entity-physical.inc.php +2
📈 6 added 📉 6 removed

💻 r2994

Tom Laermans 🦔 • 2012-04-08 13:28
small updates
Files changed (3)
M includes/discovery/os/vrp.inc.php +1
M includes/discovery/temperatures/cisco-envmon.inc.php +1 -1
M includes/discovery/temperatures/lm-sensors.inc.php +1 -1
📈 3 added 📉 2 removed

💻 r2993

Tom Laermans 🦔 • 2012-04-08 12:14
remove last count(*) from about page
Files changed (1)
M html/pages/about.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2992

Tom Laermans 🦔 • 2012-04-08 11:43
don't count(*) on about page
Files changed (1)
M html/pages/about.inc.php +20 -20
📈 20 added 📉 20 removed

💻 r2991

Tom Laermans 🦔 • 2012-04-08 11:04
when no snmp version is given on commandline, try v2c first, then v1
Files changed (1)
M addhost.php +14 -2
📈 14 added 📉 2 removed

💻 r2990

Tom Laermans 🦔 • 2012-04-08 10:44
change directory to observium root, now also for other commandline tools
Files changed (9)
M addhost.php +2
M adduser.php +2
M billing-calculate.php +2
M check-errors.php +2
M check-services.php +2
M delhost.php +2
M irc.php +2
M poll-billing.php +2
M renamehost.php +2
📈 18 added 📉 0 removed

💻 r2989

Tom Laermans 🦔 • 2012-04-08 10:39
automatically change directory to observium base, hopefully avoids the need of a cd /opt/observium in crontab and on commandline
Files changed (2)
M discovery.php +2
M poller.php +2
📈 4 added 📉 0 removed

💻 r2988

Tom Laermans 🦔 • 2012-04-08 10:33
remove SetOutputFilter INCLUDES, patch by Sander Steffann, fixes OBSERVIUM-13
Files changed (1)
M html/.htaccess -1
📈 0 added 📉 1 removed

💻 r2987

Tom Laermans 🦔 • 2012-04-07 22:59
fix syslog link, patch by RobJE
Files changed (1)
M html/pages/device/overview.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2986

Tom Laermans 🦔 • 2012-04-07 22:36
Add fortigate support, many thanks to Matthias Cramer (matthias dot cramer at iway dot ch)
Files changed (8)
A html/includes/graphs/device/fortigate_cpu.inc.php +20
A includes/discovery/mempools/fortigate.inc.php +8
A includes/discovery/processors/fortigate.inc.php +23
A includes/polling/mempools/fortigate.inc.php +15
M includes/polling/os/fortigate.inc.php +34 -7
M includes/static-config.php +7 -4
A mibs/FORTINET-CORE-MIB.mib +410
A mibs/FORTINET-FORTIGATE-MIB.mib +5,014
📈 107 added 📉 11 removed

💻 r2985

Tom Laermans 🦔 • 2012-04-07 22:31
Detect if the destination of a rename is already in the system. Patch by RobJE.
Files changed (2)
M includes/functions.php +1
M renamehost.php +9 -2
📈 10 added 📉 2 removed

💻 r2984

Tom Laermans 🦔 • 2012-04-07 22:28
Get serial-number for HP switches. Patch by RobJE.
Files changed (1)
M includes/polling/os/procurve.inc.php +3
📈 3 added 📉 0 removed

💻 r2983

Tom Laermans 🦔 • 2012-04-07 22:27
Access VMware mibs through net-snmp using config from http://www.vmware.com/pdf/vsp_4_snmp_config.pdf Patch by RobJE.
Files changed (1)
M includes/discovery/vmware-vminfo.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2982

Tom Laermans 🦔 • 2012-04-07 22:26
Detect Dell systems and servicetag on Windows the same way as on "unix" Patch by RobJE.
Files changed (1)
M includes/polling/os/windows.inc.php +8
📈 8 added 📉 0 removed

💻 r2981

Tom Laermans 🦔 • 2012-04-07 18:23
Detect Dell servicetag as serialnumber through dell MIB on "unix" systems Patch by RobJE.
Files changed (1)
M includes/polling/os/unix.inc.php +3
📈 3 added 📉 0 removed

💻 r2980

Tom Laermans 🦔 • 2012-04-07 18:22
Also detect Axis video servers. Patch by RobJE.
Files changed (1)
M includes/discovery/os/axiscam.inc.php +2 -1
📈 2 added 📉 1 removed

💻 r2979

Tom Laermans 🦔 • 2012-04-07 18:21
Only show rebooted systems on front page when uptime > 0 For SNMP-agents that do not report uptime (EMC VNX5300 for one) Patch by RobJE.
Files changed (1)
M html/pages/front/default.php +2 -2
📈 2 added 📉 2 removed

💻 r2978

Tom Laermans 🦔 • 2012-04-07 18:21
fix os change spacing
Files changed (1)
M includes/discovery/functions.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r2977

Tom Laermans 🦔 • 2012-04-07 17:18
disable services by default
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2976

Tom Laermans 🦔 • 2012-04-07 17:17
silly php
Files changed (1)
M html/index.php +1
📈 1 added 📉 0 removed

💻 r2975

Adam Armstrong 🐸 • 2012-04-06 17:41
fix unix agent and add cymru fullbogons feed ASN
Files changed (2)
M includes/defaults.inc.php +1
M includes/polling/unix-agent.inc.php +1 -2
📈 2 added 📉 2 removed

💻 r2974

cleanup • 2012-04-06 15:19
syntaxer run
Files changed (3)
M billing-calculate.php +7 -10
M check-services.php +1
M html/includes/graphs/c6kxbar/util.inc.php +1 -1
📈 0 added 📉 0 removed

💻 r2973

cleanup • 2012-04-06 15:01
syntaxer run
Files changed (4)
M html/billing-graph.php +1 -2
M html/index.php +1
M html/map.php +3 -3
M html/pdf.php +94 -87
📈 0 added 📉 0 removed

💻 r2972

Tom Laermans 🦔 • 2012-04-06 15:00
remove warning about port info
Files changed (1)
M irc.php -2
📈 0 added 📉 2 removed

💻 r2971

Tom Laermans 🦔 • 2012-04-06 14:52
fix irc port function, patch by RobJE
Files changed (1)
M irc.php +1 -1
📈 1 added 📉 1 removed

💻 r2970

cleanup • 2012-04-06 13:56
syntaxer run
Files changed (71)
M html/pages/addhost.inc.php +1
M html/pages/adduser.inc.php +1 -1
M html/pages/bill.inc.php -5
M html/pages/bill/actions.inc.php +10 -6
M html/pages/bill/edit.inc.php +4 -5
M html/pages/bill/pdf_history.inc.php +10 -16
M html/pages/bill/reset.inc.php -1
M html/pages/bills.inc.php +2 -4
M html/pages/delhost.inc.php +1
M html/pages/device.inc.php +3 -2
M html/pages/device/apps/mailscanner.inc.php +2
M html/pages/device/apps/mysql.inc.php +1
M html/pages/device/apps/nginx.inc.php +1
M html/pages/device/apps/ntp-client.inc.php +2
M html/pages/device/apps/ntpd-server.inc.php +2
M html/pages/device/apps/shoutcast.inc.php +4
M html/pages/device/graphs.inc.php +1
M html/pages/device/graphs/cpu.inc.php +1
M html/pages/device/graphs/fortigate-sessions.inc.php +1
M html/pages/device/graphs/hrprocesses.inc.php +1
M html/pages/device/graphs/hrusers.inc.php +1
M html/pages/device/graphs/ipSytemStats.inc.php +18 -14
M html/pages/device/graphs/memory.inc.php +1
M html/pages/device/graphs/netstats_icmp_info.inc.php +1
M html/pages/device/graphs/netstats_icmp_stat.inc.php +1
M html/pages/device/graphs/netstats_ip.inc.php +2
M html/pages/device/graphs/netstats_snmp.inc.php +2
M html/pages/device/graphs/netstats_tcp.inc.php +1
M html/pages/device/graphs/netstats_udp.inc.php +1
M html/pages/device/graphs/netstats.inc.php +11
M html/pages/device/graphs/screenos-sessions.inc.php +1
M html/pages/device/graphs/screenos.inc.php +1
M html/pages/device/graphs/wireless.inc.php +1
M html/pages/device/health.inc.php +1
M html/pages/device/latency.inc.php +19 -11
M html/pages/device/loadbalancer.inc.php +3
M html/pages/device/loadbalancer/ace_rservers.inc.php +1
M html/pages/device/loadbalancer/ace_vservers.inc.php -1
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +3 -5
M html/pages/device/logs/eventlog.inc.php +1 -1
M html/pages/device/nfsen.inc.php +1
M html/pages/device/overview.inc.php +4 -1
M html/pages/device/overview/c6kxbar.inc.php +42 -45
M html/pages/device/packages.inc.php -5
M html/pages/device/port.inc.php +2 -1
M html/pages/device/port/adsl.inc.php +4
M html/pages/device/port/events.inc.php -1
M html/pages/device/port/graphs.inc.php +5
M html/pages/device/port/macaccounting.inc.php +2
M html/pages/device/port/vlans.inc.php +6 -6
M html/pages/device/ports.inc.php +1
M html/pages/device/ports/adsl.inc.php +1
M html/pages/device/routing.inc.php +3
M html/pages/device/routing/bgp.inc.php +2
M html/pages/device/routing/vrf.inc.php +1
M html/pages/device/toner.inc.php +1
M html/pages/device/vlans.inc.php +1
M html/pages/device/vm.inc.php +1
M html/pages/eventlog.inc.php +1 -1
M html/pages/front/default.php +2 -1
M html/pages/front/demo.php +1
M html/pages/graphs.inc.php +15 -14
M html/pages/iftype.inc.php +3
M html/pages/packages.inc.php +1 -1
M html/pages/ports.inc.php +1 -1
M html/pages/ports/list.inc.php +7 -11
M html/pages/routing/bgp.inc.php +2
M html/pages/routing/overview.inc.php +3
M html/pages/routing/vrf.inc.php +4
M html/pages/services.inc.php +1
M html/pages/syslog.inc.php +1
📈 0 added 📉 0 removed

💻 r2969

cleanup • 2012-04-05 16:48
syntaxer run
Files changed (6)
M html/includes/hostbox-basic.inc.php +1 -1
M html/includes/hostbox.inc.php +3 -3
M html/includes/print-interface.inc.php +2 -2
M html/includes/print-menubar.php +3 -4
M html/includes/print-vlan.inc.php +3 -3
M html/includes/topnav.inc.php +1 -1
📈 0 added 📉 0 removed

💻 r2968

cleanup • 2012-04-05 16:47
syntaxer run
Files changed (57)
M html/includes/graphs/altiga_ssl_sessions.inc.php +1
M html/includes/graphs/application/apache_bits.inc.php -1
M html/includes/graphs/application/mysql_innodb_row_operations.inc.php -2
M html/includes/graphs/application/mysql_innodb_semaphores.inc.php -3
M html/includes/graphs/application/mysql_innodb_transactions.inc.php -1
M html/includes/graphs/application/mysql_myisam_indexes.inc.php +3 -4
M html/includes/graphs/application/mysql_query_cache_memory.inc.php -1
M html/includes/graphs/application/mysql_query_cache.inc.php -3
M html/includes/graphs/application/mysql_select_types.inc.php -1
M html/includes/graphs/application/mysql_slow_queries.inc.php +1 -2
M html/includes/graphs/application/mysql_sorts.inc.php -2
M html/includes/graphs/application/mysql_table_locks.inc.php -2
M html/includes/graphs/application/mysql_temporary_objects.inc.php -2
M html/includes/graphs/application/ntpdserver_bits.inc.php +1
M html/includes/graphs/application/ntpdserver_packets.inc.php +1
M html/includes/graphs/c6kxbar/auth.inc.php -3
M html/includes/graphs/device/cras_sessions.inc.php +1
M html/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php +1
M html/includes/graphs/device/ipsystemstats_ipv4.inc.php +1
M html/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php +1
M html/includes/graphs/device/ipsystemstats_ipv6.inc.php +1
M html/includes/graphs/device/ipSystemStats.inc.php +1
M html/includes/graphs/device/netscaler_tcp_bits.inc.php -1
M html/includes/graphs/device/netstat_ip_frag.inc.php +1
M html/includes/graphs/device/netstat_ip.inc.php +1
M html/includes/graphs/device/netstat_snmp_pkt.inc.php +1
M html/includes/graphs/device/netstat_tcp.inc.php +1
M html/includes/graphs/device/netstat_udp.inc.php +1
M html/includes/graphs/device/nfsen_flows.inc.php +2
M html/includes/graphs/device/nfsen_packets.inc.php +2
M html/includes/graphs/device/nfsen_traffic.inc.php +2
M html/includes/graphs/device/sensor.inc.php +1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php -2
M html/includes/graphs/device/toner.inc.php +1
M html/includes/graphs/device/ucd_cpu.inc.php +1
M html/includes/graphs/device/ucd_load.inc.php +1
M html/includes/graphs/device/ucd_memory.inc.php +1
M html/includes/graphs/device/uptime.inc.php +1
M html/includes/graphs/device/vpdn_sessions_l2tp.inc.php +1
M html/includes/graphs/device/vpdn_tunnels_l2tp.inc.php +1
M html/includes/graphs/device/wifi_clients.inc.php +1
M html/includes/graphs/generic_simplex.inc.php +1 -2
M html/includes/graphs/graph.inc.php +5 -4
M html/includes/graphs/location/auth.inc.php +1 -1
M html/includes/graphs/location/bits.inc.php +1 -2
M html/includes/graphs/mempool/usage.inc.php -1
M html/includes/graphs/rserver/auth.inc.php +1 -1
M html/includes/graphs/rserver/curr.inc.php +1 -2
M html/includes/graphs/rserver/failed.inc.php +1 -1
M html/includes/graphs/rserver/total.inc.php +1 -1
M html/includes/graphs/smokeping/in.inc.php -1
M html/includes/graphs/smokeping/out.inc.php -1
M html/includes/graphs/vserver/auth.inc.php +1 -1
M html/includes/graphs/vserver/bits.inc.php +1 -1
M html/includes/graphs/vserver/conns.inc.php +1 -1
M html/includes/graphs/vserver/pkts.inc.php +1
M html/includes/graphs/XXX_device_memory_windows.inc.php +1
📈 0 added 📉 0 removed

💻 r2967

cleanup • 2012-04-05 16:44
syntaxer run
Files changed (7)
M includes/billing.php +3 -3
M includes/defaults.inc.php +14 -18
M includes/functions.php +1
M includes/include-dir.inc.php +1
M includes/rrdtool.inc.php +1 -1
M includes/static-config.php +4 -7
M includes/syslog.php +38 -26
📈 0 added 📉 0 removed

💻 r2966

cleanup • 2012-04-05 16:37
syntaxer run
Files changed (18)
M includes/polling/applications/mysql.inc.php +81 -81
M includes/polling/cisco-ace-loadbalancer.inc.php +3 -5
M includes/polling/cisco-ace-serverfarms.inc.php +32 -37
M includes/polling/cisco-cef.inc.php +2 -3
M includes/polling/cisco-vpdn.inc.php +1 -1
M includes/polling/entity-physical.inc.php +8 -10
M includes/polling/mempools/avaya-ers.inc.php +2 -2
M includes/polling/mempools/netscaler.inc.php -1
M includes/polling/netscaler-vsvr.inc.php +10 -17
M includes/polling/os.inc.php +2 -2
M includes/polling/os/avaya-ers.inc.php -2
M includes/polling/os/cisco.inc.php +4 -5
M includes/polling/os/comware.inc.php -1
M includes/polling/os/ios.inc.php -1
M includes/polling/os/iosxr.inc.php +4 -4
M includes/polling/port-adsl.inc.php +2 -2
M includes/polling/ports.inc.php +57 -57
M includes/polling/unix-agent.inc.php +24 -24
📈 0 added 📉 0 removed

💻 r2965

Adam Armstrong 🐸 • 2012-04-05 16:21
OBSERVIUM-5 - fix generic_multi_simplex_seperated from Sander Steffann
Files changed (1)
M html/includes/graphs/generic_multi_simplex_seperated.inc.php +2
📈 2 added 📉 0 removed

💻 r2964

cleanup • 2012-04-05 16:17
syntaxer run
Files changed (17)
M includes/common.php +7 -7
M includes/discovery/arp-table.inc.php +1 -1
M includes/discovery/cisco-vrf.inc.php +8 -9
M includes/discovery/current/apc.inc.php +22 -28
M includes/discovery/entity-sensor.inc.php +1 -2
M includes/discovery/mempools/junos.inc.php +1 -1
M includes/discovery/power/ipoman.inc.php -2
M includes/discovery/processors/netscaler.inc.php +1 -2
M includes/discovery/q-bridge-mib.inc.php +1 -1
M includes/discovery/sensors-netscaler.inc.php +2 -4
M includes/discovery/sensors.inc.php +1 -1
M includes/discovery/temperatures/powerconnect.inc.php +1 -1
M includes/discovery/vlans.inc.php +5 -7
M includes/discovery/voltages/apc.inc.php -4
M includes/snmp.inc.php -1
M irc.php +4 -5
M poll-billing.php +1 -1
📈 0 added 📉 0 removed

💻 r2963

cleanup • 2012-04-05 16:10
syntaxer run 1/<many>
Files changed (2)
M html/bandwidth-graph.php +224 -207
M html/graph.php +5 -9
📈 0 added 📉 0 removed

💻 r2962

Tom Laermans 🦔 • 2012-04-05 14:02
fix apostrophes in location= filter variable
Files changed (2)
M html/index.php +1 -1
M html/pages/devices.inc.php -1
📈 1 added 📉 2 removed

💻 r2961

Adam Armstrong 🐸 • 2012-04-05 13:41
add option to include custom top menubar entries from html/includes/print-menubar-custom.inc.php
Files changed (1)
M html/includes/print-menubar.php +7
📈 7 added 📉 0 removed

💻 r2960

Tom Laermans 🦔 • 2012-04-05 13:21
speedup menu bar mysql
Files changed (1)
M html/includes/print-menubar.php +6 -6
📈 6 added 📉 6 removed

💻 r2959

Adam Armstrong 🐸 • 2012-04-05 13:11
fixes
Files changed (2)
M html/pages/graphs.inc.php +5 -5
M includes/static-config.php +1 -1
📈 6 added 📉 6 removed

💻 r2958

Tom Laermans 🦔 • 2012-04-05 13:11
away with the silly packages
Files changed (1)
M html/includes/print-menubar.php +9
📈 9 added 📉 0 removed

💻 r2957

Adam Armstrong 🐸 • 2012-04-05 12:55
add a graph descr
Files changed (1)
M includes/static-config.php +1
📈 1 added 📉 0 removed

💻 r2956

Adam Armstrong 🐸 • 2012-04-04 18:17
catch more acsw
Files changed (1)
M includes/discovery/os/acsw.inc.php +8
📈 8 added 📉 0 removed

💻 r2955

Adam Armstrong 🐸 • 2012-04-04 18:10
Add support for memcached to poller for current bps/pps for ports and ability to disable writing these values to MySQL. HIGHLY RECOMMENDED FOR LARGE INSTALLS. Also PROCEED WITH CAUTION.
Files changed (5)
M config.php.default +5
M includes/defaults.inc.php +10
M includes/polling/functions.inc.php +1 -1
M includes/polling/ports.inc.php +65 -16
M includes/static-config.php +6 -5
📈 87 added 📉 22 removed

💻 r2954

Tom Laermans 🦔 • 2012-04-04 17:50
Lazy attempt to fix FS#189, reported by Bill Fenestro Fenner
Files changed (1)
M includes/discovery/processors-ucd-old.inc.php +2 -3
📈 2 added 📉 3 removed

💻 r2953

Tom Laermans 🦔 • 2012-04-04 17:39
add Mandriva detection to distro script, fixes FS#179, patch/report by Gabor Garami
Files changed (1)
M scripts/distro +7 -8
📈 7 added 📉 8 removed

💻 r2952

Tom Laermans 🦔 • 2012-04-04 17:30
treat counters as strings to avoid integer wraparounds, fixes FS#190, patch/report by Chris Daniel
Files changed (1)
M html/data.php +1 -1
📈 1 added 📉 1 removed

💻 r2951

Adam Armstrong 🐸 • 2012-04-04 16:30
FIXME? HOW?
Files changed (1)
M includes/polling/ports.inc.php +2
📈 2 added 📉 0 removed

💻 r2950

Adam Armstrong 🐸 • 2012-04-04 16:14
add pixos detection
Files changed (2)
A includes/discovery/os/pix.inc.php +9
M includes/static-config.php +1 -1
📈 10 added 📉 1 removed

💻 r2949

Adam Armstrong 🐸 • 2012-04-04 10:47
Bill reset page (from CodeKiller)
Files changed (1)
A html/pages/bill/reset.inc.php +40
📈 40 added 📉 0 removed

💻 r2948

Adam Armstrong 🐸 • 2012-04-03 10:36
kankerhoer
Files changed (1)
M includes/discovery/ports.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r2947

Tom Laermans 🦔 • 2012-04-03 10:34
prutser
Files changed (1)
M includes/discovery/cisco-vrf.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2946

Tom Laermans 🦔 • 2012-04-02 17:40
add some Juniper MIBs
Files changed (6)
A mibs/Juniper-IP-POLICY-MIB +1,992
A mibs/JUNIPER-MIB +1,958
A mibs/Juniper-MIBs +876
A mibs/Juniper-ROUTER-MIB +1,083
A mibs/Juniper-TC +387
A mibs/Juniper-UNI-SMI +208
📈 0 added 📉 0 removed

💻 r2945

Tom Laermans 🦔 • 2012-04-02 17:29
optimized vrf discovery code, patch by gl-
Files changed (1)
M includes/discovery/cisco-vrf.inc.php +85 -26
📈 85 added 📉 26 removed

💻 r2944

Tom Laermans 🦔 • 2012-04-02 17:28
revamped/optimized vrf display page, patch by gl-
Files changed (1)
M html/pages/routing/vrf.inc.php +30 -10
📈 30 added 📉 10 removed

💻 r2943

Tom Laermans 🦔 • 2012-04-02 15:19
re-add warning to defaults.inc.php
Files changed (1)
M includes/defaults.inc.php +4
📈 4 added 📉 0 removed

💻 r2942

Tom Laermans 🦔 • 2012-04-01 16:50
remove battery status from areca controller voltages
Files changed (1)
M includes/discovery/voltages/areca.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2941

Tom Laermans 🦔 • 2012-04-01 14:40
remove external snmpget invocation for q-bridge-mib discovery
Files changed (1)
M includes/discovery/q-bridge-mib.inc.php +3 -5
📈 3 added 📉 5 removed

💻 r2940

Adam Armstrong 🐸 • 2012-03-30 10:25
add acsw os discovery script
Files changed (2)
M includes/defaults.inc.php +1
A includes/discovery/os/acsw.inc.php +8
📈 9 added 📉 0 removed

💻 r2939

Adam Armstrong 🐸 • 2012-03-29 15:00
erase jwh's failure
Files changed (2)
M includes/defaults.inc.php -1
M includes/snmp.inc.php +27 -79
📈 27 added 📉 80 removed

💻 r2938

Adam Armstrong 🐸 • 2012-03-29 14:57
improved interface ignores
Files changed (2)
M includes/defaults.inc.php +6 -9
M includes/polling/unix-agent.inc.php +2 -2
📈 8 added 📉 11 removed

💻 r2937

Adam Armstrong 🐸 • 2012-03-29 13:50
ignore pointless ports better. from nikolay shopik
Files changed (1)
M includes/defaults.inc.php +6 -4
📈 6 added 📉 4 removed

💻 r2936

Adam Armstrong 🐸 • 2012-03-29 12:54
deDERP
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2935

Adam Armstrong 🐸 • 2012-03-29 12:48
fix capitalization
Files changed (1)
M includes/defaults.inc.php +7 -5
📈 7 added 📉 5 removed

💻 r2934

Adam Armstrong 🐸 • 2012-03-29 12:05
ignore iftypes config option and checker
Files changed (2)
M includes/defaults.inc.php +6 -5
M includes/functions.php +11
📈 17 added 📉 5 removed

💻 r2933

Adam Armstrong 🐸 • 2012-03-29 10:17
log package add/remove/change into eventlogs table (maybe we have a separate history later, not sure)
Files changed (1)
M includes/polling/unix-agent.inc.php +20 -6
📈 20 added 📉 6 removed

💻 r2932

Adam Armstrong 🐸 • 2012-03-28 11:21
print graph when debugging graph.php. (shiny, eh?)
Files changed (1)
M html/includes/graphs/graph.inc.php +8
📈 8 added 📉 0 removed

💻 r2931

Adam Armstrong 🐸 • 2012-03-27 16:53
descriptions on graph page (none created yet)
Files changed (7)
M html/graph.php +11 -1
M html/includes/graphs/device/smokeping_all_common_avg.inc.php +3 -1
M html/includes/graphs/smokeping/out.inc.php +1 -1
M html/pages/device/latency.inc.php +1
M html/pages/graphs.inc.php +13
M includes/static-config.php +1 -1
M scripts/mysql_stats.php +2 -2
📈 32 added 📉 6 removed

💻 r2930

Adam Armstrong 🐸 • 2012-03-27 13:59
spit out runtime for graph.php when debugging
Files changed (1)
M html/graph.php +15
📈 15 added 📉 0 removed

💻 r2929

Adam Armstrong 🐸 • 2012-03-26 16:04
add dpkg lister script for unix agent
Files changed (3)
M html/includes/print-menubar.php +9 -2
A scripts/agent-local/dpkg +20
M scripts/agent-local/rpm +14 -1
📈 43 added 📉 3 removed

💻 r2928

Adam Armstrong 🐸 • 2012-03-26 15:41
add debian/rpm icon
Files changed (2)
A html/images/icons/deb.png +1
A html/images/icons/rpm.png +1
📈 2 added 📉 0 removed

💻 r2927

Adam Armstrong 🐸 • 2012-03-26 13:34
some junos stuff from billy-boy fenner, not sure what it does, but the belgian wants it, best commit to make him stfu, eh
Files changed (3)
M includes/polling/bgp-peers.inc.php +6 -2
M includes/snmp.inc.php +8 -8
M includes/static-config.php +1 -1
📈 15 added 📉 11 removed

💻 r2926

Adam Armstrong 🐸 • 2012-03-26 13:06
add table to store packages data on package-managed hosts
Files changed (1)
A sql-schema/011.sql +1
📈 1 added 📉 0 removed

💻 r2925

Adam Armstrong 🐸 • 2012-03-26 10:39
agent files
Files changed (5)
A scripts/agent-local
A scripts/agent-local/rpm +7
A scripts/agent-local/temperature +5
A scripts/observium_agent +433
A scripts/observium_agent_xinetd +51
📈 496 added 📉 0 removed

💻 r2924

Adam Armstrong 🐸 • 2012-03-26 09:44
workaround bsnmp retardation and find some cpus (hardset type to processor if descr includes cpu)
Files changed (1)
M includes/discovery/processors/hrdevice.inc.php +5
📈 5 added 📉 0 removed

💻 r2923

Adam Armstrong 🐸 • 2012-03-26 09:37
preliminary support for unix agent. probably will eat your cat and rape your dog, at this point.
Files changed (6)
M config.php.default +3
M html/pages/device.inc.php +9
A html/pages/device/packages.inc.php +27
A html/pages/packages.inc.php +63
M includes/defaults.inc.php +1
A includes/polling/unix-agent.inc.php +121
📈 224 added 📉 0 removed

💻 r2922

Adam Armstrong 🐸 • 2012-03-22 10:37
as default do not send emails for down ports, but print them on the front page (for mmoerman)
Files changed (2)
M includes/defaults.inc.php +3 -2
M includes/polling/ports.inc.php +1 -1
📈 4 added 📉 3 removed

💻 r2921

Adam Armstrong 🐸 • 2012-03-22 09:45
ignore some voice interfaces
Files changed (1)
M includes/defaults.inc.php +7 -1
📈 7 added 📉 1 removed

💻 r2920

Tom Laermans 🦔 • 2012-03-21 11:26
remove no longer needed database sql files
Files changed (6)
D database-schema.sql -1,006
D database-update-pre1000.sql -121
D database-update-pre1435.sql -42
D database-update-pre2245.sql -50
D database-update-pre2804.sql -13
D database-update.sql -7
📈 0 added 📉 1,239 removed

💻 r2919

Tom Laermans 🦔 • 2012-03-21 11:03
typo fix, reported by reaperz on irc
Files changed (1)
M html/includes/error-no-perm.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2918

Tom Laermans 🦔 • 2012-03-21 10:52
don't show dummy interface on device traffic graph
Files changed (1)
M includes/defaults.inc.php +1
📈 1 added 📉 0 removed

💻 r2917

Adam Armstrong 🐸 • 2012-03-20 23:56
fix ios version detection
Files changed (3)
M includes/polling/os.inc.php -1
M includes/polling/os/cisco.inc.php -1
M includes/polling/os/ios.inc.php +23 -18
📈 23 added 📉 20 removed

💻 r2916

Adam Armstrong 🐸 • 2012-03-20 18:44
add an index for datetime to eventlog (this might take a while!)
Files changed (1)
A sql-schema/010.sql +1
📈 1 added 📉 0 removed

💻 r2915

Adam Armstrong 🐸 • 2012-03-20 18:24
warn about ifdown as default
Files changed (1)
M includes/defaults.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2914

Tom Laermans 🦔 • 2012-03-20 17:36
woo debug
Files changed (1)
M html/pages/graphs.inc.php -2
📈 0 added 📉 2 removed

💻 r2913

Tom Laermans 🦔 • 2012-03-20 17:36
fix date picker, effing hell, javascript
Files changed (1)
M html/pages/graphs.inc.php +4 -2
📈 4 added 📉 2 removed

💻 r2912

Adam Armstrong 🐸 • 2012-03-20 16:50
potentially break all cisco versioning :P
Files changed (14)
M includes/defaults.inc.php +9
M includes/discovery/os/ios.inc.php +6 -2
M includes/functions.php -24
M includes/polling/cisco-cef.inc.php +1 -1
M includes/polling/netstats-ip.inc.php +1 -1
M includes/polling/netstats-tcp.inc.php +1 -1
M includes/polling/netstats-udp.inc.php +1 -1
M includes/polling/os.inc.php +1
A includes/polling/os/cisco.inc.php +50
M includes/polling/os/ios.inc.php +16 -22
A includes/polling/os/iosxr.inc.php +16
M includes/polling/processors.inc.php +1 -1
M includes/polling/ucd-mib.inc.php +1 -1
M includes/polling/wifi.inc.php +1 -1
📈 105 added 📉 55 removed

💻 r2911

Adam Armstrong 🐸 • 2012-03-20 16:11
fix the fix
Files changed (2)
M sql-schema/008.sql -1
A sql-schema/009.sql +10
📈 10 added 📉 1 removed

💻 r2910

Adam Armstrong 🐸 • 2012-03-20 16:00
fix bills table
Files changed (2)
M database-schema.sql +72 -73
A sql-schema/008.sql +2
📈 74 added 📉 73 removed

💻 r2909

Adam Armstrong 🐸 • 2012-03-20 14:00
fix db failure
Files changed (2)
M sql-schema/006.sql +1 -1
M sql-schema/007.sql +1
📈 2 added 📉 1 removed

💻 r2908 'WARN'

Adam Armstrong 🐸 • 2012-03-20 11:52
$config['warn']['ifdown'] = false; on front/default.php
Files changed (1)
M html/pages/front/default.php +10 -7
📈 10 added 📉 7 removed

💻 r2907

Adam Armstrong 🐸 • 2012-03-20 11:44
j -> i
Files changed (1)
M html/pages/graphs.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r2906

Adam Armstrong 🐸 • 2012-03-20 11:20
fixed datepicker for graphs page. we use the most 'correct' date format yyyy-mm-dd.
Files changed (1)
M html/pages/graphs.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r2905

Tom Laermans 🦔 • 2012-03-20 10:04
add default from/to for a graph, allow negative from to subtract time from to/now
Files changed (1)
M html/includes/graphs/graph.inc.php +5 -2
📈 5 added 📉 2 removed

💻 r2904

Adam Armstrong 🐸 • 2012-03-19 10:36
only open device tabs <ul> if we are allowed to show tabs!
Files changed (1)
M html/pages/device.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r2903

Adam Armstrong 🐸 • 2012-03-18 17:00
fix overlibs on billing forms
Files changed (2)
M html/pages/bill/edit.inc.php +4
M html/pages/bills.inc.php +4
📈 8 added 📉 0 removed

💻 r2902

Adam Armstrong 🐸 • 2012-03-18 16:23
prettier billing editing/adding
Files changed (10)
A html/css/bootstrap
A html/css/bootstrap.css +2,752
A html/css/bootstrap.min.css +491
A html/css/bootstrap/glyphicons-halflings-white.png +1
A html/css/bootstrap/glyphicons-halflings.png +1
M html/pages/bill.inc.php +10 -1
M html/pages/bill/actions.inc.php +44 -2
M html/pages/bill/delete.inc.php +33 -20
M html/pages/bill/edit.inc.php +163 -79
M html/pages/bills.inc.php +101 -64
📈 351 added 📉 166 removed

💻 r2901

Adam Armstrong 🐸 • 2012-03-16 15:39
minor changes to billing
Files changed (1)
M html/pages/bills.inc.php +3 -3
📈 3 added 📉 3 removed

💻 r2900

Adam Armstrong 🐸 • 2012-03-16 15:37
grammatical fixes
Files changed (1)
M html/pages/bills.inc.php +4 -4
📈 4 added 📉 4 removed

💻 r2899

Adam Armstrong 🐸 • 2012-03-16 15:33
fixes to billing
Files changed (1)
M html/pages/bills.inc.php +63 -13
📈 63 added 📉 13 removed

💻 r2898

Adam Armstrong 🐸 • 2012-03-16 11:13
update custom date picker to have calendar icons
Files changed (1)
M html/pages/graphs.inc.php +6
📈 6 added 📉 0 removed

💻 r2897

Adam Armstrong 🐸 • 2012-03-16 10:57
add cisco smb linux (just linux, but with cisco logo)
Files changed (2)
M includes/discovery/os/linux.inc.php +1 -1
M includes/static-config.php +11
📈 12 added 📉 1 removed

💻 r2896

Adam Armstrong 🐸 • 2012-03-16 10:35
custom range picker for graphs browser. (thanks to Michael Hsu).
Files changed (22)
A html/css/ui-lightness
A html/css/ui-lightness/images
A html/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +1
A html/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +1
A html/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +1
A html/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +1
A html/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +1
A html/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +1
A html/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +1
A html/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +1
A html/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +1
A html/css/ui-lightness/images/ui-icons_222222_256x240.png +1
A html/css/ui-lightness/images/ui-icons_228ef1_256x240.png +1
A html/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +1
A html/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +1
A html/css/ui-lightness/images/ui-icons_ffffff_256x240.png +1
A html/css/ui-lightness/jquery-ui-1.8.18.custom.css +415
A html/js/jquery-ui-sliderAccess.js +85
A html/js/jquery-ui-timepicker-addon.js +1,326
A html/js/jquery-ui.min.js +65
M html/pages/graphs.inc.php +102
M scripts/postfix-queues +9 -9
📈 111 added 📉 9 removed

💻 r2895

Tom Laermans 🦔 • 2012-03-15 17:10
THIS! IS! MIB! CITY!
Files changed (92)
A mibs/CISCOSB-1-BONJOUR-SERVICE-MIB +118
A mibs/CISCOSB-3SW2SWTABLES-MIB +41
A mibs/CISCOSB-AAA +3,130
A mibs/CISCOSB-BANNER-MIB +194
A mibs/CISCOSB-BaudRate-MIB +82
A mibs/CISCOSB-BONJOUR-MIB +355
A mibs/CISCOSB-BRGMACSWITCH-MIB +172
A mibs/CISCOSB-BRIDGE-SECURITY +906
A mibs/CISCOSB-BRIDGEMIBOBJECTS-MIB +1,953
A mibs/CISCOSB-CDB-MIB +51
A mibs/CISCOSB-CDP-MIB +838
A mibs/CISCOSB-CLI-MIB +312
A mibs/CISCOSB-COPY-MIB +1,141
A mibs/CISCOSB-CPU-COUNTERS-MIB +171
A mibs/CISCOSB-DEBUGCAPABILITIES-MIB +51
A mibs/CISCOSB-DEVICEPARAMS-MIB +784
A mibs/CISCOSB-DHCP-MIB +962
A mibs/CISCOSB-DHCPCL-MIB +440
A mibs/CISCOSB-Dlf-MIB +40
A mibs/CISCOSB-DNSCL-MIB +875
A mibs/CISCOSB-DOT1X-MIB +1,118
A mibs/CISCOSB-EEE-MIB +319
A mibs/CISCOSB-EMBWEB-MIB +506
A mibs/CISCOSB-ENDOFMIB-MIB +40
A mibs/CISCOSB-ERRDISABLE-RECOVERY-MIB +148
A mibs/CISCOSB-EVENTS-MIB +547
A mibs/CISCOSB-File +237
A mibs/CISCOSB-GREEN-MIB +212
A mibs/CISCOSB-GVRP-MIB +457
A mibs/CISCOSB-HWENVIROMENT +280
A mibs/CISCOSB-IP +1,050
A mibs/CISCOSB-IpRouter +1,641
A mibs/CISCOSB-IPv6 +286
A mibs/CISCOSB-JUMBOFRAMES-MIB +54
A mibs/CISCOSB-LBD-MIB +87
A mibs/CISCOSB-LLDP-MIB +720
A mibs/CISCOSB-LOCALIZATION-MIB +171
A mibs/CISCOSB-MAC-BASE-PRIO +273
A mibs/CISCOSB-MIB +705
A mibs/CISCOSB-MIR-MIB +206
A mibs/CISCOSB-MNGINF-MIB +310
A mibs/CISCOSB-MULTISESSIONTERMINAL-MIB +42
A mibs/CISCOSB-PHY-MIB +230
A mibs/CISCOSB-Physicaldescription-MIB +1,115
A mibs/CISCOSB-POE-MIB +348
A mibs/CISCOSB-POLICY-MIB +4,200
A mibs/CISCOSB-ProtectedPorts-MIB +142
A mibs/CISCOSB-QOS-CLI-MIB +3,918
A mibs/CISCOSB-rlBrgMcMngr-MIB +171
A mibs/CISCOSB-rlBrgMulticast-MIB +1,957
A mibs/CISCOSB-rlFft +1,767
A mibs/CISCOSB-rlInterfaces +1,264
A mibs/CISCOSB-rlLcli-MIB +229
A mibs/CISCOSB-RMON +336
A mibs/CISCOSB-rndApplications +1,330
A mibs/CISCOSB-rndMng +361
A mibs/CISCOSB-SCT-MIB +48
A mibs/CISCOSB-SECURITY-SUITE +452
A mibs/CISCOSB-SENSORENTMIB +95
A mibs/CISCOSB-SMARTPORTS-MIB +329
A mibs/CISCOSB-SMON-MIB +108
A mibs/CISCOSB-SNMP-MIB +744
A mibs/CISCOSB-SOCKET-MIB +120
A mibs/CISCOSB-SpecialBpdu-MIB +174
A mibs/CISCOSB-SSH-MIB +977
A mibs/CISCOSB-SSL +395
A mibs/CISCOSB-STACK-MIB +110
A mibs/CISCOSB-STORMCTRL-MIB +430
A mibs/CISCOSB-SYSLOG-MIB +462
A mibs/CISCOSB-SYSMNG-MIB +141
A mibs/CISCOSB-TBI-MIB +224
A mibs/CISCOSB-TCPSESSIONS +167
A mibs/CISCOSB-TELNET-MIB +155
A mibs/CISCOSB-TIMESYNCHRONIZATION-MIB +1,714
A mibs/CISCOSB-TRACEROUTE-MIB +40
A mibs/CISCOSB-TRAPS-MIB +722
A mibs/CISCOSB-TRUNK-MIB +517
A mibs/CISCOSB-Tuning +1,779
A mibs/CISCOSB-TUNNEL-MIB +129
A mibs/CISCOSB-UDP +195
A mibs/CISCOSB-vlan-MIB +2,185
A mibs/CISCOSB-vlanVoice-MIB +458
A mibs/CISCOSB-WeightedRandomTailDrop-MIB +53
A mibs/DataAire-dap4-al-MIB +1,977
A mibs/DIFF-SERV-MIB +1,526
A mibs/DISMAN-NSLOOKUP-MIB +446
A mibs/DRAFT-IETF-SYSLOG-DEVICE-MIB +682
A mibs/LLDP-EXT-DCBX-MIB +995
A mibs/LLDP-EXT-DOT3-MIB +856
A mibs/LLDP-EXT-MED-MIB +1,676
A mibs/Nikola-MIB +31
M mibs/RFC-1215 +37 -23
📈 0 added 📉 0 removed

💻 r2894

Tom Laermans 🦔 • 2012-03-15 15:06
rename part 2
Files changed (2)
D includes/discovery/os/ciscolinksys.inc.php -8
A includes/discovery/os/ciscosb.inc.php +8
📈 8 added 📉 8 removed

💻 r2893

Tom Laermans 🦔 • 2012-03-15 15:04
rename ciscolinksys to cisco small business
Files changed (1)
M includes/static-config.php +3 -3
📈 3 added 📉 3 removed

💻 r2892

Tom Laermans 🦔 • 2012-03-15 14:47
add support for ciscolinksys switches
Files changed (2)
A includes/discovery/os/ciscolinksys.inc.php +8
M includes/static-config.php +11
📈 19 added 📉 0 removed

💻 r2891

Adam Armstrong 🐸 • 2012-03-09 15:31
blue == up, green == up,ignored
Files changed (1)
M html/includes/hostbox.inc.php +3 -2
📈 3 added 📉 2 removed

💻 r2890

Tom Laermans 🦔 • 2012-03-08 19:19
make new colour bar smaller. FU, CSS
Files changed (3)
M html/css/styles.css +9
M html/includes/hostbox.inc.php +5 -5
M html/pages/devices.inc.php +10 -2
📈 15 added 📉 7 removed

💻 r2889

Adam Armstrong 🐸 • 2012-03-08 18:05
colour bar on device list. yay or nay?
Files changed (1)
M html/includes/hostbox.inc.php +5
📈 5 added 📉 0 removed

💻 r2888

Adam Armstrong 🐸 • 2012-03-08 17:44
add draytek image
Files changed (1)
A html/images/os/draytek.png +2
📈 2 added 📉 0 removed

💻 r2887

Tom Laermans 🦔 • 2012-03-08 11:07
add unix mips platform, by stintel, ages ago
Files changed (1)
M includes/polling/os/unix.inc.php +1
📈 1 added 📉 0 removed

💻 r2886

Tom Laermans 🦔 • 2012-03-08 10:25
don't show known errors for old sql updates
Files changed (1)
M includes/sql-schema/update.php +9 -2
📈 9 added 📉 2 removed

💻 r2885

Adam Armstrong 🐸 • 2012-03-08 09:36
and fuck you, snmp
Files changed (3)
D mibs/MTA-MIB -1,156
D mibs/NETWORK-SERVICES-MIB -605
D mibs/SCTP-MIB -1,279
📈 0 added 📉 0 removed

💻 r2884

Adam Armstrong 🐸 • 2012-03-07 15:09
FUCK YOU, CENTOS.
Files changed (3)
A mibs/MTA-MIB +1,226
A mibs/NETWORK-SERVICES-MIB +626
A mibs/SCTP-MIB +1,342
📈 0 added 📉 0 removed

💻 r2883

Tom Laermans 🦔 • 2012-03-05 21:39
sigh
Files changed (1)
M includes/sql-schema/update.php +1 -1
📈 1 added 📉 1 removed

💻 r2882

Tom Laermans 🦔 • 2012-03-05 10:00
attempt to fix sql update issues
Files changed (1)
M includes/sql-schema/update.php +6 -6
📈 6 added 📉 6 removed

💻 r2881

Tom Laermans 🦔 • 2012-03-02 12:07
add windows 7/2008 SP1 build numbers
Files changed (1)
M includes/polling/os/windows.inc.php +4 -1
📈 4 added 📉 1 removed

💻 r2880

Adam Armstrong 🐸 • 2012-02-27 23:36
ldap tls support
Files changed (2)
M html/includes/authentication/ldap.inc.php +8
M html/pages/device/routing/bgp.inc.php +2 -2
📈 10 added 📉 2 removed

💻 r2879

Tom Laermans 🦔 • 2012-02-19 18:41
fix database upgrade path
Files changed (2)
M includes/sql-schema/update.php +10 -6
M sql-schema/001.sql +1 -1
📈 11 added 📉 7 removed

💻 r2878

Tom Laermans 🦔 • 2012-02-19 17:14
fix initial install issues with new sql updater
Files changed (1)
M includes/sql-schema/update.php +9 -3
📈 9 added 📉 3 removed

💻 r2877

Tom Laermans 🦔 • 2012-02-19 13:42
fix initial database creation
Files changed (1)
M sql-schema/001.sql +58 -1,006
📈 58 added 📉 1,006 removed

💻 r2876

Adam Armstrong 🐸 • 2012-02-17 16:46
fix BGP page
Files changed (1)
M html/pages/device/routing/bgp.inc.php +10 -9
📈 10 added 📉 9 removed

💻 r2875

Tom Laermans 🦔 • 2012-02-17 09:33
correctly run all sql update files for older revisions
Files changed (1)
M includes/sql-schema/update.php +5 -4
📈 5 added 📉 4 removed

💻 r2874

Adam Armstrong 🐸 • 2012-02-17 00:19
fixes to graph widths
Files changed (3)
M html/pages/ports/graph.inc.php +7 -4
M html/pages/routing/bgp.inc.php +1 -1
M includes/sql-schema/update.php +2 -2
📈 10 added 📉 7 removed

💻 r2873

Tom Laermans 🦔 • 2012-02-16 23:18
allow sql update to be run from commandline, remove now-bogus comment from menubar
Files changed (2)
M html/includes/print-menubar.php +1 -1
M includes/sql-schema/update.php +18
📈 19 added 📉 1 removed

💻 r2872

Adam Armstrong 🐸 • 2012-02-16 17:34
remove shutdown sessions from alerted bgp session list
Files changed (2)
M html/includes/print-menubar.php +1 -1
M html/pages/routing/bgp.inc.php +3
📈 4 added 📉 1 removed

💻 r2871

Adam Armstrong 🐸 • 2012-02-16 16:43
fixes to BGP global page
Files changed (3)
M html/includes/functions.inc.php +3 -3
M html/includes/print-menubar.php +1 -1
M html/pages/routing/bgp.inc.php +1 -1
📈 5 added 📉 5 removed

💻 r2870

Tom Laermans 🦔 • 2012-02-16 14:07
yay, fixed, finally...
Files changed (1)
M includes/sql-schema/update.php +1 -1
📈 1 added 📉 1 removed

💻 r2869

Tom Laermans 🦔 • 2012-02-16 14:01
more fix
Files changed (1)
M includes/sql-schema/update.php +4 -4
📈 4 added 📉 4 removed

💻 r2868

Tom Laermans 🦔 • 2012-02-16 13:50
umm, fix sql update commit?
Files changed (1)
M includes/sql-schema/update.php +1 -1
📈 1 added 📉 1 removed

💻 r2867

Tom Laermans 🦔 • 2012-02-16 12:19
new system for sql updates -- PLEASE BACK UP YOUR DATABASE BEFORE UPGRADING (yes, it's upgrade-tested on different systems, but better safe than sorry)
Files changed (12)
M database-update.sql +1
M discovery.php +1 -64
A includes/sql-schema
A includes/sql-schema/update.php +106
A sql-schema
A sql-schema/001.sql +1,229
A sql-schema/002.sql +121
A sql-schema/003.sql +42
A sql-schema/004.sql +50
A sql-schema/005.sql +13
A sql-schema/006.sql +6
A sql-schema/007.sql +1
📈 1,570 added 📉 64 removed

💻 r2866

Tom Laermans 🦔 • 2012-02-16 12:04
prepare for new sql updater
Files changed (1)
M database-update.sql +1 -1
📈 1 added 📉 1 removed

💻 r2865

Tom Laermans 🦔 • 2012-02-15 20:59
only put separator bar under vrf/ospf if you have bgp devices, too
Files changed (1)
M html/includes/print-menubar.php +15 -4
📈 15 added 📉 4 removed

💻 r2864

Tom Laermans 🦔 • 2012-02-15 17:14
add poller/discovery for dell powerconnect cpu
Files changed (6)
A includes/discovery/processors/powerconnect.inc.php +24
A includes/polling/processors
D includes/polling/processors-ucd-old.inc.php -11
M includes/polling/processors.inc.php +1 -1
A includes/polling/processors/powerconnect.inc.php +11
A includes/polling/processors/ucd-old.inc.php +11
📈 47 added 📉 12 removed

💻 r2863

Tom Laermans 🦔 • 2012-02-14 19:01
array keys are strings, duh
Files changed (27)
M includes/polling/os/allied.inc.php +1 -1
M includes/polling/os/aos.inc.php +1 -1
M includes/polling/os/arista_eos.inc.php +1 -1
M includes/polling/os/arubaos.inc.php +1 -1
M includes/polling/os/avocent.inc.php +3 -2
M includes/polling/os/bnt.inc.php +1 -1
M includes/polling/os/cat1900.inc.php +1 -1
M includes/polling/os/catos.inc.php +3 -3
M includes/polling/os/dell-laser.inc.php +1 -1
M includes/polling/os/extremeware.inc.php +3 -3
M includes/polling/os/ies.inc.php +1 -1
M includes/polling/os/junos.inc.php +1 -1
M includes/polling/os/junose.inc.php +1 -1
M includes/polling/os/panos.inc.php +1 -1
M includes/polling/os/powerconnect.inc.php +4 -7
M includes/polling/os/procurve.inc.php +1 -1
M includes/polling/os/radlan.inc.php +2 -2
M includes/polling/os/screenos.inc.php +1 -1
M includes/polling/os/snom.inc.php +4 -4
M includes/polling/os/speedtouch.inc.php +1 -1
M includes/polling/os/symbol.inc.php +1 -1
M includes/polling/os/tranzeo.inc.php +1 -1
M includes/polling/os/unix.inc.php +18 -18
M includes/polling/os/vrp.inc.php +1 -1
M includes/polling/os/windows.inc.php +30 -30
M includes/polling/os/zywall.inc.php +1 -1
M includes/polling/os/zyxelnwa.inc.php +1 -1
📈 86 added 📉 88 removed

💻 r2862

Tom Laermans 🦔 • 2012-02-14 19:00
add FASTPATB-BOXSERVICES-MIB, poll by name now instead of OID, provision for multiple temperature sensors, device has many, MIB currently shows only one.. sigh
Files changed (2)
M includes/discovery/temperatures/powerconnect.inc.php +7 -4
A mibs/FASTPATH-BOXSERVICES-PRIVATE-MIB +430
📈 7 added 📉 4 removed

💻 r2861

Tom Laermans 🦔 • 2012-02-14 18:48
add mempool for powerconnect, at least 62xx series
Files changed (2)
A includes/discovery/mempools/powerconnect-cpu.inc.php +15
A includes/polling/mempools/powerconnect-cpu.inc.php +15
📈 30 added 📉 0 removed

💻 r2860

Adam Armstrong 🐸 • 2012-02-08 22:03
delete vservers once they are gone from netscaler
Files changed (1)
M includes/polling/netscaler-vsvr.inc.php +45 -32
📈 45 added 📉 32 removed

💻 r2859

Tom Laermans 🦔 • 2012-02-06 17:46
don't report/record mac addresses/changes on broken snmp implementations
Files changed (1)
M includes/discovery/arp-table.inc.php +30 -28
📈 30 added 📉 28 removed

💻 r2858

Tom Laermans 🦔 • 2012-02-06 17:39
fix start/end times using less generic variable names
Files changed (1)
M html/index.php +9 -9
📈 9 added 📉 9 removed

💻 r2857

Tom Laermans 🦔 • 2012-02-05 19:16
source html5shim javascript locally, fixes FS#177
Files changed (2)
M html/index.php +2 -1
A html/js/html5.js +3
📈 2 added 📉 1 removed

💻 r2856

Adam Armstrong 🐸 • 2012-02-04 17:29
fix false positive reboots (is engine uptime higher than device uptime?) Thanks to Michael Hsu from Media Temple.
Files changed (1)
M includes/polling/system.inc.php +7 -1
📈 7 added 📉 1 removed

💻 r2855

Adam Armstrong 🐸 • 2012-02-03 18:37
add entity-physical back to poller module list (duh!)
Files changed (3)
M check-errors.php +9 -4
M html/includes/graphs/generic_multi_bits_separated.inc.php +5 -1
M includes/defaults.inc.php +2
📈 16 added 📉 5 removed

💻 r2854

Adam Armstrong 🐸 • 2012-01-27 11:29
add avaya ers support
Files changed (8)
A html/images/os/avaya.png +1
A includes/discovery/mempools/avaya-ers.inc.php +29
A includes/discovery/os/avaya-ers.inc.php +10
A includes/discovery/processors/avaya-ers.inc.php +18
A includes/discovery/temperatures/avaya-ers.inc.php +25
A includes/polling/mempools/avaya-ers.inc.php +19
A includes/polling/os/avaya-ers.inc.php +44
M includes/static-config.php +7
📈 153 added 📉 0 removed

💻 r2853

Adam Armstrong 🐸 • 2012-01-27 10:57
port utilisation alerter (bit dirty, maybe put %age into db too?)
Files changed (2)
M includes/defaults.inc.php +5
M includes/polling/ports.inc.php +17 -1
📈 22 added 📉 1 removed

💻 r2852

Adam Armstrong 🐸 • 2012-01-25 21:04
db upcate and add some LDP mibs
Files changed (5)
M database-schema.sql +4 -3
A mibs/MPLS-LDP-CAPABILITY +482
A mibs/MPLS-LDP-GENERIC-STD-MIB +340
A mibs/MPLS-LDP-STD-MIB +2,493
A mibs/MPLS-TE-MIB +2,297
📈 4 added 📉 3 removed

💻 r2851

Adam Armstrong 🐸 • 2012-01-25 06:32
Basic Brocade FabricOS support.
Files changed (16)
A html/images/os/brocade.png +1
D html/images/os/ironware.png -1
A includes/discovery/os/fabos.inc.php +10
A includes/polling/os/fabos.inc.php +6
M includes/static-config.php +9
A mibs/BRCD-FCIP-EXT-MIB +296
A mibs/Brocade-REG-MIB +85
A mibs/CPQHOST-MIB +2,078
A mibs/CPQRACK-MIB +3,586
A mibs/FCFABRIC-ELEMENT-MIB +2,012
A mibs/FCMGMT-MIB +2,844
A mibs/FIBRE-CHANNEL-FE-MIB +1,794
A mibs/HA-MIB +375
A mibs/LINK-INCIDENT-MIB +809
A mibs/MB-MIB +247
A mibs/SW-MIB +3,561
📈 26 added 📉 1 removed

💻 r2850

Adam Armstrong 🐸 • 2012-01-25 05:51
typo tmp -> temp
Files changed (1)
M html/includes/authenticate.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2849

Adam Armstrong 🐸 • 2012-01-25 05:50
increment $polled_devices
Files changed (2)
M includes/polling/functions.inc.php -2
M poller.php +1 -1
📈 1 added 📉 3 removed

💻 r2848

Adam Armstrong 🐸 • 2012-01-24 16:21
fix openbsd. add some mibs. move around load balancer stuff.
Files changed (7)
A html/pages/device/loadbalancer/ace_rservers.inc.php +90
A html/pages/device/loadbalancer/ace_vservers.inc.php +86
D html/pages/device/loadbalancer/loadbalancer_rservers.inc.php -90
D html/pages/device/loadbalancer/loadbalancer_vservers.inc.php -86
M includes/discovery/os/openbsd.inc.php +2 -2
A mibs/CISCO-AAA-SERVER-MIB +1,031
A mibs/CISCO-ISDN-MIB +459
📈 178 added 📉 178 removed

💻 r2847

Tom Laermans 🦔 • 2012-01-23 18:55
fix ports mac address, patch by Dario Calamai
Files changed (1)
M includes/polling/ports.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2846

Adam Armstrong 🐸 • 2012-01-21 05:51
netscaler per-vserver page with all graphs.
Files changed (4)
M html/pages/device/loadbalancer.inc.php +6 -6
M html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +2 -2
M html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +2 -2
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +62 -3
📈 72 added 📉 13 removed

💻 r2845

Adam Armstrong 🐸 • 2012-01-20 16:41
update types
Files changed (1)
M includes/static-config.php +5 -2
📈 5 added 📉 2 removed

💻 r2844

Tom Laermans 🦔 • 2012-01-20 13:15
add loadbalancer device type, netscaler = loadbalancer, patch by mgm
Files changed (5)
M html/pages/bill.inc.php -2
M includes/discovery/discovery-protocols.inc.php +1 -1
M includes/polling/ports.inc.php +6 -14
M includes/polling/toner.inc.php +2 -2
M includes/static-config.php +6 -1
📈 15 added 📉 20 removed

💻 r2843

Adam Armstrong 🐸 • 2012-01-19 22:59
nospaces
Files changed (1)
M database-schema.sql -1
📈 0 added 📉 1 removed

💻 r2842

Tom Laermans 🦔 • 2012-01-19 17:33
add page/cache memory sizes to pagegen report in footer
Files changed (1)
M html/index.php +10 -4
📈 10 added 📉 4 removed

💻 r2841

Tom Laermans 🦔 • 2012-01-19 14:00
don't print header when no dot1d data is available
Files changed (1)
M includes/discovery/vlans.inc.php +5 -2
📈 5 added 📉 2 removed

💻 r2840

Tom Laermans 🦔 • 2012-01-19 10:35
only show device types we know of in our database
Files changed (2)
M html/includes/print-menubar.php +21 -14
M html/includes/topnav.inc.php +2
📈 23 added 📉 14 removed

💻 r2839

Adam Armstrong 🐸 • 2012-01-19 10:33
comment
Files changed (1)
M includes/discovery/vlans.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r2838

Adam Armstrong 🐸 • 2012-01-19 10:04
only try per-vlan community on cisco :)
Files changed (1)
M includes/discovery/vlans.inc.php +9 -4
📈 9 added 📉 4 removed

💻 r2837

Adam Armstrong 🐸 • 2012-01-19 08:49
add vlan discovery module (HERP DERP!)
Files changed (1)
A includes/discovery/vlans.inc.php +83
📈 83 added 📉 0 removed

💻 r2836

Adam Armstrong 🐸 • 2012-01-19 01:38
update netscaler mib again (to v2 not v1 this time!)
Files changed (1)
M mibs/NS-MIB +6,202 -6,177
📈 0 added 📉 0 removed

💻 r2835

Adam Armstrong 🐸 • 2012-01-18 22:12
updated netscaler mib
Files changed (1)
M mibs/NS-MIB +7,991 -6,255
📈 0 added 📉 0 removed

💻 r2834

Tom Laermans 🦔 • 2012-01-18 15:05
add carel pcoweb mibs for a/c monitoring
Files changed (2)
A mibs/CAREL-ug40cdz-MIB +1,546
A mibs/UNCDZ-MIB +1,147
📈 0 added 📉 0 removed

💻 r2833

Adam Armstrong 🐸 • 2012-01-18 12:08
poll serial from netscaler, scale memory properly :)
Files changed (2)
M includes/polling/mempools/netscaler.inc.php +1 -1
M includes/polling/os/netscaler.inc.php +1
📈 2 added 📉 1 removed

💻 r2832

Adam Armstrong 🐸 • 2012-01-18 12:03
add cpu detection for netscaler
Files changed (3)
A html/images/icons/loadbalancer.png +1
M html/pages/device.inc.php +1 -1
A includes/discovery/processors/netscaler.inc.php +37
📈 39 added 📉 1 removed

💻 r2831

Tom Laermans 🦔 • 2012-01-18 10:26
Add Senao/Engenius Enterprise Indoor MIB (fixed, as the original was not mib standards compliant)
Files changed (1)
A mibs/SENAO-ENTERPRISE-INDOOR-AP_CB-MIB +1,040
📈 0 added 📉 0 removed

💻 r2830

Adam Armstrong 🐸 • 2012-01-18 09:57
database schema update
Files changed (1)
M database-schema.sql +21
📈 21 added 📉 0 removed

💻 r2829

Adam Armstrong 🐸 • 2012-01-18 09:55
requets and hit/miss stats for netscaler
Files changed (4)
M html/includes/graphs/netscalervsvr/conns.inc.php +4 -1
A html/includes/graphs/netscalervsvr/hitmiss.inc.php +23
A html/includes/graphs/netscalervsvr/reqs.inc.php +22
M html/pages/device/loadbalancer/netscaler_vsvr.inc.php +3 -1
📈 52 added 📉 2 removed

💻 r2828

Adam Armstrong 🐸 • 2012-01-18 09:25
split netscaler and cisco ace stats to new load balancer tab (it's not routing :P)
Files changed (9)
M html/pages/device.inc.php +16 -5
A html/pages/device/loadbalancer
A html/pages/device/loadbalancer.inc.php +67
A html/pages/device/loadbalancer/loadbalancer_rservers.inc.php +90
A html/pages/device/loadbalancer/loadbalancer_vservers.inc.php +86
A html/pages/device/loadbalancer/netscaler_vsvr.inc.php +82
D html/pages/device/routing/loadbalancer_rservers.inc.php -90
D html/pages/device/routing/loadbalancer_vservers.inc.php -86
D html/pages/device/routing/netscaler_vsvr.inc.php -82
📈 341 added 📉 263 removed

💻 r2827

Adam Armstrong 🐸 • 2012-01-18 08:54
netscaler vservers table
Files changed (1)
M database-update.sql +2
📈 2 added 📉 0 removed

💻 r2826

Adam Armstrong 🐸 • 2012-01-18 08:12
updated netscaler mib. netscaler vserver poller. netscaler vserver subtab in routing.
Files changed (11)
A html/includes/graphs/netscalervsvr
A html/includes/graphs/netscalervsvr/auth.inc.php +20
A html/includes/graphs/netscalervsvr/bits.inc.php +8
A html/includes/graphs/netscalervsvr/conns.inc.php +19
A html/includes/graphs/netscalervsvr/pkts.inc.php +19
M html/pages/device.inc.php +11 -2
M html/pages/device/routing.inc.php +6
A html/pages/device/routing/netscaler_vsvr.inc.php +82
M includes/defaults.inc.php +1
A includes/polling/netscaler-vsvr.inc.php +115
M mibs/NS-MIB +2,371 -255
📈 281 added 📉 2 removed

💻 r2825

Adam Armstrong 🐸 • 2012-01-17 16:29
netscaler fixed mempool
Files changed (2)
A includes/discovery/mempools/netscaler.inc.php +13
A includes/polling/mempools/netscaler.inc.php +17
📈 30 added 📉 0 removed

💻 r2824

Adam Armstrong 🐸 • 2012-01-17 16:01
add string_to_oid, use it in netscaler sensors
Files changed (2)
M includes/discovery/sensors-netscaler.inc.php +1 -5
M includes/snmp.inc.php +11
📈 12 added 📉 5 removed

💻 r2823

Adam Armstrong 🐸 • 2012-01-17 15:58
netscaler sensors
Files changed (5)
M database-update.sql +1 -1
M html/includes/graphs/device/netscaler_tcp_conn.inc.php +14 -15
A includes/discovery/sensors-netscaler.inc.php +40
M includes/discovery/sensors.inc.php +2
M includes/snmp.inc.php +1
📈 58 added 📉 16 removed

💻 r2822

Adam Armstrong 🐸 • 2012-01-17 14:06
hardware / version for netscaler
Files changed (1)
M includes/polling/os/netscaler.inc.php +10
📈 10 added 📉 0 removed

💻 r2821

Adam Armstrong 🐸 • 2012-01-17 13:48
ucfirst -> ucwords. multiply bytes by 8.
Files changed (2)
M html/includes/graphs/device/netscaler_tcp_bits.inc.php +2
M html/pages/device/graphs.inc.php +1 -1
📈 3 added 📉 1 removed

💻 r2820

Adam Armstrong 🐸 • 2012-01-17 13:46
netscaler os poller
Files changed (1)
A includes/polling/os/netscaler.inc.php +5
📈 5 added 📉 0 removed

💻 r2819

Adam Armstrong 🐸 • 2012-01-17 13:37
netscaler tcp stats poller and three graph definitions
Files changed (6)
M html/includes/graphs/atmvp/packets.inc.php +2 -2
A html/includes/graphs/device/netscaler_tcp_bits.inc.php +11
A html/includes/graphs/device/netscaler_tcp_conn.inc.php +25
A html/includes/graphs/device/netscaler_tcp_pkts.inc.php +21
A includes/polling/netscaler-stats.inc.php +70
M includes/static-config.php +14 -1
📈 143 added 📉 3 removed

💻 r2818

Adam Armstrong 🐸 • 2012-01-17 12:34
update netscaler mib
Files changed (1)
M mibs/NS-MIB +5,001 -6,325
📈 0 added 📉 0 removed

💻 r2817

Adam Armstrong 🐸 • 2012-01-12 13:04
fix
Files changed (1)
M includes/rrdtool.inc.php +2 -2
📈 2 added 📉 2 removed

💻 r2816

Adam Armstrong 🐸 • 2012-01-12 12:51
acsw change, and improve debugging for rrdtool graphing
Files changed (6)
M html/graph.php +40 -1
M html/includes/graphs/graph.inc.php +11 -47
M html/pages/graphs.inc.php +18
M includes/discovery/processors/ios.inc.php +1 -1
M includes/rrdtool.inc.php +19 -8
M includes/static-config.php +4 -4
📈 93 added 📉 61 removed

💻 r2815

Adam Armstrong 🐸 • 2012-01-12 11:16
os_group ios -> cisco
Files changed (16)
M includes/discovery/bgp-peers.inc.php +5 -5
M includes/discovery/cisco-entity-sensor.inc.php +1 -1
M includes/discovery/cisco-mac-accounting.inc.php +2 -2
M includes/discovery/cisco-pw.inc.php +3 -3
M includes/discovery/cisco-vlans.inc.php +1 -1
M includes/discovery/cisco-vrf.inc.php +2 -2
M includes/discovery/mempools/cemp.inc.php +1 -1
M includes/discovery/mempools/cmp.inc.php +1 -1
M includes/discovery/processors/ios.inc.php +1 -1
M includes/discovery/temperatures/cisco-envmon.inc.php +1 -1
M includes/polling/bgp-peers.inc.php +3 -3
M includes/polling/cisco-ipsec-flow-monitor.inc.php +1 -1
M includes/polling/cisco-remote-access-monitor.inc.php +2 -2
M includes/polling/cisco-vpdn.inc.php +1 -1
M includes/polling/ports.inc.php +1 -1
M includes/static-config.php +10 -10
📈 36 added 📉 36 removed

💻 r2814

Adam Armstrong 🐸 • 2012-01-12 11:09
Cisco ACE support thanks to wez_db
Files changed (24)
M database-update.sql +3
A html/includes/graphs/rserver
A html/includes/graphs/rserver/auth.inc.php +20
A html/includes/graphs/rserver/curr.inc.php +41
A html/includes/graphs/rserver/failed.inc.php +22
A html/includes/graphs/rserver/total.inc.php +22
A html/includes/graphs/vserver
A html/includes/graphs/vserver/auth.inc.php +20
A html/includes/graphs/vserver/bits.inc.php +12
A html/includes/graphs/vserver/conns.inc.php +22
A html/includes/graphs/vserver/pkts.inc.php +18
M html/pages/device.inc.php +6
M html/pages/device/routing.inc.php +2
A html/pages/device/routing/loadbalancer_rservers.inc.php +90
A html/pages/device/routing/loadbalancer_vservers.inc.php +86
M includes/defaults.inc.php +3 -3
A includes/polling/cisco-ace-loadbalancer.inc.php +68
A includes/polling/cisco-ace-serverfarms.inc.php +73
A includes/polling/os/acsw.inc.php +54
M includes/static-config.php +13
A mibs/CISCO-ENHANCED-SLB-MIB +1,664
A mibs/CISCO-SLB-EXT-MIB +5,552
A mibs/CISCO-SLB-HEALTH-MON-MIB +2,763
A mibs/CISCO-SLB-MIB +5,379
📈 575 added 📉 3 removed

💻 r2813

Tom Laermans 🦔 • 2012-01-06 15:56
fix realtime graph, whoopsie
Files changed (1)
M html/graph-realtime.php +1 -1
📈 1 added 📉 1 removed

💻 r2812

Tom Laermans 🦔 • 2012-01-06 15:20
seems i forgot a line of shorttags
Files changed (1)
M html/graph-realtime.php +1 -1
📈 1 added 📉 1 removed

💻 r2811

Tom Laermans 🦔 • 2012-01-06 12:11
add Senao MIBs
Files changed (3)
A mibs/SENAO-EOR7550-MIB +1,415
A mibs/SENAO-WLAN-AP-MIB +697
A mibs/SENAO-WLAN-CB-MIB +548
📈 0 added 📉 0 removed

💻 r2810

Tom Laermans 🦔 • 2012-01-06 11:55
fix evenlog link on device overview
Files changed (1)
M html/pages/device/overview.inc.php +1 -1
📈 1 added 📉 1 removed

💻 r2809

Adam Armstrong 🐸 • 2012-01-05 02:18
replace shit
Files changed (1)
M includes/polling/os/unix.inc.php +2 -14
📈 2 added 📉 14 removed

💻 r2808

Tom Laermans 🦔 • 2012-01-04 15:29
effing shorttags begone
Files changed (1)
M html/graph-realtime.php +33 -33
📈 33 added 📉 33 removed

💻 r2807

Tom Laermans 🦔 • 2012-01-03 10:42
add wireless to device types
Files changed (1)
M includes/static-config.php +8 -3
📈 8 added 📉 3 removed

💻 r2806

Tom Laermans 🦔 • 2012-01-02 15:56
Add PanOS and ArubaOS support, patch by vendis / Christer.
Files changed (8)
A html/images/os/arubaos.png +1
A html/images/os/panos.png +1
A html/includes/graphs/device/panos_sessions.inc.php +20
A includes/discovery/os/arubaos.inc.php +8
A includes/discovery/os/panos.inc.php +8
A includes/polling/os/arubaos.inc.php +7
A includes/polling/os/panos.inc.php +24
M includes/static-config.php +12
📈 81 added 📉 0 removed