← Back to Changelog Index

Changelog 2008

💻 Rolling Release

207
commits
16,981
added
7,455
removed

🏷️ Stable Releases

0
releases
0
added
0
removed

💻 r331

Adam Armstrong 🐸 • 2008-12-09 14:06
fixing bgp
Files changed (1)
M html/includes/print-menubar.php +9 -3
📈 9 added 📉 3 removed

💻 r330

Adam Armstrong 🐸 • 2008-12-09 13:55
lots of updates!
Files changed (12)
M discover-cdp.php +1 -1
M discovery.php +1 -1
M html/includes/print-syslog.inc +2 -6
M html/pages/bgp.php +2 -2
M html/pages/device/ifgraphs.inc.php +1 -1
M html/pages/syslog.php +20 -4
M includes/discovery/bgp-peers.php +1 -1
M includes/functions.php +4 -3
M includes/osdiscovery/discover-ios.php +1
M includes/polling/device-ios.inc.php +31 -18
M mibs/.index +1
M poll-device.php +2 -1
📈 66 added 📉 38 removed

💻 r329

Adam Armstrong 🐸 • 2008-11-28 13:20
add
Files changed (1)
A contrib/syslog-ng.conf.pipe +37
📈 37 added 📉 0 removed

💻 r328

Adam Armstrong 🐸 • 2008-11-28 12:59
updates
Files changed (2)
A includes/rewrites.php +108
M includes/syslog.php +13
📈 121 added 📉 0 removed

💻 r327

Adam Armstrong 🐸 • 2008-11-27 12:36
cleanups
Files changed (17)
M html/.htaccess +2
M html/includes/print-event-short.inc +4 -6
M html/pages/device.php +30 -30
D html/pages/device/dev-storage.inc -79
D html/pages/device/dev-syslog.inc -26
D html/pages/device/dev-temp.inc -66
D html/pages/device/dev-vlans.inc -12
D html/pages/device/dev-vrfs.inc -12
D html/pages/device/srv.inc -24
A html/pages/device/srv.inc.php +24
A html/pages/device/storage.inc.php +79
A html/pages/device/syslog.inc.php +26
A html/pages/device/temp.inc.php +66
A html/pages/device/vlans.inc.php +12
A html/pages/device/vrfs.inc.php +12
M includes/discovery/interfaces.php +2
M includes/functions.php +63 -109
📈 320 added 📉 364 removed

💻 r326

Adam Armstrong 🐸 • 2008-11-27 12:02
fixes
Files changed (12)
D html/pages/device/dev-events.inc.php -15
D html/pages/device/dev-ifgraphs.inc -16
D html/pages/device/dev-ifs.inc -13
D html/pages/device/dev-overview.inc -192
D html/pages/device/dev-snmpwalk.inc.php
D html/pages/device/dev-srv.inc -24
A html/pages/device/events.inc.php +15
A html/pages/device/ifgraphs.inc.php +16
A html/pages/device/ifs.inc.php +13
A html/pages/device/overview.inc.php +192
A html/pages/device/snmpwalk.inc.php
A html/pages/device/srv.inc +24
📈 260 added 📉 260 removed

💻 r325

Adam Armstrong 🐸 • 2008-11-27 12:01
fixes
Files changed (8)
D html/pages/device/bgp.inc -71
A html/pages/device/bgp.inc.php +71
D html/pages/device/dev-entphysical.inc -62
D html/pages/device/dev-events.inc -15
A html/pages/device/dev-events.inc.php +15
D html/pages/device/dev-graphs.inc -227
A html/pages/device/entphysical.inc.php +62
A html/pages/device/graphs.inc.php +227
📈 375 added 📉 375 removed

💻 r324

Adam Armstrong 🐸 • 2008-11-27 12:00
fixes
Files changed (5)
A html/pages/device/bgp.inc +71
D html/pages/device/dev-bgp.inc -71
D html/pages/device/dev-data-linux.inc -14
D html/pages/device/dev-edit.inc -84
A html/pages/device/edit.inc.php +84
📈 155 added 📉 169 removed

💻 r323

Adam Armstrong 🐸 • 2008-11-27 11:59
updates
Files changed (2)
M html/pages/device/dev-bgp.inc +1 -1
M html/pages/device/dev-overview.inc -1
📈 1 added 📉 2 removed

💻 r322

Adam Armstrong 🐸 • 2008-11-26 18:22
cleanups
Files changed (4)
D includes/billing-functions.php -176
A includes/billing.php +176
M includes/functions.php +1 -2
M includes/graphing.php +1
📈 178 added 📉 178 removed

💻 r321

Adam Armstrong 🐸 • 2008-11-26 18:21
fixes
Files changed (1)
A includes/graphing/unix.php +423
📈 423 added 📉 0 removed

💻 r320

Adam Armstrong 🐸 • 2008-11-26 18:04
cleanups
Files changed (3)
M includes/cisco-entities.php +18 -18
M includes/functions.php -1
D includes/ios.php -89
📈 18 added 📉 108 removed

💻 r319

Adam Armstrong 🐸 • 2008-11-26 17:58
cleanups
Files changed (7)
M includes/functions.php -1
M includes/polling/device-ios.inc.php +18
M includes/polling/device-unix.inc.php +38
A includes/polling/device-windows.inc.php +115
D includes/windows.php -113
M poll-device.php +11 -59
M test-discovery.php +2 -4
📈 184 added 📉 177 removed

💻 r318

Adam Armstrong 🐸 • 2008-11-26 14:01
better logon process
Files changed (8)
M contrib/syslog-ng.conf +4 -6
M html/includes/authenticate.inc +2 -1
M html/includes/print-menubar.php +7
A html/pages/authlog.php +43
M includes/syslog.php +6 -4
M mibs/.index +7
M mysql-schema.sql +13
M test-discovery.php +2 -2
📈 77 added 📉 13 removed

💻 r317

Adam Armstrong 🐸 • 2008-11-26 12:55
fixing authentication
Files changed (3)
M html/includes/authenticate.inc +26 -21
M html/pages/logon.inc +9 -3
M html/pages/syslog.php +37
📈 72 added 📉 24 removed

💻 r316

Adam Armstrong 🐸 • 2008-11-26 09:35
new mibs
Files changed (7)
M mibs/.index +80 -74
A mibs/CISCO-PROCESS-MIB.my +1,869
A mibs/CISCO-STACK-MIB.my +13,045
A mibs/CISCO-VTP-MIB.my.1 +4,986
A mibs/ENTITY-MIB.my +1,466
A mibs/FDDI-SMT73-MIB.my +2,150
A mibs/TOKEN-RING-RMON-MIB.my +2,580
📈 0 added 📉 0 removed

💻 r315

Adam Armstrong 🐸 • 2008-11-24 14:57
syslog stuff
Files changed (2)
A contrib/syslog-ng.conf +37
A contrib/syslog2mysql.sh +11
📈 48 added 📉 0 removed

💻 r314

Adam Armstrong 🐸 • 2008-11-21 15:06
fixes
Files changed (1)
M includes/discovery/interfaces.php +3 -3
📈 3 added 📉 3 removed

💻 r313

Adam Armstrong 🐸 • 2008-11-21 14:54
fixes
Files changed (2)
M includes/discovery/interfaces.php +2 -3
M includes/polling/interfaces.inc.php +2 -2
📈 4 added 📉 5 removed

💻 r312

Adam Armstrong 🐸 • 2008-11-21 14:44
important fixes to interface polling
Files changed (5)
M includes/discovery/interfaces.php +7 -3
M includes/functions.php -1
M includes/polling/interfaces.inc.php +6 -6
M includes/static-config.php +3
M mibs/.index +74 -74
📈 16 added 📉 10 removed

💻 r311

Adam Armstrong 🐸 • 2008-11-20 15:37
update schema
Files changed (1)
M mysql-schema.sql +101 -55
📈 101 added 📉 55 removed

💻 r310

Adam Armstrong 🐸 • 2008-11-20 15:35
updated static config
Files changed (1)
M includes/static-config.php +1 -1
📈 1 added 📉 1 removed

💻 r309

Adam Armstrong 🐸 • 2008-11-20 15:35
updated readme
Files changed (1)
M README +9 -1
📈 9 added 📉 1 removed

💻 r308

Adam Armstrong 🐸 • 2008-11-20 14:58
fixes
Files changed (4)
M contrib/generate-dnstext.php +17 -4
D includes/common.php -22
M includes/functions.php -1
M includes/polling/interfaces.inc.php +13 -10
📈 30 added 📉 37 removed

