Rolling Release

694
commits
+34,067
lines added
−19,552
lines removed

Stable Releases

0
releases
0
lines added
0
lines removed

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

Development activity in 2012

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

December 2012

💻 r3506

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

💻 r3505

Adam Armstrong 🐸
cleanups to detection
Files changed (6) +58 / -16
Changed files with action and line counts
Mhtml/pages/health/sensors.inc.php+3 / -0
Mincludes/definitions.inc.php+48 / -12
Mincludes/discovery/os/comware.inc.php+3 / -0
Mincludes/discovery/os/freebsd.inc.php+1 / -2
Mincludes/discovery/os/openbsd.inc.php+2 / -1
Mpoller.php+1 / -1
+58 added −16 removed filtered activity

💻 r3504

Adam Armstrong 🐸
clean up juniper hardware detection (they correctly use sysObjectID!)
Files changed (4) +125 / -82
Changed files with action and line counts
Mincludes/polling/os/junos.inc.php+2 / -2
Mincludes/polling/os/junose.inc.php+3 / -4
Mincludes/polling/os/screenos.inc.php+3 / -0
Mincludes/rewrites.php+117 / -76
+125 added −82 removed filtered activity

💻 r3503

Adam Armstrong 🐸
css solution to multi-row table entries
Files changed (2) +22 / -3
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+13 / -0
Mhtml/pages/health/sensors.inc.php+9 / -3
+9 added −3 removed filtered activity

💻 r3502

Adam Armstrong 🐸
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) +104 / -43
Changed files with action and line counts
Mhtml/includes/functions.inc.php+72 / -23
Mhtml/pages/ports/list.inc.php+3 / -7
Mincludes/rewrites.php+29 / -13
+104 added −43 removed filtered activity

💻 r3501

