Commit Graph

2422 Commits

Author SHA1 Message Date
Paul Gear
69edfae5a3 Make API docs match current state of API 2014-09-27 12:08:03 +10:00
laf
cbeb0ae378 SNMP passwords are now hidden on an edit snmp form 2014-09-23 23:54:23 +01:00
laf
8790bfee0a Added api call to delete device 2014-09-17 21:03:02 +01:00
laf
d40244cb06 Moved to version 0 of the api for release 2014-09-17 18:49:04 +01:00
laf
e81ce9ff60 Removed one of the router variables as it was not needed 2014-09-17 18:45:44 +01:00
laf
a0b52743d0 Updated api routes to new format + moved includes file to correct location 2014-09-16 22:19:29 +01:00
laf
5d83c30708 Started work on creating/updating tokens 2014-09-16 22:19:29 +01:00
laf
070f4d60bd Added documentation and a function to tidy up json output 2014-09-16 22:19:28 +01:00
laf
ad6d425333 Added add_device api call 2014-09-16 22:19:28 +01:00
laf
b8df0596a9 Added list devices api call 2014-09-16 22:19:28 +01:00
laf
dabe45a257 Updated url in comments to match new format 2014-09-16 22:19:28 +01:00
laf
47c91b458e Moved to use X-Auth-Token header for auth and new url format for later use 2014-09-16 22:19:28 +01:00
laf
96c0457a75 More updates to api 2014-09-16 22:19:28 +01:00
laf
edec1c0c7d Initial API release 2014-09-16 22:19:28 +01:00
Paul Gear
0fce5d623c Merge branch 'master' of git://github.com/librenms/librenms 2014-08-27 20:32:10 +10:00
Paul Gear
e9381f9501 Make add button display consistent on user edit screen 2014-08-27 20:09:29 +10:00
laf
b563b8425d Updated null to false for secure cookie 2014-08-20 16:42:09 +01:00
laf
183c69e304 Removed session regeneration 2014-08-20 16:24:27 +01:00
laf
38907c98ad Updated layout of the ports table to fix alignment issues 2014-08-18 22:22:41 +01:00
Paul Gear
12e100d7ea Merge pull request #278 from laf/issue-167
Added email field for add user form
2014-08-16 09:34:13 +10:00
laf
7378b7a4e1 Added email field for add user form 2014-08-01 23:06:05 +01:00
Paul Gear
b9c2d68bbb Merge pull request #268 from laf/issue-laf-32
Added support for Cisco ASA Connection graphs
2014-07-17 20:09:30 +10:00
Paul Gear
6214f3990e Merge pull request #269 from laf/issue-laf-8
Updated poller/discovery forms to use validate_device_id function
2014-07-16 22:09:36 +10:00
Paul Gear
1025bf644b Merge pull request #262 from laf/cleanup
Removed unnecessary files
2014-07-16 22:09:13 +10:00
laf
de5a900bd3 Updated drive_id to storage_id 2014-07-08 19:40:13 +01:00
laf
9585796271 Fixed links for health graphs 2014-07-07 00:50:16 +01:00
laf
cd90c2f071 Updated layout for delete device so it is consistent 2014-07-03 20:45:30 +01:00
laf
b0f6e7cf35 Updated poller/discovery forms to use validate_device_id function 2014-07-03 20:38:28 +01:00
laf
7d2ee3bc56 Added support for Cisco ASA Connection graphs 2014-07-03 15:27:52 +01:00
laf
72c3e3e3c9 Merge pull request #265 from laf/issue-laf-24
Fixed user preference page to show devices allowed access
2014-06-29 15:50:16 +01:00
laf
629331478c Fixed user preference page to show devices allowed access 2014-06-29 15:31:44 +01:00
laf
4edf42b1be Fixed graphs / no graphs line break 2014-06-26 22:10:39 +01:00
Paul Gear
2b19423b27 Merge pull request #261 from laf/issue-libre-260
Updated queries for non-admin users to filter devices
2014-06-26 10:49:03 +10:00
laf
22dfd5f64d Updated to fix scrutinizer issues 2014-06-26 00:21:22 +01:00
Paul Gear
7775cf931c Merge pull request #239 from laf/issue-laf-8
Updated all device edit pages - improves appearance and restores alterted port toggle functionality
2014-06-26 09:10:51 +10:00
Paul Gear
093d1934bb Merge pull request #259 from laf/issue-laf-20
Installation into any directory now auto detected
2014-06-26 08:49:40 +10:00
laf
2df807133b Removed unnecessary files 2014-06-25 22:53:46 +01:00
laf
bb7708cd03 Updated queries for non-admin users to filter devices 2014-06-25 14:51:50 +01:00
Paul Gear
7abdf8bf85 Merge pull request #246 from bohdan-s/statuspage
Public status page for all active devices
2014-06-25 17:32:34 +10:00
bohdan-s
4818e7d687 Fix Copyright Notice(s) 2014-06-25 03:19:12 -04:00
laf
bcb6d1443d Installation into any directory now auto detected 2014-06-25 00:36:16 +01:00
laf
313efe7a31 Removed additional query parameter. Left over from debugging 2014-06-24 15:31:00 +01:00
bohdan-s
26fa96f3ee Add Copyright to new file 2014-06-23 23:22:15 -04:00
bohdan-s
df9a5ee65f Move SNMP Transport & Port check to common area 2014-06-23 20:20:48 -04:00
laf
9ad725d364 Removed (milli) from timeout section 2014-06-24 00:55:00 +01:00
laf
8f1e48933b Shrunk input boxes to col-sm-4 from 6 2014-06-24 00:53:11 +01:00
bohdan-s
f9a7441b4e Fix $transport not defined bug 2014-06-23 19:29:53 -04:00
bohdan-s
282c4e705a Fix footer, remove ignored/disabled devices form status page, cleanup white space at top of page 2014-06-22 19:51:35 -04:00
bohdan-s
9fb82b844d Cleaned up code and changed to jquery, re: laf suggestions 2014-06-21 22:02:16 -04:00
bohdan-s
c9ea8fb69a Move status and logon pages to same page,
remove kernel version from status page
2014-06-21 20:24:44 -04:00
bohdan-s
4130d6bdc1 First Status page 2014-06-21 09:50:24 -04:00
bohdan-s
cb41d50094 Add IPv6 only host support 2014-06-21 08:02:27 -04:00
laf
250d87cd60 Final fixes for device edit pages 2014-06-20 23:01:21 +01:00
bohdan-s
ec94633f28 SNMP Default Port Support
Add support for SNMP v3 as well as SNMP v1/v2c
2014-06-20 21:12:52 +10:00
bohdan-s
955d5f45e9 SNMP Default Port Support
Fix Typo #1
2014-06-20 20:38:02 +10:00
bohdan-s
6836ee76f1 SNMP Default Port Support
Use configured SNMP port rather than hard coded.
2014-06-20 20:23:41 +10:00
laf
3e570a118e Tidied device setting pages 2014-06-19 23:00:17 +01:00
Paul Gear
299da45549 Merge pull request #226 from laf/issue-laf-3
Added new health admin page for thresholds
2014-06-20 07:49:47 +10:00
laf
cfc1b7dcef Added fallback for default $state 2014-06-19 22:36:07 +01:00
laf
2e16162c9a Merge pull request #235 from laf/issue-laf-11
Tidied up the delete user page
2014-06-17 22:17:39 +01:00
laf
89573cda05 Tidied up the delete user page 2014-06-17 22:11:44 +01:00
laf
83ba71c993 Merge pull request #234 from laf/issue-laf-10
Aligned the New Password text properly
2014-06-17 20:02:29 +01:00
laf
a602e39b1a Aligned the New Password text properly 2014-06-17 19:56:20 +01:00
laf
62a97a116c Merge pull request #233 from laf/issue-laf-9
Moved global search and system menus to the left
2014-06-17 00:59:33 +01:00
laf
32aaf9d94c Updating licensing information 2014-06-17 00:51:02 +01:00
laf
d1fc8968f9 Moved global search and system menus to the left 2014-06-16 23:08:56 +01:00
Paul Gear
737394ebbe Use narrower column for vertical status summary 2014-06-17 07:07:55 +10:00
laf
848e9babad Merge pull request #231 from laf/issue-laf-7
Removed some overlib_*.js files which are no longer used.
2014-06-16 11:21:49 +01:00
laf
9a58bf2d11 Merge pull request #230 from laf/issue-laf-6
Updated port search box and port table list
2014-06-16 11:21:28 +01:00
laf
3f09dca5dd Merge pull request #229 from laf/issue-laf-5
Tidied up the search boxes on the devices list page
2014-06-16 11:20:31 +01:00
laf
190bb13d46 Merge pull request #228 from laf/issue-laf-4
Fixed links to actual device on the overview apps page
2014-06-16 11:20:02 +01:00
laf
96afe8a80b Removed some overlib_*.js files which are no longer used. 2014-06-15 19:32:35 +01:00
laf
c26ec396cb Updated port search box and port table list 2014-06-15 19:16:06 +01:00
laf
8dee892d34 Tidied up the search boxes on the devices list page 2014-06-15 15:17:44 +01:00
laf
d59c557d0d Made the devices table responsive for mobile browsing 2014-06-15 15:00:50 +01:00
laf
012ba6f9f8 Fixed issues with stray div tags 2014-06-15 14:48:07 +01:00
laf
41d52b1be1 Update print_optionbar_* to use well instead of panels 2014-06-15 14:04:19 +01:00
laf
6b1114ad76 Fixed links to actual device 2014-06-15 13:34:35 +01:00
laf
b55ed32aa8 Fixed the site to be more mobile friendly - at least the home page and navbar 2014-06-15 01:38:55 +01:00
laf
f8eadb9b9a Added input checking for file include! 2014-06-14 23:46:17 +01:00
laf
911647d08c Added new health admin page for thresholds 2014-06-14 23:10:53 +01:00
Paul Gear
608966e2ab Remove accidental appearance of object cache 2014-06-14 14:58:17 +10:00
Paul Gear
968a6ee9c4 Add vertical option for summary 2014-06-14 09:31:22 +10:00
Paul Gear
2b047f62b6 Start at fixing up front page and moving top 10 into plugins 2014-06-14 07:55:17 +10:00
laf
c2a91a9080 Updated the global search visually and extended hyperlinks 2014-06-11 00:15:27 +01:00
laf
41c3baaa6a Restore _GET login ability 2014-05-01 14:08:13 +01:00
Paul Gear
07e9ca3a14 Merge pull request #190 from laf/issue-12
Updated most files to use dbFacile
2014-03-30 14:58:41 +10:00
laf
1a2a42d86a Update eventlog.inc.php 2014-03-29 23:51:13 +00:00
Paul Gear
b4703626db Merge pull request #187 from laf/issue-167
Updated edit user screen so you can now update details
2014-03-30 08:23:29 +10:00
laf
8dd6ca57c0 Updated plugin system to force menu refresh and only run enabled plugins 2014-03-29 19:02:30 +00:00
laf
dc9c4308e8 Update ldap.inc.php 2014-03-29 11:38:04 +00:00
Paul Gear
3c96731136 Merge pull request #107 from laf/cleanup
Tidied up html/index.php
2014-03-29 09:54:46 +10:00
Paul Gear
d1c082d507 Merge pull request #189 from laf/issue-154
First full commit of plugin system
2014-03-29 09:30:57 +10:00
Paul Gear
5e4ca7e36a Merge pull request #203 from toyowheelin/issue-202
Thanks to f0o for this fix. Bye bye issue #202
2014-03-29 09:24:50 +10:00
Paul Gear
94c789b74a Merge pull request #205 from laf/issue-laf-29
Updated global search both design wise and added bgp support
2014-03-29 09:18:09 +10:00
Paul Gear
31e5331ec4 Merge pull request #212 from timdufrane/patch-3
Fix top port overlay issues
2014-03-29 08:43:16 +10:00
timdufrane
e2ddf3daf0 Fix top port overlay issues
Should not look like crap on small screens anymore
2014-03-28 13:22:22 -04:00
timdufrane
7e10cf1a09 Get rid of ugly status box overlap
Ideally it'd fully be displayed, but that would require a size change or alt-text. Hiding overflow is good enough
2014-03-28 13:20:29 -04:00
laf
336a24753d Updated global search both design wise and added bgp support 2014-03-18 22:36:22 +00:00
Greg
93f3f20238 Thanks to f0o for this fix. Bye bye issue #202 2014-03-17 13:18:25 -07:00
laf
dff43f78f2 Update ldap.inc.php 2014-03-14 00:46:44 +00:00
Paul Gear
41881a3cb3 Merge pull request #179 from f0o/gentoo-logo
Added logo for Gentoo Linux