💻 r307

Adam Armstrong 🐸 • 2008-11-19 12:12
bug fixes and security fixes
Files changed (11)
M cleanup.php +13 -13
M cron-hourly.sh +1 -1
M html/netcmd.php +1 -1
M html/pages/device/dev-ifs.inc +1 -1
M includes/discovery/cisco-pw.php +26 -4
M includes/discovery/interfaces.php +14 -4
M includes/discovery/ipv6-addresses.php +3 -1
M includes/functions.php +20 -3
M includes/polling/interfaces.inc.php +1 -1
M poll-device.php +1 -1
M test-discovery.php +2 -2
📈 83 added 📉 32 removed

💻 r306

Adam Armstrong 🐸 • 2008-11-13 17:28
security fixes. again.
Files changed (1)
M html/netcmd.php +20 -16
📈 20 added 📉 16 removed

💻 r305

Adam Armstrong 🐸 • 2008-11-13 17:19
security fixes. AMG SECURIITAHHHHHHHHH!
Files changed (2)
M html/netcmd.php +30 -13
D html/whois.php -10
📈 30 added 📉 23 removed

💻 r304

Adam Armstrong 🐸 • 2008-11-13 17:15
removing old file
Files changed (1)
D includes/ipv6-functions.php -286
📈 0 added 📉 286 removed

💻 r303

Adam Armstrong 🐸 • 2008-11-13 14:36
updated
Files changed (1)
M config.php.default +4 -12
📈 4 added 📉 12 removed

💻 r302

Adam Armstrong 🐸 • 2008-11-13 11:05
updates
Files changed (2)
M config.php.default +5 -25
A includes/static-config.php +25
📈 30 added 📉 25 removed

💻 r301

Adam Armstrong 🐸 • 2008-11-12 12:58
moar mibs!
Files changed (40)
A mibs/.index +88
A mibs/ADSL-LINE-MIB.my +4,031
A mibs/BGP4-MIB.my +833
A mibs/CISCO-IETF-ISIS-CAPABILITY.my +406
A mibs/CISCO-IETF-ISIS-MIB.my +3,816
A mibs/CISCO-IETF-PW-CAPABILITY.my +287
A mibs/CISCO-IETF-PW-ENET-CAPABILITY.my +100
A mibs/CISCO-IETF-PW-ENET-MIB.my +510
A mibs/CISCO-IETF-PW-FR-MIB.my +565
A mibs/CISCO-IETF-PW-MIB.my +1,369
A mibs/CISCO-IETF-PW-MPLS-CAPABILITY.my +163
A mibs/CISCO-IETF-PW-MPLS-MIB.my +924
A mibs/CISCO-IETF-PW-TC-MIB.my +165
A mibs/CISCO-IF-EXTENSION-CAPABILITY.my +214
A mibs/CISCO-IF-EXTENSION-MIB.my +1,896
A mibs/CISCO-MVPN-MIB.my +1,223
A mibs/CISCO-SMI.my +326
A mibs/CISCO-TC-NO-U32.my +212
A mibs/CISCO-TC.my +1,632
A mibs/CISCO-TCP-CAPABILITY.my +56
A mibs/CISCO-TCP-MIB.my +250
A mibs/CISCO-TCP-STD-CAPABILITY.my +160
A mibs/CISCO-TCPOFFLOAD-MIB.my +298
A mibs/CISCO-VTP-CAPABILITY.my +699
A mibs/CISCO-VTP-MIB.my +4,457
A mibs/DIFFSERV-DSCP-TC.my +68
A mibs/DIFFSERV-MIB-CAPABILITY.my +175
A mibs/DIFFSERV-MIB.my +3,704
A mibs/ENTITY-MIB.txt +1,332
A mibs/INTEGRATED-SERVICES-MIB.my +790
A mibs/MPLS-L3VPN-STD-MIB.my +1,621
A mibs/MPLS-LSR-MIB-CAPABILITY.my +252
A mibs/MPLS-LSR-MIB.my +2,127
A mibs/MPLS-LSR-STD-MIB.my +2,104
A mibs/MPLS-TC-STD-MIB.my +637
A mibs/MPLS-VPN-MIB.my +1,763
A mibs/OSPF-MIB.my +4,218
A mibs/PerfHist-TC-MIB.my +173
A mibs/VPN-TC-STD-MIB.my +81
A mibs/VRRP-MIB.my +792
📈 0 added 📉 0 removed

💻 r300

Adam Armstrong 🐸 • 2008-11-12 12:55
new
Files changed (1)
M snmp.conf.example +18 -12
📈 18 added 📉 12 removed

💻 r299

Adam Armstrong 🐸 • 2008-11-12 12:54
new mysql schema
Files changed (1)
M mysql-schema.sql +1
📈 1 added 📉 0 removed

💻 r298

Adam Armstrong 🐸 • 2008-11-09 23:07
fixing some permissions things
Files changed (5)
D contrib/generate-dns.php -158
A contrib/generate-dnstext.php +57
A contrib/generate-vegadns.php +158
M html/includes/print-menubar.php +3 -3
M html/includes/topnav.inc +3
📈 221 added 📉 161 removed

💻 r297

Adam Armstrong 🐸 • 2008-11-06 11:16
updates
Files changed (1)
M contrib/generate-dns.php -7
📈 0 added 📉 7 removed

💻 r296

Adam Armstrong 🐸 • 2008-11-06 10:17
fixes to permissions
Files changed (1)
M includes/functions.php +1 -1
📈 1 added 📉 1 removed

💻 r295

Adam Armstrong 🐸 • 2008-11-05 20:49
enable graphs
Files changed (1)
M html/pages/device/dev-bgp.inc +7 -6
📈 7 added 📉 6 removed

💻 r294

Adam Armstrong 🐸 • 2008-11-05 17:18
billing permissions fix
Files changed (2)
M html/includes/billing.php +1 -1
M html/includes/print-menubar.php +3 -1
📈 4 added 📉 2 removed

💻 r293

Adam Armstrong 🐸 • 2008-11-05 16:09
updates for port access
Files changed (3)
M html/pages/edituser.php +3 -3
M html/pages/interfaces.php +4 -4
M includes/functions.php +11 -7
📈 18 added 📉 14 removed

💻 r292

Adam Armstrong 🐸 • 2008-11-05 15:35
updates
Files changed (2)
A html/js/sack-licence.html +28
A html/js/tw-sack.js +193
📈 0 added 📉 0 removed

💻 r291

Adam Armstrong 🐸 • 2008-11-05 15:24
cleanups
Files changed (3)
M html/includes/print-interface.inc +9 -8
M html/pages/device.php +2 -2
M README +7
📈 18 added 📉 10 removed

💻 r290

Adam Armstrong 🐸 • 2008-11-05 14:47
updates
Files changed (1)
M includes/discovery/cisco-vrf.php +9 -8
📈 9 added 📉 8 removed

💻 r289

Adam Armstrong 🐸 • 2008-11-05 14:46
fixes
Files changed (2)
M html/pages/inventory.php +3 -1
D html/phones
📈 3 added 📉 1 removed

💻 r288

Adam Armstrong 🐸 • 2008-11-05 14:41
updates
Files changed (1)
M html/pages/inventory.php +1 -1
📈 1 added 📉 1 removed

💻 r287

Adam Armstrong 🐸 • 2008-11-05 14:38
updates
Files changed (1)
M html/includes/print-menubar.php -3
📈 0 added 📉 3 removed

💻 r286

Adam Armstrong 🐸 • 2008-11-05 14:02
fixing ajax bit
Files changed (4)
M html/css/styles.css +3 -212
M html/includes/print-menubar.php +5 -4
M html/includes/print-vrf.inc +2
M html/pages/edituser.php +1 -1
📈 8 added 📉 5 removed

💻 r285

Adam Armstrong 🐸 • 2008-11-05 13:57
updates
Files changed (2)
A html/list_interfaces.php +20
M html/pages/edituser.php +1 -1
📈 21 added 📉 1 removed

💻 r284

Adam Armstrong 🐸 • 2008-11-05 13:11
add inventory
Files changed (1)
A html/pages/inventory.php +24
📈 24 added 📉 0 removed

💻 r283

Adam Armstrong 🐸 • 2008-11-04 22:16
fix
Files changed (1)
M includes/discovery/cisco-vrf.php +1 -1
📈 1 added 📉 1 removed