Adam Armstrong 🐸
finish device/edit/* and fix form css
Files changed (8) +169 / -143
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+3 / -0
Mhtml/pages/device/edit/alerts.inc.php+31 / -31
Mhtml/pages/device/edit/apps.inc.php+16 / -16
Mhtml/pages/device/edit/ipmi.inc.php+32 / -41
Mhtml/pages/device/edit/modules.inc.php+50 / -23
Mhtml/pages/device/edit/ports.inc.php+11 / -6
Mhtml/pages/device/edit/sensors.inc.php+26 / -25
Mhtml/pages/device/edit/snmp.inc.php+0 / -1
+166 added −143 removed filtered activity

💻 r3500

Adam Armstrong 🐸
prettify ports edit, shorten some ifTypes, add retardomib
Files changed (3) +479 / -35
Changed files with action and line counts
Mhtml/pages/device/edit/ports.inc.php+32 / -32
Mincludes/rewrites.php+3 / -3
Amibs/OSBRiDGE5XLi-MIB+444 / -0
+35 added −35 removed filtered activity

💻 r3499

Adam Armstrong 🐸
no, net-snmpd is not juniperive
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/discovery/os/juniperive.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r3498

Adam Armstrong 🐸
clean up devices/edit/snmp change table header generation code in ports/list, fix some styles
Files changed (5) +148 / -124
Changed files with action and line counts
Mhtml/css/styles.css+5 / -0
Mhtml/pages/bill/edit.inc.php+1 / -1
Mhtml/pages/device/edit/snmp.inc.php+104 / -101
Mhtml/pages/ports/list.inc.php+25 / -20
Mincludes/common.php+13 / -2
+143 added −124 removed filtered activity

💻 r3497

Adam Armstrong 🐸
move button
Files changed (1) +0 / -3
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+0 / -3
0 added −3 removed filtered activity

💻 r3496

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

💻 r3495

Tom Laermans 🦔
prettify button on device/edit with ugly html hax
Files changed (1) +4 / -1
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r3494

Adam Armstrong 🐸
clean up syslog form, add attribution email, change update_array, fix buttons on device/edit
Files changed (4) +18 / -28
Changed files with action and line counts
Mhtml/pages/device/edit/device.inc.php+10 / -16
Mhtml/pages/syslog.inc.php+1 / -6
Mincludes/polling/q-bridge-mib-fdb.inc.php+5 / -5
Mincludes/snmp.inc.php+2 / -1
+18 added −28 removed filtered activity

💻 r3493

Adam Armstrong 🐸
clean up pagination a little
Files changed (5) +35 / -12
Changed files with action and line counts
Mhtml/pages/apps/default.inc.php+2 / -2
Mhtml/pages/device/logs/eventlog.inc.php+12 / -0
Mhtml/pages/device/logs/syslog.inc.php+11 / -1
Mhtml/pages/eventlog.inc.php+6 / -7
Mhtml/pages/ports/list.inc.php+4 / -2
+35 added −12 removed filtered activity

💻 r3492

Adam Armstrong 🐸
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) +131 / -27
Changed files with action and line counts
Mhtml/pages/authlog.inc.php+16 / -1
Mhtml/pages/search.inc.php+3 / -1
Mhtml/pages/search/arp.inc.php+25 / -25
Ahtml/pages/search/fdb.inc.php+87 / -0
+131 added −27 removed filtered activity

💻 r3491

Adam Armstrong 🐸
add option to disble popups
Files changed (2) +8 / -6
Changed files with action and line counts
Mhtml/includes/functions.inc.php+7 / -6
Mincludes/defaults.inc.php+1 / -0
+8 added −6 removed filtered activity

💻 r3490

Adam Armstrong 🐸
move a function to common (need to move some things around to reduce includes for graphing)
Files changed (2) +36 / -36
Changed files with action and line counts
Mincludes/common.php+36 / -0
Mincludes/functions.php+0 / -36
+36 added −36 removed filtered activity

💻 r3489

Adam Armstrong 🐸
prettier about, fix some other things.
Files changed (3) +24 / -21
Changed files with action and line counts
Mhtml/css/bootstrap-observium.css+3 / -0
Mhtml/includes/print-interface-graphs.inc.php+0 / -2
Mhtml/pages/about.inc.php+21 / -19
+21 added −21 removed filtered activity

💻 r3488

Adam Armstrong 🐸
fixes, cleanups.
Files changed (14) +1,786 / -683
Changed files with action and line counts
Ahtml/css/bootstrap-observium.css+491 / -0
Ahtml/css/bootstrap-responsive.css+1,092 / -0
Dhtml/css/bootstrap.obs.css+0 / -480
Mhtml/includes/print-menubar.php+2 / -1
Mhtml/index.php+2 / -2
Mhtml/pages/about.inc.php+107 / -115
Mhtml/pages/api/errorcodes.inc.php+8 / -1
Mhtml/pages/bill/accurate.inc.php+23 / -23
Mhtml/pages/bill/history.inc.php+3 / -3
Mhtml/pages/bill/ports.inc.php+5 / -5
Mhtml/pages/bill/quick.inc.php+23 / -23
Mhtml/pages/bill/transfer.inc.php+28 / -28
Mhtml/pages/bills/cmonth.inc.php+1 / -1
Mhtml/pages/bills/pmonth.inc.php+1 / -1
+203 added −203 removed filtered activity

💻 r3487

Adam Armstrong 🐸
testing change to device popup (marmite, i think)
Files changed (3) +127 / -92
Changed files with action and line counts
Mhtml/includes/functions.inc.php+48 / -13
Mincludes/common.php+79 / -0
Mincludes/functions.php+0 / -79
+127 added −92 removed filtered activity

💻 r3486

Adam Armstrong 🐸
fix billing ports descriptions
Files changed (1) +8 / -12
Changed files with action and line counts
Mhtml/pages/bill/ports.inc.php+8 / -12
+8 added −12 removed filtered activity

💻 r3485

Adam Armstrong 🐸
fix graph sizes on device/apps/
Files changed (15) +13 / -35
Changed files with action and line counts
Mhtml/includes/print-graphrow.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+5 / -1
Mhtml/pages/device/apps/apache.inc.php+0 / -2
Mhtml/pages/device/apps/drbd.inc.php+0 / -2
Mhtml/pages/device/apps/mailscanner.inc.php+1 / -3
Mhtml/pages/device/apps/memcached.inc.php+0 / -2
Mhtml/pages/device/apps/mysql.inc.php+0 / -2
Mhtml/pages/device/apps/nfs.inc.php+0 / -2
Mhtml/pages/device/apps/nginx.inc.php+1 / -3
Mhtml/pages/device/apps/ntp-client.inc.php+1 / -3
Mhtml/pages/device/apps/ntpd-server.inc.php+1 / -3
Mhtml/pages/device/apps/ntpd.inc.php+0 / -2
Mhtml/pages/device/apps/postgresql.inc.php+1 / -3
Mhtml/pages/device/apps/powerdns.inc.php+1 / -3
Mhtml/pages/device/apps/shoutcast.inc.php+1 / -3
+13 added −35 removed filtered activity

💻 r3484

Adam Armstrong 🐸
fix large graphs mode
Files changed (7) +8 / -10
Changed files with action and line counts
Mhtml/includes/print-graphrow.inc.php+1 / -1
Mhtml/pages/device/health/diskio.inc.php+1 / -1
Mhtml/pages/device/health/mempool.inc.php+1 / -1
Mhtml/pages/device/health/processor.inc.php+1 / -1
Mhtml/pages/device/health/sensors.inc.php+1 / -1
Mhtml/pages/device/health/storage.inc.php+2 / -1
Mhtml/pages/health/mempool.inc.php+1 / -4
+8 added −10 removed filtered activity

💻 r3483

Adam Armstrong 🐸
MOAR SPAEC!
Files changed (2) +2 / -5
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+1 / -5
Asql-schema/040.sql+1 / -0
0 added 0 removed filtered activity

💻 r3482

Adam Armstrong 🐸
fix adding bill from port page (form was closed too early, duh)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/bills/add.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3481

Tom Laermans 🦔
add overview graph list for postgresql - thanks to Ivan Dimitrov - close #172 again
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/apps.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3480

Tom Laermans 🦔
add powerdns icons
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/icons/powerdns-recursor.png+1 / -0
Ahtml/images/icons/powerdns.png+1 / -0
0 added 0 removed filtered activity

💻 r3479

Adam Armstrong 🐸
PostgreSQL polling support via Unix Agent. #172 from Ivan Dimitrov.
Files changed (11) +495 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/postgresql_blks.inc.php+31 / -0
Ahtml/includes/graphs/application/postgresql_connects.inc.php+33 / -0
Ahtml/includes/graphs/application/postgresql_queries.inc.php+34 / -0
Ahtml/includes/graphs/application/postgresql_tuples.inc.php+31 / -0
Ahtml/includes/graphs/application/postgresql_tuples_query.inc.php+32 / -0
Ahtml/includes/graphs/application/postgresql_xact.inc.php+31 / -0
Ahtml/pages/device/apps/postgresql.inc.php+49 / -0
Aincludes/polling/applications/postgresql.inc.php+52 / -0
Aincludes/polling/applications/postgresql.php+33 / -0
Ascripts/agent-local/postgresql.conf+5 / -0
Ascripts/agent-local/postgresql.pl+164 / -0
+495 added 0 removed filtered activity

💻 r3478

Adam Armstrong 🐸
tweak styles
Files changed (7) +31 / -24
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+4 / -1
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+3 / -9
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/devices.inc.php+1 / -1
Mhtml/pages/eventlog.inc.php+5 / -1
Mhtml/pages/inventory.inc.php+1 / -1
Mhtml/pages/ports/list.inc.php+16 / -10
+27 added −23 removed filtered activity

💻 r3477

Tom Laermans 🦔
correctly detect newer nexenta
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/solaris.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3476

Adam Armstrong 🐸
update table formats. switch popups back to tag (D':)
Files changed (17) +82 / -28
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/includes/dev-overview-data.inc.php+3 / -3
Mhtml/includes/functions.inc.php+10 / -5
Mhtml/includes/hostbox.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+4 / -4
Mhtml/index.php+17 / -0
Mhtml/pages/device/overview.inc.php+3 / -5
Mhtml/pages/device/overview/c6kxbar.inc.php+1 / -1
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/ports.inc.php+1 / -1
Mhtml/pages/device/overview/processors.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/toner.inc.php+1 / -1
Mhtml/pages/device/ports.inc.php+33 / -1
Mhtml/pages/devices.inc.php+1 / -1
Mincludes/polling/q-bridge-mib-fdb.inc.php+2 / -0
+81 added −27 removed filtered activity

💻 r3475

Tom Laermans 🦔
use last poll instead of last discovery for device up/downtime
Files changed (1) +4 / -3
Changed files with action and line counts
Mincludes/functions.php+4 / -3
+4 added −3 removed filtered activity

💻 r3474

Adam Armstrong 🐸
fix some tables
Files changed (2) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/alerts.inc.php+3 / -3
Mhtml/pages/device/packages.inc.php+1 / -1
+4 added −4 removed filtered activity

💻 r3473

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

💻 r3472

Adam Armstrong 🐸
show "last seen" time for down hosts
Files changed (4) +18 / -3
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+1 / -1
Mhtml/includes/hostbox-basic.inc.php+1 / -1
Mhtml/includes/hostbox.inc.php+2 / -1
Mincludes/functions.php+14 / -0
+18 added −3 removed filtered activity

💻 r3471

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

💻 r3470

Adam Armstrong 🐸
svn tweaks. make it ugly again. BOOYA.
Files changed (3) +22 / -7
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+12 / -0
Mhtml/css/styles.css+6 / -6
Mhtml/includes/hostbox.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r3469

Adam Armstrong 🐸
arista ipv6 software forwarding graphs #170
Files changed (5) +54 / -48
Changed files with action and line counts
Mhtml/includes/graphs/device/netstat_arista_sw_ip.inc.php+6 / -4
Ahtml/includes/graphs/device/netstat_arista_sw_ip6.inc.php+8 / -0
Ahtml/includes/graphs/device/netstat_arista_sw_ip6_frag.inc.php+8 / -0
Mhtml/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php+28 / -40
Mincludes/definitions.inc.php+4 / -4
+54 added −48 removed filtered activity

💻 r3468

Adam Armstrong 🐸
tweak colours
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+2 / -2
0 added 0 removed filtered activity

💻 r3467

Tom Laermans 🦔
f___ this fugly blue aquarel
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/includes/hostbox.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3466

Tom Laermans 🦔
draytek, cisco small business and nexenta improvements from jduggan
Files changed (5) +25 / -3
Changed files with action and line counts
Ahtml/images/os/nexenta.png+1 / -0
Mincludes/definitions.inc.php+11 / -0
Mincludes/discovery/os/ciscosb.inc.php+2 / -2
Aincludes/discovery/os/draytek.inc.php+9 / -0
Mincludes/discovery/os/solaris.inc.php+2 / -1
+24 added −3 removed filtered activity

💻 r3465

Adam Armstrong 🐸
glyphicons
Files changed (4) +4 / -0
Changed files with action and line counts
Ahtml/img non-text+0 / -0
Ahtml/img/glyphicons-halflings-white.png+1 / -0
Ahtml/img/glyphicons-halflings.png+1 / -0
Mhtml/pages/device/ports.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3464

Adam Armstrong 🐸
cleanups to netscaler stuff, switch to newer snmp parser for netscaler.
Files changed (4) +71 / -89
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+5 / -0
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+17 / -19
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+22 / -23
Mincludes/snmp.inc.php+27 / -47
+66 added −89 removed filtered activity

💻 r3463

Adam Armstrong 🐸
remove duplicate notification. DERP.
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r3462

Adam Armstrong 🐸
remove a td
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/pages/devices.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r3461

Adam Armstrong 🐸
update devices page
Files changed (2) +28 / -24
Changed files with action and line counts
Mhtml/includes/hostbox.inc.php+12 / -13
Mhtml/pages/devices.inc.php+16 / -11
+28 added −24 removed filtered activity

💻 r3460

Adam Armstrong 🐸
change some colours
Files changed (2) +8 / -3
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+5 / -0
Mhtml/css/styles.css+3 / -3
0 added 0 removed filtered activity

💻 r3459

Adam Armstrong 🐸
changes to pagination (only on ports and eventlog right now)
Files changed (2) +5 / -3
Changed files with action and line counts
Mhtml/pages/eventlog.inc.php+1 / -1
Mhtml/pages/ports/list.inc.php+4 / -2
+5 added −3 removed filtered activity

💻 r3458

Adam Armstrong 🐸
some pagination. it kinda sucks.
Files changed (8) +165 / -31
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -2
Mhtml/css/bootstrap.obs.css+31 / -12
Mhtml/css/styles.css+0 / -7
Mhtml/includes/functions.inc.php+101 / -0
Mhtml/pages/eventlog.inc.php+11 / -1
Mhtml/pages/ports/list.inc.php+17 / -9
Mincludes/defaults.inc.php+1 / -0
Mincludes/snmp.inc.php+2 / -0
+132 added −10 removed filtered activity

💻 r3457

Adam Armstrong 🐸
fix fenestro's code :)
Files changed (3) +36 / -3
Changed files with action and line counts
Mhtml/includes/graphs/device/netstat_arista_sw_ip.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php+0 / -1
Mincludes/definitions.inc.php+36 / -1
+36 added −3 removed filtered activity

💻 r3456

Adam Armstrong 🐸
add support for Juniper IVE
Files changed (10) +886 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/juniperive_connections.inc.php+22 / -0
Ahtml/includes/graphs/device/juniperive_meetings.inc.php+22 / -0
Ahtml/includes/graphs/device/juniperive_storage.inc.php+27 / -0
Ahtml/includes/graphs/device/juniperive_users.inc.php+22 / -0
Aincludes/discovery/mempools/juniperive.inc.php+16 / -0
Aincludes/discovery/os/juniperive.inc.php+10 / -0
Aincludes/discovery/processors/juniperive.inc.php+15 / -0
Aincludes/polling/mempools/juniperive.inc.php+13 / -0
Aincludes/polling/os/juniperive.inc.php+70 / -0
Amibs/JUNIPER-IVE-MIB+669 / -0
+217 added 0 removed filtered activity

💻 r3455

Adam Armstrong 🐸
add support for EOS SW-IP-FORWARDING for our favourite switch vendor, Arista. #167
Files changed (7) +1,165 / -15
Changed files with action and line counts
Ahtml/includes/graphs/device/netstat_arista_sw_ip.inc.php+41 / -0
Ahtml/includes/graphs/device/netstat_arista_sw_ip_frag.inc.php+50 / -0
Mincludes/defaults.inc.php+1 / -0
Aincludes/polling/arista-software-ip-forwarding.inc.php+54 / -0
Mmibs/ARISTA-PRODUCTS-MIB+113 / -8
Mmibs/ARISTA-SMI-MIB+17 / -7
Amibs/ARISTA-SW-IP-FORWARDING-MIB+889 / -0
+146 added 0 removed filtered activity

💻 r3454

Adam Armstrong 🐸
fenfix #168
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/ipsystemstats_ipv4.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3453

Adam Armstrong 🐸
allow specifying port_id by ifDescr in graph.php, switch to different oid parser.
Files changed (3) +73 / -8
Changed files with action and line counts
Mhtml/includes/graphs/port/auth.inc.php+6 / -2
Mincludes/common.php+20 / -1
Mincludes/snmp.inc.php+47 / -5
+73 added −8 removed filtered activity

💻 r3452

Adam Armstrong 🐸
add ifName to port alerts (should make this more standard in future)
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3451

Adam Armstrong 🐸
clean up ports poller output a little
Files changed (1) +17 / -4
Changed files with action and line counts
Mincludes/polling/ports.inc.php+17 / -4
+17 added −4 removed filtered activity

💻 r3450

Adam Armstrong 🐸
don't alert on saturation threshold for ignored ports
Files changed (1) +3 / -2
Changed files with action and line counts
Mincludes/polling/ports.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r3449

Tom Laermans 🦔
pass on transport upon addhost
Files changed (1) +5 / -5
Changed files with action and line counts
Mincludes/functions.php+5 / -5
+5 added −5 removed filtered activity

💻 r3448

Tom Laermans 🦔
Add F5 load balancer discovery
Files changed (3) +11 / -0
Changed files with action and line counts
Ahtml/images/os/f5.png+1 / -0
Mincludes/definitions.inc.php+9 / -0
Mincludes/discovery/os/linux.inc.php+1 / -0
+10 added 0 removed filtered activity

💻 r3447

Adam Armstrong 🐸
variable change for fdb stuff. remove border from logging and inventory tables
Files changed (4) +8 / -7
Changed files with action and line counts
Mhtml/pages/device/hrdevice.inc.php+1 / -1
Mhtml/pages/device/logs/eventlog.inc.php+1 / -1
Mhtml/pages/device/logs/syslog.inc.php+1 / -1
Mincludes/polling/q-bridge-mib-fdb.inc.php+5 / -4
+8 added −7 removed filtered activity

💻 r3446

Adam Armstrong 🐸
remove debugging, allow any non-empty values past snmp_get
Files changed (2) +1 / -5
Changed files with action and line counts
Mincludes/polling/q-bridge-mib-fdb.inc.php+0 / -4
Mincludes/snmp.inc.php+1 / -1
+1 added −5 removed filtered activity

💻 r3445

Adam Armstrong 🐸
css cleanup from mile stupalov #118
Files changed (1) +116 / -199
Changed files with action and line counts
Mhtml/css/styles.css+116 / -199
0 added 0 removed filtered activity

💻 r3444

Adam Armstrong 🐸
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) +9,512 / -6,230
Changed files with action and line counts
Mincludes/functions.php+1 / -1
Mincludes/polling/q-bridge-mib-fdb.inc.php+3 / -0
Mmibs/ORiNOCO-MIB+9,508 / -6,229
+4 added −1 removed filtered activity

💻 r3443

Adam Armstrong 🐸
add port_id for debugging
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/q-bridge-mib-fdb.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3442

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

💻 r3441

Adam Armstrong 🐸
update q-bridge-mib-fdb to use dot1dbaseport (thanks, 1980s network fools).
Files changed (2) +24 / -9
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+8 / -2
Mincludes/polling/q-bridge-mib-fdb.inc.php+16 / -7
+24 added −9 removed filtered activity

💻 r3440

Adam Armstrong 🐸
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) +143 / -1
Changed files with action and line counts
Ahtml/pages/device/ports/fdb.inc.php+60 / -0
Mincludes/defaults.inc.php+2 / -1
Aincludes/polling/q-bridge-mib-fdb.inc.php+78 / -0
Mincludes/snmp.inc.php+2 / -0
Asql-schema/039.sql+1 / -0
+142 added −1 removed filtered activity

November 2012

💻 r3439

Adam Armstrong 🐸
shift popup slightly to allow clicking links
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/index.php+5 / -1
+5 added −1 removed filtered activity

💻 r3438

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

💻 r3437

Adam Armstrong 🐸
remove overlib load. RIP overLib :)
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/index.php+0 / -1
0 added −1 removed filtered activity

💻 r3436

Adam Armstrong 🐸
improved tooltips from qtip 2 (http://craigsworks.com/projects/qtip2/) thanks to Craig Thompson. Qtip is licensed under the MIT license.
Files changed (17) +733 / -89
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+5 / -5
Ahtml/css/jquery.qtip.css+603 / -0
Mhtml/css/styles.css+0 / -28
Mhtml/includes/functions.inc.php+12 / -11
Mhtml/includes/graphs/common.inc.php+1 / -1
Mhtml/includes/graphs/port/errors.inc.php+2 / -2
Mhtml/includes/graphs/port/nupkts.inc.php+2 / -3
Mhtml/includes/graphs/port/upkts.inc.php+3 / -1
Mhtml/includes/print-event.inc.php+9 / -7
Mhtml/index.php+30 / -4
Mhtml/js/jquery.min.js+2 / -4
Ahtml/js/jquery.qtip.min.js+2 / -0
Mhtml/pages/device/loadbalancer/netscaler_services.inc.php+27 / -1
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+4 / -10
Mhtml/pages/device/port/events.inc.php+11 / -8
Mhtml/pages/device/ports.inc.php+6 / -1
Mhtml/pages/device/ports/arp.inc.php+14 / -3
+121 added −52 removed filtered activity

💻 r3435

Adam Armstrong 🐸
clean up health pages. fix popups.
Files changed (4) +140 / -170
Changed files with action and line counts
Mhtml/pages/health/mempool.inc.php+44 / -40
Mhtml/pages/health/processor.inc.php+22 / -32
Mhtml/pages/health/sensors.inc.php+26 / -38
Mhtml/pages/health/storage.inc.php+48 / -60
+140 added −170 removed filtered activity

💻 r3434

Adam Armstrong 🐸
god. fix this shit. WHY DID IT WRITE IT LIKE THIS?
Files changed (1) +5 / -1
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+5 / -1
+5 added −1 removed filtered activity

💻 r3433

Adam Armstrong 🐸
fix transparent table backgrounds (was bleeding into popups, bleh)
Files changed (1) +9 / -0
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+9 / -0
0 added 0 removed filtered activity

💻 r3432

Adam Armstrong 🐸
cleanups of css (ARGH) and addition of sysName searching on /devices/
Files changed (3) +63 / -11
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+37 / -0
Mhtml/pages/devices.inc.php+12 / -2
Mhtml/pages/eventlog.inc.php+14 / -9
+26 added −11 removed filtered activity

💻 r3431

Adam Armstrong 🐸
update bootstrap.
Files changed (6) +1,997 / -1,013
Changed files with action and line counts
Mhtml/css/bootstrap.css+1,880 / -968
Mhtml/css/bootstrap.obs.css+114 / -31
Mhtml/css/styles.css+0 / -14
Ahtml/images/glyphicons-halflings-white.png+1 / -0
Ahtml/images/glyphicons-halflings.png+1 / -0
Mhtml/pages/ports/list.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3430

Adam Armstrong 🐸
clean up inventory page. fix bootstrap so prepending works (!) appending unfixed
Files changed (3) +43 / -19
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap.obs.css+7 / -0
Mhtml/pages/inventory.inc.php+35 / -18
+35 added −18 removed filtered activity

💻 r3429

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

💻 r3428

Adam Armstrong 🐸
only alert on sensors when above/below, not equal to limits
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/polling/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3427

Adam Armstrong 🐸
DBAs suck
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/038.sql+2 / -0
0 added 0 removed filtered activity

💻 r3426

Adam Armstrong 🐸
sql file for new netscaler tables
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/037.sql+2 / -0
0 added 0 removed filtered activity

💻 r3425

Adam Armstrong 🐸
improvements to netscaler support (rrd format not final)
Files changed (12) +561 / -6
Changed files with action and line counts
Ahtml/includes/graphs/netscalersvc non-text+0 / -0
Ahtml/includes/graphs/netscalersvc/auth.inc.php+20 / -0
Ahtml/includes/graphs/netscalersvc/bits.inc.php+8 / -0
Ahtml/includes/graphs/netscalersvc/conns.inc.php+22 / -0
Ahtml/includes/graphs/netscalersvc/pkts.inc.php+19 / -0
Ahtml/includes/graphs/netscalersvc/reqs.inc.php+22 / -0
Mhtml/pages/device.inc.php+3 / -0
Mhtml/pages/device/loadbalancer.inc.php+1 / -0
Ahtml/pages/device/loadbalancer/netscaler_services.inc.php+148 / -0
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+78 / -5
Mincludes/polling/netscaler-vsvr.inc.php+202 / -1
Mincludes/snmp.inc.php+38 / -0
+561 added −6 removed filtered activity

💻 r3424

Adam Armstrong 🐸
better detection of brocade nos devices. #151
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/os/nos.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3423

Adam Armstrong 🐸
replace the eregi_replace command with preg_replace, because ereg(i)_replace is decaprecated in 5.3 and up
Files changed (3) +14 / -7
Changed files with action and line counts
Mhtml/css/bootstrap.obs.css+7 / -0
Mhtml/pages/device/alerts.inc.php+2 / -3
Mscripts/agent-local/ntpd+5 / -4
+7 added −7 removed filtered activity

💻 r3422

Adam Armstrong 🐸
add 10second time limit for rrdgraph wait loop.
Files changed (3) +6 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -3
Mhtml/pages/device/alerts.inc.php+1 / -1
Mincludes/rrdtool.inc.php+4 / -1
+6 added −5 removed filtered activity

💻 r3421

Adam Armstrong 🐸
clicky topnav
Files changed (2) +16 / -10
Changed files with action and line counts
Mhtml/includes/topnav.inc.php+10 / -10
Mhtml/pages/devices.inc.php+6 / -0
+16 added −10 removed filtered activity

💻 r3420

Adam Armstrong 🐸
fixes
Files changed (3) +20 / -9
Changed files with action and line counts
Mhtml/pages/device/edit/apps.inc.php+2 / -1
Mhtml/pages/device/edit/modules.inc.php+17 / -8
Asql-schema/036.sql+1 / -0
+19 added −9 removed filtered activity

💻 r3419

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

💻 r3418

Adam Armstrong 🐸
add the ability to disable sensor alerts and change alert thresholds. by request of mmoerman.
Files changed (5) +129 / -34
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+3 / -1
Ahtml/pages/device/edit/sensors.inc.php+91 / -0
Mincludes/definitions.inc.php+10 / -0
Mincludes/polling/functions.inc.php+23 / -16
Mincludes/polling/sensors.inc.php+2 / -17
+129 added −34 removed filtered activity

💻 r3417

Adam Armstrong 🐸
change status type to 'system' instead of up/down
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3416

Adam Armstrong 🐸
fix eventlog search. add type. FIXME: device/port caching for eventlog entries!
Files changed (1) +52 / -18
Changed files with action and line counts
Mhtml/pages/eventlog.inc.php+52 / -18
+52 added −18 removed filtered activity

💻 r3415

Adam Armstrong 🐸
fix device/logs/eventlog search.
Files changed (1) +37 / -4
Changed files with action and line counts
Mhtml/pages/device/logs/eventlog.inc.php+37 / -4
+37 added −4 removed filtered activity

💻 r3414

Adam Armstrong 🐸
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) +2 / -1
Changed files with action and line counts
Mincludes/discovery/os/pix.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3413

Adam Armstrong 🐸
add basic NFS-Client polling to unix agent.
Files changed (6) +221 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/nfs_nfs2.inc.php+31 / -0
Ahtml/includes/graphs/application/nfs_nfs3.inc.php+32 / -0
Ahtml/includes/graphs/application/nfs_nfs4.inc.php+48 / -0
Ahtml/pages/device/apps/nfs.inc.php+28 / -0
Aincludes/polling/applications/nfs.inc.php+76 / -0
Ascripts/agent-local/nfs+6 / -0
+221 added 0 removed filtered activity

💻 r3412

Adam Armstrong 🐸
fix ports description search
Files changed (2) +10 / -1
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/pages/ports.inc.php+9 / -0
+9 added 0 removed filtered activity

💻 r3411

Adam Armstrong 🐸
clean up logging pages
Files changed (7) +24 / -12
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/css/bootstrap.obs.css+5 / -1
Mhtml/includes/print-event.inc.php+1 / -2
Mhtml/includes/print-syslog.inc.php+1 / -2
Mhtml/pages/device/logs/eventlog.inc.php+1 / -2
Mhtml/pages/device/logs/syslog.inc.php+1 / -2
Mhtml/pages/eventlog.inc.php+14 / -2
+18 added −10 removed filtered activity

💻 r3410

Adam Armstrong 🐸
update J mibs to 12.2
Files changed (12) +1,173 / -61
Changed files with action and line counts
Mmibs/junos/mib-jnx-bfd.txt+11 / -1
Mmibs/junos/mib-jnx-chas-defines.txt+159 / -0
Mmibs/junos/mib-jnx-chassis.txt+34 / -6
Mmibs/junos/mib-jnx-firewall.txt+80 / -0
Mmibs/junos/mib-jnx-if-extensions.txt+377 / -4
Mmibs/junos/mib-jnx-ipforward.txt+41 / -6
Mmibs/junos/mib-jnx-l2cp-features.txt+110 / -6
Mmibs/junos/mib-jnx-l2tp.txt+131 / -18
Mmibs/junos/mib-jnx-pfe.txt+84 / -2
Mmibs/junos/mib-jnx-ppp.txt+94 / -15
Mmibs/junos/mib-jnx-smi.txt+23 / -2
Mmibs/junos/mib-jnx-sp.txt+29 / -1
0 added 0 removed filtered activity

💻 r3409

Tom Laermans 🦔
better fedora image, recognize fedora in distro detection script
Files changed (2) +2 / -0
Changed files with action and line counts
Mhtml/images/os/fedora.png non-text+0 / -0
Mscripts/distro+2 / -0
+2 added 0 removed filtered activity

💻 r3408

Adam Armstrong 🐸
remove GPL crap from README
Files changed (2) +2 / -18
Changed files with action and line counts
MREADME+0 / -17
Mincludes/polling/entity-physical.inc.php+2 / -1
+2 added −18 removed filtered activity

💻 r3407

Adam Armstrong 🐸
Update entphysical state tables
Files changed (2) +7 / -5
Changed files with action and line counts
Mincludes/polling/entity-physical.inc.php+6 / -5
Asql-schema/035.sql+1 / -0
+6 added −5 removed filtered activity

💻 r3406

Tom Laermans 🦔
disable email alerts by default, as they're unpredictable and weird.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3405

Tom Laermans 🦔
add serial number to Foundry/Brocade ironware devices, patch by Menno Kortekaas
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/os/ironware.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r3404

Tom Laermans 🦔
added rewrites for Brocade, patch by Menno Kortekaas
Files changed (1) +77 / -0
Changed files with action and line counts
Mincludes/rewrites.php+77 / -0
+77 added 0 removed filtered activity

October 2012

💻 r3403

Adam Armstrong 🐸
more
Files changed (2) +6 / -6
Changed files with action and line counts
Mhtml/pages/devices/graph.inc.php+2 / -2
Mhtml/pages/ports/graph.inc.php+4 / -4
+6 added −6 removed filtered activity

💻 r3402

Adam Armstrong 🐸
non-widescreen big graphs bigger
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/devices/graph.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r3401

Adam Armstrong 🐸
new file for prev commit
Files changed (1) +72 / -0
Changed files with action and line counts
Ahtml/pages/devices/graph.inc.php+72 / -0
+72 added 0 removed filtered activity

💻 r3400

Adam Armstrong 🐸
larger/smaller graphs on ports and devices page for nikolay
Files changed (4) +42 / -33
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_line.inc.php+1 / -1
Mhtml/index.php+3 / -0
Mhtml/pages/devices.inc.php+5 / -27
Mhtml/pages/ports/graph.inc.php+33 / -5
+42 added −33 removed filtered activity

💻 r3399

Tom Laermans 🦔
fix polling of bgp statistics
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+2 / -2
Mincludes/polling/bgp-peers.inc.php+1 / -1
+3 added −3 removed filtered activity

💻 r3398

Adam Armstrong 🐸
big_graphs mode for both normal (1280) and widescreen (1920) layouts, they use 3 and 4 graphs.
Files changed (2) +35 / -10
Changed files with action and line counts
Mhtml/includes/header.inc.php+15 / -4
Mhtml/includes/print-graphrow.inc.php+20 / -6
+35 added −10 removed filtered activity

💻 r3397

Adam Armstrong 🐸
Improve SSL detection a bit
Files changed (1) +18 / -3
Changed files with action and line counts
Mincludes/definitions.inc.php+18 / -3
+18 added −3 removed filtered activity

💻 r3396

Tom Laermans 🦔
add ubiquiti airos support. bother falz in case of issues.
Files changed (8) +454 / -4
Changed files with action and line counts
Ahtml/images/os/ubiquiti.png+1 / -0
Mincludes/definitions.inc.php+10 / -0
Aincludes/discovery/mempools/airos.inc.php+25 / -0
Mincludes/discovery/os/linux.inc.php+6 / -4
Aincludes/discovery/processors/airos.inc.php+22 / -0
Aincludes/polling/mempools/airos.inc.php+10 / -0
Aincludes/polling/os/airos.inc.php+12 / -0
Amibs/FROGFOOT-RESOURCES-MIB+368 / -0
+85 added −4 removed filtered activity

💻 r3395

Tom Laermans 🦔
remove silly code
Files changed (1) +1 / -4
Changed files with action and line counts
Mincludes/functions.php+1 / -4
+1 added −4 removed filtered activity

💻 r3394

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

💻 r3393

Adam Armstrong 🐸
change for nikolay (in testing, we can probably do this better)
Files changed (1) +10 / -2
Changed files with action and line counts
Mhtml/pages/ports.inc.php+10 / -2
+10 added −2 removed filtered activity

💻 r3392

Adam Armstrong 🐸
fix ports-state schema (allow NULL) #134
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/034.sql+2 / -0
0 added 0 removed filtered activity

💻 r3391

Adam Armstrong 🐸
add hostname to bgp alerts (temporary stuff until new alerting system in ~2065)
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3390

Tom Laermans 🦔
don't show services tab if show_services is set to 0
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3389

Adam Armstrong 🐸
improved apc support from Wolfgang Breyha. (#128)
Files changed (1) +39 / -0
Changed files with action and line counts
Mincludes/discovery/current/apc.inc.php+39 / -0
+39 added 0 removed filtered activity

💻 r3388

Adam Armstrong 🐸
brocade nos support from Per Hodneland (#129)
Files changed (9) +139 / -0
Changed files with action and line counts
Mincludes/definitions.inc.php+7 / -0
Aincludes/discovery/fanspeeds/nos.inc.php+34 / -0
Aincludes/discovery/mempools/nos.inc.php+17 / -0
Aincludes/discovery/os/nos.inc.php+8 / -0
Aincludes/discovery/processors/nos.inc.php+18 / -0
Aincludes/discovery/temperatures/nos.inc.php+34 / -0
Aincludes/polling/mempools/nos.inc.php+9 / -0
Aincludes/polling/os/nos.inc.php+7 / -0
Aincludes/polling/processors/nos.inc.php+5 / -0
+139 added 0 removed filtered activity

💻 r3387

Adam Armstrong 🐸
corrects IPv6 support in the file graph.inc.php for the configuration variable 'allow_unauth_graphs_cidr'. - From Mike Stupalov
Files changed (1) +23 / -6
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+23 / -6
+23 added −6 removed filtered activity

💻 r3386

Adam Armstrong 🐸
table improvements
Files changed (6) +83 / -52
Changed files with action and line counts
Mhtml/includes/print-event.inc.php+2 / -3
Mhtml/includes/print-syslog.inc.php+4 / -4
Mhtml/pages/device/alerts.inc.php+24 / -20
Mhtml/pages/device/hrdevice.inc.php+28 / -16
Mhtml/pages/device/logs/eventlog.inc.php+13 / -8
Mhtml/pages/device/logs/syslog.inc.php+12 / -1
+83 added −52 removed filtered activity

September 2012

💻 r3385

Adam Armstrong 🐸
packages prettification
Files changed (2) +51 / -24
Changed files with action and line counts
Mhtml/pages/device/packages.inc.php+20 / -9
Mhtml/pages/packages.inc.php+31 / -15
+51 added −24 removed filtered activity

💻 r3384

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

💻 r3383

Adam Armstrong 🐸
billing updates from codekiller
Files changed (8) +149 / -101
Changed files with action and line counts
Mhtml/pages/bill/accurate.inc.php+13 / -0
Mhtml/pages/bill/delete.inc.php+1 / -1
Mhtml/pages/bill/edit.inc.php+1 / -1
Mhtml/pages/bill/ports.inc.php+7 / -0
Mhtml/pages/bill/quick.inc.php+13 / -0
Mhtml/pages/bill/reset.inc.php+2 / -2
Mhtml/pages/bill/transfer.inc.php+13 / -0
Mhtml/pages/bills/add.inc.php+99 / -97
+149 added −101 removed filtered activity

💻 r3382

Adam Armstrong 🐸
preliminary API from codekiller
Files changed (18) +866 / -2
Changed files with action and line counts
Ahtml/api.php+66 / -0
Ahtml/includes/api non-text+0 / -0
Ahtml/includes/api/errorcodes.inc.php+34 / -0
Ahtml/includes/api/functions.inc.php+221 / -0
Ahtml/includes/api/module.billing.inc.php+177 / -0
Ahtml/includes/api/module.demo.inc.php+29 / -0
Ahtml/includes/api/module.inventory.inc.php+64 / -0
Ahtml/includes/api/module.packages.inc.php+64 / -0
Mhtml/includes/print-menubar.php+21 / -2
Ahtml/pages/api non-text+0 / -0
Ahtml/pages/api/errorcodes.inc.php+20 / -0
Ahtml/pages/api/manual.billing.inc.php+38 / -0
Ahtml/pages/api/manual.encryption.inc.php+27 / -0
Ahtml/pages/api/manual.general.inc.php+28 / -0
Ahtml/pages/api/manual.inc.php+30 / -0
Ahtml/pages/api/manual.inventory.inc.php+18 / -0
Ahtml/pages/api/manual.packages.inc.php+18 / -0
Mincludes/defaults.inc.php+11 / -0
+866 added −2 removed filtered activity

💻 r3381

Adam Armstrong 🐸
shoutcast.conf
Files changed (1) +6 / -0
Changed files with action and line counts
Ascripts/agent-local/shoutcast.conf+6 / -0
+6 added 0 removed filtered activity

💻 r3380

Adam Armstrong 🐸
fixes from codekiller
Files changed (2) +50 / -7
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+2 / -2
Mincludes/polling/unix-agent.inc.php+48 / -5
+50 added −7 removed filtered activity

💻 r3379

Adam Armstrong 🐸
remove notices from debugging from codekiller
Files changed (3) +3 / -3
Changed files with action and line counts
Mhtml/billing-graph.php+1 / -1
Mhtml/graph.php+1 / -1
Mhtml/index.php+1 / -1
+3 added −3 removed filtered activity

💻 r3378

Tom Laermans 🦔
ksm shared pages graph via agent script
Files changed (5) +71 / -13
Changed files with action and line counts
Ahtml/includes/graphs/device/ksm_pages.inc.php+23 / -0
Mincludes/definitions.inc.php+4 / -0
Mincludes/polling/unix-agent.inc.php+15 / -12
Aincludes/polling/unix-agent/ksm.inc.php+28 / -0
Mscripts/agent-local/ksm+1 / -1
+71 added −13 removed filtered activity

💻 r3377

Tom Laermans 🦔
add ksm script, remove old ntp snmp scripts
Files changed (3) +11 / -169
Changed files with action and line counts
Ascripts/agent-local/ksm+11 / -0
Dscripts/ntp-client.php+0 / -81
Dscripts/ntpd-server.php+0 / -88
+11 added −169 removed filtered activity

💻 r3376

Tom Laermans 🦔
add powerdns-recursor app poller, no graphing/webinterface yet + other small fixes
Files changed (5) +148 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -0
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
Mhtml/includes/print-menubar.php+4 / -2
Aincludes/polling/applications/powerdns-recursor.inc.php+138 / -0
Mincludes/polling/applications/powerdns.inc.php+2 / -1
+148 added −5 removed filtered activity

💻 r3375

Tom Laermans 🦔
correct unit on hr_users
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/hr_users.inc.php+1 / -1
+1 added −1 removed filtered activity

August 2012

💻 r3374

Adam Armstrong 🐸
____ _ _ _____ ___ ____ _ _ ___ / ___|| | / \ | ___/ _ \/ ___|| | | |/ _ \ \___ \| | / _ \ | |_ | | | \___ \| |_| | | | | ___) | |___ / ___ \| _|| |_| |___) | _ | |_| | |____/|_____/_/ \_\_| \___/|____/|_| |_|\___/
Files changed (2) +6 / -8
Changed files with action and line counts
Mhtml/includes/graphs/device/sla.inc.php+5 / -7
Mhtml/pages/device/slas.inc.php+1 / -1
+6 added −8 removed filtered activity

💻 r3373

Adam Armstrong 🐸
`#@#@@@@@@, #@@. `#@#@@@@@@, '@+ ,@@@@' .#@@` @@ +@# #@ `@@ @; .@' ,@ .@' `@` #@ .@ @# @ @' +# @+ @` @, @ @, ,@@@@@@@@@@@@@@@#, `@ @ ;@@@+;::::::::::::::;#@@@' @ @' ;@@'::::::::::::::::::::::::+@@@. ;+ @ `@@;::::::::::::::::::::::::::::::;@@# @ @ .@@::::::::::::::::::::::::::::::::::::'@# @ @` @@::::::::::::::::::::::::::::::::::::::::;@#@ #; +@::::::::::::::::::::::::::::::::::::::::::::'@, +; @#::::::::::::::::::::::::::::::::::::::::::::::#@# +; @;:::::::::::::::::::::::::::::::::::::::::::::::@:'@ @. `@:::::::::::::::::::::::::::::::::::::::::::::::::@:::@` @ `@::::::::::::::::::::::::::::::::::::::::::::::::::@::::@` @ @:::::::::::::::::::::::::::::::::::::::::::::::::::@:::::@ @ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@'; @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ +@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@+ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@:@` @;::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ .@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@; @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ ,@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@, @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ `@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::'# @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ :#:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+; @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ .@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@. @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::+' @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ '+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @@::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ +@;:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @+:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;@ ,@::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::++ @:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@, @::::::::::;+@@@@+::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@ @:::::::+@@@; ;@@@::::::::::::::::::::;@@@@@@@@@+::::::::::::::::::::::::::::::@ @;::::@@' `@@::::::::::::::::@@# ,@@+:::::::::::::::::::::::::::@ `@::+@: `@;::::::::::::@@` '@;:::::::::::::::::::::::::@ @;@# @#::::::::::@; @@:::::::::::::::::::::::+' @, ##:::::::;@ '@::::::::::::::::::::::@ @, @+::::::@ .@:::::::::::::::::::::@ +@' @:::::@ ,@::::::::::::::::::::@ @@@@ @:::@` #+::::::::::::::::::+' @@@@@ ##:++ @::::::::::::::::::@ @@@@@ @:@@@, `@:::::::::::::::::@ ,@@@@+ #@@@@@# @:::::::::::::::::@ @` @@@@@@ ,#:::::::::::::::+; @ @@@@@@ @:::::::::::::::@ @ ;'@@@@` @:::::::::::::::@ @ @ ;; @:::::::::@+::::@ @ @ +;:::::::'@@:::+; @ @ +;:::::::@:@:::@ @ @ @ +;:::::::@:@:::@ @@ @ @ @:::::::#+:@:::@ '+@ ;; #. @:::::::@::@::+; @ @ @ .+ @::::::;@::@::@ #,`@ @ @ @::::::@;::@::@ @ #, ;# @ #'::::::@:::@::@@. @ @ .# @::::::+#::;#:+;@ @ `@ `@@ ++::::::@:::;#:@@` :# '@ ,@@::@ @:::::::@:::++:@@ @ '@ '@@@@@@@@@@#::::#+ @:::::::@;:::++:@. @ `@# ;@@'::::::::::::::::@, @;:::::::@::::#;+@ @ @@@` @#::::::::::::::::::::@' @':::::::+#::::#;@; +; @:;@@@@:::::::::::::::::::::::@@ @:::::::::@:::::@:@ @ ;+::::@+::::::::::::::::::::::::'@` #@::::::::::@:::::@'@ @ ,;;#;::::@:::::::::::::::::::::::::::@@. +@+::::::::::@':::::@@# ,# `@@##@::::@':::::::::::::::::::::::::::::#@@'. ,#@@'::::::::::::@::::::@@: @` @::::@::::@:::::::::::::::::::::::::::::::::'#@@@@#;::::::::::::::'@::::::@@ @ '+::::@::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::::@::::::'@@@, @:::::@::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::::@::::'@+:::#@, @:::::@::::@::::::::::::::::::::::::::::::::::::::::::::::::::::::#+:::'@:::::::@, ;':::::@:::::@:::::::::::::::::::::::::::::::::::::::::::::::::::::@::::@:::::::::@ #::::::@:::::@':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::#; @:::;::@::::::@':::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::;;::::@ @:::@@:@::::::@@@:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::@@#@:::@ ;;:::+@@::::@@',:@@@@@@@@@@@@@@@@@@@@@#;:::::::::::::::::::::::::::::::::::@+::@'::@ #::::@@::'@',,,,,,,,,,,,,,,,,,,,,,,,,;#@@@'::::::::::::::::::::::::::::::;@::::;::@ @::::+@:@@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@@':::::::::::::::::::::::::::@::::::::@ @:::::@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@#:::::::::::::::::::::::::@::::::::@ @::::@+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+@:::::::::::::::::::::::'#:::::::+; +@::#+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@@:::::::::::::::::::::#+:::::::@ #@'@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,+@::::::::::::::::::::++:::::::@ `@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@;::::::::::::::::::'#::::::#, #;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@':::::::::::::::::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@':::::::::::::::::::::::@ #',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::::::::::@. @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::::@::::::@. @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@::::::::::::+@;:'@@ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#+:::::::::::::@@+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,'#::::::::::::;# @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,++:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#'::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::;+ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ '',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ '+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::@ @:,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,++:::::::::::@ @@,,,,,,,,,,,,,,,,+#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::@ `@@@@######+,,,,@@@@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::@@: `.....@',,,@@@@',,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@'::::::::::::@ '@+ @,,,@@@@:,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@:::::::::::::@ @' .#,,,:@@#,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@+:::::::::::::@ @ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@::::::::::::::@ @` @,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,@;::::::::::::::@ #:@ .@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,#@:::::::::::::::@ @ @ `@@;,,,;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,;@::::::::::::::::@ @, ;' `+@@@+@,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@:::::::::::::::::@`@# @ @;,,,,,,,,,,,,,,,,,,,,,,,,,,,,,:@::::::::::::::::::#@@ @ @,,,,,,,,,,,,,,,,,,,,,,,,,,,,'@:::::::::::::::::::@+ '; `@@@,,,,,,,,,,,,,,,,,,,,,,,,,,@@::::::::::::::::::'@. @ @@ @;@+,,,,,,,,,,,,,,,,,,,,,,#@'::::::::::::::::::@@ @ ,@@` @::#@+,,,,,,,,,,,,,,,,,:@@+::::::::::::::::::+@: @ #@# @::::+@@@',,,,,,,,,;#@@@:::::::::::::::::::'@# ;' ;@ @::::::::+@@@@@@@@@+;::::::::::::::::::::;@@ @ @# .#::::::::::::::::::::::::::::::::::::::'@@ @ @:@, +'::::::::::::::::::::::::::::::::::::+@@ @ @ @ @:::::::::::::::::::::::::::::::::::@@# #. @. @' @::::::::::::::::::::::::::::::::;@@; ,+ @ @ @::::::::::::::::::::::::::::::#@@` @ @. @` @:::::::::::::::::::::::::::'@@; @ @ ,@ ;+::::::::::::::::::::::::;@@# @ '' @ @:::::::::::::::::::::::@@@. @ @ @, @:::::::::::::::::::::;@` @@ .@ `@ @:::::::::::::::::::::@. .@,@# @ @,#::::::::::::::::::::@`@, @ '@, @ #@;:::::::::::::::::::;@ @ @' @@ #; @@::::::::::::::::::::@ @ ## +@ @ @'@:::::::::::::::::::#' @` ## .@ +@@@ @. @'::::::::::::::::::@ ;' #@ `@ .@@: @` @. `@:::::::::::::::::@` @ #@ `@ .+@@@#; ,@# @ @. @:::::::::::::::::@ @ @# .@@@@@;...,+@@@, `@# '+ @, @;:::::::::::::::@ @ @+ @@, @@' #@ @ ;@' .@::::::::::::::'# @ @: #@` +@` `@: @ @@# @::::::::::::::@ @` `@` @+ @# '@ #; .@.@ @:::::::::::::#' ;; '@ `@. ;@ #@ @ #@ @ ,@::::::::::::@ `@ @@ .@ @, @' @.@; @. @:::::::::::@, @ `@: .@ @+ @: @@ ;# @:::::::::::@ @ #@ @ #@ @: @ :#:::::::::@` @ @+ @` +@ #' @` @:::::::::@ @ +@ @: '@ +# ,# @::::::::@` @ `@' '@ +@ .@ @ ;#:::::::@ +. @@ @ #+ @ #: @::::::@` ,+ '@` @. @, @` @ @::::::@ @ ;@, `@ @ ;# @` '+::::@` @ ,@+ @` `@ @ @ @::::@ @ .@+ `@ ++ @. @ @:::@` @ ,@+ @` @ `@ @ @:::@ ,@@' @ `@ @` @ ;+:#` +; @` @ .@ @:@ @ @ @` @ @+, @ @` @ '' @@ +: `@ '' @ @; @ @ @ +' @ :' @ @ ,# @ +: ;# @. @ @ @ @ ,' @ @ @ @ .# @. @ @ #. @ ,+ @` @ .@ +. ,' @ @` @ @ @ @ @ @ @ @ @ @ :' +; @ @
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/frequencies/apc.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3372

Adam Armstrong 🐸
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) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/nfsen.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3371

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

💻 r3370

Adam Armstrong 🐸
shit from falz, yo.
Files changed (2) +51 / -0
Changed files with action and line counts
Aincludes/discovery/temperatures/routeros.inc.php+26 / -0
Aincludes/discovery/voltages/routeros.inc.php+25 / -0
+51 added 0 removed filtered activity

💻 r3369

Tom Laermans 🦔
fix unix agent error message upon failure
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3368

Tom Laermans 🦔
update for mmoerman, who was feeling restless about the svn silence.
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3367

Adam Armstrong 🐸
Revert DB changes. HERP DERP.
Files changed (8) +105 / -105
Changed files with action and line counts
Msql-schema/001.sql+59 / -59
Msql-schema/002.sql+10 / -10
Msql-schema/003.sql+11 / -11
Msql-schema/004.sql+11 / -11
Msql-schema/005.sql+2 / -2
Msql-schema/016.sql+1 / -1
Msql-schema/026.sql+1 / -1
Msql-schema/028.sql+10 / -10
0 added 0 removed filtered activity

💻 r3366

Adam Armstrong 🐸
set mysql to UTF8 (utf8_unicode_ci) on MyISAM for all new installations
Files changed (8) +105 / -105
Changed files with action and line counts
Msql-schema/001.sql+59 / -59
Msql-schema/002.sql+10 / -10
Msql-schema/003.sql+11 / -11
Msql-schema/004.sql+11 / -11
Msql-schema/005.sql+2 / -2
Msql-schema/016.sql+1 / -1
Msql-schema/026.sql+1 / -1
Msql-schema/028.sql+10 / -10
0 added 0 removed filtered activity

💻 r3365

Adam Armstrong 🐸
fix
Files changed (1) +3 / -0
Changed files with action and line counts
Asql-schema/033.sql+3 / -0
0 added 0 removed filtered activity

💻 r3364

Adam Armstrong 🐸
cleanup shoutcast locations
Files changed (3) +3 / -124
Changed files with action and line counts
Ascripts/agent-local/shoutcast.default.conf+3 / -0
Dscripts/shoutcast.default.conf+0 / -3
Dscripts/shoutcast.php+0 / -121
+3 added −124 removed filtered activity

💻 r3363

Adam Armstrong 🐸
shoutcast application fixes
Files changed (4) +134 / -10
Changed files with action and line counts
Mhtml/includes/graphs/application/shoutcast_multi_bits.inc.php+1 / -1
Mhtml/includes/graphs/application/shoutcast_multi_stats.inc.php+1 / -1
Mincludes/polling/applications/shoutcast.inc.php+11 / -8
Ascripts/agent-local/shoutcast+121 / -0
+134 added −10 removed filtered activity

💻 r3362

Adam Armstrong 🐸
drbd cleanup
Files changed (1) +10 / -6
Changed files with action and line counts
Mincludes/polling/applications/drbd.inc.php+10 / -6
+10 added −6 removed filtered activity

💻 r3361

Adam Armstrong 🐸
add app_instance
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/032.sql+2 / -0
0 added 0 removed filtered activity

💻 r3360

Adam Armstrong 🐸
make drbd work. probably.
Files changed (3) +7 / -4
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+5 / -2
Mscripts/agent-local/dpkg+1 / -1
Mscripts/agent-local/drbd+1 / -1
+7 added −4 removed filtered activity

💻 r3359

Adam Armstrong 🐸
wut wut in the but
Files changed (4) +2,405 / -0
Changed files with action and line counts
Ahtml/images/os/wut.png+1 / -0
Aincludes/discovery/os/wut.inc.php+8 / -0
Aincludes/discovery/temperatures/wut.inc.php+36 / -0
Amibs/WebGraph-8xThermometer-US-MIB+2,360 / -0
+44 added 0 removed filtered activity

💻 r3358

Tom Laermans 🦔
add index to event log table, patch by M. Moerman
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/031.sql+1 / -0
0 added 0 removed filtered activity

💻 r3357

Tom Laermans 🦔
don't apply trailing dot when ['mydomain'] is empty, patch by Tuomas Riihimaki, closes #102
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3356

Adam Armstrong 🐸
increase maximum UCD-SNMP-MIB load average to 5000 (from fenestro)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ucd-mib.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3355

Adam Armstrong 🐸
billing search from codekiller
Files changed (6) +109 / -15
Changed files with action and line counts
Mhtml/pages/bills.inc.php+3 / -0
Mhtml/pages/bills/add.inc.php+2 / -1
Mhtml/pages/bills/cmonth.inc.php+3 / -1
Mhtml/pages/bills/pmonth.inc.php+3 / -1
Mhtml/pages/bills/search.inc.php+50 / -12
Ahtml/pages/bills/searchaction.inc.php+48 / -0
+109 added −15 removed filtered activity

July 2012

💻 r3354

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

💻 r3353

Tom Laermans 🦔
remove env from ntpd agent script
Files changed (1) +3 / -3
Changed files with action and line counts
Mscripts/agent-local/ntpd+3 / -3
+3 added −3 removed filtered activity

💻 r3352

Tom Laermans 🦔
APC PowerNet-MIB improvements
Files changed (6) +336 / -99
Changed files with action and line counts
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mincludes/discovery/current/apc.inc.php+80 / -4
Mincludes/discovery/frequencies/apc.inc.php+43 / -7
Mincludes/discovery/temperatures/apc.inc.php+2 / -2
Mincludes/discovery/voltages/apc.inc.php+206 / -81
Mincludes/functions.php+4 / -4
+336 added −99 removed filtered activity

💻 r3351

Tom Laermans 🦔
disregard size 0 mempools, ie swap space on a machine without swap
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/mempools/hrstorage.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3350

Tom Laermans 🦔
recognize more powerconnects, nicecase ntpd
Files changed (2) +4 / -1
Changed files with action and line counts
Mhtml/includes/functions.inc.php+2 / -0
Mincludes/discovery/os/powerconnect.inc.php+2 / -1
+4 added −1 removed filtered activity

💻 r3349

Adam Armstrong 🐸
remove animated percent bars
Files changed (6) +6 / -6
Changed files with action and line counts
Mhtml/pages/bill/accurate.inc.php+1 / -1
Mhtml/pages/bill/history.inc.php+1 / -1
Mhtml/pages/bill/quick.inc.php+1 / -1
Mhtml/pages/bill/transfer.inc.php+1 / -1
Mhtml/pages/bills/cmonth.inc.php+1 / -1
Mhtml/pages/bills/pmonth.inc.php+1 / -1
+6 added −6 removed filtered activity

💻 r3348

Adam Armstrong 🐸
fix some search bars
Files changed (4) +11 / -10
Changed files with action and line counts
Mhtml/css/bootstrap.css+3 / -1
Mhtml/pages/devices.inc.php+4 / -4
Mhtml/pages/eventlog.inc.php+2 / -2
Mhtml/pages/syslog.inc.php+2 / -3
+8 added −9 removed filtered activity

💻 r3347

Adam Armstrong 🐸
updated login page
Files changed (1) +40 / -21
Changed files with action and line counts
Mhtml/pages/logon.inc.php+40 / -21
+40 added −21 removed filtered activity

💻 r3346

Adam Armstrong 🐸
pretty up some forms
Files changed (4) +8 / -10
Changed files with action and line counts
Mhtml/css/bootstrap.css+1 / -1
Mhtml/pages/device/logs/eventlog.inc.php+2 / -2
Mhtml/pages/device/logs/syslog.inc.php+2 / -2
Mhtml/pages/ports.inc.php+3 / -5
+7 added −9 removed filtered activity

💻 r3345

Adam Armstrong 🐸
remove some memcached stuff
Files changed (4) +2 / -14
Changed files with action and line counts
Mconfig.php.default+0 / -5
Mincludes/polling/cisco-cef.inc.php+1 / -1
Mincludes/polling/cisco-mac-accounting.inc.php+1 / -1
Mincludes/polling/ports.inc.php+0 / -7
+2 added −14 removed filtered activity

💻 r3344

Adam Armstrong 🐸
add some things for working with percentages of port capacity
Files changed (4) +22 / -10
Changed files with action and line counts
Mhtml/includes/graphs/port/auth.inc.php+2 / -2
Mhtml/pages/ports.inc.php+10 / -2
Mhtml/pages/ports/list.inc.php+4 / -0
Mincludes/polling/ports.inc.php+6 / -6
+22 added −10 removed filtered activity

💻 r3343

Adam Armstrong 🐸
more billing improvements from codekiller
Files changed (8) +238 / -254
Changed files with action and line counts
Mhtml/pages/bill/accurate.inc.php+11 / -10
Mhtml/pages/bill/actions.inc.php+2 / -8
Mhtml/pages/bill/delete.inc.php+36 / -35
Mhtml/pages/bill/edit.inc.php+74 / -85
Mhtml/pages/bill/ports.inc.php+4 / -4
Mhtml/pages/bill/quick.inc.php+29 / -32
Mhtml/pages/bill/reset.inc.php+38 / -39
Mhtml/pages/bill/transfer.inc.php+44 / -41
+238 added −254 removed filtered activity

💻 r3342

Tom Laermans 🦔
set astext straight away on discovery instead of next discovery
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3341

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

💻 r3340

Tom Laermans 🦔
maybe recognize PowerConnect 5524/5548?
Files changed (1) +5 / -1
Changed files with action and line counts
Mincludes/discovery/os/powerconnect.inc.php+5 / -1
+5 added −1 removed filtered activity

💻 r3339

Adam Armstrong 🐸
fix path for ntp agent
Files changed (1) +2 / -2
Changed files with action and line counts
Mscripts/agent-local/ntpd+2 / -2
+2 added −2 removed filtered activity

💻 r3338

Adam Armstrong 🐸
fix previous month billing
Files changed (1) +9 / -9
Changed files with action and line counts
Mhtml/pages/bills/pmonth.inc.php+9 / -9
+9 added −9 removed filtered activity

💻 r3337

Adam Armstrong 🐸
NTP agent poller and some other changes from codekiller
Files changed (15) +538 / -3
Changed files with action and line counts
Ahtml/includes/graphs/application/nptd_uptime.inc.php+40 / -0
Ahtml/includes/graphs/application/ntpd_bits.inc.php+26 / -0
Ahtml/includes/graphs/application/ntpd_buffer.inc.php+34 / -0
Ahtml/includes/graphs/application/ntpd_freq.inc.php+24 / -0
Ahtml/includes/graphs/application/ntpd_packets.inc.php+34 / -0
Ahtml/includes/graphs/application/ntpd_stats.inc.php+39 / -0
Ahtml/includes/graphs/application/ntpd_stratum.inc.php+21 / -0
Ahtml/includes/graphs/application/ntpd_uptime.inc.php+40 / -0
Mhtml/pages/apps.inc.php+2 / -0
Ahtml/pages/device/apps/ntpd.inc.php+63 / -0
Mhtml/pages/graphs.inc.php+67 / -0
Mincludes/defaults.inc.php+2 / -2
Aincludes/polling/applications/ntpd.inc.php+58 / -0
Mpoller.php+1 / -1
Ascripts/agent-local/ntpd+87 / -0
+538 added −3 removed filtered activity

💻 r3336

Adam Armstrong 🐸
remove pointless baseurl from css
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/index.php+3 / -3
+3 added −3 removed filtered activity

💻 r3335

Adam Armstrong 🐸
fix more css fuckups
Files changed (2) +6 / -2
Changed files with action and line counts
Mhtml/css/bootstrap.css+2 / -2
Mhtml/css/styles.css+4 / -0
0 added 0 removed filtered activity

💻 r3334

Adam Armstrong 🐸
make sure bill_data is available to history tab too
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/bill.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3333

Adam Armstrong 🐸
remove some debugging
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/bill/accurate.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r3332

Adam Armstrong 🐸
clean up billing styles to match observium normal
Files changed (15) +3,441 / -1,225
Changed files with action and line counts
Mhtml/css/bootstrap.css+3,321 / -1,094
Dhtml/css/bootstrap.min.css+0 / -9
Mhtml/css/bootstrap.obs.css+53 / -72
Mhtml/css/styles.css+1 / -1
Mhtml/index.php+3 / -0
Mhtml/pages/bill.inc.php+0 / -4
Mhtml/pages/bill/accurate.inc.php+7 / -7
Mhtml/pages/bill/edit.inc.php+9 / -9
Mhtml/pages/bill/history.inc.php+3 / -2
Mhtml/pages/bill/navbar.inc.php+13 / -3
Mhtml/pages/bill/ports.inc.php+5 / -5
Mhtml/pages/bill/quick.inc.php+8 / -3
Mhtml/pages/bill/reset.inc.php+5 / -3
Mhtml/pages/bill/transfer.inc.php+13 / -9
Mhtml/pages/bills.inc.php+0 / -4
+66 added −49 removed filtered activity

💻 r3331

Adam Armstrong 🐸
billing interface rewrite from codekiller
Files changed (25) +2,351 / -1,545
Changed files with action and line counts
Ahtml/css/bootstrap-responsive.min.css+9 / -0
Mhtml/css/bootstrap.min.css+2 / -484
Ahtml/css/bootstrap.obs.css+312 / -0
Ahtml/js/billing.js+36 / -0
Ahtml/js/bootstrap-button.js+96 / -0
Ahtml/js/bootstrap-tab.js+135 / -0
Ahtml/js/bootstrap-tooltip.js+275 / -0
Mhtml/js/jquery.min.js+4 / -18
Mhtml/pages/bill.inc.php+90 / -286
Ahtml/pages/bill/accurate.inc.php+152 / -0
Mhtml/pages/bill/actions.inc.php+17 / -9
Ahtml/pages/bill/api.inc.php+12 / -0
Mhtml/pages/bill/delete.inc.php+40 / -30
Mhtml/pages/bill/edit.inc.php+166 / -128
Mhtml/pages/bill/history.inc.php+83 / -58
Ahtml/pages/bill/navbar.inc.php+57 / -0
Ahtml/pages/bill/ports.inc.php+47 / -0
Ahtml/pages/bill/quick.inc.php+148 / -0
Mhtml/pages/bill/reset.inc.php+47 / -36
Mhtml/pages/bill/transfer.inc.php+203 / -153
Mhtml/pages/bills.inc.php+23 / -218
Ahtml/pages/bills/add.inc.php+139 / -0
Ahtml/pages/bills/cmonth.inc.php+124 / -0
Mhtml/pages/bills/pmonth.inc.php+117 / -67
Mhtml/pages/bills/search.inc.php+17 / -58
+1,482 added −1,043 removed filtered activity

💻 r3330

Adam Armstrong 🐸
roll back billing changes - broken javascript
Files changed (132) +1,538 / -2,311

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

Changed files with action and line counts
Dhtml/css/bootstrap-responsive.min.css+0 / -9
Mhtml/css/bootstrap.min.css+484 / -2
Dhtml/css/bootstrap.obs.css+0 / -304
Mhtml/css/bootstrap/glyphicons-halflings-white.png non-text+0 / -0
Mhtml/css/bootstrap/glyphicons-halflings.png non-text+0 / -0
Mhtml/images/icons/firewall.png non-text+0 / -0
Mhtml/images/icons/greyscale/wifi.png non-text+0 / -0
Mhtml/images/icons/greyscale/wireless.png non-text+0 / -0
Mhtml/images/icons/network.png non-text+0 / -0
Mhtml/images/icons/printer.png non-text+0 / -0
Mhtml/images/icons/server.png non-text+0 / -0
Mhtml/images/icons/wifi.png non-text+0 / -0
Mhtml/images/icons/wireless.png non-text+0 / -0
Mhtml/images/os/apple.png non-text+0 / -0
Mhtml/images/os/axis.png non-text+0 / -0
Mhtml/images/os/dell.png non-text+0 / -0
Mhtml/images/os/hp.png non-text+0 / -0
Mhtml/images/os/mge.png non-text+0 / -0
Mhtml/images/os/zyxel.png non-text+0 / -0
Mhtml/includes/authentication non-text+0 / -0
Mhtml/includes/graphs/bgp/prefixes.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/hr_processes.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/hr_users.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/netstat_ip_frag.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/storage.inc.php non-text+0 / -0
Mhtml/includes/graphs/device/wifi_clients.inc.php non-text+0 / -0
Mhtml/includes/graphs/multiport/bits.inc.php non-text+0 / -0
Mhtml/includes/graphs/multiport/bits_duo.inc.php non-text+0 / -0
+1,036 added −1,450 removed filtered activity

💻 r3329

Adam Armstrong 🐸
fix chargs, remove second jquery
Files changed (2) +4 / -9,270
Changed files with action and line counts
Dhtml/js/jquery.billing.js+0 / -9,252
Mhtml/js/jquery.min.js+4 / -18
0 added 0 removed filtered activity

💻 r3328

Adam Armstrong 🐸
new billing interface from codekiller
Files changed (25) +11,559 / -1,520
Changed files with action and line counts
Ahtml/css/bootstrap-responsive.min.css+9 / -0
Mhtml/css/bootstrap.min.css+2 / -484
Ahtml/css/bootstrap.obs.css+304 / -0
Ahtml/js/billing.js+36 / -0
Ahtml/js/bootstrap-button.js+96 / -0
Ahtml/js/bootstrap-tab.js+135 / -0
Ahtml/js/bootstrap-tooltip.js+275 / -0
Ahtml/js/jquery.billing.js+9,252 / -0
Mhtml/pages/bill.inc.php+90 / -286
Ahtml/pages/bill/accurate.inc.php+145 / -0
Mhtml/pages/bill/actions.inc.php+10 / -4
Ahtml/pages/bill/api.inc.php+12 / -0
Mhtml/pages/bill/delete.inc.php+35 / -30
Mhtml/pages/bill/edit.inc.php+158 / -126
Mhtml/pages/bill/history.inc.php+83 / -58
Ahtml/pages/bill/navbar.inc.php+57 / -0
Ahtml/pages/bill/ports.inc.php+46 / -0
Ahtml/pages/bill/quick.inc.php+148 / -0
Mhtml/pages/bill/reset.inc.php+42 / -36
Mhtml/pages/bill/transfer.inc.php+203 / -153
Mhtml/pages/bills.inc.php+24 / -218
Ahtml/pages/bills/add.inc.php+139 / -0
Ahtml/pages/bills/cmonth.inc.php+124 / -0
Mhtml/pages/bills/pmonth.inc.php+117 / -67
Mhtml/pages/bills/search.inc.php+17 / -58
+1,450 added −1,036 removed filtered activity

💻 r3327

Adam Armstrong 🐸
config option title_url to customise logo URL. #97
Files changed (2) +2 / -1
Changed files with action and line counts
Mhtml/includes/header.inc.php+1 / -1
Mincludes/defaults.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r3326

Adam Armstrong 🐸
expand memcached rrd bytes size > 125GB
Files changed (2) +2 / -12
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -10
Mincludes/polling/applications/memcached.inc.php+2 / -2
+2 added −12 removed filtered activity

💻 r3325

Adam Armstrong 🐸
additional juniper mibs
Files changed (72) +28,967 / -604

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

Changed files with action and line counts
Mmibs/junos/mib-jnx-analyzer.txt+12 / -6
Mmibs/junos/mib-jnx-bfd-exp.txt+5 / -1
Mmibs/junos/mib-jnx-bfd.txt+18 / -0
Mmibs/junos/mib-jnx-chas-defines.txt+174 / -209
Mmibs/junos/mib-jnx-chassis.txt+141 / -5
Amibs/junos/mib-jnx-dom.txt+406 / -0
Mmibs/junos/mib-jnx-event.txt+1 / -1
Mmibs/junos/mib-jnx-ex-mac-notification.txt+21 / -1
Mmibs/junos/mib-jnx-exp.txt+6 / -0
Mmibs/junos/mib-jnx-ipsec-flow-mon.txt+12 / -8
Mmibs/junos/mib-jnx-ipsec-monitor-asp.txt+11 / -3
Mmibs/junos/mib-jnx-ipv6.txt+44 / -0
Amibs/junos/mib-jnx-jdhcp.txt+1,635 / -0
Amibs/junos/mib-jnx-jdhcpv6.txt+757 / -0
Mmibs/junos/mib-jnx-js-if-ext.txt+1 / -1
Mmibs/junos/mib-jnx-js-nat.txt+35 / -7
Mmibs/junos/mib-jnx-js-packet-mirror.txt+106 / -16
Mmibs/junos/mib-jnx-js-smi.txt+1 / -0
Mmibs/junos/mib-jnx-js-spu-monitoring.txt+97 / -17
Mmibs/junos/mib-jnx-js-utm-av.txt+232 / -16
Mmibs/junos/mib-jnx-jsrpd.txt+58 / -1
Amibs/junos/mib-jnx-jwx.txt non-text+0 / -0
Mmibs/junos/mib-jnx-l2cp-features.txt+69 / -3
Amibs/junos/mib-jnx-license.txt+260 / -0
Amibs/junos/mib-jnx-lsys-securityprofile.txt+42 / -0
Amibs/junos/mib-jnx-lsys-sp-authentry.txt+194 / -0
Amibs/junos/mib-jnx-lsys-sp-cpu.txt+280 / -0
Amibs/junos/mib-jnx-lsys-sp-flowgate.txt+194 / -0
Amibs/junos/mib-jnx-lsys-sp-flowsess.txt+194 / -0
Amibs/junos/mib-jnx-lsys-sp-natconebind.txt+199 / -0
0 added 0 removed filtered activity

💻 r3324

Adam Armstrong 🐸
add updated juniper chassis definitions
Files changed (1) +850 / -18
Changed files with action and line counts
Mmibs/junos/mib-jnx-chas-defines.txt+850 / -18
0 added 0 removed filtered activity

💻 r3323

Adam Armstrong 🐸
loosen a loop
Files changed (1) +4 / -2
Changed files with action and line counts
Mincludes/rrdtool.inc.php+4 / -2
+4 added −2 removed filtered activity

💻 r3322

Adam Armstrong 🐸
anti-fork license to about :>
Files changed (2) +102 / -111
Changed files with action and line counts
MLICENSE+35 / -25
Mhtml/pages/about.inc.php+67 / -86
+102 added −111 removed filtered activity

💻 r3321

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

💻 r3320

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

💻 r3319

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

💻 r3318

Adam Armstrong 🐸
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r3317

Tom Laermans 🦔
remove old apache scripts which are no longer used
Files changed (2) +0 / -178
Changed files with action and line counts
Dscripts/apache-stats+0 / -90
Dscripts/apache-stats.py+0 / -88
0 added −178 removed filtered activity

💻 r3316

Tom Laermans 🦔
no need for shorthost on a screenwide title bar...
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/apps/default.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3315

Tom Laermans 🦔
remove SNMP support from apache app script
Files changed (1) +10 / -19
Changed files with action and line counts
Mincludes/polling/applications/apache.inc.php+10 / -19
+10 added −19 removed filtered activity

June 2012

💻 r3314

Adam Armstrong 🐸
improve iftype rewriting and add new rewrite function (substitution by array key)
Files changed (2) +287 / -19
Changed files with action and line counts
Mhtml/pages/ports/list.inc.php+1 / -1
Mincludes/rewrites.php+286 / -18
+287 added −19 removed filtered activity

💻 r3313

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

💻 r3312

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

💻 r3311

Tom Laermans 🦔
allow ip address without /32 for unauth_graphs_cidr
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3310

Adam Armstrong 🐸
graph status over time
Files changed (2) +36 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/status.inc.php+22 / -0
Mincludes/polling/functions.inc.php+14 / -0
+36 added 0 removed filtered activity

💻 r3309

Adam Armstrong 🐸
add columns to port-status
Files changed (2) +8 / -5
Changed files with action and line counts
Mhtml/pages/ports/list.inc.php+6 / -5
Asql-schema/030.sql+2 / -0
+6 added −5 removed filtered activity

💻 r3308

Tom Laermans 🦔
remove some warnings; allow sensor value to be float again instead of int
Files changed (3) +3 / -2
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/snmp.inc.php+1 / -1
Asql-schema/029.sql+1 / -0
+2 added −2 removed filtered activity

💻 r3307

Tom Laermans 🦔
remove ipmi sensors even when ipmi is no longer configured, hopefully fix sensor warnings, fix storage state updates
Files changed (3) +18 / -14
Changed files with action and line counts
Mincludes/polling/functions.inc.php+4 / -3
Mincludes/polling/ipmi.inc.php+10 / -9
Mincludes/polling/storage.inc.php+4 / -2
+18 added −14 removed filtered activity

💻 r3306

Tom Laermans 🦔
remove obsolete mysql scripts
Files changed (2) +0 / -1,374
Changed files with action and line counts
Dscripts/mysql-stats+0 / -131
Dscripts/mysql_stats.php+0 / -1,243
0 added −1,374 removed filtered activity

💻 r3305

Tom Laermans 🦔
This commit REMOVES support for mysql polling via SNMP, this application is now available ONLY via the UNIX AGENT. Beware.
Files changed (1) +224 / -236
Changed files with action and line counts
Mincludes/polling/applications/mysql.inc.php+224 / -236
+224 added −236 removed filtered activity

💻 r3304

Tom Laermans 🦔
This commit REMOVES support for powerdns polling via SNMP, this application is now available ONLY via the UNIX AGENT. Beware.
Files changed (6) +26 / -118
Changed files with action and line counts
Mincludes/polling/applications/powerdns.inc.php+16 / -24
Dscripts/agent-local/pdns+0 / -5
Dscripts/agent-local/pdns-recursor+0 / -5
Ascripts/agent-local/powerdns+5 / -0
Ascripts/agent-local/powerdns-recursor+5 / -0
Dscripts/powerdns.php+0 / -84
+26 added −118 removed filtered activity

💻 r3303

Tom Laermans 🦔
fixmes
Files changed (2) +5 / -0
Changed files with action and line counts
Mincludes/polling/applications/powerdns.inc.php+2 / -0
Mincludes/rrdtool.inc.php+3 / -0
+5 added 0 removed filtered activity

💻 r3302

Tom Laermans 🦔
fix ipmi polling/discovery + limits
Files changed (1) +17 / -5
Changed files with action and line counts
Mincludes/polling/ipmi.inc.php+17 / -5
+17 added −5 removed filtered activity

💻 r3301

Tom Laermans 🦔
sort app devices, fix links when clicking on graphs
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/apps/default.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3300

Tom Laermans 🦔
example output of unbound stats supplied
Files changed (1) +69 / -0
Changed files with action and line counts
Aincludes/polling/applications/unbound.inc.php+69 / -0
+69 added 0 removed filtered activity

💻 r3299

Tom Laermans 🦔
add unbound stats script, no observium-collector or graphs yet
Files changed (1) +14 / -0
Changed files with action and line counts
Ascripts/agent-local/unbound+14 / -0
+14 added 0 removed filtered activity

💻 r3298

Tom Laermans 🦔
storage discovery -> state table
Files changed (2) +8 / -6
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+5 / -4
Mincludes/discovery/storage/hrstorage.inc.php+3 / -2
+8 added −6 removed filtered activity

💻 r3297

Tom Laermans 🦔
add newline to die, so our check-mk parser doesn't get confused and skip the following section
Files changed (1) +1 / -1
Changed files with action and line counts
Mscripts/agent-local/mysql+1 / -1
+1 added −1 removed filtered activity

💻 r3296

Tom Laermans 🦔
hopefully fix processor discovery
Files changed (1) +7 / -2
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+7 / -2
+7 added −2 removed filtered activity

💻 r3295

Tom Laermans 🦔
unbreak ports query, by Erik Smit / Zylon
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3294

Tom Laermans 🦔
autodiscover apps through agent, tested for mysql and powerdns, warning: not autoremoved if script disappears from agent
Files changed (4) +20 / -11
Changed files with action and line counts
Mincludes/polling/applications.inc.php+10 / -7
Mincludes/polling/applications/mysql.inc.php+0 / -2
Mincludes/polling/applications/powerdns.inc.php+0 / -2
Mincludes/polling/unix-agent.inc.php+10 / -0
+20 added −11 removed filtered activity

💻 r3293

Tom Laermans 🦔
add mysql.cnf for checkmk which automatically fetches user/pass from debian config, place next to mysql script and go
Files changed (1) +20 / -0
Changed files with action and line counts
Ascripts/agent-local/mysql.cnf+20 / -0
+20 added 0 removed filtered activity

💻 r3292

Tom Laermans 🦔
MOAR RARITAN, patch by Erik Smit /Zylon
Files changed (4) +99 / -2
Changed files with action and line counts
Mincludes/discovery/current/raritan.inc.php+2 / -2
Aincludes/discovery/power/raritan.inc.php+45 / -0
Aincludes/discovery/temperatures/raritan.inc.php+25 / -0
Aincludes/discovery/voltages/raritan.inc.php+27 / -0
+99 added −2 removed filtered activity

💻 r3291

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

💻 r3290

Tom Laermans 🦔
fix sensor discovery, patch by Erik Smit / Zylon
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3289

Tom Laermans 🦔
optimize generic graph thing, lots of dead code removed
Files changed (2) +26 / -35
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -0
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+25 / -35
+26 added −35 removed filtered activity

💻 r3288

Tom Laermans 🦔
wtfcode
Files changed (3) +4 / -1
Changed files with action and line counts
Mhtml/includes/graphs/sensor/temperature.inc.php+1 / -0
Mhtml/pages/apps.inc.php+3 / -0
Msql-schema/028.sql+0 / -1
+4 added 0 removed filtered activity

💻 r3287

Tom Laermans 🦔
fix powerdns agent handler
Files changed (2) +3 / -6
Changed files with action and line counts
Mincludes/polling/applications/powerdns.inc.php+2 / -2
Mincludes/polling/unix-agent.inc.php+1 / -4
+3 added −6 removed filtered activity

💻 r3286

Tom Laermans 🦔
ack, TEST MOAR - fix debug commit
Files changed (3) +4 / -4
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/polling/functions.inc.php+2 / -2
Mpoller.php+1 / -1
+4 added −4 removed filtered activity

💻 r3285

Tom Laermans 🦔
add debug output to xdp autodiscovery
Files changed (1) +14 / -5
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+14 / -5
+14 added −5 removed filtered activity

💻 r3284

Adam Armstrong 🐸
create and use mysql MEMORY tables for state data (potential breakage if your mysql install is broken)
Files changed (30) +333 / -284
Changed files with action and line counts
Mhtml/css/styles.css+15 / -0
Mhtml/includes/functions.inc.php+2 / -0
Mhtml/includes/print-device-graph.php+1 / -1
Mhtml/pages/device/health/mempool.inc.php+6 / -9
Mhtml/pages/device/health/processor.inc.php+8 / -2
Mhtml/pages/device/health/sensors.inc.php+7 / -2
Mhtml/pages/device/health/storage.inc.php+6 / -1
Mhtml/pages/device/overview/generic/sensor.inc.php+10 / -18
Mhtml/pages/device/overview/mempools.inc.php+6 / -10
Mhtml/pages/device/overview/processors.inc.php+6 / -1
Mhtml/pages/device/overview/storage.inc.php+6 / -1
Mhtml/pages/device/port.inc.php+5 / -8
Mhtml/pages/device/ports.inc.php+2 / -9
Mhtml/pages/device/routing/bgp.inc.php+7 / -1
Mhtml/pages/front/traffic.php+6 / -6
Mhtml/pages/health/mempool.inc.php+7 / -10
Mhtml/pages/health/processor.inc.php+35 / -15
Mhtml/pages/health/sensors.inc.php+14 / -31
Mhtml/pages/ports.inc.php+20 / -27
Mhtml/pages/ports/list.inc.php+13 / -10
Mincludes/defaults.inc.php+0 / -10
Mincludes/definitions.inc.php+0 / -16
Mincludes/polling/bgp-peers.inc.php+40 / -9
Mincludes/polling/functions.inc.php+18 / -10
Mincludes/polling/mempools.inc.php+10 / -9
Mincludes/polling/ports.inc.php+32 / -55
Mincludes/polling/processors.inc.php+17 / -3
Mincludes/polling/storage.inc.php+8 / -10
Mincludes/polling/ucd-diskio.inc.php+2 / -0
Asql-schema/028.sql+24 / -0
+294 added −284 removed filtered activity

💻 r3283

Tom Laermans 🦔
use is_numeric() for NaN, patch by Erik Zylon of Smith's Industries
Files changed (3) +12 / -2
Changed files with action and line counts
Mhtml/includes/graphs/sensor/temperature.inc.php+10 / -0
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+1 / -1
+12 added −2 removed filtered activity

💻 r3282

Tom Laermans 🦔
Add code to make 'Show Previous' work in the graph view. Patch by Erik Smit of Zoiah Zylon Industries
Files changed (1) +10 / -0
Changed files with action and line counts
Mhtml/includes/graphs/sensor/current.inc.php+10 / -0
+10 added 0 removed filtered activity

💻 r3281

Tom Laermans 🦔
add checkmk scripts for powerdns auth and recursor, add unix agent support for powerdns auth
Files changed (4) +30 / -6
Changed files with action and line counts
Mincludes/polling/applications/powerdns.inc.php+19 / -5
Mincludes/polling/unix-agent.inc.php+1 / -1
Ascripts/agent-local/pdns+5 / -0
Ascripts/agent-local/pdns-recursor+5 / -0
+30 added −6 removed filtered activity

💻 r3280

Tom Laermans 🦔
add Dell OMSA fan speeds, patch by RobJE
Files changed (1) +77 / -0
Changed files with action and line counts
Aincludes/discovery/fanspeeds/dell.inc.php+77 / -0
+77 added 0 removed filtered activity

💻 r3279

Tom Laermans 🦔
Update to Dell OMSA temperature sensors, patch by RobJE
Files changed (1) +7 / -3
Changed files with action and line counts
Mincludes/discovery/temperatures/dell.inc.php+7 / -3
+7 added −3 removed filtered activity

💻 r3278

Tom Laermans 🦔
small fix to discover_sensor, patch by RobJE (previous one too, sorry)
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3277

Tom Laermans 🦔
update Dell mibs to OMSA 7 version
Files changed (2) +9,392 / -5,560
Changed files with action and line counts
Amibs/DCS3FRU-MIB+255 / -0
Mmibs/MIB-DELL-10892+9,137 / -5,560
0 added 0 removed filtered activity

💻 r3276

Adam Armstrong 🐸
fix device_bits for xos
Files changed (5) +19 / -7
Changed files with action and line counts
Mhtml/includes/graphs/device/bits.inc.php+11 / -1
Mhtml/pages/edituser.inc.php+2 / -2
Mhtml/pages/graphs.inc.php+2 / -0
Mincludes/dbFacile.php+3 / -3
Mincludes/defaults.inc.php+1 / -1
+19 added −7 removed filtered activity

💻 r3275

Tom Laermans 🦔
password change stuff
Files changed (1) +7 / -7
Changed files with action and line counts
Mhtml/pages/edituser.inc.php+7 / -7
+7 added −7 removed filtered activity

💻 r3274

Tom Laermans 🦔
fix IPMI poller
Files changed (2) +2 / -5
Changed files with action and line counts
Mincludes/polling/functions.inc.php+1 / -2
Mincludes/polling/unix-agent.inc.php+1 / -3
+2 added −5 removed filtered activity

💻 r3273

Tom Laermans 🦔
move ipmi discovery to poller, delete ipmi sensors which disappear
Files changed (5) +30 / -76
Changed files with action and line counts
Dincludes/discovery/ipmi.inc.php+0 / -37
Mincludes/discovery/sensors.inc.php+0 / -1
Mincludes/polling/functions.inc.php+12 / -2
Mincludes/polling/ipmi.inc.php+18 / -34
Mincludes/polling/unix-agent/hddtemp.inc.php+0 / -2
+30 added −76 removed filtered activity

💻 r3272

Adam Armstrong 🐸
remove deluser
Files changed (1) +0 / -52
Changed files with action and line counts
Dhtml/pages/deluser.inc.php+0 / -52
0 added −52 removed filtered activity

💻 r3271

Adam Armstrong 🐸
improvements to edituser
Files changed (4) +108 / -33
Changed files with action and line counts
Mhtml/includes/print-menubar.php+0 / -1
Ahtml/pages/edituser non-text+0 / -0
Mhtml/pages/edituser.inc.php+69 / -32
Ahtml/pages/edituser/deleteuser.inc.php+39 / -0
+108 added −33 removed filtered activity

💻 r3270

Adam Armstrong 🐸
adduser/becomeuser (from zoiah)
Files changed (2) +29 / -1
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
Mhtml/pages/edituser.inc.php+28 / -0
+29 added −1 removed filtered activity

💻 r3269

Tom Laermans 🦔
correctly delete agent (temperature) sensors when they are gone
Files changed (1) +6 / -7
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+6 / -7
+6 added −7 removed filtered activity

💻 r3268

Tom Laermans 🦔
correct matched port counts based on permission
Files changed (1) +5 / -6
Changed files with action and line counts
Mhtml/pages/ports/list.inc.php+5 / -6
+5 added −6 removed filtered activity

💻 r3267

Tom Laermans 🦔
allow IPMI to be checked by USER level as well, suggested by Nikolay Shopik
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/discovery/ipmi.inc.php+1 / -1
Mincludes/polling/ipmi.inc.php+1 / -1
+2 added −2 removed filtered activity

💻 r3266

Tom Laermans 🦔
moar rrd escape
Files changed (3) +3 / -7
Changed files with action and line counts
Mhtml/includes/graphs/sensor/frequency.inc.php+1 / -3
Mhtml/includes/graphs/service/availability.inc.php+1 / -3
Mincludes/rrdtool.inc.php+1 / -1
+3 added −7 removed filtered activity

💻 r3265

Tom Laermans 🦔
remove port description parser output, patch by Erik Smit (Zylon)
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/port-descr-parser.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3264

Tom Laermans 🦔
fix alert value after sensor NaN, patch by Erik Smit (Zylon)
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/health/sensors.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3263

Tom Laermans 🦔
fix topnav counters for non-admin, patch by Zoiah
Files changed (1) +5 / -1
Changed files with action and line counts
Mhtml/includes/topnav.inc.php+5 / -1
+5 added −1 removed filtered activity

May 2012

💻 r3262

Adam Armstrong 🐸
don't show errors if there are none
Files changed (1) +5 / -1
Changed files with action and line counts
Mincludes/sql-schema/update.php+5 / -1
+5 added −1 removed filtered activity

💻 r3261

Tom Laermans 🦔
don't need a william here, i'm not using williaming
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3260

Tom Laermans 🦔
moar escape
Files changed (4) +4 / -5
Changed files with action and line counts
Mhtml/includes/graphs/device/sensor.inc.php+1 / -2
Mhtml/includes/graphs/device/toner.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+1 / -1
Mhtml/includes/graphs/toner/usage.inc.php+1 / -1
+4 added −5 removed filtered activity

💻 r3259

Tom Laermans 🦔
sensor description escape
Files changed (1) +1 / -3
Changed files with action and line counts
Mhtml/includes/graphs/sensor/current.inc.php+1 / -3
+1 added −3 removed filtered activity

💻 r3258

Adam Armstrong 🐸
allow disabling of graphs on html/pages/customers
Files changed (2) +12 / -7
Changed files with action and line counts
Mhtml/pages/customers.inc.php+11 / -7
Mincludes/defaults.inc.php+1 / -0
+12 added −7 removed filtered activity

💻 r3257

Adam Armstrong 🐸
fix adding bill from port page
Files changed (2) +11 / -16
Changed files with action and line counts
Mhtml/pages/device/port.inc.php+1 / -1
Mmibs/process.pl+10 / -15
+1 added −1 removed filtered activity

💻 r3256

Adam Armstrong 🐸
Files changed (2) +8,812 / -8,783
Changed files with action and line counts
Amibs/NETBOTZ320-MIB+8,812 / -0
Dmibs/netbotz320.mib+0 / -8,783
0 added 0 removed filtered activity

💻 r3255

Adam Armstrong 🐸
Files changed (1) +2,327 / -0
Changed files with action and line counts
Amibs/IEEE8021-BRIDGE-MIB+2,327 / -0
0 added 0 removed filtered activity

💻 r3254

Adam Armstrong 🐸
remove MPLS-LDP-CAPABILITY
Files changed (1) +0 / -455
Changed files with action and line counts
Dmibs/MPLS-LDP-CAPABILITY+0 / -455
0 added 0 removed filtered activity

💻 r3253

Adam Armstrong 🐸
Fix some MIBs
Files changed (37) +14,956 / -2,551

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

Changed files with action and line counts
Mmibs/BRIDGE-MIB+1,320 / -1,314
Amibs/Brocade-TC+78 / -0
Amibs/CISCO-VOICE-DNIS-MIB+435 / -0
Mmibs/DISMAN-EVENT-MIB+0 / -73
Amibs/DOT3-OAM-MIB+2,227 / -0
Mmibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB+4 / -2
Mmibs/IANA-LANGUAGE-MIB+1 / -1
Mmibs/IANA-RTPROTO-MIB+1 / -6
Mmibs/IANAifType-MIB+193 / -109
Amibs/IEEE8021-CFM-MIB+3,829 / -0
Amibs/IEEE8021-CFM-V2-MIB+1,002 / -0
Amibs/IEEE8021-TC-MIB+597 / -0
Mmibs/INET-ADDRESS-MIB+0 / -12
Amibs/INT-SERV-MIB+1,128 / -0
Mmibs/IP-FORWARD-MIB+0 / -80
Mmibs/IP-MIB+1 / -155
Mmibs/IPV6-FLOW-LABEL-MIB+47 / -50
Mmibs/IPV6-TC+1 / -1
Amibs/MTA-MIB+1,226 / -0
Mmibs/NET-SNMP-AGENT-MIB+6 / -2
Mmibs/NET-SNMP-EXAMPLES-MIB+1 / -1
Mmibs/NET-SNMP-EXTEND-MIB+6 / -3
Mmibs/NET-SNMP-PASS-MIB+1 / -1
Mmibs/NET-SNMP-TC+5 / -0
Amibs/NETWORK-SERVICES-MIB+626 / -0
Mmibs/NOTIFICATION-LOG-MIB+1 / -30
Mmibs/RFC-1215+32 / -31
Amibs/SCTP-MIB+1,342 / -0
Mmibs/SMUX-MIB+3 / -1
Mmibs/SNMP-USM-AES-MIB+1 / -1
0 added 0 removed filtered activity

💻 r3252

Tom Laermans 🦔
set the correct html title if prefix is not set but suffix is
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/index.php+1 / -1
+1 added −1 removed filtered activity

💻 r3251

Adam Armstrong 🐸
add licenses for things
Files changed (9) +62 / -697
Changed files with action and line counts
ALICENSE+43 / -0
Ahtml/includes/collectd/LICENSE+4 / -0
Mhtml/includes/collectd/config.php+2 / -1
Ahtml/includes/geshi/LICENSE+4 / -0
Ahtml/includes/jpgraph/LICENSE+3 / -0
Ahtml/includes/tcpdf/LICENSE+6 / -0
Dlicenses non-text+0 / -0
Dlicenses/GPLv3-LICENSE.txt+0 / -675
Dlicenses/MIT-LICENSE+0 / -21
+49 added −697 removed filtered activity

💻 r3250

Adam Armstrong 🐸
update foundry mibs
Files changed (53) +40,983 / -15,924

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

Changed files with action and line counts
Mhtml/includes/print-vrf.inc.php+2 / -0
Mincludes/rewrites.php+12 / -0
Amibs/BGP4V2-MIB+1,066 / -0
Amibs/BGP4V2-TC-MIB+66 / -0
Amibs/BRCD-DOT1X-MIB+590 / -0
Amibs/BROCADE-NP-TM-STATS-MIB+2,088 / -0
Amibs/BROCADE-SYSLOG-MIB+137 / -0
Amibs/DVMRP-STD-MIB+751 / -0
Amibs/FDRY-ACL-MIB+321 / -0
Amibs/FDRY-DAI-MIB+286 / -0
Amibs/FDRY-DHCP-SNOOPING-MIB+286 / -0
Amibs/FDRY-DNS2-MIB+190 / -0
Amibs/FDRY-IP-SOURCE-GUARD-MIB+263 / -0
Amibs/FDRY-IPV6-IP-MIB+76 / -0
Amibs/FDRY-MPLS-L2VPN-MIB+899 / -0
Amibs/FDRY-POE-MIB+325 / -0
Amibs/FDRY-RADIUS-MIB+191 / -0
Amibs/FDRY-SNTP-MIB+144 / -0
Amibs/FDRY-TACACS-MIB+166 / -0
Amibs/FDRY-TRAP-MIB+202 / -0
Amibs/FOUNDRY-BFD-STD-MIB+847 / -0
Mmibs/FOUNDRY-CAR-MIB+209 / -95
Amibs/FOUNDRY-LAG-MIB+293 / -0
Amibs/FOUNDRY-MAC-VLAN-MIB+275 / -0
Mmibs/FOUNDRY-SN-AGENT-MIB+3,818 / -1,347
Mmibs/FOUNDRY-SN-APPLETALK-MIB+228 / -205
Amibs/FOUNDRY-SN-ARP-GROUP-MIB+109 / -0
Mmibs/FOUNDRY-SN-BGP4-GROUP-MIB+1,536 / -1,490
Amibs/FOUNDRY-SN-CAM-MIB+511 / -0
Mmibs/FOUNDRY-SN-IGMP-MIB+167 / -74
+20 added −1 removed filtered activity

💻 r3249

Adam Armstrong 🐸
fix mac accounting
Files changed (2) +2 / -1
Changed files with action and line counts
Mincludes/discovery/os/ios.inc.php+1 / -0
Mincludes/polling/cisco-mac-accounting.inc.php+1 / -1
+2 added −1 removed filtered activity

💻 r3248

Tom Laermans 🦔
fix mac accounting link on iftype pages
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/iftype.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3247

Adam Armstrong 🐸
fix bug with globe.php
Files changed (1) +3 / -0
Changed files with action and line counts
Mhtml/pages/front/globe.php+3 / -0
+3 added 0 removed filtered activity

💻 r3246

Adam Armstrong 🐸
snmp errors begone
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
+1 added −1 removed filtered activity

💻 r3245

Adam Armstrong 🐸
fix adding bills. needs more work to standardise URLs.
Files changed (2) +6 / -5
Changed files with action and line counts
Mhtml/pages/bills.inc.php+2 / -2
Mhtml/pages/bills/search.inc.php+4 / -3
+6 added −5 removed filtered activity

💻 r3244

Adam Armstrong 🐸
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) +82 / -33
Changed files with action and line counts
Mhtml/pages/device/health/mempool.inc.php+8 / -0
Mhtml/pages/device/overview/mempools.inc.php+9 / -0
Mhtml/pages/device/port.inc.php+4 / -6
Mhtml/pages/device/ports.inc.php+4 / -6
Mhtml/pages/health/mempool.inc.php+9 / -0
Mhtml/pages/ports.inc.php+5 / -5
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/mempools.inc.php+10 / -3
Mincludes/polling/ports.inc.php+32 / -12
+82 added −33 removed filtered activity

💻 r3243

Adam Armstrong 🐸
add index to loadbalancers
Files changed (1) +1 / -0
Changed files with action and line counts
Msql-schema/027.sql+1 / -0
0 added 0 removed filtered activity

💻 r3242

Adam Armstrong 🐸
add index to juniatmvp
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/027.sql+1 / -0
0 added 0 removed filtered activity

💻 r3241

Adam Armstrong 🐸
generic_duplex previous add transparent area
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/includes/graphs/generic_duplex.inc.php+2 / -0
Mhtml/map.php+1 / -3
+3 added −3 removed filtered activity

💻 r3240

Adam Armstrong 🐸
/// -> //
Files changed (247) +716 / -716

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

Changed files with action and line counts
Mattic/purgeports.inc.php+1 / -1
Mattic/unix-graphing.php+1 / -1
Mcheck-errors.php+4 / -4
Mdiscovery.php+1 / -1
Mhtml/data.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+1 / -1
Mhtml/includes/authentication/ldap.inc.php+1 / -1
Mhtml/includes/collectd/functions.php+1 / -1
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/geshi/geshi.php+1 / -1
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/graphs/bill/bits.inc.php+1 / -1
Mhtml/includes/graphs/cefswitching/graph.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/bits.inc.php+1 / -1
Mhtml/includes/graphs/device/bits.inc.php+2 / -2
Mhtml/includes/graphs/device/sensor.inc.php+1 / -1
Mhtml/includes/graphs/device/sla.inc.php+1 / -1
Mhtml/includes/graphs/device/smokeping_all_common.inc.php+4 / -4
Mhtml/includes/graphs/device/smokeping_all_common_avg.inc.php+5 / -5
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mhtml/includes/graphs/device/toner.inc.php+1 / -1
Mhtml/includes/graphs/generic_data.inc.php+2 / -2
Mhtml/includes/graphs/generic_duplex.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_bits.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_data.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+5 / -5
+713 added −713 removed filtered activity

💻 r3239

Adam Armstrong 🐸
# -> / for phpdoc
Files changed (235) +754 / -743

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

Changed files with action and line counts
Mattic/purgeports.inc.php+1 / -1
Mattic/unix-graphing.php+1 / -1
Mcheck-errors.php+4 / -4
Mdiscovery.php+1 / -1
Mhtml/data.php+1 / -1
Mhtml/includes/authentication/http-auth.inc.php+1 / -1
Mhtml/includes/authentication/ldap.inc.php+1 / -1
Mhtml/includes/collectd/functions.php+1 / -1
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/graphs/bill/bits.inc.php+1 / -1
Mhtml/includes/graphs/cefswitching/graph.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/bits.inc.php+1 / -1
Mhtml/includes/graphs/device/bits.inc.php+2 / -2
Mhtml/includes/graphs/device/sensor.inc.php+1 / -1
Mhtml/includes/graphs/device/sla.inc.php+1 / -1
Mhtml/includes/graphs/device/smokeping_all_common.inc.php+3 / -3
Mhtml/includes/graphs/device/smokeping_all_common_avg.inc.php+4 / -4
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mhtml/includes/graphs/device/toner.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+5 / -5
Mhtml/includes/graphs/global/bits.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+2 / -2
Mhtml/includes/graphs/location/bits.inc.php+1 / -1
Mhtml/includes/graphs/port/etherlike.inc.php+1 / -1
Mhtml/includes/graphs/port/nupkts.inc.php+1 / -1
+751 added −740 removed filtered activity

💻 r3238

Adam Armstrong 🐸
ports sort done in php
Files changed (5) +97 / -36
Changed files with action and line counts
Mhtml/includes/functions.inc.php+29 / -0
Mhtml/pages/ports.inc.php+35 / -20
Mhtml/pages/ports/list.inc.php+1 / -1
Mincludes/functions.php+31 / -14
Mincludes/polling/os.inc.php+1 / -1
+97 added −36 removed filtered activity

💻 r3237

Adam Armstrong 🐸
fix cisco remote access sessions graph
Files changed (2) +16 / -16
Changed files with action and line counts
Mhtml/includes/graphs/device/cras_sessions.inc.php+15 / -15
Mincludes/polling/cisco-ipsec-flow-monitor.inc.php+1 / -1
+16 added −16 removed filtered activity

💻 r3236

Adam Armstrong 🐸
update ipsectunnels to work again
Files changed (2) +34 / -24
Changed files with action and line counts
Mhtml/pages/device/routing/ipsec_tunnels.inc.php+33 / -23
Mincludes/polling/ports.inc.php+1 / -1
+34 added −24 removed filtered activity

💻 r3235

Tom Laermans 🦔
whoopsiedoo, dmi include file to parse the output of the dmi plugin
Files changed (1) +14 / -0
Changed files with action and line counts
Aincludes/polling/unix-agent/dmi.inc.php+14 / -0
+14 added 0 removed filtered activity

💻 r3234

Tom Laermans 🦔
shorten manufacturers
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r3233

Tom Laermans 🦔
dmi support for agent
Files changed (4) +40 / -12
Changed files with action and line counts
Mincludes/polling/os/procurve.inc.php+1 / -0
Mincludes/polling/os/unix.inc.php+16 / -2
Mincludes/polling/unix-agent/hddtemp.inc.php+13 / -10
Ascripts/agent-local/dmi+10 / -0
+40 added −12 removed filtered activity

💻 r3232

Adam Armstrong 🐸
fix health/sensors a little more
Files changed (1) +4 / -2
Changed files with action and line counts
Mhtml/pages/health/sensors.inc.php+4 / -2
+4 added −2 removed filtered activity

💻 r3231

Adam Armstrong 🐸
fix health/sensors
Files changed (2) +43 / -19
Changed files with action and line counts
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -0
Mhtml/pages/health/sensors.inc.php+42 / -19
+43 added −19 removed filtered activity

💻 r3230

Tom Laermans 🦔
more rrdtool_escape goodness
Files changed (19) +54 / -93
Changed files with action and line counts
Mhtml/includes/graphs/application/shoutcast_multi_stats.inc.php+2 / -2
Mhtml/includes/graphs/device/mempool.inc.php+1 / -2
Mhtml/includes/graphs/device/sla.inc.php+2 / -5
Mhtml/includes/graphs/device/smokeping_all_common.inc.php+1 / -1
Mhtml/includes/graphs/device/smokeping_all_common_avg.inc.php+18 / -36
Mhtml/includes/graphs/device/storage.inc.php+1 / -2
Mhtml/includes/graphs/mempool/usage.inc.php+1 / -2
Mhtml/includes/graphs/munin/graph.inc.php+1 / -1
Mhtml/includes/graphs/port/mac_acc_total.inc.php+1 / -5
Mhtml/includes/graphs/processor/usage.inc.php+1 / -2
Mhtml/includes/graphs/sensor/fanspeed.inc.php+1 / -3
Mhtml/includes/graphs/sensor/humidity.inc.php+1 / -3
Mhtml/includes/graphs/sensor/power.inc.php+1 / -4
Mhtml/includes/graphs/sensor/temperature.inc.php+1 / -10
Mhtml/includes/graphs/sensor/voltage.inc.php+1 / -4
Mhtml/includes/graphs/smokeping/in.inc.php+1 / -1
Mhtml/includes/graphs/smokeping/out.inc.php+1 / -1
Mhtml/includes/graphs/storage/usage.inc.php+7 / -9
Mincludes/rrdtool.inc.php+11 / -0
+54 added −93 removed filtered activity

💻 r3229

Tom Laermans 🦔
introducing rrdtool_escape, more to come
Files changed (7) +31 / -17
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+4 / -4
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+4 / -5
Mhtml/includes/graphs/generic_multi_line.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+4 / -4
Mincludes/rrdtool.inc.php+15 / -0
+31 added −17 removed filtered activity

💻 r3228

Adam Armstrong 🐸
enable aruba poller module
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3227

Adam Armstrong 🐸
debugging code to squash spikes
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/polling/ports.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r3226

Adam Armstrong 🐸
no need to define for graphs inside device/
Files changed (2) +0 / -5
Changed files with action and line counts
Mhtml/includes/graphs/device/arubacontroller_numaps.inc.php+0 / -2
Mhtml/includes/graphs/device/arubacontroller_numclients.inc.php+0 / -3
0 added −5 removed filtered activity

💻 r3225

Adam Armstrong 🐸
fixes to aruba accesspoint graphing
Files changed (12) +96 / -24
Changed files with action and line counts
Mhtml/includes/graphs/accesspoints/auth.inc.php+1 / -1
Mhtml/includes/graphs/accesspoints/interference.inc.php+0 / -2
Mhtml/includes/graphs/accesspoints/numasoclients.inc.php+0 / -3
Mhtml/includes/graphs/accesspoints/nummonbssid.inc.php+0 / -3
Mhtml/includes/graphs/accesspoints/nummonclients.inc.php+0 / -3
Mhtml/includes/graphs/accesspoints/radioutil.inc.php+0 / -5
Mhtml/includes/graphs/accesspoints/txpow.inc.php+0 / -5
Ahtml/includes/graphs/device/arubacontroller_numaps.inc.php+24 / -0
Ahtml/includes/graphs/device/arubacontroller_numclients.inc.php+29 / -0
Mhtml/includes/print-accesspoint-graphs.inc.php+2 / -2
Ahtml/pages/device/accesspoint.inc.php+20 / -0
Ahtml/pages/device/accesspoints.inc.php+20 / -0
+96 added −24 removed filtered activity

💻 r3224

Adam Armstrong 🐸
colourize sql/rrd debugging yellow/green
Files changed (2) +9 / -10
Changed files with action and line counts
Mincludes/dbFacile.php+5 / -1
Mincludes/rrdtool.inc.php+4 / -9
+9 added −10 removed filtered activity

💻 r3223

Adam Armstrong 🐸
accesspoint support (probably) from ethan sommer (#50)
Files changed (22) +596 / -2
Changed files with action and line counts
Mhtml/includes/functions.inc.php+46 / -0
Ahtml/includes/graphs/accesspoints non-text+0 / -0
Ahtml/includes/graphs/accesspoints/auth.inc.php+17 / -0
Ahtml/includes/graphs/accesspoints/channel.inc.php+24 / -0
Ahtml/includes/graphs/accesspoints/interference.inc.php+27 / -0
Ahtml/includes/graphs/accesspoints/numasoclients.inc.php+28 / -0
Ahtml/includes/graphs/accesspoints/nummonbssid.inc.php+29 / -0
Ahtml/includes/graphs/accesspoints/nummonclients.inc.php+28 / -0
Ahtml/includes/graphs/accesspoints/radioutil.inc.php+30 / -0
Ahtml/includes/graphs/accesspoints/txpow.inc.php+31 / -0
Mhtml/includes/graphs/graph.inc.php+4 / -1
Ahtml/includes/print-accesspoint-graphs.inc.php+13 / -0
Ahtml/includes/print-accesspoint.inc.php+92 / -0
Mhtml/pages/device.inc.php+10 / -0
Mhtml/pages/device/graphs/wireless.inc.php+1 / -1
Mincludes/common.php+10 / -0
Mincludes/defaults.inc.php+14 / -0
Mincludes/definitions.inc.php+4 / -0
Aincludes/polling/aruba-controller.inc.php+146 / -0
Mincludes/polling/os/arubaos.inc.php+15 / -0
Mincludes/snmp.inc.php+26 / -0
Asql-schema/026.sql+1 / -0
+595 added −2 removed filtered activity

💻 r3222

Adam Armstrong 🐸
fix dell omsa temperatures. from robje.
Files changed (3) +27 / -3
Changed files with action and line counts
Mhtml/includes/topnav.inc.php+3 / -3
Mincludes/discovery/temperatures/dell.inc.php+12 / -0
Mincludes/functions.php+12 / -0
+27 added −3 removed filtered activity

💻 r3221

Tom Laermans 🦔
make dell omsa temp sensors work again, patch by RobJE
Files changed (1) +41 / -10
Changed files with action and line counts
Mincludes/discovery/temperatures/dell.inc.php+41 / -10
+41 added −10 removed filtered activity

💻 r3220

Tom Laermans 🦔
fix non-snmp sensor polling
Files changed (2) +7 / -2
Changed files with action and line counts
Mincludes/polling/functions.inc.php+6 / -2
Mincludes/polling/unix-agent.inc.php+1 / -0
+7 added −2 removed filtered activity

💻 r3219

Tom Laermans 🦔
remove tabs person 1 used and person 2 committed, cleanup by person 3
Files changed (1) +12 / -11
Changed files with action and line counts
Mincludes/functions.php+12 / -11
+12 added −11 removed filtered activity

💻 r3218

cleanup
syntaxer run
Files changed (11) +30 / -31
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -4
Mhtml/pages/device.inc.php+0 / -1
Mhtml/pages/device/alerts.inc.php+1 / -2
Mincludes/common.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/functions.php+11 / -11
Mincludes/polling/os/nrg.inc.php+1 / -1
Mincludes/polling/os/sonicwall.inc.php+6 / -6
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/polling/unix-agent.inc.php+4 / -2
Mincludes/polling/unix-agent/hddtemp.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r3217

Adam Armstrong 🐸
fix addhost function from almir kadric (#56)
Files changed (1) +11 / -8
Changed files with action and line counts
Mincludes/functions.php+11 / -8
+11 added −8 removed filtered activity

💻 r3216

Adam Armstrong 🐸
improved sonicwall from sebastien guilbaud (#58)
Files changed (1) +19 / -0
Changed files with action and line counts
Aincludes/polling/os/sonicwall.inc.php+19 / -0
+19 added 0 removed filtered activity

💻 r3215

Tom Laermans 🦔
don't show graph if type is unset in definitions, eg os areca
Files changed (1) +29 / -26
Changed files with action and line counts
Mhtml/includes/device-header.inc.php+29 / -26
+29 added −26 removed filtered activity

💻 r3214

Tom Laermans 🦔
move hddtemp to unix-agent/ instead of applications/
Files changed (3) +24 / -24
Changed files with action and line counts
Dincludes/polling/applications/hddtemp.inc.php+0 / -23
Aincludes/polling/unix-agent/hddtemp.inc.php+23 / -0
Mscripts/agent-local/hddtemp+1 / -1
+24 added −24 removed filtered activity

💻 r3213

Tom Laermans 🦔
add agent sensor capacity, hddtemp script in agent-local as demo, possibly needs a little more work
Files changed (9) +230 / -154
Changed files with action and line counts
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mincludes/discovery/functions.inc.php+3 / -3
Mincludes/discovery/ipmi.inc.php+1 / -1
Aincludes/polling/applications/hddtemp.inc.php+23 / -0
Mincludes/polling/functions.inc.php+30 / -11
Mincludes/polling/ipmi.inc.php+0 / -4
Mincludes/polling/unix-agent.inc.php+31 / -6
Mincludes/polling/unix-agent/packages.inc.php+130 / -128
Ascripts/agent-local/hddtemp+11 / -0
+230 added −154 removed filtered activity

💻 r3212

Tom Laermans 🦔
fucking debugging
Files changed (1) +0 / -3
Changed files with action and line counts
Mincludes/polling/ports.inc.php+0 / -3
0 added −3 removed filtered activity

💻 r3211

Adam Armstrong 🐸
make old rrd format expectation default
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3210

Adam Armstrong 🐸
change remanining interface_id to port_id
Files changed (1) +11 / -0
Changed files with action and line counts
Asql-schema/025.sql+11 / -0
0 added 0 removed filtered activity

💻 r3209

Adam Armstrong 🐸
fix ipv4 and ipv6 tables to use port_id not interface_id
Files changed (1) +2 / -0
Changed files with action and line counts
Asql-schema/024.sql+2 / -0
0 added 0 removed filtered activity

💻 r3208

Adam Armstrong 🐸
transparent graph canvas (me gusta)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3207

Adam Armstrong 🐸
minor improvement to globe tooltip formatting
Files changed (1) +4 / -2
Changed files with action and line counts
Mhtml/pages/front/globe.php+4 / -2
+4 added −2 removed filtered activity

💻 r3206

Tom Laermans 🦔
fix processor link on inventory tab
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/hrdevice.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3205

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

💻 r3204

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

💻 r3203

Tom Laermans 🦔
minisyntaxfix + add rewrite for EX3300
Files changed (2) +17 / -14
Changed files with action and line counts
Mhtml/pages/device/alerts.inc.php+16 / -14
Mincludes/rewrites.php+1 / -0
+17 added −14 removed filtered activity

💻 r3202

Adam Armstrong 🐸
force sites with downed devices to the front of the map always.
Files changed (1) +9 / -6
Changed files with action and line counts
Mhtml/pages/front/globe.php+9 / -6
+9 added −6 removed filtered activity

💻 r3201

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

💻 r3200

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

💻 r3199

Adam Armstrong 🐸
some database updates (adding some _deleted fields) and fix links table.
Files changed (4) +17 / -7
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -1
Mhtml/includes/graphs/location/bits.inc.php+1 / -1
Mhtml/pages/device/alerts.inc.php+8 / -5
Asql-schema/023.sql+5 / -0
+12 added −7 removed filtered activity

💻 r3198

Adam Armstrong 🐸
more alerting stuff (non-functional)
Files changed (1) +113 / -0
Changed files with action and line counts
Aincludes/alerts.inc.php+113 / -0
+113 added 0 removed filtered activity

💻 r3197

Adam Armstrong 🐸
alerting stuff (non-functional)
Files changed (3) +125 / -14
Changed files with action and line counts
Mhtml/includes/functions.inc.php+38 / -13
Ahtml/pages/device/alerts.inc.php+86 / -0
Mincludes/common.php+1 / -1
+125 added −14 removed filtered activity

💻 r3196

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

💻 r3195

Adam Armstrong 🐸
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) +525 / -928

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

Changed files with action and line counts
Mattic/interfaces.inc.php+7 / -7
Mattic/purgeports.inc.php+12 / -12
Mcheck-errors.php+1 / -1
Mcontrib/generate-dnstext.php+1 / -1
Mcontrib/generate-vegadns.php+1 / -1
Mhtml/ajax_listports.php+2 / -2
Mhtml/includes/functions.inc.php+10 / -8
Mhtml/includes/graphs/atmvp/auth.inc.php+2 / -2
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/graphs/macaccounting/auth.inc.php+3 / -3
Mhtml/includes/graphs/multiport/bits.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_duo.inc.php+2 / -2
Mhtml/includes/graphs/multiport/bits_separate.inc.php+1 / -1
Mhtml/includes/graphs/multiport/bits_trio.inc.php+3 / -3
Mhtml/includes/graphs/port/mac_acc_total.inc.php+4 / -4
Mhtml/includes/javascript-interfacepicker.inc.php+2 / -2
Mhtml/includes/port-edit.inc.php+6 / -6
Mhtml/includes/print-interface-adsl.inc.php+10 / -10
Mhtml/includes/print-interface-graphs.inc.php+1 / -1
Mhtml/includes/print-interface.inc.php+30 / -30
Mhtml/includes/print-menubar.php+2 / -2
Mhtml/includes/print-vlan.inc.php+4 / -4
Mhtml/includes/print-vrf.inc.php+3 / -3
Mhtml/map.php+25 / -25
Mhtml/pages/about.inc.php+1 / -1
Mhtml/pages/bill.inc.php+1 / -1
Mhtml/pages/bill/actions.inc.php+2 / -2
Mhtml/pages/bill/edit.inc.php+7 / -7
Mhtml/pages/bill/pdf_history.inc.php+1 / -1
Mhtml/pages/bills.inc.php+2 / -2
+505 added −909 removed filtered activity

💻 r3194

Adam Armstrong 🐸
make more space on device tabs :)
Files changed (1) +13 / -3
Changed files with action and line counts
Mhtml/pages/device.inc.php+13 / -3
+13 added −3 removed filtered activity

💻 r3193

Tom Laermans 🦔
fix sha1 -> sha
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/addhost.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3192

Tom Laermans 🦔
remove commit from 3188
Files changed (7) +8 / -21
Changed files with action and line counts
Mincludes/definitions.inc.php+0 / -12
Mincludes/discovery/current/apc.inc.php+1 / -1
Mincludes/discovery/frequencies/apc.inc.php+2 / -2
Mincludes/discovery/humidity/apc.inc.php+1 / -1
Mincludes/discovery/os/apc.inc.php+2 / -3
Mincludes/discovery/temperatures/apc.inc.php+1 / -1
Mincludes/discovery/voltages/apc.inc.php+1 / -1
+8 added −21 removed filtered activity

💻 r3191

Adam Armstrong 🐸
db fixes (needed for snmpv3 sha fix)
Files changed (1) +3 / -0
Changed files with action and line counts
Asql-schema/021.sql+3 / -0
0 added 0 removed filtered activity

💻 r3190

Adam Armstrong 🐸
clean up time definitions (#48)
Files changed (1) +13 / -13
Changed files with action and line counts
Mincludes/definitions.inc.php+13 / -13
+13 added −13 removed filtered activity

💻 r3189

Adam Armstrong 🐸
replace "sha1" with "sha", as required by net-snmp
Files changed (3) +6 / -6
Changed files with action and line counts
Maddhost.php+4 / -4
Mhtml/pages/device/edit/snmp.inc.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
+6 added −6 removed filtered activity

💻 r3188

Adam Armstrong 🐸
Add support for APC UPS. #55.
Files changed (8) +189 / -83
Changed files with action and line counts
Mincludes/definitions.inc.php+12 / -0
Mincludes/discovery/current/apc.inc.php+1 / -1
Mincludes/discovery/frequencies/apc.inc.php+2 / -2
Mincludes/discovery/humidity/apc.inc.php+1 / -1
Mincludes/discovery/os/apc.inc.php+3 / -2
Mincludes/discovery/temperatures/apc.inc.php+1 / -1
Mincludes/discovery/voltages/apc.inc.php+1 / -1
Mmibs/PowerNet-MIB+168 / -75
+21 added −8 removed filtered activity

💻 r3187

Adam Armstrong 🐸
fix some rrdtool_graph calls to use arrays. add NRG printer support.
Files changed (7) +50 / -18
Changed files with action and line counts
Ahtml/images/os/nrg.png+1 / -0
Mincludes/definitions.inc.php+8 / -0
Aincludes/discovery/os/nrg.inc.php+8 / -0
Mincludes/polling/cisco-mac-accounting.inc.php+4 / -2
Aincludes/polling/os/nrg.inc.php+17 / -0
Mincludes/polling/ucd-mib.inc.php+10 / -14
Mincludes/polling/wifi.inc.php+2 / -2
+49 added −18 removed filtered activity

💻 r3186

Tom Laermans 🦔
rename senao mib file, remove duplicate table definition
Files changed (3) +1,041 / -1,015
Changed files with action and line counts
Mincludes/functions.php+1 / -1
Amibs/SENAO-ENTERPRISE-INDOOR-AP-CB-MIB+1,040 / -0
Dmibs/SENAO-ENTERPRISE-INDOOR-AP_CB-MIB+0 / -1,014
+1 added −1 removed filtered activity

💻 r3185

cleanup
syntaxer run
Files changed (44) +65 / -97

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

Changed files with action and line counts
Maddhost.php+8 / -8
Mhtml/includes/device-header.inc.php+0 / -1
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/application/memcached_data.inc.php+1 / -1
Mhtml/includes/graphs/application/memcached_items.inc.php+1 / -1
Mhtml/includes/graphs/application/memcached_threads.inc.php+1 / -0
Mhtml/includes/graphs/device/hr_processes.inc.php+0 / -2
Mhtml/includes/graphs/device/hr_users.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_icmp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_icmp_info.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_ip.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_ip_frag.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_snmp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_tcp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_udp.inc.php+0 / -1
Mhtml/includes/graphs/device/screenos_sessions.inc.php+0 / -1
Mhtml/includes/graphs/device/sensor.inc.php+0 / -1
Mhtml/includes/graphs/device/toner.inc.php+0 / -1
Mhtml/includes/graphs/device/uptime.inc.php+0 / -1
Mhtml/includes/graphs/device/vpdn_sessions_l2tp.inc.php+0 / -1
Mhtml/includes/graphs/device/vpdn_tunnels_l2tp.inc.php+0 / -1
Mhtml/includes/graphs/device/wifi_clients.inc.php+0 / -1
Mhtml/includes/graphs/generic_multi_data_separated.inc.php+1 / -3
Mhtml/includes/graphs/generic_simplex.inc.php+0 / -4
Mhtml/includes/graphs/global/auth.inc.php+1 / -1
Mhtml/includes/graphs/global/bits.inc.php+0 / -1
Mhtml/includes/graphs/graph.inc.php+3 / -3
Mhtml/includes/graphs/munin/auth.inc.php+1 / -1
Mhtml/includes/print-device-graph.php+0 / -1
Mhtml/pages/addhost.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r3184

Tom Laermans 🦔
add snmpv3 support to old snmp queries - patch by gl
Files changed (12) +23 / -22
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+1 / -1
Mincludes/discovery/cisco-mac-accounting.inc.php+1 / -1
Mincludes/discovery/temperatures/observernms-custom.inc.php+2 / -2
Mincludes/discovery/vlans.inc.php+1 / -0
Mincludes/polling/applications/mysql.inc.php+1 / -1
Mincludes/polling/bgp-peers.inc.php+4 / -4
Mincludes/polling/mempools/cemp.inc.php+2 / -2
Mincludes/polling/mempools/cmp.inc.php+2 / -2
Mincludes/polling/os/ironware.inc.php+3 / -3
Mincludes/polling/os/screenos.inc.php+1 / -1
Mincludes/polling/os/snom.inc.php+3 / -3
Mincludes/polling/os/speedtouch.inc.php+2 / -2
+23 added −22 removed filtered activity

💻 r3183

Adam Armstrong 🐸
bigger zoom on globe
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/pages/front/globe.php+1 / -0
+1 added 0 removed filtered activity

💻 r3182

Adam Armstrong 🐸
fixes to global map
Files changed (1) +22 / -9
Changed files with action and line counts
Mhtml/pages/front/globe.php+22 / -9
+22 added −9 removed filtered activity

💻 r3181

Adam Armstrong 🐸
globe map
Files changed (1) +198 / -0
Changed files with action and line counts
Ahtml/pages/front/globe.php+198 / -0
+198 added 0 removed filtered activity

💻 r3180

Adam Armstrong 🐸
allow the ability to rewrite locations
Files changed (3) +28 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+5 / -0
Mincludes/polling/system.inc.php+7 / -0
Mincludes/rewrites.php+16 / -0
+28 added 0 removed filtered activity

💻 r3179

Tom Laermans 🦔
don't overwrite graph time period to 1y always
Files changed (1) +4 / -0
Changed files with action and line counts
Mhtml/includes/functions.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r3178

Adam Armstrong 🐸
fix c6k crossbar graph
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview/c6kxbar.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3177

Adam Armstrong 🐸
fix smokeping graphs (id -> device)
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/device/latency.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r3176

Adam Armstrong 🐸
fix demo front page and collectd graphs
Files changed (2) +2 / -2
Changed files with action and line counts
Mhtml/pages/device/collectd.inc.php+1 / -1
Mhtml/pages/front/demo.php+1 / -1
+2 added −2 removed filtered activity

💻 r3175

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

💻 r3174

Tom Laermans 🦔
remove very efficient coding
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/global/auth.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3173

Adam Armstrong 🐸
ports poller update (fix not adding filtered interfaces)
Files changed (1) +425 / -11
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+425 / -11
+425 added −11 removed filtered activity

💻 r3172

Adam Armstrong 🐸
port poller
Files changed (1) +11 / -9
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+11 / -9
+11 added −9 removed filtered activity

💻 r3171

Adam Armstrong 🐸
ports discovery updates
Files changed (3) +38 / -39
Changed files with action and line counts
Mincludes/discovery/ports.inc.php+36 / -38
Mincludes/functions.php+1 / -1
Mincludes/polling/ports.inc.php+1 / -0
+38 added −39 removed filtered activity

💻 r3170

Adam Armstrong 🐸
add some global graphs. for great cpu-eating justice!
Files changed (5) +144 / -0
Changed files with action and line counts
Ahtml/includes/graphs/global non-text+0 / -0
Ahtml/includes/graphs/global/auth.inc.php+8 / -0
Ahtml/includes/graphs/global/bits.inc.php+67 / -0
Ahtml/includes/graphs/global/processor_separate.inc.php+34 / -0
Ahtml/includes/graphs/global/processor_stack.inc.php+35 / -0
+144 added 0 removed filtered activity

💻 r3169

Adam Armstrong 🐸
fix auth for graphs to allow cidr filter. fix schema 006
Files changed (29) +43 / -48
Changed files with action and line counts
Mhtml/graph.php+0 / -11
Mhtml/includes/functions.inc.php+7 / -0
Mhtml/includes/graphs/application/auth.inc.php+1 / -1
Mhtml/includes/graphs/atmvp/auth.inc.php+1 / -1
Mhtml/includes/graphs/bgp/auth.inc.php+1 / -1
Mhtml/includes/graphs/bill/auth.inc.php+1 / -1
Mhtml/includes/graphs/cefswitching/auth.inc.php+1 / -1
Mhtml/includes/graphs/customer/auth.inc.php+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+1 / -1
Mhtml/includes/graphs/diskio/auth.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+8 / -8
Mhtml/includes/graphs/ipsectunnel/auth.inc.php+1 / -1
Mhtml/includes/graphs/location/auth.inc.php+1 / -1
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/multiport/auth.inc.php+1 / -1
Mhtml/includes/graphs/munin/auth.inc.php+1 / -1
Mhtml/includes/graphs/netscalervsvr/auth.inc.php+1 / -1
Mhtml/includes/graphs/port/auth.inc.php+1 / -1
Mhtml/includes/graphs/processor/auth.inc.php+1 / -1
Mhtml/includes/graphs/rserver/auth.inc.php+1 / -1
Mhtml/includes/graphs/sensor/auth.inc.php+1 / -1
Mhtml/includes/graphs/service/auth.inc.php+1 / -1
Mhtml/includes/graphs/smokeping/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
Mhtml/includes/graphs/toner/auth.inc.php+1 / -1
Mhtml/includes/graphs/vserver/auth.inc.php+1 / -1
Mincludes/discovery/ports.inc.php+0 / -1
Mincludes/functions.php+3 / -3
Msql-schema/006.sql+2 / -2
+41 added −46 removed filtered activity

💻 r3168

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

💻 r3167

Adam Armstrong 🐸
cleanups to how graphing works. start using device= for device graphs.
Files changed (75) +226 / -194

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

Changed files with action and line counts
Mhtml/includes/device-header.inc.php+3 / -4
Mhtml/includes/functions.inc.php+5 / -3
Mhtml/includes/graphs/application/auth.inc.php+3 / -3
Mhtml/includes/graphs/application/memcached_threads.inc.php+1 / -2
Mhtml/includes/graphs/application/memcached_uptime.inc.php+1 / -1
Mhtml/includes/graphs/application/shoutcast_multi_bits.inc.php+2 / -0
Mhtml/includes/graphs/application/shoutcast_multi_stats.inc.php+2 / -0
Mhtml/includes/graphs/bgp/auth.inc.php+2 / -2
Mhtml/includes/graphs/cefswitching/auth.inc.php+2 / -2
Mhtml/includes/graphs/customer/auth.inc.php+4 / -2
Mhtml/includes/graphs/customer/bits.inc.php+1 / -1
Mhtml/includes/graphs/device/auth.inc.php+1 / -2
Mhtml/includes/graphs/device/bits.inc.php+1 / -3
Mhtml/includes/graphs/device/cras_sessions.inc.php+1 / -3
Mhtml/includes/graphs/device/diskio_common.inc.php+1 / -1
Mhtml/includes/graphs/device/hr_processes.inc.php+0 / -2
Mhtml/includes/graphs/device/hr_users.inc.php+0 / -2
Mhtml/includes/graphs/device/ipSystemStats.inc.php+0 / -2
Mhtml/includes/graphs/device/ipsystemstats_ipv4.inc.php+1 / -3
Mhtml/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php+0 / -2
Mhtml/includes/graphs/device/ipsystemstats_ipv6.inc.php+1 / -3
Mhtml/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php+1 / -3
Mhtml/includes/graphs/device/mempool.inc.php+1 / -3
Mhtml/includes/graphs/device/netstat_icmp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_icmp_info.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_ip.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_ip_frag.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_snmp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_tcp.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_udp.inc.php+0 / -1
+226 added −194 removed filtered activity

💻 r3166

Adam Armstrong 🐸
now remove the correct line
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/includes/graphs/bgp/prefixes.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r3165

Adam Armstrong 🐸
fix bgp prefix graphs (stupid me, i removed the wrong line)
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/graphs/bgp/prefixes.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3164

Adam Armstrong 🐸
remove debugging
Files changed (1) +0 / -1
Changed files with action and line counts
Mincludes/polling/system.inc.php+0 / -1
0 added −1 removed filtered activity

💻 r3163

Adam Armstrong 🐸
fix problem with snmp_get_multi
Files changed (2) +9 / -2
Changed files with action and line counts
Mincludes/polling/system.inc.php+2 / -1
Mincludes/snmp.inc.php+7 / -1
+9 added −2 removed filtered activity

💻 r3162

Adam Armstrong 🐸
fix sql-schema update (derp)
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/sql-schema/update.php+2 / -0
+2 added 0 removed filtered activity

💻 r3161

Adam Armstrong 🐸
supermicro switch icon and detection
Files changed (3) +20 / -0
Changed files with action and line counts
Ahtml/images/os/supermicro.png+1 / -0
Mincludes/definitions.inc.php+9 / -0
Aincludes/discovery/os/supermicro-switch.inc.php+10 / -0
+19 added 0 removed filtered activity

💻 r3160

Adam Armstrong 🐸
graph improvements. FIXME - graph defs are getting messier. NEED SIMPLIFICATION.
Files changed (3) +86 / -21
Changed files with action and line counts
Mhtml/includes/graphs/device/netstat_snmp.inc.php+1 / -1
Mhtml/includes/graphs/device/netstat_snmp_pkt.inc.php+11 / -20
Ahtml/includes/graphs/generic_multi.inc.php+74 / -0
+86 added −21 removed filtered activity

💻 r3159

Adam Armstrong 🐸
nicer UCD memory graph
Files changed (1) +30 / -4
Changed files with action and line counts
Mhtml/includes/graphs/device/ucd_memory.inc.php+30 / -4
+30 added −4 removed filtered activity

💻 r3158

Adam Armstrong 🐸
DERP
Files changed (3) +47 / -34
Changed files with action and line counts
D020.sql+0 / -6
Mhtml/includes/graphs/device/ucd_memory.inc.php+41 / -28
Asql-schema/020.sql+6 / -0
+41 added −28 removed filtered activity

💻 r3157

Tom Laermans 🦔
bye bye debug output, le sigh - also add newline before stats
Files changed (1) +2 / -3
Changed files with action and line counts
Mpoller.php+2 / -3
+2 added −3 removed filtered activity

💻 r3156

Adam Armstrong 🐸
snmpv3 support. for hipsters.
Files changed (9) +532 / -91
Changed files with action and line counts
A020.sql+6 / -0
Maddhost.php+147 / -23
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/device/agent.inc.php+2 / -2
Mhtml/pages/addhost.inc.php+81 / -8
Mhtml/pages/device/edit/snmp.inc.php+87 / -13
Mincludes/defaults.inc.php+14 / -1
Mincludes/functions.php+88 / -19
Mincludes/snmp.inc.php+106 / -24
+526 added −91 removed filtered activity

💻 r3155

Adam Armstrong 🐸
time fix. improvement to apps overview.
Files changed (4) +17 / -14
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/pages/apps/default.inc.php+1 / -4
Mhtml/pages/apps/overview.inc.php+14 / -8
Mhtml/pages/device/hrdevice.inc.php+1 / -1
+17 added −14 removed filtered activity

💻 r3154

Adam Armstrong 🐸
set scale for contexts/interrupts
Files changed (2) +4 / -8
Changed files with action and line counts
Mhtml/includes/graphs/device/ucd_contexts.inc.php+2 / -4
Mhtml/includes/graphs/device/ucd_interrupts.inc.php+2 / -4
+4 added −8 removed filtered activity

💻 r3153

Adam Armstrong 🐸
missing graph types
Files changed (6) +285 / -0
Changed files with action and line counts
Ahtml/includes/graphs/application/memcached_data.inc.php+34 / -0
Ahtml/includes/graphs/application/memcached_items.inc.php+33 / -0
Ahtml/includes/graphs/application/memcached_threads.inc.php+20 / -0
Ahtml/includes/graphs/application/mysql_status.inc.php+51 / -0
Ahtml/includes/graphs/device/agent.inc.php+27 / -0
Ahtml/includes/graphs/generic_multi_data_separated.inc.php+120 / -0
+285 added 0 removed filtered activity

💻 r3152

Adam Armstrong 🐸
add ability to pass an array of values to rrdtool_update, which are checked and replaced with U if invalid.
Files changed (3) +17 / -7
Changed files with action and line counts
Mincludes/polling/netstats-snmp.inc.php+2 / -3
Mincludes/rrdtool.inc.php+12 / -3
Mpoller.php+3 / -1
+17 added −7 removed filtered activity

💻 r3151

Adam Armstrong 🐸
fix netstat graphs (remove invalid double including of common.inc.php)
Files changed (8) +1 / -15
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
Mhtml/includes/graphs/device/netstat_icmp.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_icmp_info.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_ip.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_snmp.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_snmp_pkt.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_tcp.inc.php+0 / -2
Mhtml/includes/graphs/device/netstat_udp.inc.php+0 / -2
+1 added −15 removed filtered activity

💻 r3150

Adam Armstrong 🐸
phpDocumentator headers. retire static-config. IF YOU ARE READING THIS, REMOVE IT FROM THE BOTTOM YOUR CONFIG.PHP. YES. YOU.
Files changed (36) +1,586 / -1,284

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

Changed files with action and line counts
Maddhost.php+9 / -7
Madduser.php+14 / -1
Malerts.php+13 / -0
Mbilling-calculate.php+12 / -1
Mcheck-errors.php+13 / -0
Mcheck-services.php+13 / -0
Mconfig.php.default+0 / -2
Mdelhost.php+14 / -1
Mdiscovery.php+9 / -7
Mgenerate-iplist.php+13 / -0
Mhtml/ajax_listports.php+13 / -0
Mhtml/bandwidth-graph.php+13 / -0
Mhtml/billing-graph.php+13 / -0
Mhtml/data.php+13 / -0
Mhtml/graph-realtime.php+14 / -7
Mhtml/graph.php+13 / -0
Mhtml/includes/graphs/bgp/prefixes.inc.php+0 / -7
Mhtml/includes/graphs/device/hr_processes.inc.php+16 / -11
Mhtml/includes/graphs/device/hr_users.inc.php+16 / -13
Mhtml/includes/graphs/device/ucd_interrupts.inc.php+2 / -2
Mhtml/includes/graphs/generic_simplex.inc.php+14 / -0
Mhtml/includes/graphs/old_generic_simplex.inc.php+1 / -0
Mhtml/includes/graphs/processor/usage.inc.php+1 / -0
Mhtml/index.php+13 / -0
Mhtml/map.php+13 / -0
Mhtml/netcmd.php+14 / -1
Mhtml/pdf.php+13 / -0
Aincludes/definitions.inc.php+1,218 / -0
Mincludes/static-config.php+1 / -1,214
Mirc.php+13 / -1
+1,586 added −1,284 removed filtered activity

💻 r3149

Adam Armstrong 🐸
update nginx application poller to use snmp_get
Files changed (1) +10 / -4
Changed files with action and line counts
Mincludes/polling/applications/nginx.inc.php+10 / -4
+10 added −4 removed filtered activity

💻 r3148

Tom Laermans 🦔
make nginx script work via agent, patch by LinuxUser
Files changed (3) +16 / -7
Changed files with action and line counts
Mincludes/polling/applications/nginx.inc.php+14 / -7
Mincludes/polling/unix-agent.inc.php+1 / -0
Mscripts/agent-local/nginx+1 / -0
+16 added −7 removed filtered activity

💻 r3147

cleanup
syntaxer run
Files changed (8) +42 / -43
Changed files with action and line counts
Mhtml/map.php+4 / -4
Mhtml/pages/device/edit.inc.php+1 / -1
Mhtml/pages/device/edit/icon.inc.php+0 / -1
Mincludes/discovery/bgp-peers.inc.php+1 / -1
Mincludes/discovery/vmware-vminfo.inc.php+11 / -11
Mincludes/polling/system.inc.php+1 / -1
Mincludes/polling/unix-agent/munin-plugins.inc.php+22 / -22
Mincludes/rrdtool.inc.php+2 / -2
0 added 0 removed filtered activity

💻 r3146

Tom Laermans 🦔
allow multiple icons to be defined per OS, let user select one in the device settings
Files changed (5) +94 / -6
Changed files with action and line counts
Mhtml/pages/device/edit.inc.php+7 / -1
Mhtml/pages/device/edit/device.inc.php+0 / -5
Ahtml/pages/device/edit/icon.inc.php+84 / -0
Mincludes/discovery/toner.inc.php+2 / -0
Mincludes/static-config.php+1 / -0
+94 added −6 removed filtered activity

💻 r3145

Tom Laermans 🦔
more time period corrections
Files changed (3) +22 / -22
Changed files with action and line counts
Mhtml/includes/print-vlan.inc.php+2 / -2
Mhtml/includes/print-vrf.inc.php+2 / -2
Mhtml/pages/device/port/macaccounting.inc.php+18 / -18
+22 added −22 removed filtered activity

💻 r3144

Tom Laermans 🦔
improvements to services
Files changed (6) +27 / -25
Changed files with action and line counts
Mcheck-services.php+0 / -2
Dhtml/includes/service-add.inc.php+0 / -12
Mhtml/pages/addsrv.inc.php+10 / -1
Mincludes/common.php+8 / -0
Mincludes/discovery/services.inc.php+1 / -1
Mincludes/services.inc.php+8 / -9
+27 added −25 removed filtered activity

💻 r3143

Tom Laermans 🦔
remove useless assignment, duh
Files changed (1) +0 / -2
Changed files with action and line counts
Mincludes/static-config.php+0 / -2
0 added −2 removed filtered activity

💻 r3142

Tom Laermans 🦔
map fixie
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/map.php+1 / -1
+1 added −1 removed filtered activity

💻 r3141

Tom Laermans 🦔
actually use app section text instead of nicecasing the array key
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/apps/mysql.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3140

Tom Laermans 🦔
make sure capacity oid actually ends up in database for already existing toner
Files changed (3) +5 / -8
Changed files with action and line counts
Mconfig.php.default+0 / -3
Mincludes/discovery/functions.inc.php+4 / -4
Mincludes/discovery/toner.inc.php+1 / -1
+5 added −8 removed filtered activity

💻 r3139

Tom Laermans 🦔
only repoll capacity when oid is in database
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/polling/toner.inc.php+4 / -1
+4 added −1 removed filtered activity

💻 r3138

Tom Laermans 🦔
repoll toner capacity
Files changed (5) +8 / -8
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+4 / -4
Mincludes/discovery/toner.inc.php+1 / -1
Mincludes/polling/os/unix.inc.php+1 / -1
Mincludes/polling/toner.inc.php+1 / -2
Asql-schema/019.sql+1 / -0
+7 added −8 removed filtered activity

💻 r3137

Tom Laermans 🦔
more nicecase()
Files changed (1) +1 / -3
Changed files with action and line counts
Mhtml/pages/device/apps.inc.php+1 / -3
+1 added −3 removed filtered activity

💻 r3136

Tom Laermans 🦔
minor cleanups
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/static-config.php+6 / -6
+6 added −6 removed filtered activity

💻 r3135

Tom Laermans 🦔
improvements to (mysql) app system
Files changed (6) +44 / -31
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/apps.inc.php+1 / -1
Mhtml/pages/apps/default.inc.php+25 / -23
Mhtml/pages/apps/overview.inc.php+1 / -1
Mhtml/pages/device/apps/mysql.inc.php+3 / -3
Mincludes/functions.php+13 / -2
+44 added −31 removed filtered activity

💻 r3134

Tom Laermans 🦔
remove legacy variables, hopefully i didn't mess anything up
Files changed (53) +963 / -212

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

Changed files with action and line counts
Mhtml/includes/device-header.inc.php+2 / -2
Mhtml/includes/print-vlan.inc.php+2 / -2
Mhtml/includes/print-vrf.inc.php+2 / -2
Mhtml/index.php+0 / -8
Mhtml/pages/apps/default.inc.php+38 / -37
Mhtml/pages/apps/overview.inc.php+1 / -1
Mhtml/pages/device/apps/apache.inc.php+1 / -1
Mhtml/pages/device/apps/drbd.inc.php+1 / -1
Mhtml/pages/device/apps/mailscanner.inc.php+1 / -1
Mhtml/pages/device/apps/memcached.inc.php+1 / -1
Mhtml/pages/device/apps/mysql.inc.php+1 / -1
Mhtml/pages/device/apps/nginx.inc.php+1 / -1
Mhtml/pages/device/apps/ntp-client.inc.php+1 / -1
Mhtml/pages/device/apps/ntpd-server.inc.php+1 / -1
Mhtml/pages/device/apps/powerdns.inc.php+1 / -1
Mhtml/pages/device/apps/shoutcast.inc.php+2 / -2
Mhtml/pages/device/health/mempool.inc.php+4 / -2
Mhtml/pages/device/health/processor.inc.php+2 / -2
Mhtml/pages/device/health/storage.inc.php+1 / -1
Mhtml/pages/device/hrdevice.inc.php+5 / -5
Mhtml/pages/device/overview/c6kxbar.inc.php+2 / -2
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+2 / -2
Mhtml/pages/device/overview/ports.inc.php+2 / -2
Mhtml/pages/device/overview/processors.inc.php+2 / -2
Mhtml/pages/device/overview/storage.inc.php+2 / -2
Mhtml/pages/device/overview/toner.inc.php+2 / -2
Mhtml/pages/device/port/junose-atm-vp.inc.php+1 / -1
Mhtml/pages/device/port/macaccounting.inc.php+3 / -3
Mhtml/pages/device/port/pagp.inc.php+8 / -8
+207 added −212 removed filtered activity

💻 r3133

Adam Armstrong 🐸
#46 support for svn > 1.7 from Mike Stupalov
Files changed (1) +8 / -2
Changed files with action and line counts
Mincludes/static-config.php+8 / -2
+8 added −2 removed filtered activity

💻 r3132

Tom Laermans 🦔
fix dpkg so it really shows ALL installed packages
Files changed (1) +2 / -2
Changed files with action and line counts
Mscripts/agent-local/dpkg+2 / -2
+2 added −2 removed filtered activity

💻 r3131

Tom Laermans 🦔
remove empty dpkg build dash from removal message
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent/packages.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3130

Tom Laermans 🦔
only show actually installed deb packages - make sure to copy the new dpkg script to your hosts
Files changed (1) +3 / -2
Changed files with action and line counts
Mscripts/agent-local/dpkg+3 / -2
+3 added −2 removed filtered activity

💻 r3129

Adam Armstrong 🐸
GOGO
Files changed (4) +273 / -1
Changed files with action and line counts
Mhtml/map.php+7 / -1
Aincludes/polling/unix-agent non-text+0 / -0
Aincludes/polling/unix-agent/munin-plugins.inc.php+121 / -0
Aincludes/polling/unix-agent/packages.inc.php+145 / -0
+273 added −1 removed filtered activity

💻 r3128

Tom Laermans 🦔
also show rrdtool version on about page, save some forks and selects
Files changed (1) +1 / -8
Changed files with action and line counts
Mhtml/pages/about.inc.php+1 / -8
+1 added −8 removed filtered activity

💻 r3127

Tom Laermans 🦔
html fixies, show rrdtool version on menu
Files changed (4) +20 / -24
Changed files with action and line counts
Mhtml/includes/print-menubar.php+12 / -12
Mhtml/index.php+5 / -8
Mhtml/pages/devices.inc.php+1 / -1
Mincludes/polling/functions.inc.php+2 / -3
+20 added −24 removed filtered activity

💻 r3126

Adam Armstrong 🐸
Use uptime fetched from Agent.
Files changed (1) +28 / -25
Changed files with action and line counts
Mincludes/polling/system.inc.php+28 / -25
+28 added −25 removed filtered activity

💻 r3125

Adam Armstrong 🐸
fix processor_usage - set min/max scale and remove duplicate common.inc.php.
Files changed (1) +1 / -32
Changed files with action and line counts
Mhtml/includes/graphs/processor/usage.inc.php+1 / -32
+1 added −32 removed filtered activity

💻 r3124

Adam Armstrong 🐸
add the ability to run poller without updating rrds. add --rigid to graphs.
Files changed (5) +23 / -4
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -0
Mincludes/common.php+1 / -1
Mincludes/polling/cipsec-tunnels.inc.php+2 / -0
Mincludes/rrdtool.inc.php+12 / -2
Mpoller.php+7 / -1
+23 added −4 removed filtered activity

💻 r3123

Adam Armstrong 🐸
#44 don't discover temperature sensors without numeric values. (from Mike Stupalov)
Files changed (1) +3 / -1
Changed files with action and line counts
Mincludes/discovery/temperatures/cisco-envmon.inc.php+3 / -1
+3 added −1 removed filtered activity

💻 r3122

Adam Armstrong 🐸
show pseudowire tab when pseudowires exist rather than when routing exist.
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3121

Adam Armstrong 🐸
updates to pseudowires table
Files changed (1) +3 / -0
Changed files with action and line counts
Asql-schema/018.sql+3 / -0
0 added 0 removed filtered activity

💻 r3120

Tom Laermans 🦔
update database for the fanspeed upper limit change that snuck in in r3119
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/017.sql+1 / -0
0 added 0 removed filtered activity

💻 r3119

Tom Laermans 🦔
fix vmware adding one vm when there actually was none
Files changed (2) +61 / -58
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/vmware-vminfo.inc.php+60 / -57
+61 added −58 removed filtered activity

💻 r3118

Tom Laermans 🦔
remove old rrd file check after a little over a year, douchebags should svn up :>
Files changed (1) +2 / -18
Changed files with action and line counts
Mincludes/polling/functions.inc.php+2 / -18
+2 added −18 removed filtered activity

💻 r3117

cleanup
syntaxer run
Files changed (31) +66 / -73

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

Changed files with action and line counts
Mhtml/includes/graphs/application/memcached_uptime.inc.php+0 / -1
Mhtml/includes/graphs/device/bits.inc.php+1 / -0
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -2
Mhtml/includes/graphs/munin/auth.inc.php+1 / -1
Mhtml/includes/graphs/munin/graph.inc.php+3 / -4
Mhtml/pages/device.inc.php+0 / -1
Mhtml/pages/device/apps.inc.php+1 / -1
Mhtml/pages/device/apps/memcached.inc.php+1 / -1
Mhtml/pages/device/graphs.inc.php+5 / -4
Mhtml/pages/device/overview.inc.php+2 / -0
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/device/port.inc.php+2 / -3
Mhtml/pages/device/ports.inc.php+10 / -12
Mhtml/pages/device/services.inc.php+1 / -1
Mhtml/pages/health/sensors.inc.php+3 / -3
Mhtml/pages/search/arp.inc.php+6 / -7
Mhtml/pages/services.inc.php+1 / -1
Mincludes/defaults.inc.php+2 / -2
Mincludes/discovery/cisco-pw.inc.php+4 / -5
Mincludes/discovery/humidity/pcoweb.inc.php+1 / -1
Mincludes/discovery/os/linux.inc.php+2 / -2
Mincludes/discovery/temperatures/pcoweb.inc.php+1 / -1
Mincludes/discovery/vlans.inc.php+4 / -5
Mincludes/discovery/vlans/cisco-vtp.inc.php+1 / -1
Mincludes/functions.php+2 / -1
Mincludes/polling/applications/drbd.inc.php+2 / -2
Mincludes/polling/applications/memcached.inc.php+1 / -2
Mincludes/polling/applications/mysql.inc.php+0 / -1
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/unix-agent.inc.php+4 / -4
0 added 0 removed filtered activity

💻 r3116

Adam Armstrong 🐸
pseudowire reworking. add device tab (no wonder no one ever asked about it, damn tab was missing!)
Files changed (4) +143 / -57
Changed files with action and line counts
Mhtml/pages/device.inc.php+11 / -0
Ahtml/pages/device/pseudowires.inc.php+97 / -0
Mincludes/discovery/cisco-pw.inc.php+33 / -52
Mincludes/discovery/entity-physical.inc.php+2 / -5
+143 added −57 removed filtered activity

💻 r3115

Adam Armstrong 🐸
move vlan discovery scripts into a directory
Files changed (6) +71 / -71
Changed files with action and line counts
Dincludes/discovery/cisco-vlans.inc.php+0 / -38
Dincludes/discovery/q-bridge-mib.inc.php+0 / -31
Aincludes/discovery/vlans non-text+0 / -0
Mincludes/discovery/vlans.inc.php+2 / -2
Aincludes/discovery/vlans/cisco-vtp.inc.php+38 / -0
Aincludes/discovery/vlans/q-bridge-mib.inc.php+31 / -0
+71 added −71 removed filtered activity

💻 r3114

Adam Armstrong 🐸
more memcached
Files changed (9) +79 / -24
Changed files with action and line counts
Mhtml/pages/device/overview/generic/sensor.inc.php+10 / -1
Mhtml/pages/device/port.inc.php+11 / -0
Mhtml/pages/device/ports.inc.php+12 / -1
Mhtml/pages/health/sensors.inc.php+13 / -2
Mincludes/defaults.inc.php+14 / -14
Mincludes/polling/functions.inc.php+7 / -2
Mincludes/polling/storage.inc.php+10 / -2
Mirc.php+1 / -2
Msql-schema/016.sql+1 / -0
+78 added −24 removed filtered activity

💻 r3113

Adam Armstrong 🐸
updated vlan detection
Files changed (7) +113 / -121
Changed files with action and line counts
Mhtml/includes/print-vlan.inc.php+1 / -1
Mincludes/defaults.inc.php+2 / -2
Mincludes/discovery/cisco-vlans.inc.php+18 / -30
Mincludes/discovery/q-bridge-mib.inc.php+14 / -22
Mincludes/discovery/vlans.inc.php+60 / -57
Mincludes/versioncheck.inc.php+14 / -9
Asql-schema/016.sql+4 / -0
+109 added −121 removed filtered activity

💻 r3112

Adam Armstrong 🐸
HERPDERP
Files changed (1) +91 / -0
Changed files with action and line counts
Ahtml/includes/graphs/old_generic_simplex.inc.php+91 / -0
+91 added 0 removed filtered activity

💻 r3111

Adam Armstrong 🐸
allow old graph format for bgp prefixes
Files changed (1) +6 / -1
Changed files with action and line counts
Mhtml/includes/graphs/bgp/prefixes.inc.php+6 / -1
+6 added −1 removed filtered activity

💻 r3110

Tom Laermans 🦔
carel pcoweb discovery for most temperature and humidity
Files changed (2) +100 / -0
Changed files with action and line counts
Aincludes/discovery/humidity/pcoweb.inc.php+40 / -0
Aincludes/discovery/temperatures/pcoweb.inc.php+60 / -0
+100 added 0 removed filtered activity

💻 r3109

Tom Laermans 🦔
add carel pcoweb a/c unit discovery, no stats yet
Files changed (2) +19 / -0
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+10 / -0
Mincludes/static-config.php+9 / -0
+19 added 0 removed filtered activity

💻 r3108

Tom Laermans 🦔
strip build on package list if none available, switch packages page to css alternating
Files changed (1) +3 / -8
Changed files with action and line counts
Mhtml/pages/packages.inc.php+3 / -8
+3 added −8 removed filtered activity

💻 r3107

Tom Laermans 🦔
don't include deleted ports in port count on topnav
Files changed (1) +12 / -12
Changed files with action and line counts
Mhtml/includes/topnav.inc.php+12 / -12
+12 added −12 removed filtered activity

💻 r3106

Tom Laermans 🦔
remove debug leftovers
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/map.php+0 / -1
0 added −1 removed filtered activity

💻 r3105

Tom Laermans 🦔
add uniflair and carel logos
Files changed (2) +2 / -0
Changed files with action and line counts
Ahtml/images/os/carel.png+1 / -0
Ahtml/images/os/uniflair.png+1 / -0
0 added 0 removed filtered activity

April 2012

💻 r3104

Tom Laermans 🦔
remove duplicate links from full map (still a hidden feature)
Files changed (1) +10 / -9
Changed files with action and line counts
Mhtml/map.php+10 / -9
+10 added −9 removed filtered activity

💻 r3103

Tom Laermans 🦔
move logout link to the far right, update included documentation files
Files changed (4) +12 / -268
Changed files with action and line counts
MCHANGELOG+2 / -244
MINSTALL+0 / -20
MREADME+2 / -2
Mhtml/includes/header.inc.php+8 / -2
+12 added −268 removed filtered activity

💻 r3102

Tom Laermans 🦔
forgot the db update for the customized icon update in r3087
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/013.sql+1 / -0
0 added 0 removed filtered activity

💻 r3101

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

💻 r3100

Adam Armstrong 🐸
vtp 1,2,3 one,two,three (temporary fix pending rewrite)
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/cisco-vlans.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3099

Adam Armstrong 🐸
memcached and drbd application improvements
Files changed (8) +39 / -47
Changed files with action and line counts
Mhtml/includes/graphs/application/memcached_commands.inc.php+15 / -24
Mhtml/includes/graphs/generic_duplex.inc.php+2 / -0
Mhtml/includes/graphs/generic_multi_line.inc.php+2 / -4
Mhtml/pages/apps.inc.php+5 / -0
Mhtml/pages/apps/default.inc.php+0 / -4
Mhtml/pages/apps/overview.inc.php+0 / -4
Mincludes/polling/applications/drbd.inc.php+10 / -5
Mincludes/polling/unix-agent.inc.php+5 / -6
+39 added −47 removed filtered activity

💻 r3098

Tom Laermans 🦔
optimize sql for versioncheck stats
Files changed (2) +45 / -43
Changed files with action and line counts
Mdiscovery.php+8 / -7
Mincludes/versioncheck.inc.php+37 / -36
+45 added −43 removed filtered activity

💻 r3097

Adam Armstrong 🐸
GAUGE not DERIVE. DERP!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/applications/memcached.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3096

Adam Armstrong 🐸
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) +288 / -28
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -2
Ahtml/includes/graphs/application/memcached.inc.php+7 / -0
Ahtml/includes/graphs/application/memcached_bits.inc.php+14 / -0
Ahtml/includes/graphs/application/memcached_commands.inc.php+34 / -0
Ahtml/includes/graphs/application/memcached_uptime.inc.php+19 / -0
Mhtml/includes/header.inc.php+1 / -1
Mhtml/index.php+2 / -2
Mhtml/pages/device/apps.inc.php+18 / -2
Ahtml/pages/device/apps/memcached.inc.php+32 / -0
Mincludes/functions.php+2 / -2
Mincludes/polling/applications/apache.inc.php+2 / -2
Mincludes/polling/applications/drbd.inc.php+1 / -1
Aincludes/polling/applications/memcached.inc.php+44 / -0
Mincludes/polling/applications/mysql.inc.php+43 / -6
Mincludes/polling/functions.inc.php+5 / -2
Mincludes/polling/unix-agent.inc.php+38 / -6
Mincludes/static-config.php+5 / -1
Mpoller.php+1 / -1
Ascripts/agent-local/memcached+14 / -0
Mscripts/agent-local/mysql+3 / -0
Asql-schema/015.sql+2 / -0
+286 added −28 removed filtered activity

💻 r3095

Adam Armstrong 🐸
fix new version of svn (#40 from Mike Stupalov)
Files changed (2) +14 / -4
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/static-config.php+13 / -4
+14 added −4 removed filtered activity

💻 r3094

Adam Armstrong 🐸
fix small things
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/apps/default.inc.php+1 / -1
Mincludes/functions.php+2 / -2
+3 added −3 removed filtered activity

💻 r3093

Adam Armstrong 🐸
quadgraphs -> graphrow
Files changed (35) +73 / -73

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

Changed files with action and line counts
Mhtml/includes/print-device-graph.php+1 / -1
Ahtml/includes/print-graphrow.inc.php+33 / -0
Mhtml/includes/print-interface-graphs.inc.php+1 / -1
Dhtml/includes/print-quadgraphs.inc.php+0 / -33
Mhtml/pages/customers.inc.php+1 / -1
Mhtml/pages/device/apps/apache.inc.php+1 / -1
Mhtml/pages/device/apps/drbd.inc.php+1 / -1
Mhtml/pages/device/apps/mailscanner.inc.php+1 / -1
Mhtml/pages/device/apps/mysql.inc.php+1 / -1
Mhtml/pages/device/apps/nginx.inc.php+1 / -1
Mhtml/pages/device/apps/ntp-client.inc.php+1 / -1
Mhtml/pages/device/apps/ntpd-server.inc.php+1 / -1
Mhtml/pages/device/apps/powerdns.inc.php+1 / -1
Mhtml/pages/device/apps/shoutcast.inc.php+2 / -2
Mhtml/pages/device/collectd.inc.php+1 / -1
Mhtml/pages/device/health/diskio.inc.php+1 / -1
Mhtml/pages/device/health/mempool.inc.php+1 / -1
Mhtml/pages/device/health/processor.inc.php+1 / -1
Mhtml/pages/device/health/sensors.inc.php+1 / -1
Mhtml/pages/device/health/storage.inc.php+1 / -1
Mhtml/pages/device/latency.inc.php+6 / -6
Mhtml/pages/device/loadbalancer/ace_rservers.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/ace_vservers.inc.php+1 / -1
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+2 / -2
Mhtml/pages/device/overview/generic/sensor.inc.php+1 / -1
Mhtml/pages/device/port/macaccounting.inc.php+1 / -1
Mhtml/pages/device/routing/bgp.inc.php+1 / -1
Mhtml/pages/device/routing/cef.inc.php+1 / -1
Mhtml/pages/device/routing/ipsec_tunnels.inc.php+1 / -1
Mhtml/pages/device/services.inc.php+1 / -1
+73 added −73 removed filtered activity

💻 r3092

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

💻 r3091

Adam Armstrong 🐸
revert change changing mempool/storage format
Files changed (11) +144 / -62
Changed files with action and line counts
Mhtml/includes/graphs/device/bits.inc.php+2 / -3
Mhtml/includes/graphs/device/mempool.inc.php+1 / -1
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+0 / -1
Mhtml/includes/graphs/generic_multi_data.inc.php+2 / -2
Mhtml/includes/graphs/generic_multi_seperated.inc.php+126 / -45
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
Mincludes/defaults.inc.php+4 / -1
Mincludes/polling/mempools.inc.php+3 / -3
Mincludes/polling/storage.inc.php+3 / -3
+144 added −62 removed filtered activity

💻 r3090

Adam Armstrong 🐸
fix services stuff
Files changed (4) +26 / -40
Changed files with action and line counts
Mcheck-services.php+6 / -5
Mhtml/includes/print-service.inc.php+0 / -2
Mhtml/pages/device/services.inc.php+9 / -17
Mhtml/pages/services.inc.php+11 / -16
+26 added −40 removed filtered activity

💻 r3089

Adam Armstrong 🐸
improved emailing and additional configuration options to use phpmailer. (#38 from Mike Stupalov)
Files changed (12) +3,464 / -22
Changed files with action and line counts
Mattic/poll-reachability.php+2 / -2
Mattic/temperatures.inc.php+1 / -2
Mattic/voltages.inc.php+4 / -6
Mcheck-services.php+0 / -2
Mincludes/defaults.inc.php+13 / -0
Mincludes/functions.php+88 / -2
Aincludes/pear non-text+0 / -0
Aincludes/phpmailer non-text+0 / -0
Aincludes/phpmailer/class.phpmailer.php+2,532 / -0
Aincludes/phpmailer/class.smtp.php+818 / -0
Mincludes/polling/functions.inc.php+3 / -5
Mincludes/polling/ports.inc.php+3 / -3
+107 added −12 removed filtered activity

💻 r3088

Adam Armstrong 🐸
additions to unix-agent. addition of basic munin-plugin support.
Files changed (14) +148 / -154
Changed files with action and line counts
Ahtml/includes/graphs/munin non-text+0 / -0
Ahtml/includes/graphs/munin/auth.inc.php+24 / -0
Ahtml/includes/graphs/munin/graph.inc.php+65 / -0
Mhtml/includes/print-device-graph.php+2 / -2
Mhtml/pages/device/graphs.inc.php+21 / -8
Mincludes/defaults.inc.php+1 / -1
Mincludes/discovery/cisco-vrf.inc.php+2 / -0
Mincludes/polling/unix-agent.inc.php+8 / -140
Ascripts/agent-local/README+5 / -0
Mscripts/agent-local/apache+1 / -1
Ascripts/agent-local/munin+15 / -0
Ascripts/agent-local/munin-scripts non-text+0 / -0
Mscripts/agent-local/mysql+2 / -2
Asql-schema/014.sql+2 / -0
+146 added −154 removed filtered activity

💻 r3087

Tom Laermans 🦔
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) +28 / -18
Changed files with action and line counts
Mhtml/includes/device-header.inc.php+1 / -2
Mhtml/includes/hostbox.inc.php+1 / -2
Mincludes/functions.php+18 / -14
Mincludes/polling/os.inc.php+6 / -0
Mincludes/polling/os/radlan.inc.php+2 / -0
+28 added −18 removed filtered activity

💻 r3086

Tom Laermans 🦔
secret overview change
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/devices.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3085

Tom Laermans 🦔
recognize synology hardware
Files changed (1) +13 / -0
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+13 / -0
+13 added 0 removed filtered activity

💻 r3084

Tom Laermans 🦔
add synology Disk Station Manager recognition
Files changed (4) +32 / -8
Changed files with action and line counts
Ahtml/images/os/synology.png+1 / -0
Mincludes/discovery/os/linux.inc.php+13 / -7
Mincludes/polling/os/unix.inc.php+6 / -0
Mincludes/static-config.php+12 / -1
+31 added −8 removed filtered activity

💻 r3083

Tom Laermans 🦔
unbroke the datepicker on the graphs. again.
Files changed (1) +2 / -1
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r3082

Adam Armstrong 🐸
fixes to mysql agent script. fixes to links on apps overview.
Files changed (2) +9 / -9
Changed files with action and line counts
Mhtml/pages/apps/overview.inc.php+1 / -1
Mscripts/agent-local/mysql+8 / -8
+9 added −9 removed filtered activity

💻 r3081

Tom Laermans 🦔
bring device overview info table layout in line with all other information panels
Files changed (2) +13 / -13
Changed files with action and line counts
Mhtml/includes/dev-overview-data.inc.php+9 / -4
Mhtml/pages/device/overview.inc.php+4 / -9
+13 added −13 removed filtered activity

💻 r3080

Tom Laermans 🦔
fixes to map: small cleanups, don't make unknown interfaces clickable as this leads to an invalid page
Files changed (1) +16 / -12
Changed files with action and line counts
Mhtml/map.php+16 / -12
+16 added −12 removed filtered activity

💻 r3079

Adam Armstrong 🐸
show packages even if module is disabled. show generic icon for app if none exists
Files changed (2) +4 / -2
Changed files with action and line counts
Mhtml/includes/print-menubar.php+3 / -1
Mhtml/pages/device.inc.php+1 / -1
+4 added −2 removed filtered activity

💻 r3078

Tom Laermans 🦔
THIS! IS! GIGABYTE!
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3077

Tom Laermans 🦔
remove dash-nothing for the build for deb packages from the packages page, alternate colours through css
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/packages.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r3076

Adam Armstrong 🐸
apache script. changes to mysql script to require mysql.cnf
Files changed (2) +96 / -0
Changed files with action and line counts
Ascripts/agent-local/apache+93 / -0
Mscripts/agent-local/mysql+3 / -0
+96 added 0 removed filtered activity

💻 r3075

Adam Armstrong 🐸
add arp search (#30)
Files changed (1) +96 / -0
Changed files with action and line counts
Ahtml/pages/search/arp.inc.php+96 / -0
+96 added 0 removed filtered activity

💻 r3074

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

💻 r3073

Adam Armstrong 🐸
add searching for MAC addresses (#30 Mike Stupalov)
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -0
Mhtml/pages/search.inc.php+2 / -1
+3 added −1 removed filtered activity

💻 r3072

Tom Laermans 🦔
trim processor descriptions
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3071

cleanup
syntaxer run
Files changed (24) +84 / -107
Changed files with action and line counts
Mhtml/includes/graphs/device/bits.inc.php+1 / -0
Mhtml/includes/graphs/generic_data.inc.php+0 / -1
Mhtml/includes/graphs/generic_duplex.inc.php+0 / -4
Mhtml/includes/graphs/generic_multi_bits.inc.php+3 / -3
Mhtml/includes/graphs/generic_multi_data.inc.php+3 / -3
Mhtml/includes/graphs/generic_multi_seperated.inc.php+3 / -4
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+3 / -8
Mhtml/includes/graphs/generic_simplex.inc.php+0 / -1
Mhtml/includes/graphs/graph.inc.php+3 / -3
Mhtml/includes/graphs/processor/usage.inc.php+2 / -3
Mhtml/includes/graphs/storage/usage.inc.php+2 / -1
Mhtml/includes/print-menubar.php+1 / -4
Mhtml/pages/apps/default.inc.php+16 / -18
Mhtml/pages/apps/overview.inc.php+3 / -5
Mhtml/pages/device/apps/drbd.inc.php+1 / -2
Mhtml/pages/device/apps/mysql.inc.php+3 / -3
Mhtml/pages/graphs.inc.php+2 / -2
Mincludes/defaults.inc.php+0 / -1
Mincludes/polling/applications/apache.inc.php+4 / -5
Mincludes/polling/applications/drbd.inc.php+2 / -4
Mincludes/polling/applications/mysql.inc.php+1 / -1
Mincludes/polling/os/screenos.inc.php+1 / -1
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/polling/unix-agent.inc.php+29 / -29
0 added 0 removed filtered activity

💻 r3070

Tom Laermans 🦔
don't put standard ports in base_url, add dpkg support for packages, fix display of packages in main menubar
Files changed (3) +193 / -149
Changed files with action and line counts
Mhtml/includes/print-menubar.php+6 / -2
Mincludes/defaults.inc.php+2 / -2
Mincludes/polling/unix-agent.inc.php+185 / -145
+193 added −149 removed filtered activity

💻 r3069

Adam Armstrong 🐸
applications -> apps
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
+1 added −1 removed filtered activity

💻 r3068

Adam Armstrong 🐸
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) +309 / -503

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

Changed files with action and line counts
Mhtml/includes/graphs/device/cipsec_flow_tunnels.inc.php+1 / -6
Mhtml/includes/graphs/device/mempool.inc.php+1 / -1
Mhtml/includes/graphs/device/storage.inc.php+1 / -1
Mhtml/includes/graphs/generic_simplex.inc.php+15 / -5
Mhtml/includes/graphs/mempool/auth.inc.php+1 / -1
Mhtml/includes/graphs/processor/usage.inc.php+26 / -5
Mhtml/includes/graphs/storage/auth.inc.php+1 / -1
Mhtml/includes/graphs/storage/usage.inc.php+29 / -9
Mhtml/includes/print-menubar.php+3 / -3
Ahtml/pages/apps non-text+0 / -0
Ahtml/pages/apps.inc.php+46 / -0
Ahtml/pages/apps/default.inc.php+51 / -0
Ahtml/pages/apps/overview.inc.php+53 / -0
Mincludes/defaults.inc.php+7 / -0
Mincludes/polling/altiga-ssl.inc.php+2 / -3
Mincludes/polling/applications/apache.inc.php+1 / -13
Mincludes/polling/applications/drbd.inc.php+1 / -13
Mincludes/polling/applications/mailscanner.inc.php+1 / -13
Mincludes/polling/applications/mysql.inc.php+1 / -13
Mincludes/polling/applications/nginx.inc.php+1 / -13
Mincludes/polling/applications/ntp-client.inc.php+1 / -13
Mincludes/polling/applications/ntpd-server.inc.php+1 / -13
Mincludes/polling/applications/powerdns.inc.php+1 / -13
Mincludes/polling/applications/shoutcast.inc.php+1 / -13
Mincludes/polling/bgp-peers.inc.php+2 / -18
Mincludes/polling/cipsec-tunnels.inc.php+1 / -2
Mincludes/polling/cisco-ace-loadbalancer.inc.php+2 / -3
Mincludes/polling/cisco-ace-serverfarms.inc.php+1 / -2
Mincludes/polling/cisco-cef.inc.php+1 / -5
Mincludes/polling/cisco-ipsec-flow-monitor.inc.php+1 / -13
+309 added −503 removed filtered activity

💻 r3067

Tom Laermans 🦔
don't show ldap error when empty form is submitted
Files changed (1) +9 / -7
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+9 / -7
+9 added −7 removed filtered activity

💻 r3066

Adam Armstrong 🐸
more improvements to graphing
Files changed (3) +83 / -2
Changed files with action and line counts
Mhtml/includes/graphs/device/bits.inc.php+5 / -1
Mhtml/includes/graphs/generic_multi_seperated.inc.php+45 / -0
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+33 / -1
+83 added −2 removed filtered activity

💻 r3065

Adam Armstrong 🐸
more graph improvements
Files changed (5) +184 / -6
Changed files with action and line counts
Mhtml/includes/graphs/device/bits.inc.php+4 / -3
Mhtml/includes/graphs/generic_multi_bits.inc.php+33 / -0
Ahtml/includes/graphs/generic_multi_data.inc.php+109 / -0
Mhtml/includes/graphs/generic_simplex.inc.php+37 / -2
Mhtml/includes/graphs/multiport/bits.inc.php+1 / -1
+184 added −6 removed filtered activity

💻 r3064

Adam Armstrong 🐸
enable previous period button in graph browser for all graphs. doesn't work everywhere yet. add drbd icon. add apps menu.
Files changed (3) +35 / -5
Changed files with action and line counts
Ahtml/images/icons/drbd.png+1 / -0
Mhtml/includes/print-menubar.php+31 / -2
Mhtml/pages/graphs.inc.php+3 / -3
+34 added −5 removed filtered activity

💻 r3063

Adam Armstrong 🐸
add previous period overlay to generic_bits/bytes and generic_duplex
Files changed (20) +198 / -226
Changed files with action and line counts
Mhtml/includes/graphs/application/drbd_disk_bits.inc.php+2 / -1
Mhtml/includes/graphs/application/drbd_network_bits.inc.php+1 / -1
Mhtml/includes/graphs/application/mysql_network_traffic.inc.php+1 / -1
Mhtml/includes/graphs/application/shoutcast_bits.inc.php+1 / -1
Mhtml/includes/graphs/atmvp/bits.inc.php+1 / -1
Mhtml/includes/graphs/device/cipsec_flow_bits.inc.php+2 / -2
Mhtml/includes/graphs/device/netscaler_tcp_bits.inc.php+1 / -1
Mhtml/includes/graphs/device/ucd_io.inc.php+2 / -2
Mhtml/includes/graphs/device/ucd_swap_io.inc.php+2 / -2
Mhtml/includes/graphs/diskio/bits.inc.php+4 / -2
Dhtml/includes/graphs/generic_bits.inc.php+0 / -121
Dhtml/includes/graphs/generic_bytes.inc.php+0 / -62
Ahtml/includes/graphs/generic_data.inc.php+130 / -0
Mhtml/includes/graphs/generic_duplex.inc.php+43 / -4
Mhtml/includes/graphs/ipsectunnel/bits.inc.php+3 / -1
Mhtml/includes/graphs/macaccounting/bits.inc.php+1 / -1
Mhtml/includes/graphs/netscalervsvr/bits.inc.php+1 / -1
Mhtml/includes/graphs/port/bits.inc.php+2 / -2
Mhtml/includes/graphs/rserver/curr.inc.php+0 / -15
Mhtml/includes/graphs/vserver/bits.inc.php+1 / -5
+198 added −226 removed filtered activity

💻 r3062

Tom Laermans 🦔
add installation hint
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r3061

Tom Laermans 🦔
properly warn about missing memcached class
Files changed (1) +12 / -4
Changed files with action and line counts
Mincludes/static-config.php+12 / -4
+12 added −4 removed filtered activity

💻 r3060

Adam Armstrong 🐸
split mysql application into three subsections
Files changed (1) +45 / -12
Changed files with action and line counts
Mhtml/pages/device/apps/mysql.inc.php+45 / -12
+45 added −12 removed filtered activity

💻 r3059

Adam Armstrong 🐸
new agent-based applications
Files changed (14) +1,995 / -57
Changed files with action and line counts
Ahtml/includes/graphs/application/drbd_disk_bits.inc.php+22 / -0
Ahtml/includes/graphs/application/drbd_network_bits.inc.php+22 / -0
Ahtml/includes/graphs/application/drbd_queue.inc.php+37 / -0
Ahtml/includes/graphs/application/drbd_unsynced.inc.php+29 / -0
Mhtml/includes/graphs/graph.inc.php+3 / -1
Ahtml/pages/device/apps/drbd.inc.php+29 / -0
Mincludes/defaults.inc.php+21 / -1
Mincludes/polling/applications/apache.inc.php+12 / -6
Aincludes/polling/applications/drbd.inc.php+48 / -0
Mincludes/polling/applications/mysql.inc.php+11 / -6
Mincludes/polling/unix-agent.inc.php+103 / -43
Ascripts/agent-local/drbd+373 / -0
Ascripts/agent-local/mysql+1,247 / -0
Ascripts/agent-local/nginx+38 / -0
+1,995 added −57 removed filtered activity

💻 r3058

Adam Armstrong 🐸
WHAT THE FUCK
Files changed (4,582) +0 / -2,441,894

Showing the first 30 paths; 4,552 more are omitted from this static page.

Changed files with action and line counts
Dstable+0 / -4
Dstable/CHANGELOG+0 / -245
Dstable/INSTALL+0 / -23
Dstable/README+0 / -39
Dstable/addhost.php+0 / -90
Dstable/adduser.php+0 / -66
Dstable/alerts.php+0 / -46
Dstable/attic/cisco-entity-sensors.inc.php+0 / -52
Dstable/attic/cisco_entity_sensor.inc.php+0 / -35
Dstable/attic/ciscosensors.inc.php+0 / -39
Dstable/attic/html_pages_routing_overview/bgp.inc.php+0 / -13
Dstable/attic/interfaces.inc.php+0 / -162
Dstable/attic/poll-reachability.php+0 / -64
Dstable/attic/purgeports.inc.php+0 / -46
Dstable/attic/scan-snmp.php+0 / -27
Dstable/attic/temperatures.inc.php+0 / -66
Dstable/attic/unix-graphing.php+0 / -386
Dstable/attic/voltages.inc.php+0 / -55
Dstable/billing-calculate.php+0 / -154
Dstable/check-errors.php+0 / -67
Dstable/check-services.php+0 / -95
Dstable/config.php.default+0 / -46
Dstable/contrib/generate-dnstext.php+0 / -69
Dstable/contrib/generate-vegadns.php+0 / -158
Dstable/delhost.php+0 / -47
Dstable/discovery.php+0 / -141
Dstable/generate-iplist.php+0 / -56
Dstable/generate-map.sh+0 / -4
Dstable/html/.htaccess+0 / -13
Dstable/html/ajax_listports.php+0 / -34
0 added 0 removed filtered activity

💻 r3057

Adam Armstrong 🐸
DERP?
Files changed (4,582) +2,534,357 / -0

Showing the first 30 paths; 4,552 more are omitted from this static page.

Changed files with action and line counts
Astable+4 / -0
Astable/CHANGELOG+245 / -0
Astable/INSTALL+24 / -0
Astable/README+41 / -0
Astable/addhost.php+90 / -0
Astable/adduser.php+66 / -0
Astable/alerts.php+46 / -0
Astable/attic/cisco-entity-sensors.inc.php+52 / -0
Astable/attic/cisco_entity_sensor.inc.php+35 / -0
Astable/attic/ciscosensors.inc.php+39 / -0
Astable/attic/html_pages_routing_overview/bgp.inc.php+13 / -0
Astable/attic/interfaces.inc.php+162 / -0
Astable/attic/poll-reachability.php+64 / -0
Astable/attic/purgeports.inc.php+46 / -0
Astable/attic/scan-snmp.php+27 / -0
Astable/attic/temperatures.inc.php+66 / -0
Astable/attic/unix-graphing.php+386 / -0
Astable/attic/voltages.inc.php+55 / -0
Astable/billing-calculate.php+154 / -0
Astable/check-errors.php+67 / -0
Astable/check-services.php+95 / -0
Astable/config.php.default+46 / -0
Astable/contrib/generate-dnstext.php+69 / -0
Astable/contrib/generate-vegadns.php+158 / -0
Astable/delhost.php+47 / -0
Astable/discovery.php+141 / -0
Astable/generate-iplist.php+56 / -0
Astable/generate-map.sh+4 / -0
Astable/html/.htaccess+13 / -0
Astable/html/ajax_listports.php+34 / -0
0 added 0 removed filtered activity

💻 r3049

Adam Armstrong 🐸
show dropdown on graphs browser for ports
Files changed (1) +12 / -0
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+12 / -0
+12 added 0 removed filtered activity

💻 r3048

Tom Laermans 🦔
add new MGE MIB, detect humidity and temperature sensors on UPS - patch by RobJE
Files changed (3) +516 / -4,805
Changed files with action and line counts
Aincludes/discovery/humidity/mgeups.inc.php+69 / -0
Aincludes/discovery/temperatures/mgeups.inc.php+64 / -0
Mmibs/MG-SNMP-UPS-MIB+383 / -4,805
+133 added 0 removed filtered activity

💻 r3047

Tom Laermans 🦔
add AKCP MIB
Files changed (1) +22,569 / -0
Changed files with action and line counts
Amibs/SPAGENT-MIB+22,569 / -0
0 added 0 removed filtered activity

💻 r3046

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

💻 r3045

cleanup
syntaxer run
Files changed (14) +30 / -30
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/device/toner.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+12 / -12
Mhtml/index.php+3 / -3
Mhtml/pages/device/overview/c6kxbar.inc.php+1 / -1
Mhtml/pages/device/overview/mempools.inc.php+1 / -1
Mhtml/pages/device/overview/storage.inc.php+1 / -1
Mhtml/pages/device/overview/toner.inc.php+2 / -2
Mhtml/pages/graphs.inc.php+1 / -1
Mhtml/pages/health/processor.inc.php+1 / -1
Mincludes/discovery/humidity/apc.inc.php+1 / -1
Mincludes/discovery/processors/junos.inc.php+2 / -2
Mincludes/discovery/temperatures/apc.inc.php+2 / -2
Mincludes/polling/os/vmware.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r3044

Adam Armstrong 🐸
don't show 'auth' as a type :)
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3043

Adam Armstrong 🐸
give dropdown javascript box to change graph type
Files changed (1) +33 / -0
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+33 / -0
+33 added 0 removed filtered activity

💻 r3042

Adam Armstrong 🐸
re-enable autoscale alt. don't know why it was commented out
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3041

Adam Armstrong 🐸
allow previous=yes graph variable
Files changed (2) +44 / -1
Changed files with action and line counts
Mhtml/includes/graphs/generic_bits.inc.php+40 / -1
Mhtml/includes/graphs/graph.inc.php+4 / -0
+44 added −1 removed filtered activity

💻 r3040

Tom Laermans 🦔
add external sensor support for APC UPS
Files changed (2) +69 / -2
Changed files with action and line counts
Aincludes/discovery/humidity/apc.inc.php+29 / -0
Mincludes/discovery/temperatures/apc.inc.php+40 / -2
+69 added −2 removed filtered activity

💻 r3039

Tom Laermans 🦔
better page title settings defaults
Files changed (2) +6 / -5
Changed files with action and line counts
Mhtml/index.php+5 / -4
Mincludes/defaults.inc.php+1 / -1
+6 added −5 removed filtered activity

💻 r3038

Tom Laermans 🦔
allow prefix/suffix page_title config options
Files changed (2) +10 / -3
Changed files with action and line counts
Mhtml/includes/print-quadgraphs.inc.php+0 / -2
Mhtml/index.php+10 / -1
+10 added −3 removed filtered activity

💻 r3037

Tom Laermans 🦔
clean up ipoman power discovery dupe contents
Files changed (2) +1 / -57
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/discovery/power/ipoman.inc.php+0 / -56
+1 added −57 removed filtered activity

💻 r3036

Tom Laermans 🦔
cleanups, add epson printer discovery, fix bar colour on device overview for unknown toner colours
Files changed (9) +39 / -35
Changed files with action and line counts
Ahtml/images/os/epson.png+1 / -0
Mhtml/includes/functions.inc.php+6 / -6
Mhtml/includes/graphs/device/toner.inc.php+9 / -9
Mhtml/includes/graphs/toner/usage.inc.php+2 / -2
Mhtml/pages/device/overview/toner.inc.php+1 / -8
Aincludes/discovery/os/epson.inc.php+8 / -0
Mincludes/polling/bgp-peers.inc.php+2 / -8
Mincludes/polling/wifi.inc.php+2 / -2
Mincludes/static-config.php+8 / -0
+38 added −35 removed filtered activity

💻 r3035

Tom Laermans 🦔
support hardware and version detection from lame procurves such as 1800 series
Files changed (1) +6 / -0
Changed files with action and line counts
Mincludes/polling/os/procurve.inc.php+6 / -0
+6 added 0 removed filtered activity

💻 r3034

Tom Laermans 🦔
improve hp procurve version detection
Files changed (2) +47 / -37
Changed files with action and line counts
Mincludes/polling/os.inc.php+35 / -35
Mincludes/polling/os/procurve.inc.php+12 / -2
+47 added −37 removed filtered activity

💻 r3033

Tom Laermans 🦔
use shorter version of vserver name, patch not by m. moerman
Files changed (1) +8 / -8
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+8 / -8
+8 added −8 removed filtered activity

💻 r3032

Tom Laermans 🦔
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) +40 / -0
Changed files with action and line counts
Mincludes/discovery/mempools/junos.inc.php+20 / -0
Mincludes/discovery/processors/junos.inc.php+20 / -0
+40 added 0 removed filtered activity

💻 r3031

Tom Laermans 🦔
juniper hardware detection through chassis mib, with fancy rewrite array - makes observium recognize srx650
Files changed (3) +70 / -36
Changed files with action and line counts
Mincludes/polling/os/junos.inc.php+2 / -30
Mincludes/polling/os/junose.inc.php+0 / -6
Mincludes/rewrites.php+68 / -0
+70 added −36 removed filtered activity

💻 r3030

Tom Laermans 🦔
use longer version of vserver name, patch by m. moerman
Files changed (1) +8 / -8
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+8 / -8
+8 added −8 removed filtered activity

💻 r3029

Tom Laermans 🦔
restore alternating colours in graphs tab
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/print-device-graph.php+2 / -0
+2 added 0 removed filtered activity

💻 r3028

Adam Armstrong 🐸
trim_tobias option. sorry Tobias, we love you really, but there's just too much of you! :D
Files changed (3) +28 / -1
Changed files with action and line counts
Mhtml/includes/graphs/common.inc.php+1 / -0
Mhtml/includes/graphs/graph.inc.php+25 / -1
Mhtml/includes/print-quadgraphs.inc.php+2 / -0
+28 added −1 removed filtered activity

💻 r3027

Tom Laermans 🦔
hopefully fix graph timepicker?
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3026

Tom Laermans 🦔
fix deleted ports page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/deleted-ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3025

Tom Laermans 🦔
silly dell with all their different oids - more printer info
Files changed (1) +22 / -5
Changed files with action and line counts
Mincludes/polling/os/dell-laser.inc.php+22 / -5
+22 added −5 removed filtered activity

💻 r3024

Tom Laermans 🦔
compiled areca mibs, tearing hair out, who knows what this brings or does anyway.
Files changed (1) +4,223 / -0
Changed files with action and line counts
Amibs/ARECA-SNMP-MIB+4,223 / -0
0 added 0 removed filtered activity

💻 r3023

Tom Laermans 🦔
url fixies
Files changed (4) +13 / -12
Changed files with action and line counts
Mhtml/includes/functions.inc.php+1 / -1
Mhtml/includes/graphs/graph.inc.php+9 / -9
Mhtml/includes/print-quadgraphs.inc.php+2 / -1
Mhtml/pages/graphs.inc.php+1 / -1
+13 added −12 removed filtered activity

💻 r3022

Tom Laermans 🦔
fix MAC search
Files changed (1) +2 / -2
Changed files with action and line counts
Mhtml/pages/search/mac.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r3021

Adam Armstrong 🐸
JUST INCASE IT WASN'T CLEAR ENOUGH
Files changed (1) +3 / -0
Changed files with action and line counts
Mhtml/.htaccess+3 / -0
+3 added 0 removed filtered activity

💻 r3020

Tom Laermans 🦔
change more tables to css colouring, some more to do but not for now...
Files changed (27) +142 / -183
Changed files with action and line counts
Mhtml/css/styles.css+77 / -0
Mhtml/includes/print-device-graph.php+1 / -1
Mhtml/includes/print-event.inc.php+1 / -3
Mhtml/includes/print-syslog.inc.php+1 / -4
Mhtml/includes/print-vm.inc.php+1 / -3
Mhtml/pages/deleted-ports.inc.php+1 / -7
Mhtml/pages/device/hrdevice.inc.php+5 / -3
Mhtml/pages/device/overview/c6kxbar.inc.php+2 / -7
Mhtml/pages/device/overview/generic/sensor.inc.php+3 / -7
Mhtml/pages/device/overview/mempools.inc.php+3 / -7
Mhtml/pages/device/overview/processors.inc.php+2 / -7
Mhtml/pages/device/overview/storage.inc.php+3 / -7
Mhtml/pages/device/overview/toner.inc.php+4 / -8
Mhtml/pages/health/mempool.inc.php+2 / -7
Mhtml/pages/health/processor.inc.php+5 / -10
Mhtml/pages/health/sensors.inc.php+3 / -9
Mhtml/pages/health/storage.inc.php+2 / -8
Mhtml/pages/health/toner.inc.php+2 / -10
Mhtml/pages/iftype.inc.php+5 / -6
Mhtml/pages/inventory.inc.php+2 / -3
Mhtml/pages/locations.inc.php+10 / -12
Mhtml/pages/ports.inc.php+0 / -15
Mhtml/pages/ports/list.inc.php+1 / -7
Mhtml/pages/routing/bgp.inc.php+3 / -11
Mhtml/pages/search/ipv4.inc.php+1 / -7
Mhtml/pages/search/ipv6.inc.php+1 / -7
Mhtml/pages/search/mac.inc.php+1 / -7
+65 added −183 removed filtered activity

💻 r3019

Tom Laermans 🦔
css-based alternating colours, yay
Files changed (2) +9 / -1
Changed files with action and line counts
Mhtml/css/styles.css+8 / -0
Mhtml/includes/hostbox.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3018

Tom Laermans 🦔
fixes and cleanups
Files changed (7) +8 / -11
Changed files with action and line counts
Mhtml/includes/authentication/http-auth.inc.php+2 / -2
Mhtml/includes/authentication/ldap.inc.php+2 / -2
Mhtml/includes/authentication/mysql.inc.php+1 / -1
Mincludes/polling/netstats-ip.inc.php+1 / -1
Mincludes/polling/netstats-tcp.inc.php+1 / -1
Mincludes/polling/netstats-udp.inc.php+1 / -1
Mincludes/snmp.inc.php+0 / -3
+8 added −11 removed filtered activity

💻 r3017

Tom Laermans 🦔
allow VMWare freeform OS description and survive VM sleep OS switches, patch by Sander Steffann, fixes OBSERVIUM-22
Files changed (2) +17 / -2
Changed files with action and line counts
Mhtml/includes/print-vm.inc.php+7 / -1
Mincludes/polling/os/vmware.inc.php+10 / -1
+17 added −2 removed filtered activity

💻 r3016

Tom Laermans 🦔
add discovery support for older solaris
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/discovery/os/solaris.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r3015

Tom Laermans 🦔
recognize more blade network tech switches
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/discovery/os/bnt.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r3014

Tom Laermans 🦔
show toner on device overview (beta), minor fixes
Files changed (8) +129 / -53
Changed files with action and line counts
Mhtml/includes/functions.inc.php+15 / -0
Mhtml/includes/graphs/device/toner.inc.php+30 / -31
Mhtml/includes/graphs/toner/usage.inc.php+5 / -14
Mhtml/pages/device/overview.inc.php+5 / -4
Ahtml/pages/device/overview/toner.inc.php+69 / -0
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -1
Mincludes/discovery/entity-sensor.inc.php+1 / -1
Mincludes/functions.php+3 / -2
+129 added −53 removed filtered activity

💻 r3013

Tom Laermans 🦔
remove forum from about page, reinstate twitter
Files changed (1) +2 / -5
Changed files with action and line counts
Mhtml/pages/about.inc.php+2 / -5
+2 added −5 removed filtered activity

💻 r3012

Tom Laermans 🦔
fixed show_locations_dropdown, which broke html when disabled
Files changed (1) +7 / -9
Changed files with action and line counts
Mhtml/includes/print-menubar.php+7 / -9
+7 added −9 removed filtered activity

💻 r3011

Tom Laermans 🦔
other workaround for broken v4 address devices
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/ipv4-addresses.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r3010

Tom Laermans 🦔
fix v4 address discovery retardness
Files changed (2) +4 / -3
Changed files with action and line counts
Mhtml/includes/graphs/device/toner.inc.php+3 / -2
Mincludes/discovery/ipv4-addresses.inc.php+1 / -1
+4 added −3 removed filtered activity

💻 r3009

Adam Armstrong 🐸
improve title for ipsla
Files changed (2) +3 / -3
Changed files with action and line counts
Mhtml/pages/device/slas.inc.php+1 / -1
Mincludes/polling/functions.inc.php+2 / -2
+3 added −3 removed filtered activity

💻 r3008

cleanup
syntaxer run
Files changed (10) +64 / -63
Changed files with action and line counts
Maddhost.php+1 / -1
Mhtml/pages/device/slas.inc.php+4 / -4
Mincludes/defaults.inc.php+1 / -0
Mincludes/discovery/cisco-sla.inc.php+16 / -15
Mincludes/discovery/functions.inc.php+1 / -1
Mincludes/polling/cisco-cef.inc.php+20 / -20
Mincludes/polling/cisco-mac-accounting.inc.php+19 / -19
Mincludes/polling/os/fortigate.inc.php+0 / -1
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/snmp.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r3007

Tom Laermans 🦔
don't try to add bogus addresses then remove them again + small fixes and REMOVE DEBUG PRINT_R
Files changed (3) +3 / -6
Changed files with action and line counts
Mincludes/discovery/ipv4-addresses.inc.php+1 / -1
Mincludes/polling/netstats-ip.inc.php+0 / -4
Mincludes/polling/ports.inc.php+2 / -1
+3 added −6 removed filtered activity

💻 r3006

Adam Armstrong 🐸
fix netstats-ip
Files changed (2) +5 / -0
Changed files with action and line counts
Mincludes/polling/netstats-ip.inc.php+3 / -0
Mincludes/snmp.inc.php+2 / -0
+5 added 0 removed filtered activity

💻 r3005

Adam Armstrong 🐸
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) +24 / -0
Changed files with action and line counts
Mhtml/includes/graphs/device/smokeping_common.inc.php+2 / -0
Mhtml/includes/graphs/smokeping/in.inc.php+10 / -0
Mhtml/includes/graphs/smokeping/out.inc.php+10 / -0
Mhtml/pages/device.inc.php+2 / -0
+24 added 0 removed filtered activity

💻 r3004

Adam Armstrong 🐸
fix negative sensor values
Files changed (1) +71 / -11
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+71 / -11
+71 added −11 removed filtered activity

💻 r3003

Adam Armstrong 🐸
fix time for ipsla
Files changed (1) +3 / -6
Changed files with action and line counts
Mincludes/polling/cisco-sla.inc.php+3 / -6
+3 added −6 removed filtered activity

💻 r3002

Adam Armstrong 🐸
add IPSLA support
Files changed (7) +326 / -0
Changed files with action and line counts
Ahtml/includes/graphs/device/sla.inc.php+37 / -0
Mhtml/pages/device.inc.php+9 / -0
Ahtml/pages/device/slas.inc.php+77 / -0
Mincludes/defaults.inc.php+25 / -0
Aincludes/discovery/cisco-sla.inc.php+106 / -0
Aincludes/polling/cisco-sla.inc.php+71 / -0
Asql-schema/012.sql+1 / -0
+325 added 0 removed filtered activity

💻 r3001

Adam Armstrong 🐸
fix cisco entity-sensors discoverer. don't set ports deleted when they are already deleted.
Files changed (2) +10 / -5
Changed files with action and line counts
Mincludes/discovery/cisco-entity-sensor.inc.php+2 / -2
Mincludes/polling/ports.inc.php+8 / -3
+10 added −5 removed filtered activity

💻 r3000

Tom Laermans 🦔
add Alteon MIB to discover model of some Cisco ACE
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/os/acsw.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2999

Tom Laermans 🦔
only poll cisco CEF and cisco mac accounting on cisco devices + some small fixes
Files changed (8) +190 / -184
Changed files with action and line counts
Mhtml/includes/print-menubar.php+2 / -2
Mhtml/index.php+1 / -1
Mincludes/defaults.inc.php+1 / -1
Mincludes/discovery/entity-sensor.inc.php+1 / -1
Mincludes/discovery/temperatures/lm-sensors.inc.php+1 / -1
Mincludes/polling/cisco-cef.inc.php+96 / -93
Mincludes/polling/cisco-mac-accounting.inc.php+87 / -84
Mincludes/polling/os/airport.inc.php+1 / -1
+190 added −184 removed filtered activity

💻 r2998

Adam Armstrong 🐸
fix .htaccess #18
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/.htaccess+2 / -0
+2 added 0 removed filtered activity

💻 r2997

Tom Laermans 🦔
correctly case dBm instead of Dbm, minor fixes
Files changed (4) +9 / -3
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mincludes/discovery/processors/hrdevice.inc.php+1 / -1
Mincludes/discovery/temperatures/cisco-envmon.inc.php+1 / -1
Mincludes/functions.php+6 / -0
+9 added −3 removed filtered activity

💻 r2996

Tom Laermans 🦔
don't show a double separator if you have vrf, bgp and no ospf
Files changed (1) +7 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+7 / -1
+7 added −1 removed filtered activity

💻 r2995

Tom Laermans 🦔
small mods
Files changed (4) +6 / -6
Changed files with action and line counts
Mincludes/discovery/mempools/cemp.inc.php+1 / -1
Mincludes/discovery/processors/ios.inc.php+1 / -3
Mincludes/functions.php+2 / -2
Mincludes/polling/entity-physical.inc.php+2 / -0
+6 added −6 removed filtered activity

💻 r2994

Tom Laermans 🦔
small updates
Files changed (3) +3 / -2
Changed files with action and line counts
Mincludes/discovery/os/vrp.inc.php+1 / -0
Mincludes/discovery/temperatures/cisco-envmon.inc.php+1 / -1
Mincludes/discovery/temperatures/lm-sensors.inc.php+1 / -1
+3 added −2 removed filtered activity

💻 r2993

Tom Laermans 🦔
remove last count(*) from about page
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/about.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2992

Tom Laermans 🦔
don't count(*) on about page
Files changed (1) +20 / -20
Changed files with action and line counts
Mhtml/pages/about.inc.php+20 / -20
+20 added −20 removed filtered activity

💻 r2991

Tom Laermans 🦔
when no snmp version is given on commandline, try v2c first, then v1
Files changed (1) +14 / -2
Changed files with action and line counts
Maddhost.php+14 / -2
+14 added −2 removed filtered activity

💻 r2990

Tom Laermans 🦔
change directory to observium root, now also for other commandline tools
Files changed (9) +18 / -0
Changed files with action and line counts
Maddhost.php+2 / -0
Madduser.php+2 / -0
Mbilling-calculate.php+2 / -0
Mcheck-errors.php+2 / -0
Mcheck-services.php+2 / -0
Mdelhost.php+2 / -0
Mirc.php+2 / -0
Mpoll-billing.php+2 / -0
Mrenamehost.php+2 / -0
+18 added 0 removed filtered activity

💻 r2989

Tom Laermans 🦔
automatically change directory to observium base, hopefully avoids the need of a cd /opt/observium in crontab and on commandline
Files changed (2) +4 / -0
Changed files with action and line counts
Mdiscovery.php+2 / -0
Mpoller.php+2 / -0
+4 added 0 removed filtered activity

💻 r2988

Tom Laermans 🦔
remove SetOutputFilter INCLUDES, patch by Sander Steffann, fixes OBSERVIUM-13
Files changed (1) +0 / -1
Changed files with action and line counts
Mhtml/.htaccess+0 / -1
0 added −1 removed filtered activity

💻 r2987

Tom Laermans 🦔
fix syslog link, patch by RobJE
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/pages/device/overview.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2986

Tom Laermans 🦔
Add fortigate support, many thanks to Matthias Cramer (matthias dot cramer at iway dot ch)
Files changed (8) +5,531 / -11
Changed files with action and line counts
Ahtml/includes/graphs/device/fortigate_cpu.inc.php+20 / -0
Aincludes/discovery/mempools/fortigate.inc.php+8 / -0
Aincludes/discovery/processors/fortigate.inc.php+23 / -0
Aincludes/polling/mempools/fortigate.inc.php+15 / -0
Mincludes/polling/os/fortigate.inc.php+34 / -7
Mincludes/static-config.php+7 / -4
Amibs/FORTINET-CORE-MIB.mib+410 / -0
Amibs/FORTINET-FORTIGATE-MIB.mib+5,014 / -0
+107 added −11 removed filtered activity

💻 r2985

Tom Laermans 🦔
Detect if the destination of a rename is already in the system. Patch by RobJE.
Files changed (2) +10 / -2
Changed files with action and line counts
Mincludes/functions.php+1 / -0
Mrenamehost.php+9 / -2
+10 added −2 removed filtered activity

💻 r2984

Tom Laermans 🦔
Get serial-number for HP switches. Patch by RobJE.
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/os/procurve.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r2983

Tom Laermans 🦔
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) +1 / -1
Changed files with action and line counts
Mincludes/discovery/vmware-vminfo.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2982

Tom Laermans 🦔
Detect Dell systems and servicetag on Windows the same way as on "unix" Patch by RobJE.
Files changed (1) +8 / -0
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r2981

Tom Laermans 🦔
Detect Dell servicetag as serialnumber through dell MIB on "unix" systems Patch by RobJE.
Files changed (1) +3 / -0
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+3 / -0
+3 added 0 removed filtered activity

💻 r2980

Tom Laermans 🦔
Also detect Axis video servers. Patch by RobJE.
Files changed (1) +2 / -1
Changed files with action and line counts
Mincludes/discovery/os/axiscam.inc.php+2 / -1
+2 added −1 removed filtered activity

💻 r2979

Tom Laermans 🦔
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) +2 / -2
Changed files with action and line counts
Mhtml/pages/front/default.php+2 / -2
+2 added −2 removed filtered activity

💻 r2978

Tom Laermans 🦔
fix os change spacing
Files changed (1) +2 / -2
Changed files with action and line counts
Mincludes/discovery/functions.inc.php+2 / -2
+2 added −2 removed filtered activity

💻 r2977

Tom Laermans 🦔
disable services by default
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2976

Tom Laermans 🦔
silly php
Files changed (1) +1 / -0
Changed files with action and line counts
Mhtml/index.php+1 / -0
+1 added 0 removed filtered activity

💻 r2975

Adam Armstrong 🐸
fix unix agent and add cymru fullbogons feed ASN
Files changed (2) +2 / -2
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Mincludes/polling/unix-agent.inc.php+1 / -2
+2 added −2 removed filtered activity

💻 r2974

cleanup
syntaxer run
Files changed (3) +9 / -11
Changed files with action and line counts
Mbilling-calculate.php+7 / -10
Mcheck-services.php+1 / -0
Mhtml/includes/graphs/c6kxbar/util.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r2973

cleanup
syntaxer run
Files changed (4) +99 / -92
Changed files with action and line counts
Mhtml/billing-graph.php+1 / -2
Mhtml/index.php+1 / -0
Mhtml/map.php+3 / -3
Mhtml/pdf.php+94 / -87
0 added 0 removed filtered activity

💻 r2972

Tom Laermans 🦔
remove warning about port info
Files changed (1) +0 / -2
Changed files with action and line counts
Mirc.php+0 / -2
0 added −2 removed filtered activity

💻 r2971

Tom Laermans 🦔
fix irc port function, patch by RobJE
Files changed (1) +1 / -1
Changed files with action and line counts
Mirc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2970

cleanup
syntaxer run
Files changed (71) +237 / -160

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

Changed files with action and line counts
Mhtml/pages/addhost.inc.php+1 / -0
Mhtml/pages/adduser.inc.php+1 / -1
Mhtml/pages/bill.inc.php+0 / -5
Mhtml/pages/bill/actions.inc.php+10 / -6
Mhtml/pages/bill/edit.inc.php+4 / -5
Mhtml/pages/bill/pdf_history.inc.php+10 / -16
Mhtml/pages/bill/reset.inc.php+0 / -1
Mhtml/pages/bills.inc.php+2 / -4
Mhtml/pages/delhost.inc.php+1 / -0
Mhtml/pages/device.inc.php+3 / -2
Mhtml/pages/device/apps/mailscanner.inc.php+2 / -0
Mhtml/pages/device/apps/mysql.inc.php+1 / -0
Mhtml/pages/device/apps/nginx.inc.php+1 / -0
Mhtml/pages/device/apps/ntp-client.inc.php+2 / -0
Mhtml/pages/device/apps/ntpd-server.inc.php+2 / -0
Mhtml/pages/device/apps/shoutcast.inc.php+4 / -0
Mhtml/pages/device/graphs.inc.php+1 / -0
Mhtml/pages/device/graphs/cpu.inc.php+1 / -0
Mhtml/pages/device/graphs/fortigate-sessions.inc.php+1 / -0
Mhtml/pages/device/graphs/hrprocesses.inc.php+1 / -0
Mhtml/pages/device/graphs/hrusers.inc.php+1 / -0
Mhtml/pages/device/graphs/ipSytemStats.inc.php+18 / -14
Mhtml/pages/device/graphs/memory.inc.php+1 / -0
Mhtml/pages/device/graphs/netstats.inc.php+11 / -0
Mhtml/pages/device/graphs/netstats_icmp_info.inc.php+1 / -0
Mhtml/pages/device/graphs/netstats_icmp_stat.inc.php+1 / -0
Mhtml/pages/device/graphs/netstats_ip.inc.php+2 / -0
Mhtml/pages/device/graphs/netstats_snmp.inc.php+2 / -0
Mhtml/pages/device/graphs/netstats_tcp.inc.php+1 / -0
Mhtml/pages/device/graphs/netstats_udp.inc.php+1 / -0
0 added 0 removed filtered activity

💻 r2969

cleanup
syntaxer run
Files changed (6) +13 / -14
Changed files with action and line counts
Mhtml/includes/hostbox-basic.inc.php+1 / -1
Mhtml/includes/hostbox.inc.php+3 / -3
Mhtml/includes/print-interface.inc.php+2 / -2
Mhtml/includes/print-menubar.php+3 / -4
Mhtml/includes/print-vlan.inc.php+3 / -3
Mhtml/includes/topnav.inc.php+1 / -1
0 added 0 removed filtered activity

💻 r2968

cleanup
syntaxer run
Files changed (57) +50 / -50

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

Changed files with action and line counts
Mhtml/includes/graphs/XXX_device_memory_windows.inc.php+1 / -0
Mhtml/includes/graphs/altiga_ssl_sessions.inc.php+1 / -0
Mhtml/includes/graphs/application/apache_bits.inc.php+0 / -1
Mhtml/includes/graphs/application/mysql_innodb_row_operations.inc.php+0 / -2
Mhtml/includes/graphs/application/mysql_innodb_semaphores.inc.php+0 / -3
Mhtml/includes/graphs/application/mysql_innodb_transactions.inc.php+0 / -1
Mhtml/includes/graphs/application/mysql_myisam_indexes.inc.php+3 / -4
Mhtml/includes/graphs/application/mysql_query_cache.inc.php+0 / -3
Mhtml/includes/graphs/application/mysql_query_cache_memory.inc.php+0 / -1
Mhtml/includes/graphs/application/mysql_select_types.inc.php+0 / -1
Mhtml/includes/graphs/application/mysql_slow_queries.inc.php+1 / -2
Mhtml/includes/graphs/application/mysql_sorts.inc.php+0 / -2
Mhtml/includes/graphs/application/mysql_table_locks.inc.php+0 / -2
Mhtml/includes/graphs/application/mysql_temporary_objects.inc.php+0 / -2
Mhtml/includes/graphs/application/ntpdserver_bits.inc.php+1 / -0
Mhtml/includes/graphs/application/ntpdserver_packets.inc.php+1 / -0
Mhtml/includes/graphs/c6kxbar/auth.inc.php+0 / -3
Mhtml/includes/graphs/device/cras_sessions.inc.php+1 / -0
Mhtml/includes/graphs/device/ipSystemStats.inc.php+1 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv4.inc.php+1 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv4_frag.inc.php+1 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv6.inc.php+1 / -0
Mhtml/includes/graphs/device/ipsystemstats_ipv6_frag.inc.php+1 / -0
Mhtml/includes/graphs/device/netscaler_tcp_bits.inc.php+0 / -1
Mhtml/includes/graphs/device/netstat_ip.inc.php+1 / -0
Mhtml/includes/graphs/device/netstat_ip_frag.inc.php+1 / -0
Mhtml/includes/graphs/device/netstat_snmp_pkt.inc.php+1 / -0
Mhtml/includes/graphs/device/netstat_tcp.inc.php+1 / -0
Mhtml/includes/graphs/device/netstat_udp.inc.php+1 / -0
Mhtml/includes/graphs/device/nfsen_flows.inc.php+2 / -0
0 added 0 removed filtered activity

💻 r2967

cleanup
syntaxer run
Files changed (7) +62 / -55
Changed files with action and line counts
Mincludes/billing.php+3 / -3
Mincludes/defaults.inc.php+14 / -18
Mincludes/functions.php+1 / -0
Mincludes/include-dir.inc.php+1 / -0
Mincludes/rrdtool.inc.php+1 / -1
Mincludes/static-config.php+4 / -7
Mincludes/syslog.php+38 / -26
0 added 0 removed filtered activity

💻 r2966

cleanup
syntaxer run
Files changed (18) +232 / -255
Changed files with action and line counts
Mincludes/polling/applications/mysql.inc.php+81 / -81
Mincludes/polling/cisco-ace-loadbalancer.inc.php+3 / -5
Mincludes/polling/cisco-ace-serverfarms.inc.php+32 / -37
Mincludes/polling/cisco-cef.inc.php+2 / -3
Mincludes/polling/cisco-vpdn.inc.php+1 / -1
Mincludes/polling/entity-physical.inc.php+8 / -10
Mincludes/polling/mempools/avaya-ers.inc.php+2 / -2
Mincludes/polling/mempools/netscaler.inc.php+0 / -1
Mincludes/polling/netscaler-vsvr.inc.php+10 / -17
Mincludes/polling/os.inc.php+2 / -2
Mincludes/polling/os/avaya-ers.inc.php+0 / -2
Mincludes/polling/os/cisco.inc.php+4 / -5
Mincludes/polling/os/comware.inc.php+0 / -1
Mincludes/polling/os/ios.inc.php+0 / -1
Mincludes/polling/os/iosxr.inc.php+4 / -4
Mincludes/polling/port-adsl.inc.php+2 / -2
Mincludes/polling/ports.inc.php+57 / -57
Mincludes/polling/unix-agent.inc.php+24 / -24
0 added 0 removed filtered activity

💻 r2965

Adam Armstrong 🐸
OBSERVIUM-5 - fix generic_multi_simplex_seperated from Sander Steffann
Files changed (1) +2 / -0
Changed files with action and line counts
Mhtml/includes/graphs/generic_multi_simplex_seperated.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r2964

cleanup
syntaxer run
Files changed (17) +56 / -77
Changed files with action and line counts
Mincludes/common.php+7 / -7
Mincludes/discovery/arp-table.inc.php+1 / -1
Mincludes/discovery/cisco-vrf.inc.php+8 / -9
Mincludes/discovery/current/apc.inc.php+22 / -28
Mincludes/discovery/entity-sensor.inc.php+1 / -2
Mincludes/discovery/mempools/junos.inc.php+1 / -1
Mincludes/discovery/power/ipoman.inc.php+0 / -2
Mincludes/discovery/processors/netscaler.inc.php+1 / -2
Mincludes/discovery/q-bridge-mib.inc.php+1 / -1
Mincludes/discovery/sensors-netscaler.inc.php+2 / -4
Mincludes/discovery/sensors.inc.php+1 / -1
Mincludes/discovery/temperatures/powerconnect.inc.php+1 / -1
Mincludes/discovery/vlans.inc.php+5 / -7
Mincludes/discovery/voltages/apc.inc.php+0 / -4
Mincludes/snmp.inc.php+0 / -1
Mirc.php+4 / -5
Mpoll-billing.php+1 / -1
0 added 0 removed filtered activity

💻 r2963

cleanup
syntaxer run 1/<many>
Files changed (2) +229 / -216
Changed files with action and line counts
Mhtml/bandwidth-graph.php+224 / -207
Mhtml/graph.php+5 / -9
0 added 0 removed filtered activity

💻 r2962

Tom Laermans 🦔
fix apostrophes in location= filter variable
Files changed (2) +1 / -2
Changed files with action and line counts
Mhtml/index.php+1 / -1
Mhtml/pages/devices.inc.php+0 / -1
+1 added −2 removed filtered activity

💻 r2961

Adam Armstrong 🐸
add option to include custom top menubar entries from html/includes/print-menubar-custom.inc.php
Files changed (1) +7 / -0
Changed files with action and line counts
Mhtml/includes/print-menubar.php+7 / -0
+7 added 0 removed filtered activity

💻 r2960

Tom Laermans 🦔
speedup menu bar mysql
Files changed (1) +6 / -6
Changed files with action and line counts
Mhtml/includes/print-menubar.php+6 / -6
+6 added −6 removed filtered activity

💻 r2959

Adam Armstrong 🐸
fixes
Files changed (2) +6 / -6
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+5 / -5
Mincludes/static-config.php+1 / -1
+6 added −6 removed filtered activity

💻 r2958

Tom Laermans 🦔
away with the silly packages
Files changed (1) +9 / -0
Changed files with action and line counts
Mhtml/includes/print-menubar.php+9 / -0
+9 added 0 removed filtered activity

💻 r2957

Adam Armstrong 🐸
add a graph descr
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/static-config.php+1 / -0
+1 added 0 removed filtered activity

💻 r2956

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

💻 r2955

Adam Armstrong 🐸
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) +87 / -22
Changed files with action and line counts
Mconfig.php.default+5 / -0
Mincludes/defaults.inc.php+10 / -0
Mincludes/polling/functions.inc.php+1 / -1
Mincludes/polling/ports.inc.php+65 / -16
Mincludes/static-config.php+6 / -5
+87 added −22 removed filtered activity

💻 r2954

Tom Laermans 🦔
Lazy attempt to fix FS#189, reported by Bill Fenestro Fenner
Files changed (1) +2 / -3
Changed files with action and line counts
Mincludes/discovery/processors-ucd-old.inc.php+2 / -3
+2 added −3 removed filtered activity

💻 r2953

Tom Laermans 🦔
add Mandriva detection to distro script, fixes FS#179, patch/report by Gabor Garami
Files changed (1) +7 / -8
Changed files with action and line counts
Mscripts/distro+7 / -8
+7 added −8 removed filtered activity

💻 r2952

Tom Laermans 🦔
treat counters as strings to avoid integer wraparounds, fixes FS#190, patch/report by Chris Daniel
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/data.php+1 / -1
+1 added −1 removed filtered activity

💻 r2951

Adam Armstrong 🐸
FIXME? HOW?
Files changed (1) +2 / -0
Changed files with action and line counts
Mincludes/polling/ports.inc.php+2 / -0
+2 added 0 removed filtered activity

💻 r2950

Adam Armstrong 🐸
add pixos detection
Files changed (2) +10 / -1
Changed files with action and line counts
Aincludes/discovery/os/pix.inc.php+9 / -0
Mincludes/static-config.php+1 / -1
+10 added −1 removed filtered activity

💻 r2949

Adam Armstrong 🐸
Bill reset page (from CodeKiller)
Files changed (1) +40 / -0
Changed files with action and line counts
Ahtml/pages/bill/reset.inc.php+40 / -0
+40 added 0 removed filtered activity

💻 r2948

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

💻 r2947

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

💻 r2946

Tom Laermans 🦔
add some Juniper MIBs
Files changed (6) +6,504 / -0
Changed files with action and line counts
Amibs/JUNIPER-MIB+1,958 / -0
Amibs/Juniper-IP-POLICY-MIB+1,992 / -0
Amibs/Juniper-MIBs+876 / -0
Amibs/Juniper-ROUTER-MIB+1,083 / -0
Amibs/Juniper-TC+387 / -0
Amibs/Juniper-UNI-SMI+208 / -0
0 added 0 removed filtered activity

💻 r2945

Tom Laermans 🦔
optimized vrf discovery code, patch by gl-
Files changed (1) +85 / -26
Changed files with action and line counts
Mincludes/discovery/cisco-vrf.inc.php+85 / -26
+85 added −26 removed filtered activity

💻 r2944

Tom Laermans 🦔
revamped/optimized vrf display page, patch by gl-
Files changed (1) +30 / -10
Changed files with action and line counts
Mhtml/pages/routing/vrf.inc.php+30 / -10
+30 added −10 removed filtered activity

💻 r2943

Tom Laermans 🦔
re-add warning to defaults.inc.php
Files changed (1) +4 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+4 / -0
+4 added 0 removed filtered activity

💻 r2942

Tom Laermans 🦔
remove battery status from areca controller voltages
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/discovery/voltages/areca.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2941

Tom Laermans 🦔
remove external snmpget invocation for q-bridge-mib discovery
Files changed (1) +3 / -5
Changed files with action and line counts
Mincludes/discovery/q-bridge-mib.inc.php+3 / -5
+3 added −5 removed filtered activity

March 2012

💻 r2940

Adam Armstrong 🐸
add acsw os discovery script
Files changed (2) +9 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
Aincludes/discovery/os/acsw.inc.php+8 / -0
+9 added 0 removed filtered activity

💻 r2939

Adam Armstrong 🐸
erase jwh's failure
Files changed (2) +27 / -80
Changed files with action and line counts
Mincludes/defaults.inc.php+0 / -1
Mincludes/snmp.inc.php+27 / -79
+27 added −80 removed filtered activity

💻 r2938

Adam Armstrong 🐸
improved interface ignores
Files changed (2) +8 / -11
Changed files with action and line counts
Mincludes/defaults.inc.php+6 / -9
Mincludes/polling/unix-agent.inc.php+2 / -2
+8 added −11 removed filtered activity

💻 r2937

Adam Armstrong 🐸
ignore pointless ports better. from nikolay shopik
Files changed (1) +6 / -4
Changed files with action and line counts
Mincludes/defaults.inc.php+6 / -4
+6 added −4 removed filtered activity

💻 r2936

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

💻 r2935

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

💻 r2934

Adam Armstrong 🐸
ignore iftypes config option and checker
Files changed (2) +17 / -5
Changed files with action and line counts
Mincludes/defaults.inc.php+6 / -5
Mincludes/functions.php+11 / -0
+17 added −5 removed filtered activity

💻 r2933

Adam Armstrong 🐸
log package add/remove/change into eventlogs table (maybe we have a separate history later, not sure)
Files changed (1) +20 / -6
Changed files with action and line counts
Mincludes/polling/unix-agent.inc.php+20 / -6
+20 added −6 removed filtered activity

💻 r2932

Adam Armstrong 🐸
print graph when debugging graph.php. (shiny, eh?)
Files changed (1) +8 / -0
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+8 / -0
+8 added 0 removed filtered activity

💻 r2931

Adam Armstrong 🐸
descriptions on graph page (none created yet)
Files changed (7) +32 / -6
Changed files with action and line counts
Mhtml/graph.php+11 / -1
Mhtml/includes/graphs/device/smokeping_all_common_avg.inc.php+3 / -1
Mhtml/includes/graphs/smokeping/out.inc.php+1 / -1
Mhtml/pages/device/latency.inc.php+1 / -0
Mhtml/pages/graphs.inc.php+13 / -0
Mincludes/static-config.php+1 / -1
Mscripts/mysql_stats.php+2 / -2
+32 added −6 removed filtered activity

💻 r2930

Adam Armstrong 🐸
spit out runtime for graph.php when debugging
Files changed (1) +15 / -0
Changed files with action and line counts
Mhtml/graph.php+15 / -0
+15 added 0 removed filtered activity

💻 r2929

Adam Armstrong 🐸
add dpkg lister script for unix agent
Files changed (3) +43 / -3
Changed files with action and line counts
Mhtml/includes/print-menubar.php+9 / -2
Ascripts/agent-local/dpkg+20 / -0
Mscripts/agent-local/rpm+14 / -1
+43 added −3 removed filtered activity

💻 r2928

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

💻 r2927

Adam Armstrong 🐸
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) +15 / -11
Changed files with action and line counts
Mincludes/polling/bgp-peers.inc.php+6 / -2
Mincludes/snmp.inc.php+8 / -8
Mincludes/static-config.php+1 / -1
+15 added −11 removed filtered activity

💻 r2926

Adam Armstrong 🐸
add table to store packages data on package-managed hosts
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/011.sql+1 / -0
0 added 0 removed filtered activity

💻 r2925

Adam Armstrong 🐸
agent files
Files changed (5) +496 / -0
Changed files with action and line counts
Ascripts/agent-local non-text+0 / -0
Ascripts/agent-local/rpm+7 / -0
Ascripts/agent-local/temperature+5 / -0
Ascripts/observium_agent+433 / -0
Ascripts/observium_agent_xinetd+51 / -0
+496 added 0 removed filtered activity

💻 r2924

Adam Armstrong 🐸
workaround bsnmp retardation and find some cpus (hardset type to processor if descr includes cpu)
Files changed (1) +5 / -0
Changed files with action and line counts
Mincludes/discovery/processors/hrdevice.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r2923

Adam Armstrong 🐸
preliminary support for unix agent. probably will eat your cat and rape your dog, at this point.
Files changed (6) +224 / -0
Changed files with action and line counts
Mconfig.php.default+3 / -0
Mhtml/pages/device.inc.php+9 / -0
Ahtml/pages/device/packages.inc.php+27 / -0
Ahtml/pages/packages.inc.php+63 / -0
Mincludes/defaults.inc.php+1 / -0
Aincludes/polling/unix-agent.inc.php+121 / -0
+224 added 0 removed filtered activity

💻 r2922

Adam Armstrong 🐸
as default do not send emails for down ports, but print them on the front page (for mmoerman)
Files changed (2) +4 / -3
Changed files with action and line counts
Mincludes/defaults.inc.php+3 / -2
Mincludes/polling/ports.inc.php+1 / -1
+4 added −3 removed filtered activity

💻 r2921

Adam Armstrong 🐸
ignore some voice interfaces
Files changed (1) +7 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+7 / -1
+7 added −1 removed filtered activity

💻 r2920

Tom Laermans 🦔
remove no longer needed database sql files
Files changed (6) +0 / -1,239
Changed files with action and line counts
Ddatabase-schema.sql+0 / -1,006
Ddatabase-update-pre1000.sql+0 / -121
Ddatabase-update-pre1435.sql+0 / -42
Ddatabase-update-pre2245.sql+0 / -50
Ddatabase-update-pre2804.sql+0 / -13
Ddatabase-update.sql+0 / -7
0 added 0 removed filtered activity

💻 r2919

Tom Laermans 🦔
typo fix, reported by reaperz on irc
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/error-no-perm.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2918

Tom Laermans 🦔
don't show dummy interface on device traffic graph
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r2917

Adam Armstrong 🐸
fix ios version detection
Files changed (3) +23 / -20
Changed files with action and line counts
Mincludes/polling/os.inc.php+0 / -1
Mincludes/polling/os/cisco.inc.php+0 / -1
Mincludes/polling/os/ios.inc.php+23 / -18
+23 added −20 removed filtered activity

💻 r2916

Adam Armstrong 🐸
add an index for datetime to eventlog (this might take a while!)
Files changed (1) +1 / -0
Changed files with action and line counts
Asql-schema/010.sql+1 / -0
0 added 0 removed filtered activity

💻 r2915

Adam Armstrong 🐸
warn about ifdown as default
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2914

Tom Laermans 🦔
woo debug
Files changed (1) +0 / -2
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+0 / -2
0 added −2 removed filtered activity

💻 r2913

Tom Laermans 🦔
fix date picker, effing hell, javascript
Files changed (1) +4 / -2
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+4 / -2
+4 added −2 removed filtered activity

💻 r2912

Adam Armstrong 🐸
potentially break all cisco versioning :P
Files changed (14) +105 / -55
Changed files with action and line counts
Mincludes/defaults.inc.php+9 / -0
Mincludes/discovery/os/ios.inc.php+6 / -2
Mincludes/functions.php+0 / -24
Mincludes/polling/cisco-cef.inc.php+1 / -1
Mincludes/polling/netstats-ip.inc.php+1 / -1
Mincludes/polling/netstats-tcp.inc.php+1 / -1
Mincludes/polling/netstats-udp.inc.php+1 / -1
Mincludes/polling/os.inc.php+1 / -0
Aincludes/polling/os/cisco.inc.php+50 / -0
Mincludes/polling/os/ios.inc.php+16 / -22
Aincludes/polling/os/iosxr.inc.php+16 / -0
Mincludes/polling/processors.inc.php+1 / -1
Mincludes/polling/ucd-mib.inc.php+1 / -1
Mincludes/polling/wifi.inc.php+1 / -1
+105 added −55 removed filtered activity

💻 r2911

Adam Armstrong 🐸
fix the fix
Files changed (2) +10 / -1
Changed files with action and line counts
Msql-schema/008.sql+0 / -1
Asql-schema/009.sql+10 / -0
0 added 0 removed filtered activity

💻 r2910

Adam Armstrong 🐸
fix bills table
Files changed (2) +74 / -73
Changed files with action and line counts
Mdatabase-schema.sql+72 / -73
Asql-schema/008.sql+2 / -0
0 added 0 removed filtered activity

💻 r2909

Adam Armstrong 🐸
fix db failure
Files changed (2) +2 / -1
Changed files with action and line counts
Msql-schema/006.sql+1 / -1
Msql-schema/007.sql+1 / -0
0 added 0 removed filtered activity

💻 r2908

Adam Armstrong 🐸
$config['warn']['ifdown'] = false; on front/default.php
Files changed (1) +10 / -7
Changed files with action and line counts
Mhtml/pages/front/default.php+10 / -7
+10 added −7 removed filtered activity

💻 r2907

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

💻 r2906

Adam Armstrong 🐸
fixed datepicker for graphs page. we use the most 'correct' date format yyyy-mm-dd.
Files changed (1) +4 / -4
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+4 / -4
+4 added −4 removed filtered activity

💻 r2905

Tom Laermans 🦔
add default from/to for a graph, allow negative from to subtract time from to/now
Files changed (1) +5 / -2
Changed files with action and line counts
Mhtml/includes/graphs/graph.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r2904

Adam Armstrong 🐸
only open device tabs <ul> if we are allowed to show tabs!
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/device.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r2903

Adam Armstrong 🐸
fix overlibs on billing forms
Files changed (2) +8 / -0
Changed files with action and line counts
Mhtml/pages/bill/edit.inc.php+4 / -0
Mhtml/pages/bills.inc.php+4 / -0
+8 added 0 removed filtered activity

💻 r2902

Adam Armstrong 🐸
prettier billing editing/adding
Files changed (10) +3,596 / -166
Changed files with action and line counts
Ahtml/css/bootstrap non-text+0 / -0
Ahtml/css/bootstrap.css+2,752 / -0
Ahtml/css/bootstrap.min.css+491 / -0
Ahtml/css/bootstrap/glyphicons-halflings-white.png+1 / -0
Ahtml/css/bootstrap/glyphicons-halflings.png+1 / -0
Mhtml/pages/bill.inc.php+10 / -1
Mhtml/pages/bill/actions.inc.php+44 / -2
Mhtml/pages/bill/delete.inc.php+33 / -20
Mhtml/pages/bill/edit.inc.php+163 / -79
Mhtml/pages/bills.inc.php+101 / -64
+351 added −166 removed filtered activity

💻 r2901

Adam Armstrong 🐸
minor changes to billing
Files changed (1) +3 / -3
Changed files with action and line counts
Mhtml/pages/bills.inc.php+3 / -3
+3 added −3 removed filtered activity

💻 r2900

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

💻 r2899

Adam Armstrong 🐸
fixes to billing
Files changed (1) +63 / -13
Changed files with action and line counts
Mhtml/pages/bills.inc.php+63 / -13
+63 added −13 removed filtered activity

💻 r2898

Adam Armstrong 🐸
update custom date picker to have calendar icons
Files changed (1) +6 / -0
Changed files with action and line counts
Mhtml/pages/graphs.inc.php+6 / -0
+6 added 0 removed filtered activity

💻 r2897

Adam Armstrong 🐸
add cisco smb linux (just linux, but with cisco logo)
Files changed (2) +12 / -1
Changed files with action and line counts
Mincludes/discovery/os/linux.inc.php+1 / -1
Mincludes/static-config.php+11 / -0
+12 added −1 removed filtered activity

💻 r2896

Adam Armstrong 🐸
custom range picker for graphs browser. (thanks to Michael Hsu).
Files changed (22) +2,016 / -9
Changed files with action and line counts
Ahtml/css/ui-lightness non-text+0 / -0
Ahtml/css/ui-lightness/images non-text+0 / -0
Ahtml/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png+1 / -0
Ahtml/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png+1 / -0
Ahtml/css/ui-lightness/images/ui-icons_222222_256x240.png+1 / -0
Ahtml/css/ui-lightness/images/ui-icons_228ef1_256x240.png+1 / -0
Ahtml/css/ui-lightness/images/ui-icons_ef8c08_256x240.png+1 / -0
Ahtml/css/ui-lightness/images/ui-icons_ffd27a_256x240.png+1 / -0
Ahtml/css/ui-lightness/images/ui-icons_ffffff_256x240.png+1 / -0
Ahtml/css/ui-lightness/jquery-ui-1.8.18.custom.css+415 / -0
Ahtml/js/jquery-ui-sliderAccess.js+85 / -0
Ahtml/js/jquery-ui-timepicker-addon.js+1,326 / -0
Ahtml/js/jquery-ui.min.js+65 / -0
Mhtml/pages/graphs.inc.php+102 / -0
Mscripts/postfix-queues+9 / -9
+111 added −9 removed filtered activity

💻 r2895

Tom Laermans 🦔
THIS! IS! MIB! CITY!
Files changed (92) +60,542 / -23

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

Changed files with action and line counts
Amibs/CISCOSB-1-BONJOUR-SERVICE-MIB+118 / -0
Amibs/CISCOSB-3SW2SWTABLES-MIB+41 / -0
Amibs/CISCOSB-AAA+3,130 / -0
Amibs/CISCOSB-BANNER-MIB+194 / -0
Amibs/CISCOSB-BONJOUR-MIB+355 / -0
Amibs/CISCOSB-BRGMACSWITCH-MIB+172 / -0
Amibs/CISCOSB-BRIDGE-SECURITY+906 / -0
Amibs/CISCOSB-BRIDGEMIBOBJECTS-MIB+1,953 / -0
Amibs/CISCOSB-BaudRate-MIB+82 / -0
Amibs/CISCOSB-CDB-MIB+51 / -0
Amibs/CISCOSB-CDP-MIB+838 / -0
Amibs/CISCOSB-CLI-MIB+312 / -0
Amibs/CISCOSB-COPY-MIB+1,141 / -0
Amibs/CISCOSB-CPU-COUNTERS-MIB+171 / -0
Amibs/CISCOSB-DEBUGCAPABILITIES-MIB+51 / -0
Amibs/CISCOSB-DEVICEPARAMS-MIB+784 / -0
Amibs/CISCOSB-DHCP-MIB+962 / -0
Amibs/CISCOSB-DHCPCL-MIB+440 / -0
Amibs/CISCOSB-DNSCL-MIB+875 / -0
Amibs/CISCOSB-DOT1X-MIB+1,118 / -0
Amibs/CISCOSB-Dlf-MIB+40 / -0
Amibs/CISCOSB-EEE-MIB+319 / -0
Amibs/CISCOSB-EMBWEB-MIB+506 / -0
Amibs/CISCOSB-ENDOFMIB-MIB+40 / -0
Amibs/CISCOSB-ERRDISABLE-RECOVERY-MIB+148 / -0
Amibs/CISCOSB-EVENTS-MIB+547 / -0
Amibs/CISCOSB-File+237 / -0
Amibs/CISCOSB-GREEN-MIB+212 / -0
Amibs/CISCOSB-GVRP-MIB+457 / -0
Amibs/CISCOSB-HWENVIROMENT+280 / -0
0 added 0 removed filtered activity

💻 r2894

Tom Laermans 🦔
rename part 2
Files changed (2) +8 / -8
Changed files with action and line counts
Dincludes/discovery/os/ciscolinksys.inc.php+0 / -8
Aincludes/discovery/os/ciscosb.inc.php+8 / -0
+8 added −8 removed filtered activity

💻 r2893

Tom Laermans 🦔
rename ciscolinksys to cisco small business
Files changed (1) +3 / -3
Changed files with action and line counts
Mincludes/static-config.php+3 / -3
+3 added −3 removed filtered activity

💻 r2892

Tom Laermans 🦔
add support for ciscolinksys switches
Files changed (2) +19 / -0
Changed files with action and line counts
Aincludes/discovery/os/ciscolinksys.inc.php+8 / -0
Mincludes/static-config.php+11 / -0
+19 added 0 removed filtered activity

💻 r2891

Adam Armstrong 🐸
blue == up, green == up,ignored
Files changed (1) +3 / -2
Changed files with action and line counts
Mhtml/includes/hostbox.inc.php+3 / -2
+3 added −2 removed filtered activity

💻 r2890

Tom Laermans 🦔
make new colour bar smaller. FU, CSS
Files changed (3) +24 / -7
Changed files with action and line counts
Mhtml/css/styles.css+9 / -0
Mhtml/includes/hostbox.inc.php+5 / -5
Mhtml/pages/devices.inc.php+10 / -2
+15 added −7 removed filtered activity

💻 r2889

Adam Armstrong 🐸
colour bar on device list. yay or nay?
Files changed (1) +5 / -0
Changed files with action and line counts
Mhtml/includes/hostbox.inc.php+5 / -0
+5 added 0 removed filtered activity

💻 r2888

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

💻 r2887

Tom Laermans 🦔
add unix mips platform, by stintel, ages ago
Files changed (1) +1 / -0
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+1 / -0
+1 added 0 removed filtered activity

💻 r2886

Tom Laermans 🦔
don't show known errors for old sql updates
Files changed (1) +9 / -2
Changed files with action and line counts
Mincludes/sql-schema/update.php+9 / -2
+9 added −2 removed filtered activity

💻 r2885

Adam Armstrong 🐸
and fuck you, snmp
Files changed (3) +0 / -3,040
Changed files with action and line counts
Dmibs/MTA-MIB+0 / -1,156
Dmibs/NETWORK-SERVICES-MIB+0 / -605
Dmibs/SCTP-MIB+0 / -1,279
0 added 0 removed filtered activity

💻 r2884

Adam Armstrong 🐸
FUCK YOU, CENTOS.
Files changed (3) +3,194 / -0
Changed files with action and line counts
Amibs/MTA-MIB+1,226 / -0
Amibs/NETWORK-SERVICES-MIB+626 / -0
Amibs/SCTP-MIB+1,342 / -0
0 added 0 removed filtered activity

💻 r2883

Tom Laermans 🦔
sigh
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/sql-schema/update.php+1 / -1
+1 added −1 removed filtered activity

💻 r2882

Tom Laermans 🦔
attempt to fix sql update issues
Files changed (1) +6 / -6
Changed files with action and line counts
Mincludes/sql-schema/update.php+6 / -6
+6 added −6 removed filtered activity

💻 r2881

Tom Laermans 🦔
add windows 7/2008 SP1 build numbers
Files changed (1) +4 / -1
Changed files with action and line counts
Mincludes/polling/os/windows.inc.php+4 / -1
+4 added −1 removed filtered activity

February 2012

💻 r2880

Adam Armstrong 🐸
ldap tls support
Files changed (2) +10 / -2
Changed files with action and line counts
Mhtml/includes/authentication/ldap.inc.php+8 / -0
Mhtml/pages/device/routing/bgp.inc.php+2 / -2
+10 added −2 removed filtered activity

💻 r2879

Tom Laermans 🦔
fix database upgrade path
Files changed (2) +11 / -7
Changed files with action and line counts
Mincludes/sql-schema/update.php+10 / -6
Msql-schema/001.sql+1 / -1
+10 added −6 removed filtered activity

💻 r2878

Tom Laermans 🦔
fix initial install issues with new sql updater
Files changed (1) +9 / -3
Changed files with action and line counts
Mincludes/sql-schema/update.php+9 / -3
+9 added −3 removed filtered activity

💻 r2877

Tom Laermans 🦔
fix initial database creation
Files changed (1) +58 / -1,006
Changed files with action and line counts
Msql-schema/001.sql+58 / -1,006
0 added 0 removed filtered activity

💻 r2876

Adam Armstrong 🐸
fix BGP page
Files changed (1) +10 / -9
Changed files with action and line counts
Mhtml/pages/device/routing/bgp.inc.php+10 / -9
+10 added −9 removed filtered activity

💻 r2875

Tom Laermans 🦔
correctly run all sql update files for older revisions
Files changed (1) +5 / -4
Changed files with action and line counts
Mincludes/sql-schema/update.php+5 / -4
+5 added −4 removed filtered activity

💻 r2874

Adam Armstrong 🐸
fixes to graph widths
Files changed (3) +10 / -7
Changed files with action and line counts
Mhtml/pages/ports/graph.inc.php+7 / -4
Mhtml/pages/routing/bgp.inc.php+1 / -1
Mincludes/sql-schema/update.php+2 / -2
+10 added −7 removed filtered activity

💻 r2873

Tom Laermans 🦔
allow sql update to be run from commandline, remove now-bogus comment from menubar
Files changed (2) +19 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mincludes/sql-schema/update.php+18 / -0
+19 added −1 removed filtered activity

💻 r2872

Adam Armstrong 🐸
remove shutdown sessions from alerted bgp session list
Files changed (2) +4 / -1
Changed files with action and line counts
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/routing/bgp.inc.php+3 / -0
+4 added −1 removed filtered activity

💻 r2871

Adam Armstrong 🐸
fixes to BGP global page
Files changed (3) +5 / -5
Changed files with action and line counts
Mhtml/includes/functions.inc.php+3 / -3
Mhtml/includes/print-menubar.php+1 / -1
Mhtml/pages/routing/bgp.inc.php+1 / -1
+5 added −5 removed filtered activity

💻 r2870

Tom Laermans 🦔
yay, fixed, finally...
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/sql-schema/update.php+1 / -1
+1 added −1 removed filtered activity

💻 r2869

Tom Laermans 🦔
more fix
Files changed (1) +4 / -4
Changed files with action and line counts
Mincludes/sql-schema/update.php+4 / -4
+4 added −4 removed filtered activity

💻 r2868

Tom Laermans 🦔
umm, fix sql update commit?
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/sql-schema/update.php+1 / -1
+1 added −1 removed filtered activity

💻 r2867

Tom Laermans 🦔
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) +1,570 / -64
Changed files with action and line counts
Mdatabase-update.sql+1 / -0
Mdiscovery.php+1 / -64
Aincludes/sql-schema non-text+0 / -0
Aincludes/sql-schema/update.php+106 / -0
Asql-schema non-text+0 / -0
Asql-schema/001.sql+1,229 / -0
Asql-schema/002.sql+121 / -0
Asql-schema/003.sql+42 / -0
Asql-schema/004.sql+50 / -0
Asql-schema/005.sql+13 / -0
Asql-schema/006.sql+6 / -0
Asql-schema/007.sql+1 / -0
+107 added −64 removed filtered activity

💻 r2866

Tom Laermans 🦔
prepare for new sql updater
Files changed (1) +1 / -1
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
0 added 0 removed filtered activity

💻 r2865

Tom Laermans 🦔
only put separator bar under vrf/ospf if you have bgp devices, too
Files changed (1) +15 / -4
Changed files with action and line counts
Mhtml/includes/print-menubar.php+15 / -4
+15 added −4 removed filtered activity

💻 r2864

Tom Laermans 🦔
add poller/discovery for dell powerconnect cpu
Files changed (6) +47 / -12
Changed files with action and line counts
Aincludes/discovery/processors/powerconnect.inc.php+24 / -0
Aincludes/polling/processors non-text+0 / -0
Dincludes/polling/processors-ucd-old.inc.php+0 / -11
Mincludes/polling/processors.inc.php+1 / -1
Aincludes/polling/processors/powerconnect.inc.php+11 / -0
Aincludes/polling/processors/ucd-old.inc.php+11 / -0
+47 added −12 removed filtered activity

💻 r2863

Tom Laermans 🦔
array keys are strings, duh
Files changed (27) +86 / -88
Changed files with action and line counts
Mincludes/polling/os/allied.inc.php+1 / -1
Mincludes/polling/os/aos.inc.php+1 / -1
Mincludes/polling/os/arista_eos.inc.php+1 / -1
Mincludes/polling/os/arubaos.inc.php+1 / -1
Mincludes/polling/os/avocent.inc.php+3 / -2
Mincludes/polling/os/bnt.inc.php+1 / -1
Mincludes/polling/os/cat1900.inc.php+1 / -1
Mincludes/polling/os/catos.inc.php+3 / -3
Mincludes/polling/os/dell-laser.inc.php+1 / -1
Mincludes/polling/os/extremeware.inc.php+3 / -3
Mincludes/polling/os/ies.inc.php+1 / -1
Mincludes/polling/os/junos.inc.php+1 / -1
Mincludes/polling/os/junose.inc.php+1 / -1
Mincludes/polling/os/panos.inc.php+1 / -1
Mincludes/polling/os/powerconnect.inc.php+4 / -7
Mincludes/polling/os/procurve.inc.php+1 / -1
Mincludes/polling/os/radlan.inc.php+2 / -2
Mincludes/polling/os/screenos.inc.php+1 / -1
Mincludes/polling/os/snom.inc.php+4 / -4
Mincludes/polling/os/speedtouch.inc.php+1 / -1
Mincludes/polling/os/symbol.inc.php+1 / -1
Mincludes/polling/os/tranzeo.inc.php+1 / -1
Mincludes/polling/os/unix.inc.php+18 / -18
Mincludes/polling/os/vrp.inc.php+1 / -1
Mincludes/polling/os/windows.inc.php+30 / -30
Mincludes/polling/os/zywall.inc.php+1 / -1
Mincludes/polling/os/zyxelnwa.inc.php+1 / -1
+86 added −88 removed filtered activity

💻 r2862

Tom Laermans 🦔
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) +437 / -4
Changed files with action and line counts
Mincludes/discovery/temperatures/powerconnect.inc.php+7 / -4
Amibs/FASTPATH-BOXSERVICES-PRIVATE-MIB+430 / -0
+7 added −4 removed filtered activity

💻 r2861

Tom Laermans 🦔
add mempool for powerconnect, at least 62xx series
Files changed (2) +30 / -0
Changed files with action and line counts
Aincludes/discovery/mempools/powerconnect-cpu.inc.php+15 / -0
Aincludes/polling/mempools/powerconnect-cpu.inc.php+15 / -0
+30 added 0 removed filtered activity

💻 r2860

Adam Armstrong 🐸
delete vservers once they are gone from netscaler
Files changed (1) +45 / -32
Changed files with action and line counts
Mincludes/polling/netscaler-vsvr.inc.php+45 / -32
+45 added −32 removed filtered activity

💻 r2859

Tom Laermans 🦔
don't report/record mac addresses/changes on broken snmp implementations
Files changed (1) +30 / -28
Changed files with action and line counts
Mincludes/discovery/arp-table.inc.php+30 / -28
+30 added −28 removed filtered activity

💻 r2858

Tom Laermans 🦔
fix start/end times using less generic variable names
Files changed (1) +9 / -9
Changed files with action and line counts
Mhtml/index.php+9 / -9
+9 added −9 removed filtered activity

💻 r2857

Tom Laermans 🦔
source html5shim javascript locally, fixes FS#177
Files changed (2) +5 / -1
Changed files with action and line counts
Mhtml/index.php+2 / -1
Ahtml/js/html5.js+3 / -0
+2 added −1 removed filtered activity

💻 r2856

Adam Armstrong 🐸
fix false positive reboots (is engine uptime higher than device uptime?) Thanks to Michael Hsu from Media Temple.
Files changed (1) +7 / -1
Changed files with action and line counts
Mincludes/polling/system.inc.php+7 / -1
+7 added −1 removed filtered activity

💻 r2855

Adam Armstrong 🐸
add entity-physical back to poller module list (duh!)
Files changed (3) +16 / -5
Changed files with action and line counts
Mcheck-errors.php+9 / -4
Mhtml/includes/graphs/generic_multi_bits_separated.inc.php+5 / -1
Mincludes/defaults.inc.php+2 / -0
+16 added −5 removed filtered activity

January 2012

💻 r2854

Adam Armstrong 🐸
add avaya ers support
Files changed (8) +153 / -0
Changed files with action and line counts
Ahtml/images/os/avaya.png+1 / -0
Aincludes/discovery/mempools/avaya-ers.inc.php+29 / -0
Aincludes/discovery/os/avaya-ers.inc.php+10 / -0
Aincludes/discovery/processors/avaya-ers.inc.php+18 / -0
Aincludes/discovery/temperatures/avaya-ers.inc.php+25 / -0
Aincludes/polling/mempools/avaya-ers.inc.php+19 / -0
Aincludes/polling/os/avaya-ers.inc.php+44 / -0
Mincludes/static-config.php+7 / -0
+152 added 0 removed filtered activity

💻 r2853

Adam Armstrong 🐸
port utilisation alerter (bit dirty, maybe put %age into db too?)
Files changed (2) +22 / -1
Changed files with action and line counts
Mincludes/defaults.inc.php+5 / -0
Mincludes/polling/ports.inc.php+17 / -1
+22 added −1 removed filtered activity

💻 r2852

Adam Armstrong 🐸
db upcate and add some LDP mibs
Files changed (5) +5,616 / -3
Changed files with action and line counts
Mdatabase-schema.sql+4 / -3
Amibs/MPLS-LDP-CAPABILITY+482 / -0
Amibs/MPLS-LDP-GENERIC-STD-MIB+340 / -0
Amibs/MPLS-LDP-STD-MIB+2,493 / -0
Amibs/MPLS-TE-MIB+2,297 / -0
0 added 0 removed filtered activity

💻 r2851

Adam Armstrong 🐸
Basic Brocade FabricOS support.
Files changed (16) +17,713 / -1
Changed files with action and line counts
Ahtml/images/os/brocade.png+1 / -0
Dhtml/images/os/ironware.png+0 / -1
Aincludes/discovery/os/fabos.inc.php+10 / -0
Aincludes/polling/os/fabos.inc.php+6 / -0
Mincludes/static-config.php+9 / -0
Amibs/BRCD-FCIP-EXT-MIB+296 / -0
Amibs/Brocade-REG-MIB+85 / -0
Amibs/CPQHOST-MIB+2,078 / -0
Amibs/CPQRACK-MIB+3,586 / -0
Amibs/FCFABRIC-ELEMENT-MIB+2,012 / -0
Amibs/FCMGMT-MIB+2,844 / -0
Amibs/FIBRE-CHANNEL-FE-MIB+1,794 / -0
Amibs/HA-MIB+375 / -0
Amibs/LINK-INCIDENT-MIB+809 / -0
Amibs/MB-MIB+247 / -0
Amibs/SW-MIB+3,561 / -0
+25 added 0 removed filtered activity

💻 r2850

Adam Armstrong 🐸
typo tmp -> temp
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/includes/authenticate.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2849

Adam Armstrong 🐸
increment $polled_devices
Files changed (2) +1 / -3
Changed files with action and line counts
Mincludes/polling/functions.inc.php+0 / -2
Mpoller.php+1 / -1
+1 added −3 removed filtered activity

💻 r2848

Adam Armstrong 🐸
fix openbsd. add some mibs. move around load balancer stuff.
Files changed (7) +1,668 / -178
Changed files with action and line counts
Ahtml/pages/device/loadbalancer/ace_rservers.inc.php+90 / -0
Ahtml/pages/device/loadbalancer/ace_vservers.inc.php+86 / -0
Dhtml/pages/device/loadbalancer/loadbalancer_rservers.inc.php+0 / -90
Dhtml/pages/device/loadbalancer/loadbalancer_vservers.inc.php+0 / -86
Mincludes/discovery/os/openbsd.inc.php+2 / -2
Amibs/CISCO-AAA-SERVER-MIB+1,031 / -0
Amibs/CISCO-ISDN-MIB+459 / -0
+178 added −178 removed filtered activity

💻 r2847

Tom Laermans 🦔
fix ports mac address, patch by Dario Calamai
Files changed (1) +1 / -1
Changed files with action and line counts
Mincludes/polling/ports.inc.php+1 / -1
+1 added −1 removed filtered activity

💻 r2846

Adam Armstrong 🐸
netscaler per-vserver page with all graphs.
Files changed (4) +72 / -13
Changed files with action and line counts
Mhtml/pages/device/loadbalancer.inc.php+6 / -6
Mhtml/pages/device/loadbalancer/loadbalancer_rservers.inc.php+2 / -2
Mhtml/pages/device/loadbalancer/loadbalancer_vservers.inc.php+2 / -2
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+62 / -3
+72 added −13 removed filtered activity

💻 r2845

Adam Armstrong 🐸
update types
Files changed (1) +5 / -2
Changed files with action and line counts
Mincludes/static-config.php+5 / -2
+5 added −2 removed filtered activity

💻 r2844

Tom Laermans 🦔
add loadbalancer device type, netscaler = loadbalancer, patch by mgm
Files changed (5) +15 / -20
Changed files with action and line counts
Mhtml/pages/bill.inc.php+0 / -2
Mincludes/discovery/discovery-protocols.inc.php+1 / -1
Mincludes/polling/ports.inc.php+6 / -14
Mincludes/polling/toner.inc.php+2 / -2
Mincludes/static-config.php+6 / -1
+15 added −20 removed filtered activity

💻 r2843

Adam Armstrong 🐸
nospaces
Files changed (1) +0 / -1
Changed files with action and line counts
Mdatabase-schema.sql+0 / -1
0 added 0 removed filtered activity

💻 r2842

Tom Laermans 🦔
add page/cache memory sizes to pagegen report in footer
Files changed (1) +10 / -4
Changed files with action and line counts
Mhtml/index.php+10 / -4
+10 added −4 removed filtered activity

💻 r2841

Tom Laermans 🦔
don't print header when no dot1d data is available
Files changed (1) +5 / -2
Changed files with action and line counts
Mincludes/discovery/vlans.inc.php+5 / -2
+5 added −2 removed filtered activity

💻 r2840

Tom Laermans 🦔
only show device types we know of in our database
Files changed (2) +23 / -14
Changed files with action and line counts
Mhtml/includes/print-menubar.php+21 / -14
Mhtml/includes/topnav.inc.php+2 / -0
+23 added −14 removed filtered activity

💻 r2839

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

💻 r2838

Adam Armstrong 🐸
only try per-vlan community on cisco :)
Files changed (1) +9 / -4
Changed files with action and line counts
Mincludes/discovery/vlans.inc.php+9 / -4
+9 added −4 removed filtered activity

💻 r2837

Adam Armstrong 🐸
add vlan discovery module (HERP DERP!)
Files changed (1) +83 / -0
Changed files with action and line counts
Aincludes/discovery/vlans.inc.php+83 / -0
+83 added 0 removed filtered activity

💻 r2836

Adam Armstrong 🐸
update netscaler mib again (to v2 not v1 this time!)
Files changed (1) +6,202 / -6,177
Changed files with action and line counts
Mmibs/NS-MIB+6,202 / -6,177
0 added 0 removed filtered activity

💻 r2835

Adam Armstrong 🐸
updated netscaler mib
Files changed (1) +7,991 / -6,255
Changed files with action and line counts
Mmibs/NS-MIB+7,991 / -6,255
0 added 0 removed filtered activity

💻 r2834

Tom Laermans 🦔
add carel pcoweb mibs for a/c monitoring
Files changed (2) +2,693 / -0
Changed files with action and line counts
Amibs/CAREL-ug40cdz-MIB+1,546 / -0
Amibs/UNCDZ-MIB+1,147 / -0
0 added 0 removed filtered activity

💻 r2833

Adam Armstrong 🐸
poll serial from netscaler, scale memory properly :)
Files changed (2) +2 / -1
Changed files with action and line counts
Mincludes/polling/mempools/netscaler.inc.php+1 / -1
Mincludes/polling/os/netscaler.inc.php+1 / -0
+2 added −1 removed filtered activity

💻 r2832

Adam Armstrong 🐸
add cpu detection for netscaler
Files changed (3) +39 / -1
Changed files with action and line counts
Ahtml/images/icons/loadbalancer.png+1 / -0
Mhtml/pages/device.inc.php+1 / -1
Aincludes/discovery/processors/netscaler.inc.php+37 / -0
+38 added −1 removed filtered activity

💻 r2831

Tom Laermans 🦔
Add Senao/Engenius Enterprise Indoor MIB (fixed, as the original was not mib standards compliant)
Files changed (1) +1,040 / -0
Changed files with action and line counts
Amibs/SENAO-ENTERPRISE-INDOOR-AP_CB-MIB+1,040 / -0
0 added 0 removed filtered activity

💻 r2830

Adam Armstrong 🐸
database schema update
Files changed (1) +21 / -0
Changed files with action and line counts
Mdatabase-schema.sql+21 / -0
0 added 0 removed filtered activity

💻 r2829

Adam Armstrong 🐸
requets and hit/miss stats for netscaler
Files changed (4) +52 / -2
Changed files with action and line counts
Mhtml/includes/graphs/netscalervsvr/conns.inc.php+4 / -1
Ahtml/includes/graphs/netscalervsvr/hitmiss.inc.php+23 / -0
Ahtml/includes/graphs/netscalervsvr/reqs.inc.php+22 / -0
Mhtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+3 / -1
+52 added −2 removed filtered activity

💻 r2828

Adam Armstrong 🐸
split netscaler and cisco ace stats to new load balancer tab (it's not routing :P)
Files changed (9) +341 / -263
Changed files with action and line counts
Mhtml/pages/device.inc.php+16 / -5
Ahtml/pages/device/loadbalancer non-text+0 / -0
Ahtml/pages/device/loadbalancer.inc.php+67 / -0
Ahtml/pages/device/loadbalancer/loadbalancer_rservers.inc.php+90 / -0
Ahtml/pages/device/loadbalancer/loadbalancer_vservers.inc.php+86 / -0
Ahtml/pages/device/loadbalancer/netscaler_vsvr.inc.php+82 / -0
Dhtml/pages/device/routing/loadbalancer_rservers.inc.php+0 / -90
Dhtml/pages/device/routing/loadbalancer_vservers.inc.php+0 / -86
Dhtml/pages/device/routing/netscaler_vsvr.inc.php+0 / -82
+341 added −263 removed filtered activity

💻 r2827

Adam Armstrong 🐸
netscaler vservers table
Files changed (1) +2 / -0
Changed files with action and line counts
Mdatabase-update.sql+2 / -0
0 added 0 removed filtered activity

💻 r2826

Adam Armstrong 🐸
updated netscaler mib. netscaler vserver poller. netscaler vserver subtab in routing.
Files changed (11) +2,652 / -257
Changed files with action and line counts
Ahtml/includes/graphs/netscalervsvr non-text+0 / -0
Ahtml/includes/graphs/netscalervsvr/auth.inc.php+20 / -0
Ahtml/includes/graphs/netscalervsvr/bits.inc.php+8 / -0
Ahtml/includes/graphs/netscalervsvr/conns.inc.php+19 / -0
Ahtml/includes/graphs/netscalervsvr/pkts.inc.php+19 / -0
Mhtml/pages/device.inc.php+11 / -2
Mhtml/pages/device/routing.inc.php+6 / -0
Ahtml/pages/device/routing/netscaler_vsvr.inc.php+82 / -0
Mincludes/defaults.inc.php+1 / -0
Aincludes/polling/netscaler-vsvr.inc.php+115 / -0
Mmibs/NS-MIB+2,371 / -255
+281 added −2 removed filtered activity

💻 r2825

Adam Armstrong 🐸
netscaler fixed mempool
Files changed (2) +30 / -0
Changed files with action and line counts
Aincludes/discovery/mempools/netscaler.inc.php+13 / -0
Aincludes/polling/mempools/netscaler.inc.php+17 / -0
+30 added 0 removed filtered activity

💻 r2824

Adam Armstrong 🐸
add string_to_oid, use it in netscaler sensors
Files changed (2) +12 / -5
Changed files with action and line counts
Mincludes/discovery/sensors-netscaler.inc.php+1 / -5
Mincludes/snmp.inc.php+11 / -0
+12 added −5 removed filtered activity

💻 r2823

Adam Armstrong 🐸
netscaler sensors
Files changed (5) +58 / -16
Changed files with action and line counts
Mdatabase-update.sql+1 / -1
Mhtml/includes/graphs/device/netscaler_tcp_conn.inc.php+14 / -15
Aincludes/discovery/sensors-netscaler.inc.php+40 / -0
Mincludes/discovery/sensors.inc.php+2 / -0
Mincludes/snmp.inc.php+1 / -0
+57 added −15 removed filtered activity

💻 r2822

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

💻 r2821

Adam Armstrong 🐸
ucfirst -> ucwords. multiply bytes by 8.
Files changed (2) +3 / -1
Changed files with action and line counts
Mhtml/includes/graphs/device/netscaler_tcp_bits.inc.php+2 / -0
Mhtml/pages/device/graphs.inc.php+1 / -1
+3 added −1 removed filtered activity

💻 r2820

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

💻 r2819

Adam Armstrong 🐸
netscaler tcp stats poller and three graph definitions
Files changed (6) +143 / -3
Changed files with action and line counts
Mhtml/includes/graphs/atmvp/packets.inc.php+2 / -2
Ahtml/includes/graphs/device/netscaler_tcp_bits.inc.php+11 / -0
Ahtml/includes/graphs/device/netscaler_tcp_conn.inc.php+25 / -0
Ahtml/includes/graphs/device/netscaler_tcp_pkts.inc.php+21 / -0
Aincludes/polling/netscaler-stats.inc.php+70 / -0
Mincludes/static-config.php+14 / -1
+143 added −3 removed filtered activity

💻 r2818

Adam Armstrong 🐸
update netscaler mib
Files changed (1) +5,001 / -6,325
Changed files with action and line counts
Mmibs/NS-MIB+5,001 / -6,325
0 added 0 removed filtered activity

💻 r2817

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

💻 r2816

Adam Armstrong 🐸
acsw change, and improve debugging for rrdtool graphing
Files changed (6) +93 / -61
Changed files with action and line counts
Mhtml/graph.php+40 / -1
Mhtml/includes/graphs/graph.inc.php+11 / -47
Mhtml/pages/graphs.inc.php+18 / -0
Mincludes/discovery/processors/ios.inc.php+1 / -1
Mincludes/rrdtool.inc.php+19 / -8
Mincludes/static-config.php+4 / -4
+93 added −61 removed filtered activity

💻 r2815

Adam Armstrong 🐸
os_group ios -> cisco
Files changed (16) +36 / -36
Changed files with action and line counts
Mincludes/discovery/bgp-peers.inc.php+5 / -5
Mincludes/discovery/cisco-entity-sensor.inc.php+1 / -1
Mincludes/discovery/cisco-mac-accounting.inc.php+2 / -2
Mincludes/discovery/cisco-pw.inc.php+3 / -3
Mincludes/discovery/cisco-vlans.inc.php+1 / -1
Mincludes/discovery/cisco-vrf.inc.php+2 / -2
Mincludes/discovery/mempools/cemp.inc.php+1 / -1
Mincludes/discovery/mempools/cmp.inc.php+1 / -1
Mincludes/discovery/processors/ios.inc.php+1 / -1
Mincludes/discovery/temperatures/cisco-envmon.inc.php+1 / -1
Mincludes/polling/bgp-peers.inc.php+3 / -3
Mincludes/polling/cisco-ipsec-flow-monitor.inc.php+1 / -1
Mincludes/polling/cisco-remote-access-monitor.inc.php+2 / -2
Mincludes/polling/cisco-vpdn.inc.php+1 / -1
Mincludes/polling/ports.inc.php+1 / -1
Mincludes/static-config.php+10 / -10
+36 added −36 removed filtered activity

💻 r2814

Adam Armstrong 🐸
Cisco ACE support thanks to wez_db
Files changed (24) +15,933 / -3
Changed files with action and line counts
Mdatabase-update.sql+3 / -0
Ahtml/includes/graphs/rserver non-text+0 / -0
Ahtml/includes/graphs/rserver/auth.inc.php+20 / -0
Ahtml/includes/graphs/rserver/curr.inc.php+41 / -0
Ahtml/includes/graphs/rserver/failed.inc.php+22 / -0
Ahtml/includes/graphs/rserver/total.inc.php+22 / -0
Ahtml/includes/graphs/vserver non-text+0 / -0
Ahtml/includes/graphs/vserver/auth.inc.php+20 / -0
Ahtml/includes/graphs/vserver/bits.inc.php+12 / -0
Ahtml/includes/graphs/vserver/conns.inc.php+22 / -0
Ahtml/includes/graphs/vserver/pkts.inc.php+18 / -0
Mhtml/pages/device.inc.php+6 / -0
Mhtml/pages/device/routing.inc.php+2 / -0
Ahtml/pages/device/routing/loadbalancer_rservers.inc.php+90 / -0
Ahtml/pages/device/routing/loadbalancer_vservers.inc.php+86 / -0
Mincludes/defaults.inc.php+3 / -3
Aincludes/polling/cisco-ace-loadbalancer.inc.php+68 / -0
Aincludes/polling/cisco-ace-serverfarms.inc.php+73 / -0
Aincludes/polling/os/acsw.inc.php+54 / -0
Mincludes/static-config.php+13 / -0
Amibs/CISCO-ENHANCED-SLB-MIB+1,664 / -0
Amibs/CISCO-SLB-EXT-MIB+5,552 / -0
Amibs/CISCO-SLB-HEALTH-MON-MIB+2,763 / -0
Amibs/CISCO-SLB-MIB+5,379 / -0
+572 added −3 removed filtered activity

💻 r2813

Tom Laermans 🦔
fix realtime graph, whoopsie
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/graph-realtime.php+1 / -1
+1 added −1 removed filtered activity

💻 r2812

Tom Laermans 🦔
seems i forgot a line of shorttags
Files changed (1) +1 / -1
Changed files with action and line counts
Mhtml/graph-realtime.php+1 / -1
+1 added −1 removed filtered activity

💻 r2811

Tom Laermans 🦔
add Senao MIBs
Files changed (3) +2,660 / -0
Changed files with action and line counts
Amibs/SENAO-EOR7550-MIB+1,415 / -0
Amibs/SENAO-WLAN-AP-MIB+697 / -0
Amibs/SENAO-WLAN-CB-MIB+548 / -0
0 added 0 removed filtered activity

💻 r2810

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

💻 r2809

Adam Armstrong 🐸
replace shit
Files changed (1) +2 / -14
Changed files with action and line counts
Mincludes/polling/os/unix.inc.php+2 / -14
+2 added −14 removed filtered activity

💻 r2808

Tom Laermans 🦔
effing shorttags begone
Files changed (1) +33 / -33
Changed files with action and line counts
Mhtml/graph-realtime.php+33 / -33
+33 added −33 removed filtered activity

💻 r2807

Tom Laermans 🦔
add wireless to device types
Files changed (1) +8 / -3
Changed files with action and line counts
Mincludes/static-config.php+8 / -3
+8 added −3 removed filtered activity

💻 r2806

Tom Laermans 🦔
Add PanOS and ArubaOS support, patch by vendis / Christer.
Files changed (8) +81 / -0
Changed files with action and line counts
Ahtml/images/os/arubaos.png+1 / -0
Ahtml/images/os/panos.png+1 / -0
Ahtml/includes/graphs/device/panos_sessions.inc.php+20 / -0
Aincludes/discovery/os/arubaos.inc.php+8 / -0
Aincludes/discovery/os/panos.inc.php+8 / -0
Aincludes/polling/os/arubaos.inc.php+7 / -0
Aincludes/polling/os/panos.inc.php+24 / -0
Mincludes/static-config.php+12 / -0
+79 added 0 removed filtered activity

No stable releases were published in 2012.