Attribution statement:
I acknowledge that the "g" logo is a trademark of Gentoo Foundation, Inc., that it is copyright Gentoo Foundation, Inc, and that it is used only to refer to systems that identify as pertaining to "the Gentoo project".  LibreNMS is not part of the Gentoo project and is not directed or managed by Gentoo Foundation, Inc.
2014-03-14 10:31:26 +10:00
Paul Gear
a012b59790 Fix Scrutinizer report
- array(device=...legend={$legend}") of type array<integer,string,..."string"}> is not a sub-type of string.
- $sep of type string is not a sub-type of array.
2014-03-14 10:02:41 +10:00
Paul Gear
eee3645ffe Fix another Scrutinizer issue; not sure if this code is used any more 2014-03-14 09:06:51 +10:00
Paul Gear
98fbee1f08 Fix issues Scrutinizer says that I introduced 2014-03-14 09:04:14 +10:00
Paul Gear
8d7d6d4f18 Merge pull request #195 from f0o/issue-194
Health page CPU minigraph
2014-03-14 07:36:45 +10:00
f0o
347abdd901 Fixed issue #194 2014-03-13 15:40:21 +01:00
laf
02792176fa Updated most files to use dbFacile 2014-03-12 22:21:33 +00:00
laf
4151269de4 Moved plugins menu and enabled Test plugin by default 2014-03-12 22:03:47 +00:00
laf
6f69785832 Update index.php 2014-03-12 21:39:48 +00:00
Paul Gear
a0650f0547 Merge pull request #146 from laf/issue-143
Removed link to pdf in billing history
2014-03-12 08:10:15 +10:00
laf
8cf255072c Updated edit user screen so you can now update details 2014-03-10 23:50:16 +00:00
f0o
0897f33cba Added logo for Gentoo Linux 2014-03-09 19:05:34 +01:00
laf
c7e421e1fd First full commit of plugin system 2014-03-03 20:23:29 +00:00
Paul Gear
6c64e98bdf Merge pull request #111 from laf/issue-110
Urgent: Resolves Global Search not working in some cases
2014-03-03 10:34:38 +10:00
Paul Gear
8268bf10b7 Merge pull request #151 from laf/issue-150
Visually updated delete host page
2014-03-03 10:31:47 +10:00
Paul Gear
99eb663363 Merge pull request #149 from laf/issue-148
Visually tidied up the devices pages
2014-03-03 10:27:43 +10:00
Paul Gear
6f87093a98 Merge pull request #147 from laf/issue-145
Updated IPv(4/6), mac and arp pages in overview section visually
2014-03-03 10:26:17 +10:00
Paul Gear
6591254373 Merge pull request #142 from laf/issue-138
Updated billing port list to use ifNameDescr
2014-03-03 10:21:50 +10:00
Paul Gear
bcd4710973 Merge pull request #134 from laf/issue-133
Tidied up syslog on various pages to use bootstrap
2014-03-03 10:19:59 +10:00
Paul Gear
b36457ab25 Merge pull request #136 from laf/issue-135
if ifInOctets/ifOutOctets not available, fall back to ifHCInOctets/ifHCOutOctets
2014-03-03 10:13:04 +10:00
Paul Gear
e5d3367fc2 Merge pull request #141 from laf/issue-140
Updated the inventory page to use bootstrap more
2014-03-03 10:11:49 +10:00
laf
c03f7bb9f4 Update inventory.inc.php 2014-03-03 00:09:10 +00:00
laf
c403865ac5 Visually updated delete host page 2014-03-02 21:05:55 +00:00
laf
9c6d73dae3 Visually tidied up the devices pages 2014-03-02 20:10:15 +00:00
laf
3f526b0b9e Updated IPv(4/6), mac and arp pages in overview section 2014-03-02 16:34:09 +00:00
laf
012fc614eb Removed link to pdf in billing history 2014-03-02 16:05:58 +00:00
laf
9abf31878c Updated port list to use ifNameDescr 2014-03-02 15:44:04 +00:00
laf
fea99b2fa6 Slight change to the layout 2014-03-02 15:36:40 +00:00
laf
fa7a2d32ff Updated the inventory page to use bootstrap more 2014-03-02 15:35:04 +00:00
laf
ac3e92267c Fixed overview link 2014-03-02 14:18:44 +00:00
Paul Gear
08cd9607ab Merge pull request #129 from laf/issue-126
Urgent: Updated install.php to only use existing DB connection for 2 stages
2014-03-02 14:01:15 +10:00
Paul Gear
99b3456fbc Merge pull request #132 from laf/issue-124
Tidied up eventlog on various pages to use bootstrap
2014-03-02 13:42:47 +10:00
Paul Gear
54f5ea0e30 Merge pull request #117 from laf/issue-116
Updated device/port/services box for bootstrap
2014-03-02 13:33:55 +10:00
Paul Gear
d83ab9e278 Merge pull request #115 from laf/issue-114
Updated print_optionbar_* to use bootstrap
2014-03-02 13:32:28 +10:00
Paul Gear
f43f469c2e Merge pull request #109 from laf/issue-108
Added Overview link to Overview dropdown
2014-03-02 13:17:15 +10:00
laf
be58660e12 if ifInOctets/ifOutOctets not available, fall back to ifHCInOctets/ifHCOutOctets 2014-03-01 16:57:44 +00:00
laf
ab12c91e32 Tidied up syslog on various pages to use bootstrap 2014-02-28 22:19:39 +00:00
laf
5a995022dc Tidied up eventlog on various pages to use bootstrap 2014-02-28 22:02:39 +00:00
Tyler Christiansen
c5e2954dde Merge pull request #113 from laf/issue-112
Refreshed visually the Device overview page
2014-02-27 22:10:18 -08:00
laf
e78a824e0a Updated install.php to only use existing DB connection for 2 stages 2014-02-27 23:10:24 +00:00
laf
db4cf48049 Removed php.php 2014-02-27 21:28:12 +00:00
laf
eb53d05574 Updated device/port/services box for bootstrap 2014-02-27 20:22:11 +00:00
laf
d2bcf0913b Updated print_optionbar_* to use bootstrap 2014-02-27 19:49:24 +00:00
laf
50157a721c Fixed an issue with c6kxbar.inc.php 2014-02-27 18:43:39 +00:00
laf
54c3b7bc14 Refreshed visually the Device overview page 2014-02-26 22:33:45 +00:00
laf
0b65829cc2 Removed some unnecessary includes that redeclare functions 2014-02-26 14:24:20 +00:00
laf
37ea540f6a Added Overview link to Overview dropdown 2014-02-26 03:27:52 +00:00
laf
a3ddfe4f79 Tidied up html/index.php 2014-02-26 02:30:33 +00:00
Paul Gear
997dc3dad3 Merge pull request #101 from laf/issue-69
Updated mysql auth to use PHPass
2014-02-26 11:55:07 +10:00
laf
1fffec8e2d Update PasswordHash.php
Updated line 54 to $output.
2014-02-25 23:45:12 +00:00
laf
cde9cc1dbc Updated to bootstrap v3.1 - includes fix to page width 2014-02-25 21:19:16 +00:00
laf
519e4aba84 Update PasswordHash.php 2014-02-23 22:05:22 +00:00
laf
18f9b89639 Removed code that was previously commented out 2014-02-23 17:55:07 +00:00
Paul Gear
74077a7fa0 Merge pull request #100 from laf/issue-94
Top X boxes can now be switched off
2014-02-23 22:40:32 +10:00
Paul Gear
3798d70ce6 Merge pull request #75 from laf/test-installer
New web based installer to simplify installation
2014-02-23 22:35:20 +10:00
Paul Gear
affc283f25 Merge pull request #62 from laf/issue-61
Stop print-syslog.inc.php from shortening hostnames
2014-02-23 22:14:00 +10:00
laf
3fbd56b190 Top X boxes can now be switched off 2014-02-23 12:10:37 +00:00
Paul Gear
feb322350f Merge pull request #99 from laf/issue-98
Fixed the container width so that graphs no longer wrap.
2014-02-23 22:03:27 +10:00
Paul Gear
f5f580e45e Merge pull request #96 from libertysys/laf-issue-87
More complete fix for laf:issue-87
2014-02-23 22:00:01 +10:00
laf
24b33b9253 Fixed the container width so that graphs no longer wrap. Width is no longer fixed either 2014-02-23 11:57:39 +00:00
Paul Gear
961be6def0 Test fix for a scrutinizer bug 2014-02-23 15:08:06 +10:00
Paul Gear
2adcb898f8 Merge pull request #73 from laf/issue-67
Change <title> to use page_title_suffix as the fall back
2014-02-23 14:38:04 +10:00
Paul Gear
48fe1d10ca More complete fix for laf:issue-87
- Align all columns
 - Move all of the common parts of each query to the front so differences can be seen easily
 - Fix mixup of deleted vs. ignored
 - Ensure deleted & ignored are checked correctly in each query
2014-02-23 13:53:56 +10:00
Paul Gear
593b5ddb69 Merge branch 'issue-87' of github.com:laf/librenms into laf-issue-87 2014-02-23 12:04:25 +10:00
laf
e535ec2e47 Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
Tyler Christiansen
c473b545e7 Merge pull request #83 from laf/issue-82
Added bootstrap3 fonts
2014-02-14 11:02:27 -08:00
Tyler Christiansen
f1c4bfa27a Merge pull request #78 from laf/issue-77
Updated login page design
2014-02-14 11:02:09 -08:00
laf
b5f9008d38 Fixed SQL queries for the top status box on homepage 2014-02-14 07:53:35 +00:00
laf
89c15af57a Added bootstrap3 fonts 2014-02-09 20:59:33 +00:00
laf
d9194a12b8 Changed top X boxes to fade rather than scroll 2014-02-05 22:33:33 +00:00
laf
15d1d82ba2 Updated login page design 2014-02-04 09:35:40 +00:00
laf
005504ae6d Updated session / cookie support 2014-02-03 22:39:37 +00:00
laf
04a9f4a2f3 Updated mysql auth to use PHPass 2014-02-03 12:10:06 +00:00
laf
fbc9178d1d New web based installer to simplify installation install.php will now redirect and exit if config.php exists
Updated install docs
2014-02-02 15:05:29 +00:00
laf
07d4e5d81f Change <title> to use page_title_suffix as the fall back if nothing is set 2014-01-28 14:59:15 +00:00
Tyler Christiansen
e80f8f33a6 Merge pull request #59 from laf/new-design-clean
Move UI to Bootstrap v3, courtesy of @laf.
2014-01-27 09:12:45 -08:00
laf
2b647013af Fixed title_image from the config.php 2014-01-14 19:40:59 +00:00
laf
2a3fb39b60 Removing tcpdf and also license from conflict list 2014-01-14 18:55:11 +00:00
laf
648f5bb500 Stop print-syslog.inc.php from shortening hostnames 2014-01-14 15:32:48 +00:00
laf
4c3ae78263 Locations in the dropdown menu now scrollable 2014-01-14 14:37:43 +00:00
laf
fc7404a3c4 Updates bringing forms / tables inline with Bootstrap v3, also adds Global search box 2014-01-13 10:08:59 +00:00
laf
e3f23a1009 Updated / Added JS and CSS files needed for new design. Updated README.md to include qTip and jqPlot license exceptions 2014-01-13 08:29:35 +00:00
Tyler Christiansen
af591a1547 Merge pull request #55 from laf/issue-48
Merge laf's update to move the location redirect
2014-01-10 20:37:47 -08:00
Tyler Christiansen
b099b21034 Merge pull request #53 from laf/issue-44
Merge laf's update to include device deletion confirmation.
2014-01-10 20:17:41 -08:00
laf
b10ae234ac Moved the header call to after setcookie, also added an exit statement. 2014-01-09 10:41:40 +00:00
Paul Gear
25368ccd34 Merge pull request #37 from laf/issue-35
Avoid PHP warnings in logs
2013-12-17 09:52:52 -08:00
laf
9cd95cd52a Updated the device delete page so that confirmation is requested. 2013-12-10 03:19:42 +00:00
laf
c32a1973d1 Update ajax_listports.php
Now checks if _GET['debug'] isset to avoid php warnings in logs
2013-12-08 10:52:18 +00:00
laf
08d6087d60 Fixed detail/basic view code so this now runs correctly
Added || $subformat == "basic" to if statement that checked for just details view before.
2013-12-05 22:24:58 +00:00
laf
29a35feea4 Updated hostbox-basic.inc.php as number of <td>'s were incorrect
Added 3 <td>'s to resolve table formatting and ensure view looks consistent with details page.
2013-12-05 22:22:22 +00:00
laf
94eb372945 $subformat was being set rather than checked in if statement
Line 266, changed = to == so the if statement works.
2013-12-05 11:47:19 +00:00
Paul Gear
ab23cbe144 Tidy top 10 displays 2013-11-26 15:32:53 +10:00
Paul Gear
8d63a2d368 Slow down front page box scroll 2013-11-26 14:38:07 +10:00
Paul Gear
a5b152cd98 Next front page improvement
- load all files in include directory
- half-baked attempt to make HTML output more readable
- add top hosts by total bits box
- horrible hack to generate_device_link() to make it possible to insert the device_bits graph
2013-11-26 14:35:23 +10:00
Paul Gear
663c3649a9 Remove commented code used for reference while creating the top ports screen 2013-11-26 12:33:09 +10:00
Paul Gear
3dac8fde8c Remove redundant code 2013-11-26 12:16:46 +10:00
Paul Gear
fbceedf3b7 Clean up sizing of top 10 graph 2013-11-26 11:21:21 +10:00
Paul Gear
7e6e66f362 Make top 10 box actually useful:
- Fix overlib popup when host metadata contains quotes
- Only show ports with traffic
- Add host & port links, and port graph
2013-11-26 11:03:00 +10:00
Paul Gear
b1ab8a7d32 Rename function to indicate purpose better 2013-11-26 07:51:39 +10:00
Paul Gear
afd00f8f3c Alternative fix for graph.php debug failing 2013-11-19 21:00:33 +10:00
Paul Gear
b630ed0ddc Revert "Fix failing script in debug mode"
This reverts commit e667899392, which
stopped the script from working in non-debug mode.
2013-11-19 20:58:20 +10:00
Paul Gear
e667899392 Fix failing script in debug mode 2013-11-19 09:18:43 +10:00
Paul Gear
a0979e85cd Tidy up formatting; proof-of-concept right side box 2013-11-19 08:57:43 +10:00
Paul Gear
afd68473b4 Add jQuery Cycle Plugin 2013-11-10 21:58:09 +10:00
Paul Gear
2463756423 Update jquery 1.6.1 -> 1.6.4 2013-11-10 21:28:23 +10:00
Paul Gear
d859f1d20e Move last remaining styles from front page to CSS 2013-11-10 15:19:10 +10:00
Paul Gear
6e9623c96d Continue moving styles to CSS
- Also started standardised infrastructure for minigraphs to make it easy to create them anywhere
2013-11-10 14:08:02 +10:00
Paul Gear
6911dc0db5 Add room for side-by-side buttons 2013-11-10 13:31:41 +10:00
Paul Gear
7dec0cfc21 Compact mouseover box header; remove embedded styles 2013-11-10 10:37:13 +10:00
Paul Gear
a1c7cd8337 Trying to give a bit more of a metallic tinge to menus & highlights 2013-11-10 10:28:41 +10:00
Paul Gear
15f21cefce More removing of code with embedded styles 2013-11-10 05:45:27 +10:00
Paul Gear
eafebe17a6 Add prominent report bug link 2013-11-10 05:01:32 +10:00
Paul Gear
d5eba7e66c First attempt to de-uglify front page; note that some of the styles referenced do not exist yet - please report ugliness 2013-11-10 04:46:10 +10:00
Paul Gear
0678d5aa18 Tone down garish blue colour on more links 2013-11-10 04:44:52 +10:00
Paul Gear
8d8ed22fdd Tone down garish blue colour on all links 2013-11-10 04:23:22 +10:00
Paul Gear
438aa30bd9 Tidy about page
- Restore previous Apache/PHP/MySQL/RRDtool versions
- Reorder and clean up headers
- Turn off ugly page generation stats by default
2013-11-05 10:23:15 +10:00
Paul Gear
a9454bd8f8 Aarrgh - need better workflow than this; attempt #7 2013-11-05 09:48:50 +10:00
Paul Gear
981fddde16 Menubar fix attempt #5 2013-11-05 09:47:34 +10:00
Paul Gear
5aa90bd0f3 Menubar fix attempt #5 2013-11-05 09:45:56 +10:00
Paul Gear
0effa7f784 Menubar fix attempt #4 2013-11-05 09:45:16 +10:00
Paul Gear
e249786eab Menubar fix attempt #3 2013-11-05 09:44:35 +10:00
Paul Gear
6e22dff742 Menubar fix attempt #2 2013-11-05 09:43:30 +10:00
Paul Gear
73e19cfcc1 Menubar fix attempt #1 2013-11-05 09:42:04 +10:00
Paul Gear
aa9dded019 Remove user-facing references to Observium
This eliminates nearly all of the user-facing references to Observium,
including in the names of temporary files and in the metadata of PDFs.  Many
of these may not be used any more, but I've adjusted them anyway.  These
changes should also make it easier to change the branding later if it is
needed.  There are a few references of which I still don't understand the
significance, so I've left them as-is for now.  The Unix agent in particular
is rather untidy.
2013-11-05 09:33:32 +10:00
Paul Gear
a33db38f02 Remove remaining live references to observium.org 2013-10-29 21:06:32 +10:00
Paul Gear
e9005d6ba8 Add link to project name 2013-10-29 08:40:20 +10:00
Paul Gear
e4dd93baed Use project name in the absence of a logo 2013-10-29 08:38:20 +10:00
Paul Gear
4ac6e31d40 First layout fix attempt 2013-10-29 08:22:08 +10:00
Paul Gear
7603d2074b Remove Observium images 2013-10-29 08:08:23 +10:00
Paul Gear
0e84681728 Remove PayPal links 2013-10-29 07:58:03 +10:00
Tyler Christiansen
02247267c0 Update front-end copyright, team, link information
Conflicts:
	html/index.php
2013-10-29 07:48:15 +10:00
Tyler Christiansen
a11813d999 Merge branch 'master' of github.com:librenms/librenms
Conflicts:
	html/index.php
2013-10-28 14:34:01 -07:00
Paul Gear
17a7a8306b Less talk about rights 2013-10-29 05:45:12 +10:00
Tyler Christiansen
6cd1bad907 Revert "update copyright" after discussion with Paul
This reverts commit 4f71dae7af.
2013-10-28 12:07:55 -07:00
Tyler Christiansen
b2eb12d0fe Update front-end copyright, team, link information 2013-10-28 11:53:07 -07:00
Tyler Christiansen
8e7a33e65f update copyright 2013-10-28 11:32:21 -07:00
Tyler Christiansen
4f71dae7af update copyright 2013-10-28 11:20:28 -07:00
Adam Amstrong
8c83b6a3c7 update foundry mibs
git-svn-id: http://www.observium.org/svn/observer/trunk@3250 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-29 13:08:01 +00:00
Tom Laermans
aa13bd5bf8 fix mac accounting link on iftype pages
git-svn-id: http://www.observium.org/svn/observer/trunk@3248 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-28 19:37:14 +00:00
Adam Amstrong
5b5cb47563 fix bug with globe.php
git-svn-id: http://www.observium.org/svn/observer/trunk@3247 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-28 17:43:08 +00:00
Adam Amstrong
74f3d0c78a snmp errors begone
git-svn-id: http://www.observium.org/svn/observer/trunk@3246 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-28 16:58:24 +00:00
Adam Amstrong
bde0dfd023 fix adding bills. needs more work to standardise URLs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3245 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-27 15:29:54 +00:00
Adam Amstrong
1d4b392876 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)
git-svn-id: http://www.observium.org/svn/observer/trunk@3244 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 18:35:17 +00:00
Adam Amstrong
45a07ecabf generic_duplex previous add transparent area
git-svn-id: http://www.observium.org/svn/observer/trunk@3241 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 13:49:59 +00:00
Adam Amstrong
b273e04241 /// -> //
git-svn-id: http://www.observium.org/svn/observer/trunk@3240 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 12:24:34 +00:00
Adam Amstrong
cacf913a55 # -> / for phpdoc
git-svn-id: http://www.observium.org/svn/observer/trunk@3239 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 11:29:53 +00:00
Adam Amstrong
ba28732c3b ports sort done in php
git-svn-id: http://www.observium.org/svn/observer/trunk@3238 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-25 10:34:01 +00:00
Adam Amstrong
f4f2f8dc3d fix cisco remote access sessions graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3237 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-24 21:37:08 +00:00
Adam Amstrong
9dc57f7dae update ipsectunnels to work again
git-svn-id: http://www.observium.org/svn/observer/trunk@3236 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-24 21:22:41 +00:00
Adam Amstrong
d035e81486 fix health/sensors a little more
git-svn-id: http://www.observium.org/svn/observer/trunk@3232 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 15:33:55 +00:00
Adam Amstrong
5a9422d2ba fix health/sensors
git-svn-id: http://www.observium.org/svn/observer/trunk@3231 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 15:27:25 +00:00
Tom Laermans
cc7f01ee26 more rrdtool_escape goodness
git-svn-id: http://www.observium.org/svn/observer/trunk@3230 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 10:37:23 +00:00
Tom Laermans
75113e0218 introducing rrdtool_escape, more to come
git-svn-id: http://www.observium.org/svn/observer/trunk@3229 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-23 10:18:14 +00:00
Adam Amstrong
8951e15477 no need to define for graphs inside device/
git-svn-id: http://www.observium.org/svn/observer/trunk@3226 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-22 14:21:02 +00:00
Adam Amstrong
580ee8370e fixes to aruba accesspoint graphing
git-svn-id: http://www.observium.org/svn/observer/trunk@3225 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-22 14:20:08 +00:00
Adam Amstrong
d3796004ae accesspoint support (probably) from ethan sommer (#50)
git-svn-id: http://www.observium.org/svn/observer/trunk@3223 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-21 18:17:23 +00:00
Adam Amstrong
fcef689504 fix dell omsa temperatures. from robje.
git-svn-id: http://www.observium.org/svn/observer/trunk@3222 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-21 16:52:02 +00:00
Tom Laermans
86348b92bb syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3218 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 23:14:08 +00:00
Tom Laermans
24ed379a3b don't show graph if type is unset in definitions, eg os areca
git-svn-id: http://www.observium.org/svn/observer/trunk@3215 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 19:57:11 +00:00
Tom Laermans
f2be2f33d2 add agent sensor capacity, hddtemp script in agent-local as demo, possibly needs a little more work
git-svn-id: http://www.observium.org/svn/observer/trunk@3213 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-20 18:23:40 +00:00
Adam Amstrong
6109cf1766 minor improvement to globe tooltip formatting
git-svn-id: http://www.observium.org/svn/observer/trunk@3207 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-18 15:17:49 +00:00
Tom Laermans
eb36a02046 fix processor link on inventory tab
git-svn-id: http://www.observium.org/svn/observer/trunk@3206 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-18 14:23:44 +00:00
Tom Laermans
931f405b77 minisyntaxfix + add rewrite for EX3300
git-svn-id: http://www.observium.org/svn/observer/trunk@3203 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-18 10:10:46 +00:00
Adam Amstrong
32f7259c7b force sites with downed devices to the front of the map always.
git-svn-id: http://www.observium.org/svn/observer/trunk@3202 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-17 12:02:55 +00:00
Adam Amstrong
2880cf8f23 some database updates (adding some _deleted fields) and fix links table.
git-svn-id: http://www.observium.org/svn/observer/trunk@3199 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-17 10:33:56 +00:00
Adam Amstrong
8d5cfd0e46 alerting stuff (non-functional)
git-svn-id: http://www.observium.org/svn/observer/trunk@3197 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 16:24:43 +00:00
Adam Amstrong
4db1454e92 move from port_id to interface_id. make ports discovery only discover. add some cleaner functions. add a tiny bit of alerting infrastructure.
git-svn-id: http://www.observium.org/svn/observer/trunk@3195 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 13:25:50 +00:00
Adam Amstrong
2e2379a8a1 make more space on device tabs :)
git-svn-id: http://www.observium.org/svn/observer/trunk@3194 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 09:26:52 +00:00
Tom Laermans
89c74e8604 fix sha1 -> sha
git-svn-id: http://www.observium.org/svn/observer/trunk@3193 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-16 08:03:47 +00:00
Adam Amstrong
73cbb710a0 replace "sha1" with "sha", as required by net-snmp
git-svn-id: http://www.observium.org/svn/observer/trunk@3189 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-15 17:03:35 +00:00
Adam Amstrong
29c70aaefa fix some rrdtool_graph calls to use arrays. add NRG printer support.
git-svn-id: http://www.observium.org/svn/observer/trunk@3187 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-15 16:50:36 +00:00
Tom Laermans
4985943822 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3185 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-15 15:18:57 +00:00
Tom Laermans
1f9eae3699 add snmpv3 support to old snmp queries - patch by gl
git-svn-id: http://www.observium.org/svn/observer/trunk@3184 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-15 13:45:26 +00:00
Adam Amstrong
33c83c4f2a bigger zoom on globe
git-svn-id: http://www.observium.org/svn/observer/trunk@3183 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 14:20:28 +00:00
Adam Amstrong
6d3e97456f fixes to global map
git-svn-id: http://www.observium.org/svn/observer/trunk@3182 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 14:18:25 +00:00
Adam Amstrong
9c8b7f425f globe map
git-svn-id: http://www.observium.org/svn/observer/trunk@3181 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 13:27:24 +00:00
Tom Laermans
4e8581c70f don't overwrite graph time period to 1y always
git-svn-id: http://www.observium.org/svn/observer/trunk@3179 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 09:40:13 +00:00
Adam Amstrong
d3290236b7 fix c6k crossbar graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3178 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-14 09:25:21 +00:00
Adam Amstrong
b5323bad76 fix smokeping graphs (id -> device)
git-svn-id: http://www.observium.org/svn/observer/trunk@3177 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-13 18:59:39 +00:00
Adam Amstrong
640bb6254e fix demo front page and collectd graphs
git-svn-id: http://www.observium.org/svn/observer/trunk@3176 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-13 18:57:28 +00:00
Tom Laermans
6c1b0e0d09 remove very efficient coding
git-svn-id: http://www.observium.org/svn/observer/trunk@3174 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-13 16:54:47 +00:00
Adam Amstrong
cd10fd2a61 add some global graphs. for great cpu-eating justice!
git-svn-id: http://www.observium.org/svn/observer/trunk@3170 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 16:27:55 +00:00
Adam Amstrong
f768558e7e fix auth for graphs to allow cidr filter. fix schema 006
git-svn-id: http://www.observium.org/svn/observer/trunk@3169 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 15:21:42 +00:00
Adam Amstrong
5883f9512d fix devices -> graphs
git-svn-id: http://www.observium.org/svn/observer/trunk@3168 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 13:33:12 +00:00
Adam Amstrong
d52042ba47 cleanups to how graphing works. start using device= for device graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3167 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-11 13:26:14 +00:00
Adam Amstrong
62c302b960 now remove the correct line
git-svn-id: http://www.observium.org/svn/observer/trunk@3166 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-10 15:23:11 +00:00
Adam Amstrong
26ffacfa60 fix bgp prefix graphs (stupid me, i removed the wrong line)
git-svn-id: http://www.observium.org/svn/observer/trunk@3165 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-10 15:22:51 +00:00
Adam Amstrong
b25f647b2d supermicro switch icon and detection
git-svn-id: http://www.observium.org/svn/observer/trunk@3161 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-10 12:10:07 +00:00
Adam Amstrong
6a0bfe288c graph improvements. FIXME - graph defs are getting messier. NEED SIMPLIFICATION.
git-svn-id: http://www.observium.org/svn/observer/trunk@3160 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 17:18:52 +00:00
Adam Amstrong
9240bd0211 nicer UCD memory graph
git-svn-id: http://www.observium.org/svn/observer/trunk@3159 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:58:00 +00:00
Adam Amstrong
831c1a2282 DERP
git-svn-id: http://www.observium.org/svn/observer/trunk@3158 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:38:42 +00:00
Adam Amstrong
790480769b snmpv3 support. for hipsters.
git-svn-id: http://www.observium.org/svn/observer/trunk@3156 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 16:18:23 +00:00
Adam Amstrong
547a1f0fc0 time fix. improvement to apps overview.
git-svn-id: http://www.observium.org/svn/observer/trunk@3155 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 14:13:03 +00:00
Adam Amstrong
3c14ae1b99 set scale for contexts/interrupts
git-svn-id: http://www.observium.org/svn/observer/trunk@3154 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 12:56:24 +00:00
Adam Amstrong
58d8129f11 missing graph types
git-svn-id: http://www.observium.org/svn/observer/trunk@3153 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 12:20:07 +00:00
Adam Amstrong
9888002704 fix netstat graphs (remove invalid double including of common.inc.php)
git-svn-id: http://www.observium.org/svn/observer/trunk@3151 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 11:05:28 +00:00
Adam Amstrong
dbf212f652 phpDocumentator headers. retire static-config. IF YOU ARE READING THIS, REMOVE IT FROM THE BOTTOM YOUR CONFIG.PHP. YES. YOU.
git-svn-id: http://www.observium.org/svn/observer/trunk@3150 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-09 10:01:42 +00:00
Tom Laermans
6a1cce6090 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3147 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-07 16:23:43 +00:00
Tom Laermans
56b2b49089 allow multiple icons to be defined per OS, let user select one in the device settings
git-svn-id: http://www.observium.org/svn/observer/trunk@3146 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-07 15:39:48 +00:00
Tom Laermans
96884a1baf more time period corrections
git-svn-id: http://www.observium.org/svn/observer/trunk@3145 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 23:10:09 +00:00
Tom Laermans
7e96d87022 improvements to services
git-svn-id: http://www.observium.org/svn/observer/trunk@3144 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 23:02:18 +00:00
Tom Laermans
b8d796af57 map fixie
git-svn-id: http://www.observium.org/svn/observer/trunk@3142 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 20:43:37 +00:00
Tom Laermans
854b652bf2 actually use app section text instead of nicecasing the array key
git-svn-id: http://www.observium.org/svn/observer/trunk@3141 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 20:24:12 +00:00
Tom Laermans
ff6a049324 more nicecase()
git-svn-id: http://www.observium.org/svn/observer/trunk@3137 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 19:46:39 +00:00
Tom Laermans
78fe096645 improvements to (mysql) app system
git-svn-id: http://www.observium.org/svn/observer/trunk@3135 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 19:03:03 +00:00
Tom Laermans
8df2b9b3f5 remove legacy variables, hopefully i didn't mess anything up
git-svn-id: http://www.observium.org/svn/observer/trunk@3134 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-06 18:38:11 +00:00
Adam Amstrong
5ca7379aaf GOGO
git-svn-id: http://www.observium.org/svn/observer/trunk@3129 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 15:18:02 +00:00
Tom Laermans
b77c4f84ac also show rrdtool version on about page, save some forks and selects
git-svn-id: http://www.observium.org/svn/observer/trunk@3128 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 13:57:27 +00:00
Tom Laermans
e15af852f7 html fixies, show rrdtool version on menu
git-svn-id: http://www.observium.org/svn/observer/trunk@3127 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 13:52:34 +00:00
Adam Amstrong
73d8d169ea fix processor_usage - set min/max scale and remove duplicate common.inc.php.
git-svn-id: http://www.observium.org/svn/observer/trunk@3125 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 10:48:27 +00:00
Adam Amstrong
62180e6146 add the ability to run poller without updating rrds. add --rigid to graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@3124 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 10:45:36 +00:00
Adam Amstrong
ee819eabb9 show pseudowire tab when pseudowires exist rather than when routing exist.
git-svn-id: http://www.observium.org/svn/observer/trunk@3122 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-03 09:07:14 +00:00
Tom Laermans
613e8b1e29 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3117 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 22:02:30 +00:00
Adam Amstrong
944130f0bb pseudowire reworking. add device tab (no wonder no one ever asked about it, damn tab was missing!)
git-svn-id: http://www.observium.org/svn/observer/trunk@3116 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 17:23:27 +00:00
Adam Amstrong
0376427943 more memcached
git-svn-id: http://www.observium.org/svn/observer/trunk@3114 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 15:06:12 +00:00
Adam Amstrong
4f1ec54a47 updated vlan detection
git-svn-id: http://www.observium.org/svn/observer/trunk@3113 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 15:04:31 +00:00
Adam Amstrong
65854d986c HERPDERP
git-svn-id: http://www.observium.org/svn/observer/trunk@3112 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 14:55:30 +00:00
Adam Amstrong
7c541ceaf8 allow old graph format for bgp prefixes
git-svn-id: http://www.observium.org/svn/observer/trunk@3111 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-02 14:50:53 +00:00
Tom Laermans
ef1ccce3e9 strip build on package list if none available, switch packages page to css alternating
git-svn-id: http://www.observium.org/svn/observer/trunk@3108 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-01 21:29:48 +00:00
Tom Laermans
1e15f90892 don't include deleted ports in port count on topnav
git-svn-id: http://www.observium.org/svn/observer/trunk@3107 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-01 18:34:47 +00:00
Tom Laermans
41fd823d0d remove debug leftovers
git-svn-id: http://www.observium.org/svn/observer/trunk@3106 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-01 14:28:40 +00:00
Tom Laermans
748c38bb83 add uniflair and carel logos
git-svn-id: http://www.observium.org/svn/observer/trunk@3105 61d68cd4-352d-0410-923a-c4978735b2b8
2012-05-01 14:26:45 +00:00
Tom Laermans
38e12cc0f7 remove duplicate links from full map (still a hidden feature)
git-svn-id: http://www.observium.org/svn/observer/trunk@3104 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 23:19:55 +00:00
Tom Laermans
4ec536ec7a move logout link to the far right, update included documentation files
git-svn-id: http://www.observium.org/svn/observer/trunk@3103 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 22:26:33 +00:00
Adam Amstrong
6b7898b18c memcached and drbd application improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@3099 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-30 15:13:13 +00:00
Adam Amstrong
850359711c 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.