💻 r282

Adam Armstrong 🐸 • 2008-11-04 21:27
add new image
Files changed (1)
A html/images/billing-key.png +1
📈 1 added 📉 0 removed

💻 r281

Adam Armstrong 🐸 • 2008-11-04 21:23
fix
Files changed (1)
M includes/graphing.php +7 -5
📈 7 added 📉 5 removed

💻 r280

Adam Armstrong 🐸 • 2008-11-04 15:37
updates
Files changed (1)
M html/pages/front/default.php -1
📈 0 added 📉 1 removed

💻 r279

Adam Armstrong 🐸 • 2008-11-04 15:01
fixes
Files changed (1)
M includes/functions.php +1
📈 1 added 📉 0 removed

💻 r278

Adam Armstrong 🐸 • 2008-11-04 15:00
fixes
Files changed (1)
M poll-device.php +6 -5
📈 6 added 📉 5 removed

💻 r277

Adam Armstrong 🐸 • 2008-11-04 13:55
fixes
Files changed (1)
A html/pages/front/demo.php +134
📈 134 added 📉 0 removed

💻 r276

Adam Armstrong 🐸 • 2008-11-04 12:34
fixes
Files changed (2)
M html/index.php +5 -1
D html/pages/default.php -211
📈 5 added 📉 212 removed

💻 r275

Adam Armstrong 🐸 • 2008-11-04 12:34
fix
Files changed (1)
D html/pages/front/example1.php
📈 0 added 📉 0 removed

💻 r274

Adam Armstrong 🐸 • 2008-11-04 12:34
new
Files changed (4)
A html/pages/front
A html/pages/front/default.php +211
A html/pages/front/example1.php
A html/pages/front/example2.php +173
📈 384 added 📉 0 removed

💻 r273

Adam Armstrong 🐸 • 2008-11-03 17:21
fixing ipv6
Files changed (1)
M includes/discovery/ipv6-addresses.php +8 -2
📈 8 added 📉 2 removed

💻 r272

Adam Armstrong 🐸 • 2008-11-03 17:09
make ipv6 polling standard
Files changed (3)
M discovery.php +4 -1
A includes/discovery/ipv6-addresses.php +48
D ipv6.php -56
📈 52 added 📉 57 removed

💻 r271

Adam Armstrong 🐸 • 2008-11-03 16:06
fixed schema and ipv6
Files changed (2)
M ipv6.php +1 -1
M mysql-schema.sql +98 -359
📈 99 added 📉 360 removed

💻 r270

Adam Armstrong 🐸 • 2008-11-03 16:02
new database
Files changed (1)
M mysql-schema.sql +509 -114
📈 509 added 📉 114 removed

💻 r269

Adam Armstrong 🐸 • 2008-11-03 15:34
ipv6 things
Files changed (4)
M contrib/generate-dns.php +2 -2
M includes/functions.php +1 -2
A includes/ipv6-functions.php +286
M ipv6.php +2 -22
📈 291 added 📉 26 removed

💻 r268

Adam Armstrong 🐸 • 2008-11-03 15:12
show errored ports! (thanks geo)
Files changed (2)
M html/includes/print-menubar.php +5
M html/pages/interfaces.php +4
📈 9 added 📉 0 removed

💻 r267

Adam Armstrong 🐸 • 2008-11-03 14:40
fixes
Files changed (3)
M html/billing-graph.php +2 -2
A html/includes/billing.php +185
M html/includes/print-menubar.php +1 -1
📈 188 added 📉 3 removed

💻 r266

Adam Armstrong 🐸 • 2008-11-03 13:34
add billing page
Files changed (1)
M html/pages/bills.php +1 -4
📈 1 added 📉 4 removed

💻 r265

Adam Armstrong 🐸 • 2008-11-03 11:12
added contrib and dns generator script
Files changed (2)
A contrib
A contrib/generate-dns.php +165
📈 165 added 📉 0 removed

💻 r264

Adam Armstrong 🐸 • 2008-11-03 11:05
add snmp.conf.example
Files changed (1)
A snmp.conf.example +13
📈 13 added 📉 0 removed

💻 r263

Adam Armstrong 🐸 • 2008-10-31 13:37
default front page
Files changed (1)
M html/pages/default.php +12 -21
📈 12 added 📉 21 removed

💻 r262

Adam Armstrong 🐸 • 2008-10-30 22:14
add freebsd to storage
Files changed (2)
M config.php.default +4 -4
M discovery.php +1 -1
📈 5 added 📉 5 removed

💻 r261

Adam Armstrong 🐸 • 2008-10-30 21:27
fix
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r260

Adam Armstrong 🐸 • 2008-10-30 21:27
fix title
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r259

Adam Armstrong 🐸 • 2008-10-30 21:09
new sql stuff
Files changed (2)
M includes/functions.php -1
M mysql-schema.sql +217 -32
📈 217 added 📉 33 removed

💻 r258

Adam Armstrong 🐸 • 2008-10-29 22:49
add enterprise plus to rewrite
Files changed (1)
M includes/functions.php +1
📈 1 added 📉 0 removed

💻 r257

Adam Armstrong 🐸 • 2008-10-28 22:10
fixes
Files changed (3)
D discovery-test.php -55
A test-discovery.php +55
D test.php -27
📈 55 added 📉 82 removed

💻 r256

Adam Armstrong 🐸 • 2008-10-28 22:06
new things! vrfs!
Files changed (6)
M discovery.php +1
M html/includes/print-interface.inc +6 -1
A html/includes/print-vrf.inc +20
M html/pages/device.php +10
A html/pages/device/dev-vrfs.inc +12
A includes/discovery/cisco-vrf.php +50
📈 99 added 📉 1 removed

💻 r255

Adam Armstrong 🐸 • 2008-10-28 18:25
new things!
Files changed (6)
M discovery-test.php +3 -1
M discovery.php +1
M html/includes/print-interface.inc +16 -3
M html/includes/print-menubar.php +1
A includes/discovery/cisco-pw.php +39
M includes/functions.php +2 -2
📈 62 added 📉 6 removed

💻 r254

Adam Armstrong 🐸 • 2008-10-19 22:50
fixed!
Files changed (1)
M html/images/observer-logo.jpg ±0
📈 0 added 📉 0 removed

💻 r253

Adam Armstrong 🐸 • 2008-10-15 17:07
new logo
Files changed (1)
A html/images/observer-logo.jpg +1
📈 1 added 📉 0 removed

💻 r252

Adam Armstrong 🐸 • 2008-09-25 13:54
tidied things
Files changed (10)
M discover-cdp.php +1 -1
M discovery-test.php +3 -1
M html/includes/dev-overview-data.inc.php +9 -1
M html/includes/print-interface.inc +1 -1
M html/pages/bgp.php +3 -2
M html/pages/default.php +12 -10
M html/pages/iftype.php +1 -1
M includes/functions.php +30 -24
M includes/polling/bgpPeer.inc.php +4 -3
M README +10
📈 74 added 📉 44 removed

💻 r251

Adam Armstrong 🐸 • 2008-09-16 11:43
fix some bgp stuff
Files changed (3)
M html/pages/bgp.php +1 -1
M html/pages/device/dev-bgp.inc +1 -1
M html/pages/device/dev-overview.inc -1
📈 2 added 📉 3 removed

💻 r250

Adam Armstrong 🐸 • 2008-09-08 10:22
add header to default config
Files changed (1)
M config.php.default +1
📈 1 added 📉 0 removed

💻 r249

Adam Armstrong 🐸 • 2008-09-08 10:10
fixes
Files changed (2)
M includes/discovery/interfaces.php +2 -1
M map.php +10 -15
📈 12 added 📉 16 removed

💻 r248

Adam Armstrong 🐸 • 2008-09-07 22:31
fixing some things
Files changed (1)
M discover-cdp.php +7 -1
📈 7 added 📉 1 removed

💻 r247

Adam Armstrong 🐸 • 2008-09-03 20:04
nice fixes! :D
Files changed (8)
M html/graph.php +9
A html/pages/device/blocks
A html/pages/device/blocks/netstats.inc.php +17
A html/pages/device/blocks/uptime.inc.php +8
M html/pages/device/dev-graphs.inc +37 -30
M includes/graphing.php +63
M includes/graphing/screenos.php +1 -1
M poll-device.php +3
📈 138 added 📉 31 removed