git-svn-id: http://www.observium.org/svn/observer/trunk@3096 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-27 17:18:26 +00:00
Adam Amstrong
5ff144b058 fix small things
git-svn-id: http://www.observium.org/svn/observer/trunk@3094 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 17:05:14 +00:00
Adam Amstrong
a12c71df4e quadgraphs -> graphrow
git-svn-id: http://www.observium.org/svn/observer/trunk@3093 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 16:49:38 +00:00
Adam Amstrong
e0335034e3 fix device/health
git-svn-id: http://www.observium.org/svn/observer/trunk@3092 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 16:32:34 +00:00
Adam Amstrong
22dad0dae4 revert change changing mempool/storage format
git-svn-id: http://www.observium.org/svn/observer/trunk@3091 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 16:15:11 +00:00
Adam Amstrong
77d055f9d6 fix services stuff
git-svn-id: http://www.observium.org/svn/observer/trunk@3090 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 13:05:52 +00:00
Adam Amstrong
283f33afa1 additions to unix-agent. addition of basic munin-plugin support.
git-svn-id: http://www.observium.org/svn/observer/trunk@3088 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-26 11:57:52 +00:00
Tom Laermans
b56d3d6320 remove support for GIF OS-icons, but add support to override OS icon through database, suitable for radlan devices and probably/possibly other OEMables
git-svn-id: http://www.observium.org/svn/observer/trunk@3087 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 22:50:15 +00:00
Tom Laermans
7c36b0f9c2 secret overview change
git-svn-id: http://www.observium.org/svn/observer/trunk@3086 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 22:08:03 +00:00
Tom Laermans
3f4696677a add synology Disk Station Manager recognition
git-svn-id: http://www.observium.org/svn/observer/trunk@3084 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 19:19:27 +00:00
Tom Laermans
f63d49372d unbroke the datepicker on the graphs. again.
git-svn-id: http://www.observium.org/svn/observer/trunk@3083 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 18:19:07 +00:00
Adam Amstrong
63d9e13039 fixes to mysql agent script. fixes to links on apps overview.
git-svn-id: http://www.observium.org/svn/observer/trunk@3082 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-24 10:48:07 +00:00
Tom Laermans
46b7c74e51 bring device overview info table layout in line with all other information panels
git-svn-id: http://www.observium.org/svn/observer/trunk@3081 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 17:13:27 +00:00
Tom Laermans
9a727c9ffd fixes to map: small cleanups, don't make unknown interfaces clickable as this leads to an invalid page
git-svn-id: http://www.observium.org/svn/observer/trunk@3080 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 16:37:14 +00:00
Adam Amstrong
0ddf804a89 show packages even if module is disabled. show generic icon for app if none exists
git-svn-id: http://www.observium.org/svn/observer/trunk@3079 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 12:24:12 +00:00
Tom Laermans
95fbbfa098 remove dash-nothing for the build for deb packages from the packages page, alternate colours through css
git-svn-id: http://www.observium.org/svn/observer/trunk@3077 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-22 11:50:52 +00:00
Adam Amstrong
a10cb17a9a add arp search (#30)
git-svn-id: http://www.observium.org/svn/observer/trunk@3075 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 19:50:39 +00:00
Adam Amstrong
53a7a04fbf improve mac search
git-svn-id: http://www.observium.org/svn/observer/trunk@3074 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 19:50:21 +00:00
Adam Amstrong
58d6b254e2 add searching for MAC addresses (#30 Mike Stupalov)
git-svn-id: http://www.observium.org/svn/observer/trunk@3073 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 19:49:12 +00:00
Tom Laermans
e2dc9b246d syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3071 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:36:55 +00:00
Tom Laermans
bf58e662a9 don't put standard ports in base_url, add dpkg support for packages, fix display of packages in main menubar
git-svn-id: http://www.observium.org/svn/observer/trunk@3070 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-21 00:30:55 +00:00
Adam Amstrong
d2b48673e2 applications -> apps
git-svn-id: http://www.observium.org/svn/observer/trunk@3069 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 17:38:57 +00:00
Adam Amstrong
2b8178bb5b move all RRA decisions to config. switch mempool/storage to new rrds (sorry, data lost, the old rrds sucked). added some more apps pages.
git-svn-id: http://www.observium.org/svn/observer/trunk@3068 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 17:37:58 +00:00
Tom Laermans
08d09b71ae don't show ldap error when empty form is submitted
git-svn-id: http://www.observium.org/svn/observer/trunk@3067 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 13:34:52 +00:00
Adam Amstrong
0b667ffc93 more improvements to graphing
git-svn-id: http://www.observium.org/svn/observer/trunk@3066 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 13:00:00 +00:00
Adam Amstrong
a3b2db29b4 more graph improvements
git-svn-id: http://www.observium.org/svn/observer/trunk@3065 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 11:27:31 +00:00
Adam Amstrong
483b86d92f enable previous period button in graph browser for all graphs. doesn't work everywhere yet. add drbd icon. add apps menu.
git-svn-id: http://www.observium.org/svn/observer/trunk@3064 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 10:36:59 +00:00
Adam Amstrong
ee65ae5350 add previous period overlay to generic_bits/bytes and generic_duplex
git-svn-id: http://www.observium.org/svn/observer/trunk@3063 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-20 10:35:13 +00:00
Adam Amstrong
c32894ae99 split mysql application into three subsections
git-svn-id: http://www.observium.org/svn/observer/trunk@3060 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-19 16:27:39 +00:00
Adam Amstrong
c09d5af16b new agent-based applications
git-svn-id: http://www.observium.org/svn/observer/trunk@3059 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-19 15:36:46 +00:00
Adam Amstrong
ba171dafb9 show dropdown on graphs browser for ports
git-svn-id: http://www.observium.org/svn/observer/trunk@3049 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-18 10:51:18 +00:00
Tom Laermans
ff72c2843e syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3045 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 15:27:17 +00:00
Adam Amstrong
5e523e222e don't show 'auth' as a type :)
git-svn-id: http://www.observium.org/svn/observer/trunk@3044 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 14:03:53 +00:00
Adam Amstrong
da9463f5fa give dropdown javascript box to change graph type
git-svn-id: http://www.observium.org/svn/observer/trunk@3043 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 14:02:51 +00:00
Adam Amstrong
a4feccf9e4 re-enable autoscale alt. don't know why it was commented out
git-svn-id: http://www.observium.org/svn/observer/trunk@3042 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 13:38:32 +00:00
Adam Amstrong
6c0ab6121d allow previous=yes graph variable
git-svn-id: http://www.observium.org/svn/observer/trunk@3041 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 13:29:27 +00:00
Tom Laermans
dc5c5fc3fc better page title settings defaults
git-svn-id: http://www.observium.org/svn/observer/trunk@3039 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 10:53:24 +00:00
Tom Laermans
ffd95a120e allow prefix/suffix page_title config options
git-svn-id: http://www.observium.org/svn/observer/trunk@3038 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-17 10:48:35 +00:00
Tom Laermans
f491ec6580 cleanups, add epson printer discovery, fix bar colour on device overview for unknown toner colours
git-svn-id: http://www.observium.org/svn/observer/trunk@3036 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-14 23:28:23 +00:00
Tom Laermans
215e2a0422 restore alternating colours in graphs tab
git-svn-id: http://www.observium.org/svn/observer/trunk@3029 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 16:17:21 +00:00
Adam Amstrong
b952a94006 trim_tobias option. sorry Tobias, we love you really, but there's just too much of you! :D
git-svn-id: http://www.observium.org/svn/observer/trunk@3028 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 15:48:33 +00:00
Tom Laermans
6ff76f0be3 hopefully fix graph timepicker?
git-svn-id: http://www.observium.org/svn/observer/trunk@3027 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 14:58:14 +00:00
Tom Laermans
559ab81645 fix deleted ports page
git-svn-id: http://www.observium.org/svn/observer/trunk@3026 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-12 08:00:24 +00:00
Tom Laermans
d5690a7d93 url fixies
git-svn-id: http://www.observium.org/svn/observer/trunk@3023 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:36:28 +00:00
Tom Laermans
1ab62e74b8 fix MAC search
git-svn-id: http://www.observium.org/svn/observer/trunk@3022 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:24:15 +00:00
Adam Amstrong
a5f5534246 JUST INCASE IT WASN'T CLEAR ENOUGH
git-svn-id: http://www.observium.org/svn/observer/trunk@3021 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:22:12 +00:00
Tom Laermans
ebc03a87b2 change more tables to css colouring, some more to do but not for now...
git-svn-id: http://www.observium.org/svn/observer/trunk@3020 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 17:21:49 +00:00
Tom Laermans
5d901d378d css-based alternating colours, yay
git-svn-id: http://www.observium.org/svn/observer/trunk@3019 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 15:58:37 +00:00
Tom Laermans
764cb72cd5 fixes and cleanups
git-svn-id: http://www.observium.org/svn/observer/trunk@3018 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 15:53:10 +00:00
Tom Laermans
4e0c3fd679 allow VMWare freeform OS description and survive VM sleep OS switches, patch by Sander Steffann, fixes OBSERVIUM-22
git-svn-id: http://www.observium.org/svn/observer/trunk@3017 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-10 14:58:06 +00:00
Tom Laermans
08952e40c6 show toner on device overview (beta), minor fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@3014 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 23:00:31 +00:00
Tom Laermans
cc5ec6c1e6 remove forum from about page, reinstate twitter
git-svn-id: http://www.observium.org/svn/observer/trunk@3013 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 21:23:15 +00:00
Tom Laermans
77da6769b3 fixed show_locations_dropdown, which broke html when disabled
git-svn-id: http://www.observium.org/svn/observer/trunk@3012 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 21:19:37 +00:00
Tom Laermans
4667d17f96 fix v4 address discovery retardness
git-svn-id: http://www.observium.org/svn/observer/trunk@3010 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 17:53:22 +00:00
Adam Amstrong
0d669e81a7 improve title for ipsla
git-svn-id: http://www.observium.org/svn/observer/trunk@3009 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 17:19:59 +00:00
Tom Laermans
a10d3f75ea syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@3008 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 15:30:45 +00:00
Adam Amstrong
7ffe4f2de1 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.
git-svn-id: http://www.observium.org/svn/observer/trunk@3005 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 13:03:42 +00:00
Adam Amstrong
ab6d127956 add IPSLA support
git-svn-id: http://www.observium.org/svn/observer/trunk@3002 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 12:53:44 +00:00
Tom Laermans
502f207291 only poll cisco CEF and cisco mac accounting on cisco devices + some small fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2999 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 10:53:55 +00:00
Adam Amstrong
e826fc4b99 fix .htaccess #18
git-svn-id: http://www.observium.org/svn/observer/trunk@2998 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-09 00:38:47 +00:00
Tom Laermans
a96f6064ea correctly case dBm instead of Dbm, minor fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2997 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 16:21:52 +00:00
Tom Laermans
ded64baae9 don't show a double separator if you have vrf, bgp and no ospf
git-svn-id: http://www.observium.org/svn/observer/trunk@2996 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 16:09:58 +00:00
Tom Laermans
29cdd434f0 remove last count(*) from about page
git-svn-id: http://www.observium.org/svn/observer/trunk@2993 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 12:14:27 +00:00
Tom Laermans
31671968eb don't count(*) on about page
git-svn-id: http://www.observium.org/svn/observer/trunk@2992 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 11:43:21 +00:00
Tom Laermans
97aa3915d6 remove SetOutputFilter INCLUDES, patch by Sander Steffann, fixes OBSERVIUM-13
git-svn-id: http://www.observium.org/svn/observer/trunk@2988 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-08 10:33:27 +00:00
Tom Laermans
a803ec4147 fix syslog link, patch by RobJE
git-svn-id: http://www.observium.org/svn/observer/trunk@2987 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-07 22:59:31 +00:00
Tom Laermans
87d02ab9f9 Add fortigate support, many thanks to Matthias Cramer (matthias dot cramer at iway dot ch)
git-svn-id: http://www.observium.org/svn/observer/trunk@2986 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-07 22:36:20 +00:00
Tom Laermans
190b7261ce 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.



git-svn-id: http://www.observium.org/svn/observer/trunk@2979 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-07 18:21:39 +00:00
Tom Laermans
900b32f06e silly php
git-svn-id: http://www.observium.org/svn/observer/trunk@2976 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-07 17:17:18 +00:00
Tom Laermans
e68cc3246e syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2974 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-06 15:19:43 +00:00
Tom Laermans
c95f4db6b8 syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2973 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-06 15:01:58 +00:00
Tom Laermans
2667649d3c syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2970 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-06 13:56:23 +00:00
Tom Laermans
866c352c5f syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2969 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:48:06 +00:00
Tom Laermans
2b6581f25d syntaxer run
git-svn-id: http://www.observium.org/svn/observer/trunk@2968 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:47:39 +00:00
Adam Amstrong
619415d668 OBSERVIUM-5 - fix generic_multi_simplex_seperated from Sander Steffann
git-svn-id: http://www.observium.org/svn/observer/trunk@2965 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:21:54 +00:00
Tom Laermans
04ec17134b syntaxer run 1/<many>
git-svn-id: http://www.observium.org/svn/observer/trunk@2963 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 16:10:12 +00:00
Tom Laermans
7e574d329d fix apostrophes in location= filter variable
git-svn-id: http://www.observium.org/svn/observer/trunk@2962 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 14:02:32 +00:00
Adam Amstrong
8b767eb208 add option to include custom top menubar entries from html/includes/print-menubar-custom.inc.php
git-svn-id: http://www.observium.org/svn/observer/trunk@2961 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:41:54 +00:00
Tom Laermans
9d4eafa92b speedup menu bar mysql
git-svn-id: http://www.observium.org/svn/observer/trunk@2960 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:21:27 +00:00
Adam Amstrong
2eabd89f9d fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2959 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:11:48 +00:00
Tom Laermans
6954bd61f5 away with the silly packages
git-svn-id: http://www.observium.org/svn/observer/trunk@2958 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-05 13:11:20 +00:00
Tom Laermans
3e8aa2f2a5 treat counters as strings to avoid integer wraparounds, fixes FS#190, patch/report by Chris Daniel
git-svn-id: http://www.observium.org/svn/observer/trunk@2952 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-04 17:30:44 +00:00
Adam Amstrong
14a703ceef Bill reset page (from CodeKiller)
git-svn-id: http://www.observium.org/svn/observer/trunk@2949 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-04 10:47:40 +00:00
Tom Laermans
bfdd6e5e58 revamped/optimized vrf display page, patch by gl-
git-svn-id: http://www.observium.org/svn/observer/trunk@2944 61d68cd4-352d-0410-923a-c4978735b2b8
2012-04-02 17:28:54 +00:00
Adam Amstrong
cdfd0d070f print graph when debugging graph.php. (shiny, eh?)
git-svn-id: http://www.observium.org/svn/observer/trunk@2932 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-28 11:21:13 +00:00
Adam Amstrong
5b9e58ecd4 descriptions on graph page (none created yet)
git-svn-id: http://www.observium.org/svn/observer/trunk@2931 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-27 16:53:23 +00:00
Adam Amstrong
8c0392ffae spit out runtime for graph.php when debugging
git-svn-id: http://www.observium.org/svn/observer/trunk@2930 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-27 13:59:31 +00:00
Adam Amstrong
c01b6b87b2 add dpkg lister script for unix agent
git-svn-id: http://www.observium.org/svn/observer/trunk@2929 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-26 16:04:16 +00:00
Adam Amstrong
ee0e0e6f4f add debian/rpm icon
git-svn-id: http://www.observium.org/svn/observer/trunk@2928 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-26 15:41:22 +00:00
Adam Amstrong
98ffa46ea0 preliminary support for unix agent. probably will eat your cat and rape your dog, at this point.
git-svn-id: http://www.observium.org/svn/observer/trunk@2923 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-26 09:37:55 +00:00
Tom Laermans
ba2ec48790 typo fix, reported by reaperz on irc
git-svn-id: http://www.observium.org/svn/observer/trunk@2919 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-21 11:03:18 +00:00
Tom Laermans
84f52f4b73 woo debug
git-svn-id: http://www.observium.org/svn/observer/trunk@2914 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 17:36:46 +00:00
Tom Laermans
a6d09a5534 fix date picker, effing hell, javascript
git-svn-id: http://www.observium.org/svn/observer/trunk@2913 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 17:36:22 +00:00
Adam Amstrong
a9a1bd5471 $config['warn']['ifdown'] = false; on front/default.php
git-svn-id: http://www.observium.org/svn/observer/trunk@2908 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 11:52:01 +00:00
Adam Amstrong
1270b8599a j -> i
git-svn-id: http://www.observium.org/svn/observer/trunk@2907 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 11:44:59 +00:00
Adam Amstrong
233fb584ec fixed datepicker for graphs page. we use the most 'correct' date format yyyy-mm-dd.
git-svn-id: http://www.observium.org/svn/observer/trunk@2906 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 11:20:15 +00:00
Tom Laermans
324c4ce304 add default from/to for a graph, allow negative from to subtract time from to/now
git-svn-id: http://www.observium.org/svn/observer/trunk@2905 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-20 10:04:00 +00:00
Adam Amstrong
c733d589b5 only open device tabs <ul> if we are allowed to show tabs!
git-svn-id: http://www.observium.org/svn/observer/trunk@2904 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-19 10:36:22 +00:00
Adam Amstrong
02356017e0 fix overlibs on billing forms
git-svn-id: http://www.observium.org/svn/observer/trunk@2903 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-18 17:00:32 +00:00
Adam Amstrong
9aa41ac04c prettier billing editing/adding
git-svn-id: http://www.observium.org/svn/observer/trunk@2902 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-18 16:23:49 +00:00
Adam Amstrong
6c9261623e minor changes to billing
git-svn-id: http://www.observium.org/svn/observer/trunk@2901 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-16 15:39:43 +00:00
Adam Amstrong
84ef05a60e grammatical fixes
git-svn-id: http://www.observium.org/svn/observer/trunk@2900 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-16 15:37:33 +00:00
Adam Amstrong
9c976aa942 fixes to billing
git-svn-id: http://www.observium.org/svn/observer/trunk@2899 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-16 15:33:39 +00:00
Adam Amstrong
c748804951 update custom date picker to have calendar icons
git-svn-id: http://www.observium.org/svn/observer/trunk@2898 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-16 11:13:52 +00:00
Adam Amstrong
34c4793265 custom range picker for graphs browser. (thanks to Michael Hsu).
git-svn-id: http://www.observium.org/svn/observer/trunk@2896 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-16 10:35:12 +00:00
Adam Amstrong
2530c5aacd blue == up, green == up,ignored
git-svn-id: http://www.observium.org/svn/observer/trunk@2891 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-09 15:31:55 +00:00
Tom Laermans
baeb083b97 make new colour bar smaller. FU, CSS
git-svn-id: http://www.observium.org/svn/observer/trunk@2890 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-08 19:19:54 +00:00
Adam Amstrong
4f8410a4fc colour bar on device list. yay or nay?
git-svn-id: http://www.observium.org/svn/observer/trunk@2889 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-08 18:05:23 +00:00
Adam Amstrong
ea693bcf3b add draytek image
git-svn-id: http://www.observium.org/svn/observer/trunk@2888 61d68cd4-352d-0410-923a-c4978735b2b8
2012-03-08 17:44:41 +00:00
Adam Amstrong
ee1517e38b ldap tls support
git-svn-id: http://www.observium.org/svn/observer/trunk@2880 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-27 23:36:19 +00:00
Adam Amstrong
e9749884cd fix BGP page
git-svn-id: http://www.observium.org/svn/observer/trunk@2876 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-17 16:46:28 +00:00
Adam Amstrong
6a6ee9cb7f fixes to graph widths
git-svn-id: http://www.observium.org/svn/observer/trunk@2874 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-17 00:19:18 +00:00
Tom Laermans
6494b0603b allow sql update to be run from commandline, remove now-bogus comment from menubar
git-svn-id: http://www.observium.org/svn/observer/trunk@2873 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 23:18:49 +00:00
Adam Amstrong
5dbfd5c855 remove shutdown sessions from alerted bgp session list
git-svn-id: http://www.observium.org/svn/observer/trunk@2872 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 17:34:28 +00:00
Adam Amstrong
726df0ca5f fixes to BGP global page
git-svn-id: http://www.observium.org/svn/observer/trunk@2871 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-16 16:43:11 +00:00
Tom Laermans
1265179450 only put separator bar under vrf/ospf if you have bgp devices, too
git-svn-id: http://www.observium.org/svn/observer/trunk@2865 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-15 20:59:40 +00:00
Tom Laermans
c3122ee94c fix start/end times using less generic variable names
git-svn-id: http://www.observium.org/svn/observer/trunk@2858 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-06 17:39:31 +00:00
Tom Laermans
97125f7ae2 source html5shim javascript locally, fixes FS#177
git-svn-id: http://www.observium.org/svn/observer/trunk@2857 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-05 19:16:55 +00:00
Adam Amstrong
2c21b7f734 add entity-physical back to poller module list (duh!)
git-svn-id: http://www.observium.org/svn/observer/trunk@2855 61d68cd4-352d-0410-923a-c4978735b2b8
2012-02-03 18:37:00 +00:00
Adam Amstrong
dcf48ae16d add avaya ers support
git-svn-id: http://www.observium.org/svn/observer/trunk@2854 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-27 11:29:37 +00:00
Adam Amstrong
42ed6f7cef Basic Brocade FabricOS support.
git-svn-id: http://www.observium.org/svn/observer/trunk@2851 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-25 06:32:27 +00:00
Adam Amstrong
4a7fe31add typo tmp -> temp
git-svn-id: http://www.observium.org/svn/observer/trunk@2850 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-25 05:51:12 +00:00
Adam Amstrong
52d5001a90 fix openbsd. add some mibs. move around load balancer stuff.
git-svn-id: http://www.observium.org/svn/observer/trunk@2848 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-24 16:21:17 +00:00
Adam Amstrong
f05c956023 netscaler per-vserver page with all graphs.
git-svn-id: http://www.observium.org/svn/observer/trunk@2846 61d68cd4-352d-0410-923a-c4978735b2b8
2012-01-21 05:51:58 +00:00