💻 r246

Adam Armstrong 🐸 • 2008-08-11 09:40
fix some security nonsense
Files changed (4)
M html/pages/adduser.php +1 -1
M html/pages/device/dev-graphs.inc +5
M includes/discovery/temperatures.php +32 -1
M includes/osdiscovery/discover-screenos.php +2 -1
📈 40 added 📉 3 removed

💻 r245

Adam Armstrong 🐸 • 2008-07-22 08:24
security fixes and some juniper graphing stuff.
Files changed (20)
M addhost.php +1 -1
M adduser.php +1 -1
M html/graph.php +3 -2
M html/includes/add-srv.inc +2 -2
M html/includes/authenticate.inc +1 -1
M html/includes/del-srv.inc +1 -1
M html/index.php +4 -1
M html/pages/addhost.php +3 -3
M html/pages/adduser.php +1 -1
M html/pages/alerts.php +1 -1
M html/pages/bills.php +1 -1
M html/pages/delhost.php +3 -3
M html/pages/deluser.php +3 -3
M html/pages/device.php +4 -1
M html/pages/device/dev-graphs.inc +6
M includes/functions.php +6
M includes/graphing.php +15
M includes/polling/device-junos.inc.php +23
M poll-device.php +4
M README +2 -2
📈 85 added 📉 24 removed

💻 r244

Adam Armstrong 🐸 • 2008-07-18 12:07
adding juniper stuff! hurray!
Files changed (3)
M includes/functions.php +5
A includes/osdiscovery/discover-junos.php +11
A includes/polling/device-junos.inc.php +14
📈 30 added 📉 0 removed

💻 r243

Adam Armstrong 🐸 • 2008-07-18 08:35
fix.!
Files changed (1)
M includes/services/ssh/check.inc +1 -1
📈 1 added 📉 1 removed

💻 r242

Adam Armstrong 🐸 • 2008-07-18 08:22
update INSTALL file
Files changed (1)
M INSTALL +4 -2
📈 4 added 📉 2 removed

💻 r241

Adam Armstrong 🐸 • 2008-07-18 08:21
remove old position for checkers and update related files
Files changed (16)
D checkers
M html/pages/default.php +1 -1
M html/pages/delhost.php +2
M html/pages/device/dev-edit.inc +10 -1
M includes/services/dns/check.inc +1 -1
M includes/services/ftp/check.inc +1 -1
M includes/services/http/check.inc +1 -1
M includes/services/imap/check.inc +1 -1
M includes/services/mysql/check.inc +1 -1
M includes/services/pop/check.inc +1 -1
M includes/services/simap/check.inc +1 -1
M includes/services/smtp/check.inc +1 -1
M includes/services/spop/check.inc +1 -1
M includes/services/telnet/check.inc +1 -1
M poll-device.php +1 -1
M versioncheck.php -1
📈 24 added 📉 14 removed

💻 r240

Adam Armstrong 🐸 • 2008-07-18 08:21
move service checking scripts to more sensible place
Files changed (65)
A scripts/services
A scripts/services/check_bl +161
A scripts/services/check_breeze +88
A scripts/services/check_by_ssh +2
A scripts/services/check_dhcp +2
A scripts/services/check_dig +2
A scripts/services/check_disk +2
A scripts/services/check_disk_smb +297
A scripts/services/check_dns +2
A scripts/services/check_dummy +2
A scripts/services/check_file_age +114
A scripts/services/check_flexlm +246
A scripts/services/check_fping +2
A scripts/services/check_ftp +2
A scripts/services/check_game +2
A scripts/services/check_hpjd +2
A scripts/services/check_http +2
A scripts/services/check_icmp +2
A scripts/services/check_ifoperstatus +506
A scripts/services/check_ifstatus +460
A scripts/services/check_imap +2
A scripts/services/check_ircd +251
A scripts/services/check_jabber +2
A scripts/services/check_ldap +2
A scripts/services/check_ldaps +2
A scripts/services/check_load +2
A scripts/services/check_log +218
A scripts/services/check_mailq +611
A scripts/services/check_mrtg +2
A scripts/services/check_mrtgtraf +2
A scripts/services/check_mysql +2
A scripts/services/check_nagios +2
A scripts/services/check_nntp +2
A scripts/services/check_nntps +2
A scripts/services/check_nt +2
A scripts/services/check_ntp +466
A scripts/services/check_nwstat +2
A scripts/services/check_oracle +285
A scripts/services/check_overcr +2
A scripts/services/check_pgsql +2
A scripts/services/check_ping +2
A scripts/services/check_pop +2
A scripts/services/check_procs +2
A scripts/services/check_radius +2
A scripts/services/check_real +2
A scripts/services/check_rpc +378
A scripts/services/check_sensors +66
A scripts/services/check_simap +2
A scripts/services/check_smtp +2
A scripts/services/check_snmp +2
A scripts/services/check_spop +2
A scripts/services/check_ssh +2
A scripts/services/check_ssmtp +2
A scripts/services/check_swap +2
A scripts/services/check_tcp +2
A scripts/services/check_time +2
A scripts/services/check_udp +2
A scripts/services/check_udp2 +2
A scripts/services/check_ups +2
A scripts/services/check_users +2
A scripts/services/check_wave +124
A scripts/services/negate +2
A scripts/services/urlize +2
A scripts/services/utils.pm +83
A scripts/services/utils.sh +24
📈 4,472 added 📉 0 removed

💻 r239

Adam Armstrong 🐸 • 2008-04-25 13:38
updates
Files changed (3)
M html/graph.php +2 -2
M includes/graphing/fortigate.php +5 -3
M includes/graphing/screenos.php +4 -4
📈 11 added 📉 9 removed

💻 r238

Adam Armstrong 🐸 • 2008-04-14 09:33
remove extraneous file
Files changed (1)
D includes/snom.php -31
📈 0 added 📉 31 removed

💻 r237

Adam Armstrong 🐸 • 2008-04-14 09:32
cleanups
Files changed (9)
M html/graph.php +6
M html/images/box-alert.png ±0
M html/images/box-info.png ±0
M html/images/box-ok.png ±0
M html/images/box-warn.png ±0
M html/includes/print-interface.inc +5 -3
M includes/functions.php -1
M includes/snom.php +11 -29
M poll-device.php +2 -2
📈 24 added 📉 35 removed

💻 r236

Adam Armstrong 🐸 • 2008-04-13 16:27
better bgp / ipv6 display, remove some pear stuff
Files changed (7)
M cleanup.php +35 -11
M html/includes/print-interface.inc +74 -15
M html/pages/bgp.php +13 -11
M includes/functions.php +26 -18
D includes/ipv6-functions.php -286
M ipv6.php +22 -2
M poll-device.php +2 -2
📈 172 added 📉 345 removed

💻 r235

Adam Armstrong 🐸 • 2008-04-11 08:11
add bgp page
Files changed (1)
A html/pages/bgp.php +78
📈 78 added 📉 0 removed

💻 r234

Adam Armstrong 🐸 • 2008-04-10 16:22
fixes
Files changed (1)
M includes/discovery/ipaddresses.php +1 -1
📈 1 added 📉 1 removed

💻 r233

Adam Armstrong 🐸 • 2008-04-10 16:17
commit
Files changed (1)
M includes/functions.php -2
📈 0 added 📉 2 removed

💻 r232

Adam Armstrong 🐸 • 2008-04-10 15:48
fix silly naming issue
Files changed (3)
M includes/functions.php +3 -1
A includes/ipv6-functions.php +286
D includes/ipv6.php -286
📈 289 added 📉 287 removed

💻 r231

Adam Armstrong 🐸 • 2008-04-10 15:46
oops
Files changed (2)
M includes/functions.php +13 -13
M includes/ipv6.php -274
📈 13 added 📉 287 removed

💻 r230

Adam Armstrong 🐸 • 2008-04-10 15:30
fixes
Files changed (1)
M includes/functions.php -6
📈 0 added 📉 6 removed

💻 r229

Adam Armstrong 🐸 • 2008-04-10 15:18
fix ipv6.php trailing lines
Files changed (1)
M includes/ipv6.php -1
📈 0 added 📉 1 removed

💻 r228

Adam Armstrong 🐸 • 2008-04-10 14:52
add some ipv6 niceness
Files changed (16)
M cleanup.php +9 -9
M generate-iplist.php +2 -2
M html/index.php +1
M includes/discovery/ipaddresses.php +1 -1
M includes/functions.php +6 -5
M includes/generic.php +10 -11
M includes/graphing.php +73 -72
A includes/graphing/windows.php +252
M includes/ios.php +9 -10
A includes/ipv6.php +561
M includes/polling/device-unix.inc.php +10 -12
M includes/procurve-graphing.php +6 -6
M includes/snom-graphing.php +4 -4
M includes/unix-graphing.php +51 -51
M includes/windows.php +8 -262
M poll-ifstatus.php +2 -3
📈 1,005 added 📉 448 removed

💻 r227

Adam Armstrong 🐸 • 2008-04-08 22:19
test
Files changed (2)
M INSTALL +2
M LICENCE +1 -1
📈 3 added 📉 1 removed

💻 r226

Adam Armstrong 🐸 • 2008-04-07 19:02
css fix again
Files changed (1)
M html/pages/default.php +1 -1
📈 1 added 📉 1 removed

💻 r225

Adam Armstrong 🐸 • 2008-04-07 19:01
css fix
Files changed (1)
M html/pages/default.php +1 -1
📈 1 added 📉 1 removed

💻 r224

Adam Armstrong 🐸 • 2008-04-07 18:53
new boxes
Files changed (4)
A html/images/box-alert.png +1
A html/images/box-info.png +1
A html/images/box-ok.png +1
A html/images/box-warn.png +1
📈 4 added 📉 0 removed

💻 r223

Adam Armstrong 🐸 • 2008-04-07 18:52
fix
Files changed (2)
D config.php -115
M includes/graphing/fortigate.php +1 -1
📈 1 added 📉 116 removed

💻 r222

Adam Armstrong 🐸 • 2008-04-03 21:54
fortigate additions
Files changed (3)
A includes/graphing/fortigate.php +60
A includes/osdiscovery/discover-fortigate.php +16
A includes/polling/device-fortigate.inc.php +45
📈 121 added 📉 0 removed

💻 r221

Adam Armstrong 🐸 • 2008-04-03 21:52
some new things!
Files changed (7)
M html/graph.php +9 -1
M html/pages/device/dev-graphs.inc +9 -4
M includes/discovery/interfaces.php +27 -3
M includes/graphing.php +1
M includes/osdiscovery/discover-screenos.php +1 -1
M includes/polling/device-screenos.inc.php +5 -1
M poll-device.php +4 -6
📈 56 added 📉 16 removed

💻 r220

Adam Armstrong 🐸 • 2008-04-03 19:04
Lots of nice new things! Yum.
Files changed (13)
A config.php +115
A discovery-test.php +51
M discovery.php +4 -1
M html/.htaccess +2
M html/includes/print-menubar.php +4 -1
M html/pages/default.php +25 -22
M html/pages/interfaces.php +16 -4
M includes/functions.php +3 -3
M includes/osdiscovery/discover-screenos.php +2 -2
M includes/polling/device-screenos.inc.php +1 -1
M includes/unix-graphing.php +1 -1
A ipv6.php +56
M poll-device.php +4
📈 284 added 📉 35 removed

💻 r219

Adam Armstrong 🐸 • 2008-04-03 15:15
Add screenos
Files changed (1)
A includes/osdiscovery/discover-screenos.php +11
📈 11 added 📉 0 removed

💻 r218

Adam Armstrong 🐸 • 2008-04-01 11:15
fixing some graphing bits
Files changed (2)
M html/pages/default.php +2
M includes/graphing.php +4 -2
📈 6 added 📉 2 removed

💻 r217

Adam Armstrong 🐸 • 2008-04-01 11:03
smallprettygraphs!
Files changed (1)
M includes/graphing.php +2 -1
📈 2 added 📉 1 removed

💻 r216

Adam Armstrong 🐸 • 2008-04-01 10:49
fixed front page
Files changed (1)
M html/pages/default.php +1 -20
📈 1 added 📉 20 removed

💻 r215

Adam Armstrong 🐸 • 2008-04-01 01:19
Prettier fixings (front page, boxes stylesheet)
Files changed (5)
M html/css/styles.css +150 -1
M html/includes/print-event.inc +5 -9
M html/index.php +1 -1
M html/pages/default.php +97 -38
M README +9
📈 112 added 📉 48 removed

💻 r214

Adam Armstrong 🐸 • 2008-03-31 13:12
fix?
Files changed (1)
M html/pages/logon.inc +2 -2
📈 2 added 📉 2 removed

💻 r213

Adam Armstrong 🐸 • 2008-03-31 13:08
fix some polling things. maybe.
Files changed (7)
M discovery.php +1 -1
M html/includes/print-interface.inc +6 -5
A includes/common.php +22
M includes/functions.php +19 -8
M includes/unix-graphing.php +1 -1
D mibs/.index -49
M poll-device.php +7 -5
📈 56 added 📉 20 removed

💻 r212

Adam Armstrong 🐸 • 2008-03-31 10:56
better rrd scaling on interfaces?
Files changed (1)
M includes/polling/interfaces.inc.php +8 -8
📈 8 added 📉 8 removed

💻 r211

Adam Armstrong 🐸 • 2008-03-30 18:50
Prettifying
Files changed (7)
M cron-hourly.sh +1
A html/images/login.png +1
M html/images/observer-header.png ±0
M html/pages/logon.inc +2 -2
M includes/functions.php +2
M mibs/.index +38 -38
A versioncheck.php +45
📈 51 added 📉 2 removed

💻 r210

Adam Armstrong 🐸 • 2008-03-29 18:38
fixes
Files changed (1)
M scan-snmp.php +2 -3
📈 2 added 📉 3 removed

💻 r209

Adam Armstrong 🐸 • 2008-03-29 17:36
fixes
Files changed (4)
M html/pages/device/dev-bgp.inc +1 -1
M includes/functions.php +1
M includes/syslog.php -1
M update-interface.php +4 -2
📈 6 added 📉 4 removed

💻 r208

Adam Armstrong 🐸 • 2008-03-27 11:03
fixes
Files changed (2)
M includes/discovery/interfaces.php +2 -3
M includes/polling/bgpPeer.inc.php -2
📈 2 added 📉 5 removed

💻 r207

Adam Armstrong 🐸 • 2008-03-27 10:59
fix interfaces discovery
Files changed (1)
M includes/discovery/interfaces.php +3 -2
📈 3 added 📉 2 removed

💻 r206

Adam Armstrong 🐸 • 2008-03-26 16:48
release changes!
Files changed (2)
A INSTALL +1
M README +16 -1
📈 17 added 📉 1 removed

💻 r205

Adam Armstrong 🐸 • 2008-03-26 16:33
changes
Files changed (1)
M config.php.default +5 -5
📈 5 added 📉 5 removed

💻 r204

Adam Armstrong 🐸 • 2008-03-26 16:04
new schema
Files changed (1)
M mysql-schema.sql +18 -11
📈 18 added 📉 11 removed

💻 r203

Adam Armstrong 🐸 • 2008-03-26 15:22
Files changed (1)
M html/pages/default.php +8 -93
📈 8 added 📉 93 removed

💻 r202

Adam Armstrong 🐸 • 2008-03-26 12:25
better front page
Files changed (8)
M html/.htaccess +2
M html/includes/hostbox.inc +2 -2
M html/includes/print-menubar.php +1 -1
M html/pages/bills.php +1 -1
M html/pages/default.php +43 -35
M includes/discovery/interfaces.php +1 -1
M includes/functions.php +13 -3
M includes/polling/interfaces.inc.php +1 -1
📈 64 added 📉 44 removed

💻 r201

Adam Armstrong 🐸 • 2008-03-24 03:31
pretty front page
Files changed (2)
M html/includes/topnav.inc +4 -4
M html/pages/default.php +20 -7
📈 24 added 📉 11 removed

💻 r200

Adam Armstrong 🐸 • 2008-03-24 01:21
better front page? who knows!
Files changed (5)
M config.php.default +4 -28
M html/includes/edit-host.inc +1 -3
M html/pages/addsrv.php +1 -1
M html/pages/default.php +14 -4
M html/pages/device/dev-edit.inc +3 -11
📈 23 added 📉 47 removed

💻 r199

Adam Armstrong 🐸 • 2008-03-23 21:32
missing file!
Files changed (11)
M config.php.default +8 -1
M cron-hourly.sh +3 -2
M discovery.php +20 -1
M html/includes/print-menubar.php +1 -1
M html/index.php +3 -1
M html/pages/device.php +1 -1
M html/pages/storage.php +3 -2
M includes/discovery/storage.php +11 -2
M includes/polling/device-unix.inc.php +5 -5
A includes/syslog.php +59
M process-syslog.php +4
📈 118 added 📉 16 removed

💻 r198

Adam Armstrong 🐸 • 2008-03-23 15:40
syslog improvements :)
Files changed (8)
M cleanup.php +16 -12
M config.php.default +3
M html/includes/print-syslog.inc +9 -10
M html/pages/default.php +47 -12
M html/pages/device/dev-edit.inc +1 -1
M html/pages/syslog.php +1 -8
M includes/functions.php +41 -5
M process-syslog.php +7 -53
📈 125 added 📉 101 removed

💻 r197

Adam Armstrong 🐸 • 2008-03-23 00:11
updates
Files changed (1)
M config.php.default -3
📈 0 added 📉 3 removed

💻 r196

Adam Armstrong 🐸 • 2008-03-23 00:10
Lovies!
Files changed (8)
M cron-hourly.sh +1 -8
M generate-map.sh +1 -1
M html/includes/print-menubar.php +33 -3
M html/includes/topnav.inc +16 -9
M html/pages/addsrv.php +1 -1
M html/pages/default.php +1 -10
M html/pages/delhost.php +1 -1
M includes/functions.php +2 -1
📈 56 added 📉 34 removed

💻 r195

Adam Armstrong 🐸 • 2008-03-22 23:10
bah
Files changed (2)
D interface-ips.php -39
D interface-ips.sh -11
📈 0 added 📉 50 removed

💻 r194

Adam Armstrong 🐸 • 2008-03-22 23:09
new discovery infrastructure. woohoo!
Files changed (18)
D discover-bgp_peers.php -73
D discover-cisco-physical.php -79
D discover-ifs.php -49
D discover-ifs.sh -11
D discover-storage.php -65
D discover-temperatures.php -124
D discover-vlans.php -55
A discovery.php +50
A includes/discovery
A includes/discovery/bgp-peers.php +64
A includes/discovery/cisco-physical.php +61
A includes/discovery/cisco-vlans.php +55
A includes/discovery/interfaces.php +50
A includes/discovery/ipaddresses.php +48
A includes/discovery/storage.php +63
A includes/discovery/temperatures.php +113
D ips.php -44
D ips.sh -11
📈 504 added 📉 511 removed

💻 r193

Adam Armstrong 🐸 • 2008-03-22 18:01
fix syslog
Files changed (1)
M process-syslog.php +1 -2
📈 1 added 📉 2 removed

💻 r192

Adam Armstrong 🐸 • 2008-03-22 17:55
fix syslog processing
Files changed (1)
M process-syslog.php +2 -1
📈 2 added 📉 1 removed

💻 r191

Adam Armstrong 🐸 • 2008-03-22 16:56
argh
Files changed (1)
M includes/unix-graphing.php -2
📈 0 added 📉 2 removed

💻 r190

Adam Armstrong 🐸 • 2008-03-22 16:55
pretty
Files changed (2)
M html/graph.php +3 -3
M includes/unix-graphing.php +1 -1
📈 4 added 📉 4 removed

💻 r189

Adam Armstrong 🐸 • 2008-03-22 15:32
i suck
Files changed (1)
M includes/osdiscovery/discover-freebsd.php +4 -4
📈 4 added 📉 4 removed

💻 r188

Adam Armstrong 🐸 • 2008-03-22 15:26
fix freebsd discovery
Files changed (1)
M includes/osdiscovery/discover-freebsd.php +3 -2
📈 3 added 📉 2 removed

💻 r187

Adam Armstrong 🐸 • 2008-03-22 15:18
hostadding stuff
Files changed (2)
M addhost.php +2 -1
M includes/functions.php +4 -3
📈 6 added 📉 4 removed

💻 r186

Adam Armstrong 🐸 • 2008-03-22 15:03
fixing silly things, tsk!
Files changed (5)
A addhost.php +25
M adduser.php +4 -3
A delhost.php +22
D host-add.php -24
D host-del.php -21
📈 51 added 📉 48 removed

💻 r185

Adam Armstrong 🐸 • 2008-03-22 14:13
commandline adduser tool (to solve all that default username malarky!)
Files changed (1)
A adduser.php +16
📈 16 added 📉 0 removed

💻 r184

Adam Armstrong 🐸 • 2008-03-22 14:04
adding some free fonts...
Files changed (22)
A fonts
A fonts/DejaVuSans-Bold.ttf +1
A fonts/DejaVuSans-BoldOblique.ttf +1
A fonts/DejaVuSans-ExtraLight.ttf +1
A fonts/DejaVuSans-Oblique.ttf +1
A fonts/DejaVuSans.ttf +1
A fonts/DejaVuSansCondensed-Bold.ttf +1
A fonts/DejaVuSansCondensed-BoldOblique.ttf +1
A fonts/DejaVuSansCondensed-Oblique.ttf +1
A fonts/DejaVuSansCondensed.ttf +1
A fonts/DejaVuSansMono-Bold.ttf +1
A fonts/DejaVuSansMono-BoldOblique.ttf +1
A fonts/DejaVuSansMono-Oblique.ttf +1
A fonts/DejaVuSansMono.ttf +1
A fonts/DejaVuSerif-Bold.ttf +1
A fonts/DejaVuSerif-BoldOblique.ttf +1
A fonts/DejaVuSerif-Oblique.ttf +1
A fonts/DejaVuSerif.ttf +1
A fonts/DejaVuSerifCondensed-Bold.ttf +1
A fonts/DejaVuSerifCondensed-BoldOblique.ttf +1
A fonts/DejaVuSerifCondensed-Oblique.ttf +1
A fonts/DejaVuSerifCondensed.ttf +1
📈 21 added 📉 0 removed

💻 r183

Adam Armstrong 🐸 • 2008-03-22 13:59
fixes
Files changed (1)
M config.php.default +25 -16
📈 25 added 📉 16 removed

💻 r182

Adam Armstrong 🐸 • 2008-03-22 13:57
fixing things!
Files changed (3)
M config.php.default +7 -17
M includes/functions.php +1 -9
M includes/graphing/screenos.php +1 -1
📈 9 added 📉 27 removed

💻 r181

Adam Armstrong 🐸 • 2008-03-22 13:45
fixes
Files changed (2)
M discover-ifs.php +1 -1
M includes/functions.php +2 -21
📈 3 added 📉 22 removed

💻 r180

Adam Armstrong 🐸 • 2008-03-22 13:37
fixed mysql-schema
Files changed (1)
M mysql-schema.sql +7 -23
📈 7 added 📉 23 removed

💻 r179

Adam Armstrong 🐸 • 2008-03-22 13:35
fix mysql-schema
Files changed (1)
M mysql-schema.sql +60 -56
📈 60 added 📉 56 removed

💻 r178

Adam Armstrong 🐸 • 2008-03-22 13:32
device polling
Files changed (1)
M poll-device.php -6
📈 0 added 📉 6 removed

💻 r177

Adam Armstrong 🐸 • 2008-03-22 13:31
more screenos
Files changed (1)
A includes/polling/device-screenos.inc.php +78
📈 78 added 📉 0 removed

💻 r176

Adam Armstrong 🐸 • 2008-03-22 13:31
Add Screenos stuff
Files changed (5)
M html/pages/default.php +1 -1
M html/pages/device/dev-ifs.inc +1 -1
A includes/graphing
M includes/graphing.php +1 -1
A includes/graphing/screenos.php +76
📈 79 added 📉 3 removed

💻 r175

Adam Armstrong 🐸 • 2008-03-22 13:30
Syslog Fixes
Files changed (4)
M html/includes/print-interface.inc +1 -1
M html/includes/print-syslog.inc +2 -2
M includes/polling/interfaces.inc.php +2 -1
M poll-device.php +1 -5
📈 6 added 📉 9 removed

💻 r174

Adam Armstrong 🐸 • 2008-03-20 11:53
Juniper Netscreen Additions
Files changed (7)
M html/graph.php +9
A html/images/os/junos.png +1
A html/images/os/screenos.png +1
M html/pages/device/dev-graphs.inc +13
M includes/graphing.php +2
M includes/polling/interfaces.inc.php +35 -31
M poll-device.php +1
📈 62 added 📉 31 removed

💻 r173

Adam Armstrong 🐸 • 2008-03-19 19:16
oopsie
Files changed (1)
D mibs/readme.txt -63
📈 0 added 📉 0 removed

💻 r172

Adam Armstrong 🐸 • 2008-03-19 19:16
Juniper Netscreen additons
Files changed (56)
M host-add.php +2 -1
M html/includes/dev-overview-data.inc.php +17 -9
M includes/functions.php +7 -5
A mibs
A mibs/.index +49
A mibs/NS-ADDR.mib +142
A mibs/NS-BGP4.mib +784
A mibs/NS-CHASSIS.mib +271
A mibs/NS-IDS.mib +880
A mibs/NS-INTERFACE.mib +696
A mibs/NS-IP-ARP.mib +184
A mibs/NS-NAT.mib +459
A mibs/NS-NSRP.mib +1,182
A mibs/NS-OSPF-TRAP.mib +444
A mibs/NS-OSPF.mib +2,397
A mibs/NS-POLICY.mib +568
A mibs/NS-PRODUCTS.mib +117
A mibs/NS-QOS.mib +174
A mibs/NS-RES.mib +269
A mibs/NS-RIP.mib +567
A mibs/NS-SCHEDULE.mib +253
A mibs/NS-SERVICE.mib +323
A mibs/NS-SET-ADMIN-USR.mib +187
A mibs/NS-SET-AUTH.mib +404
A mibs/NS-SET-DHCP.mib +134
A mibs/NS-SET-DNS.mib +90
A mibs/NS-SET-EMAIL.mib +102
A mibs/NS-SET-GEN.mib +130
A mibs/NS-SET-GLB.mib +272
A mibs/NS-SET-LOG.mib +197
A mibs/NS-SET-SNMP.mib +176
A mibs/NS-SET-SYSTIME.mib +102
A mibs/NS-SET-URL-FILTER.mib +133
A mibs/NS-SET-WEB.mib +150
A mibs/NS-SMI.mib +95
A mibs/NS-TRAPS.mib +428
A mibs/NS-VPN-CERT.mib +217
A mibs/NS-VPN-GW.mib +240
A mibs/NS-VPN-IAS.mib +125
A mibs/NS-VPN-IKE.mib +190
A mibs/NS-VPN-IPPOOL.mib +125
A mibs/NS-VPN-L2TP.mib +494
A mibs/NS-VPN-MANUAL.mib +219
A mibs/NS-VPN-MON-SA.mib +139
A mibs/NS-VPN-MON.mib +537
A mibs/NS-VPN-PH1.mib +186
A mibs/NS-VPN-PH2.mib +208
A mibs/NS-VPN-USR.mib +466
A mibs/NS-VR-BGP4.mib +787
A mibs/NS-VR-OSPF.mib +2,410
A mibs/NS-VR-RIP.mib +567
A mibs/NS-VR.mib +157
A mibs/NS-VSYS.mib +98
A mibs/NS-ZONE.mib +122
A mibs/readme.txt +67
M poll-device.php +4 -5
📈 30 added 📉 20 removed

💻 r171

Adam Armstrong 🐸 • 2008-03-19 19:15
New syslog and other shiny things
Files changed (6)
M html/includes/print-menubar.php +1 -1
M html/includes/print-syslog.inc +11 -19
M html/pages/device.php +2 -2
M html/pages/device/dev-syslog.inc +2 -2
M html/pages/syslog.php +1 -1
M process-syslog.php +39 -30
📈 56 added 📉 55 removed

💻 r170

Adam Armstrong 🐸 • 2008-03-19 18:55
polling for netscreen
Files changed (1)
M poll-device.php +22 -12
📈 22 added 📉 12 removed

💻 r169

Adam Armstrong 🐸 • 2008-03-18 13:35
Tidy the things...
Files changed (9)
M config.php.default +13 -9
M discover-bgp_peers.php +7 -35
M html/.htaccess +9 -2
M html/includes/print-menubar.php +27 -26
M html/pages/device.php +1 -1
M html/pages/device/dev-bgp.inc +18 -4
M includes/polling/bgpPeer.inc.php +5 -2
M map.php +8 -5
M poll-os.php +6 -10
📈 94 added 📉 94 removed

💻 r168

Adam Armstrong 🐸 • 2008-03-17 22:31
Fix some errors, make the interfaces errors script a little better
Files changed (2)
M check-errors.php +8 -6
M html/pages/device/dev-edit.inc +1 -1
📈 9 added 📉 7 removed

💻 r167

Adam Armstrong 🐸 • 2008-03-17 00:24
Fix reachability script
Files changed (1)
M poll-reachability.php +3 -5
📈 3 added 📉 5 removed

💻 r166

Adam Armstrong 🐸 • 2008-03-17 00:23
BGP polling addtions
Files changed (3)
M discover-bgp_peers.php +32 -31
A includes/polling/bgpPeer.inc.php +48
M includes/polling/device-ios.inc.php +3
📈 83 added 📉 31 removed

💻 r165

Adam Armstrong 🐸 • 2008-03-16 15:17
change config format
Files changed (2)
M config.php.default +22 -25
M discover-bgp_peers.php +3 -3
📈 25 added 📉 28 removed

💻 r164

Adam Armstrong 🐸 • 2008-03-16 15:16
change sort order
Files changed (1)
M html/pages/devices.php +1 -1
📈 1 added 📉 1 removed

💻 r163

Adam Armstrong 🐸 • 2008-03-16 00:25
fix typo on inventory tab clicker thing
Files changed (1)
M html/pages/device.php +1 -2
📈 1 added 📉 2 removed

💻 r162

Adam Armstrong 🐸 • 2008-03-15 18:02
add apachepoller
Files changed (1)
A includes/polling/apachestats.inc.php +31
📈 31 added 📉 0 removed

💻 r161

Adam Armstrong 🐸 • 2008-03-15 17:58
Add BGP detection and polling. Fix a lot of other things.
Files changed (15)
M config.php.default +5 -6
M cron.sh +1 -3
A discover-bgp_peers.php +100
M discover-cdp.php +3 -3
M generate-iplist.php +1 -1
M html/graph.php +8
M html/index.php +5 -5
M html/pages/device.php +9
A html/pages/device/dev-bgp.inc +56
M html/percentage.php +2
M includes/functions.php +6
M includes/graphing.php +55 -30
M interface-ips.php +1 -1
M ips.php +1 -1
M map.php +7 -7
📈 260 added 📉 57 removed

💻 r160

Adam Armstrong 🐸 • 2008-03-14 12:11
fix some directories
Files changed (1)
M html/pages/interface.php +1 -1
📈 1 added 📉 1 removed

💻 r159

Adam Armstrong 🐸 • 2008-03-13 11:58
updates
Files changed (2)
M html/pages/delhost.php +1 -1
M html/pages/device/dev-vlans.inc +1 -1
📈 2 added 📉 2 removed

💻 r158

Adam Armstrong 🐸 • 2008-03-13 11:58
add vlan printer
Files changed (1)
A html/includes/print-vlan.inc +20
📈 20 added 📉 0 removed

💻 r157

Adam Armstrong 🐸 • 2008-03-13 11:54
add image
Files changed (1)
A html/images/16/vlans.png +1
📈 1 added 📉 0 removed

💻 r156

Adam Armstrong 🐸 • 2008-03-12 20:14
saved
Files changed (1)
M html/index.php +1 -1
📈 1 added 📉 1 removed

💻 r155

Adam Armstrong 🐸 • 2008-03-12 20:01
fix a silly thing...
Files changed (2)
M host-add.php +1
M html/pages/device.php +1 -1
📈 2 added 📉 1 removed

💻 r154

Adam Armstrong 🐸 • 2008-03-12 19:58
remove more / nonsense
Files changed (1)
M html/css/styles.css +5 -5
📈 0 added 📉 0 removed

💻 r153

Adam Armstrong 🐸 • 2008-03-12 19:51
removing /
Files changed (1)
M html/pages/addhost.php +1 -1
📈 1 added 📉 1 removed

💻 r152

Adam Armstrong 🐸 • 2008-03-12 19:50
remove starting /
Files changed (10)
M html/includes/hostbox-old.inc +3 -3
M html/includes/print-event-short.inc +1 -1
M html/includes/print-event.inc +1 -1
M html/includes/print-interface.inc +3 -3
M html/includes/print-syslog.inc +1 -1
M html/network/includes/hostbox.inc +3 -3
M html/network/includes/topnav.inc +4 -4
M html/pages/interfaces.php +1 -1
M html/pages/locations.php +1 -1
M html/pages/logon.inc +1 -1
📈 19 added 📉 19 removed

💻 r151

Adam Armstrong 🐸 • 2008-03-12 19:47
fix starting /
Files changed (1)
M html/css/styles.css +5 -5
📈 0 added 📉 0 removed

💻 r150

Adam Armstrong 🐸 • 2008-03-12 19:47
remove old tat
Files changed (1)
D html/menu
📈 0 added 📉 0 removed

💻 r149

Adam Armstrong 🐸 • 2008-03-12 19:45
remove starting / from urls!
Files changed (1)
M html/includes/print-menubar.php +37 -37
📈 37 added 📉 37 removed

💻 r148

Adam Armstrong 🐸 • 2008-03-12 17:26
add cisco inventory checker
Files changed (1)
M cron-hourly.sh +1
📈 1 added 📉 0 removed

💻 r147

Adam Armstrong 🐸 • 2008-03-12 17:22
add entites rewrite list
Files changed (1)
A includes/cisco-entities.php +27
📈 27 added 📉 0 removed

💻 r146

Adam Armstrong 🐸 • 2008-03-12 17:15
fix cisco stuff
Files changed (3)
A html/pages/device/dev-entphysical.inc +62
D html/pages/device/dev-entphysical.php -63
M includes/functions.php +1
📈 63 added 📉 63 removed

💻 r145

Adam Armstrong 🐸 • 2008-03-12 17:12
fixes, add cisco inventory tracking
Files changed (2)
A discover-cisco-physical.php +79
M html/index.php +1 -1
📈 80 added 📉 1 removed

💻 r144

Adam Armstrong 🐸 • 2008-03-12 16:43
fixes!
Files changed (6)
M config.php.default +1 -1
M html/index.php +1 -1
M poll-device.php +1 -1
M README +1 -1
D update-inteface.php -152
A update-interface.php +152
📈 156 added 📉 156 removed

💻 r143

Adam Armstrong 🐸 • 2008-03-12 16:35
uptime fixes
Files changed (2)
M includes/functions.php +1
M poll-device.php +3 -3
📈 4 added 📉 3 removed

💻 r142

Adam Armstrong 🐸 • 2008-03-12 16:24
filename fixes
Files changed (1)
M html/pages/iftype.php +1 -1
📈 1 added 📉 1 removed

💻 r141

Adam Armstrong 🐸 • 2008-03-12 16:22
fixes
Files changed (1)
M poll-device.php +1 -1
📈 1 added 📉 1 removed

💻 r140

Adam Armstrong 🐸 • 2008-03-12 16:21
fixes
Files changed (6)
M check-errors.php +15
M check-services.php +1 -1
M cron-hourly.sh +7 -7
M includes/functions.php +1 -1
M includes/polling/device-netstats.inc.php +1 -1
M poll-device.php +1 -1
📈 26 added 📉 11 removed

💻 r139

Adam Armstrong 🐸 • 2008-03-12 13:55
update rrd locations
Files changed (9)
M html/graph.php +24 -24
M includes/graphing.php +2 -2
M includes/polling/device-ios.inc.php +13 -6
M includes/polling/device-netstats.inc.php +5 -1
M includes/polling/device-procurve.inc.php +9 -2
M includes/polling/device-snom.inc.php +1 -1
M includes/polling/device-unix.inc.php +26 -8
M includes/polling/temperatures.inc.php +6 -1
M includes/unix-graphing.php +33 -33
📈 119 added 📉 78 removed

💻 r138

Adam Armstrong 🐸 • 2008-03-12 13:28
remove poll-interface (duplicated code)
Files changed (1)
D poll-interface.php -149
📈 0 added 📉 149 removed

💻 r137

Adam Armstrong 🐸 • 2008-03-12 13:13
move some rrds, fix some graphing, fix interface data updater
Files changed (7)
M html/graph.php +5 -5
M html/includes/print-interface.inc +1 -1
M includes/functions.php +6 -4
M includes/graphing.php +29 -29
M includes/polling/interfaces.inc.php +5 -1
M poll-device.php +9 -1
A update-inteface.php +152
📈 207 added 📉 41 removed

💻 r136

Adam Armstrong 🐸 • 2008-03-12 11:36
some updates.
Files changed (2)
M get-apache.sh -2
M includes/functions.php +1 -1
📈 1 added 📉 3 removed

💻 r135

Adam Armstrong 🐸 • 2008-03-12 11:15
Add and update new os discovery functions
Files changed (10)
M includes/functions.php +35 -17
A includes/osdiscovery
A includes/osdiscovery/discover-freebsd.php +8
A includes/osdiscovery/discover-ios.php +12
A includes/osdiscovery/discover-linksys.php +4
A includes/osdiscovery/discover-linux.php +8
A includes/osdiscovery/discover-m0n0wall.php +13
A includes/osdiscovery/discover-netbsd.php +8
A includes/osdiscovery/discover-openbsd.php +8
A includes/osdiscovery/discover-procurve.php +4
📈 100 added 📉 17 removed

💻 r134

Adam Armstrong 🐸 • 2008-03-12 09:26
more config template updates
Files changed (1)
M config.php.default +13 -5
📈 13 added 📉 5 removed

💻 r133

Adam Armstrong 🐸 • 2008-03-12 09:22
update config template
Files changed (1)
M config.php.default +4 -2
📈 4 added 📉 2 removed

💻 r132

Adam Armstrong 🐸 • 2008-03-12 09:17
update mysql schema
Files changed (1)
M mysql-schema.sql +138 -19
📈 138 added 📉 19 removed

💻 r131

Adam Armstrong 🐸 • 2008-03-09 23:22
Add missing pages
Files changed (2)
M html/pages/customers.php +1
A html/pages/storage.php +53
📈 54 added 📉 0 removed

💻 r130

Adam Armstrong 🐸 • 2008-03-09 22:49
Updates.
Files changed (8)
A html/pages/adduser.php +40
A html/pages/configuration.php +6
A html/pages/deluser.php +41
A html/pages/device/dev-entphysical.php +63
A html/pages/device/dev-storage.inc +79
A html/pages/edituser.php +196
A html/pages/preferences.php +55
M scan-snmp.php +4 -2
📈 484 added 📉 2 removed

💻 r129

Adam Armstrong 🐸 • 2008-03-09 21:13
Fixing lots of bugs and fixing billing
Files changed (16)
M check-services.php -18
M cron.sh -4
M html/includes/authenticate.inc +3 -1
M html/pages/addhost.php +28 -17
M html/pages/logon.inc -3
M includes/functions.php +7 -3
M includes/polling/device-netstats.inc.php +1 -1
M includes/polling/device-snom.inc.php +1 -1
M includes/polling/device-unix.inc.php +5 -5
A includes/polling/interfaces.inc.php +116
M includes/snom.php +1 -1
M includes/windows.php +4 -4
A poll-billing.php +116
M poll-device.php +1 -1
M poll-interface.php +1 -1
M README +4 -1
📈 288 added 📉 61 removed

💻 r128

Adam Armstrong 🐸 • 2008-03-09 18:58
Update Licenses
Files changed (3)
M COPYRIGHT +1 -1
M LICENCE +1 -1
M README +4 -2
📈 6 added 📉 4 removed

💻 r127

Adam Armstrong 🐸 • 2008-03-09 17:49
Adding billing...
Files changed (3)
A html/billing-graph.php +234
A html/calendar.jpg +1
A html/pages/bills.php +60
📈 295 added 📉 0 removed

💻 r126

Adam Armstrong 🐸 • 2008-03-09 17:45
Add billing stuff
Files changed (1)
A includes/billing-functions.php +176
📈 176 added 📉 0 removed

💻 r125

Adam Armstrong 🐸 • 2008-03-09 17:39
Updates
Files changed (11)
M cron.sh +1
M html/.htaccess +3
M html/css/styles.css +4 -1
M html/graph.php +5 -1
M html/includes/print-menubar.php +3
M html/index.php +1
M html/pages/default.php +3 -3
M html/pages/device/dev-edit.inc +1 -1
M html/pages/logon.inc +1 -1
M includes/functions.php +33 -2
M includes/polling/device-unix.inc.php +15 -2
📈 66 added 📉 10 removed