Commit Graph

1437 Commits

Author SHA1 Message Date
laf
1ed27b1acb Bug fix to make devices search box work again! 2015-03-03 15:07:56 +00:00
laf
2c00d26a96 Fixed if statement to bring back port search bar 2015-03-01 18:42:52 +00:00
laf
8a932df6e8 Fixed if statement to bring back device search bar 2015-03-01 18:40:01 +00:00
laf
c1ef9b6808 Resolved a large number index issues and update Console_Color to V2 2015-03-01 18:04:57 +00:00
Daniel Preussker
ef691748d8 Merge pull request #527 from laf/issue-laf-130
Final tidy up of the date search box for graphs
2015-03-01 18:31:27 +01:00
Daniel Preussker
cb9d3d1cbb Merge pull request #521 from laf/issue-463-2
Fixing mysql_strict issues / errors
2015-03-01 13:40:31 +01:00
laf
082ac6cc66 Final tidy up of the date search box for graphs 2015-03-01 11:57:35 +00:00
Neil Lathwood
c57ac2dfb7 Merge pull request #496 from paulgear/compact-controls
Vertically compact controls on main graph screen
2015-02-28 13:42:59 +00:00
laf
e1b460320a Tidying up 2015-02-26 23:04:14 +00:00
mchasteen
c1c26bf831 Added new sensor - Battery Charge. Added discover and polling for APC UPSes. 2015-02-26 19:30:49 +00:00
Neil Lathwood
6b985a2e59 Merge pull request #495 from Rosiak/master
Alert Log Creation
2015-02-22 17:52:21 +00:00
Neil Lathwood
a4d3c8709d Fixed the scrut coding style issues 2015-02-22 16:45:40 +00:00
Paul Gear
414735c183 Vertically compact controls on main graph screen
I'm still not entirely happy with the layout, but this should be a
little more streamlined.  Feedback appreciated.
2015-02-22 21:55:56 +10:00
Søren Rosiak
97c244433a Alert Log Creation
- Creation of a alert log page
- Code from html/pages/eventlog.inc.php
2015-02-22 10:49:26 +01:00
Mike Rostermund
def585b784 Fixed typo in UI 2015-02-21 04:51:53 -08:00
Rosiak
8c2f629e14 Change Default Page View
- Add print-alerts code
 - Change the view of the lower part of the front page from 12 columns
to 2 x 6 columns
 - Add alertlog entries to the new column
2015-02-20 00:33:49 +01:00
Neil Lathwood
2159fd48fe Updated files pointing to invalid tables 2015-02-18 21:31:01 +00:00
Neil Lathwood
5bccef0fac Fixed bug meaning admin couldn't edit users 2015-02-17 13:12:29 +00:00
Neil Lathwood
c1bbbaca1b Locked down edit user page as well 2015-02-16 23:55:36 +00:00
Neil Lathwood
2cb5d727b4 Updated to support a demo user 2015-02-16 23:45:28 +00:00
Neil Lathwood
04a4d7fef8 Added telnet/ssh/https links to device pages 2015-02-16 21:05:02 +00:00
laf
6e7c095bde Added a sub-menu on the device list page to enable quick access to features 2015-02-03 21:35:34 +00:00
Paul Gear
061baf6f1c Remove individual contributor names from about page 2015-01-24 20:36:19 +10:00
Paul Gear
e1579ba8c8 Merge pull request #414 from laf/issue-laf-107
Updated about page to tidy up
2015-01-22 19:57:01 +10:00
Neil Lathwood
f674cd48bd Added version number for the branch 2015-01-21 19:00:57 +00:00
f0o
3be0b85846 Resolved upstream-conflicts:
html/pages/apps.inc.php
	includes/polling/unix-agent.inc.php
2015-01-18 06:37:22 +00:00
Neil Lathwood
e7c6951e7a Merge pull request #413 from f0o/issue-412
Added named/bind9 Application, Graphs, Check_MK-script
2015-01-17 22:05:16 +00:00
f0o
2c16454493 Added default graphs 2015-01-17 19:32:55 +00:00
f0o
dd6f1f63ff Added TinyDNS (djbdns) Graphs & Application.
Data obtained by tinystats (http://www.morettoni.net/tinystats.en.html) via check_mk
2015-01-17 19:27:44 +00:00
f0o
c9dcc96649 Added Documentation, Scrut-fixes 2015-01-17 14:09:59 +00:00
Neil Lathwood
21f2a13166 Add responsive table div 2015-01-17 11:03:52 +00:00
Neil Lathwood
b551a1141b Updated about page to tidy up 2015-01-17 11:01:53 +00:00
f0o
e4a1ff5b7c Added named/bind9 Application, Graphs, Check_MK-script 2015-01-16 18:30:53 +00:00
f0o
f56c809f1a Fix copyright issue 2015-01-16 08:51:26 +00:00
f0o
42de11884e Added:
039.sql: create a new table processes
	processes.inc.php: show all processes from given device including sort-options

Changed:
	unix-agent.inc.php: insert all processes reported by check_mk_agent
	device.inc.php: added tab with link to process-list
2015-01-15 07:18:10 +00:00
Neil Lathwood
eb42974d3b Simple fix to pass ports across to create new bill 2015-01-12 15:21:03 +00:00
Neil Lathwood
a4ad199a6a Merge pull request #395 from f0o/issue-387
Added Package Search
2015-01-11 11:47:33 +00:00
Neil Lathwood
6b8d6b59a6 Merge pull request #401 from f0o/issue-399
Fancier Global Settings page
2015-01-10 20:34:35 +00:00
f0o
1f0ebf83ce Added default graphs for nginx 2015-01-10 07:43:25 +00:00
f0o
36b5683b0b Added nested table to represent $config in Global Settings page /settings 2015-01-10 07:28:40 +00:00
f0o
bc4c121fb6 Removed bogus and buggy Memcached reference from html/pages/ports.inc.php to avoid duplicates. 2015-01-07 15:34:14 +00:00
f0o
75d37fe478 Replace Packages-link in menubar with Packages-Search.
Rewrote inclusion code in `html/pages/search.inc.php`.
Added replacement for `:` character in versions to level out debian-version oddities.
2015-01-07 09:22:39 +00:00
Paul Gear
0070fdbfbf Merge pull request #391 from laf/issue-laf-102
Updated login page visually
2015-01-06 19:17:15 +10:00
Paul Gear
9d7bea4b06 Merge pull request #376 from laf/issue-laf-100
Updated location of API docs
2015-01-06 19:11:34 +10:00
f0o
a5b643d251 Scrut fixes 2015-01-04 20:42:59 +00:00
f0o
eadbb50695 Added Package Search 2015-01-04 19:58:37 +00:00
Neil Lathwood
955ca0f8fc Added remember me text 2015-01-03 20:01:29 +00:00
Neil Lathwood
cb7326d738 Updated login page visually 2015-01-03 19:29:55 +00:00
Neil Lathwood
e0b4562b51 Merge pull request #383 from f0o/issue-365
Added TwoFactor Authentication (RFC4226)
2014-12-28 15:52:56 +00:00
f0o
d66cec7017 Added TwoFactor Authentication (RFC4226)
Tested against Google-Authenticator app on Android 4.4.4

Made `verify_hotp` more efficient.

Added autofocus on twofactor input

Added GUI Unlock and Remove for TwoFactor credentials in /edituser/

Allow additional tries after elapsed time from last try exceeds configured parameter `$config['twofactor_lock']`.
If `$config['twofactor_lock']` is not defined or is set to `0`, administrators have to unlock accounts that exceed 3 failures via GUI.

Added Documentation

Moved TwoFactor form to logon.inc.php
Disabled autocomplete on twofactor input field
Updated Docs to include link to Google-Authenticator's install-guides

Moved authentication logic from authenticate.inc.php to twofactor.lib.php

typo in docblock for `twofactor_auth()`

Fixed scrutinizer bugs

To please scrutinizer
2014-12-28 15:40:40 +00:00
Neil Lathwood
e81cf8f38b Update about.inc.php
Removed acknowledgements for logo design (no longer used) and drop down menus (bootstrap menus now used).
2014-12-28 13:23:51 +00:00
laf
cd58c9bf47 Added git log link to show last 10 commits 2014-12-23 22:34:05 +00:00
laf
5e0b9e0a06 Added dbSchema version to about page 2014-12-23 19:30:57 +00:00
laf
9d1fd5adb4 Updated location of API docs 2014-12-23 16:35:09 +00:00
laf
807fc9a3ba Alerts gui commit 2014-12-16 20:03:19 +00:00
laf
0a7a1a0ef6 Added docs for the route 2014-11-30 17:11:08 +00:00
Paul Gear
9930670119 Tidy API entry points & doc; error if something other than image/png is asked for from portgroup graphs 2014-11-25 21:45:15 +10:00
laf
3522f66f69 Added new route to display graphs for peering,transit and core 2014-11-12 23:05:47 +00:00
Paul Gear
62532e652f Add pagination at top 2014-11-12 20:56:14 +10:00
Paul Gear
a8341c7608 Stylistic fixes 2014-11-12 20:55:49 +10:00
Paul Gear
b705233a0c Merge PR#336: Updated eventlog page to use paged results 2014-11-12 20:54:59 +10:00
Paul Gear
3460031135 Stylistic fixes 2014-11-12 19:42:44 +10:00
Paul Gear
d39956454c Merge Neil's changes for 'Updated edit snmp device section to show relevant v1,v2c or v3 options #317' 2014-11-12 19:31:30 +10:00
Paul Gear
de52585796 Merge pull request #335 from laf/issue-laf-74
Added bgp peers route to display all bgp peers
2014-11-12 19:13:12 +10:00
laf
fca7252a74 updated sql queries 2014-11-02 20:31:26 +00:00
laf
f2a66b1ea8 updated incorrectly named variable reference 2014-11-02 20:28:43 +00:00
laf
25b62fd97c Updated eventlog page to use page function 2014-11-02 20:20:25 +00:00
laf
fd3ecdf42f Updated arp search page to use new MySQL pagination 2014-10-29 18:34:26 +00:00
Paul Gear
f7821198da Updated graphs page to use bootstrap datetimepicker PR#306
- Separated from removal of jqplot code
- Merge remote-tracking branch 'laf/issue-laf-52'

Conflicts:
	html/index.php
2014-10-28 08:37:49 +10:00
laf
3ede85267b Added changelog as a hyperlink on version number as well 2014-10-27 21:03:59 +00:00
laf
ede8c1d888 Added link to changelog 2014-10-27 20:55:48 +00:00
laf
3e4a494047 Added bgp peers route to display all bgp peers 2014-10-26 15:48:51 +00:00
Paul Gear
208ac0b104 Merge remote-tracking branch 'laf/issue-laf-47' 2014-10-25 08:49:28 +10:00
Paul Gear
5f08c36043 Merge pull request #321 from laf/issue-laf-66
Added stripslashes to fix formatting issues
2014-10-22 21:59:20 +10:00
Paul Gear
39ed79c7e4 Merge pull request #318 from laf/issue-laf-64
Updated transport list to be generated from $config values
2014-10-22 21:58:07 +10:00
laf
2b9341e773 Updated disabled field to readonly as this stops submission of that field 2014-10-22 11:17:25 +01:00
Neil Lathwood
bb1a63635b Merge pull request #316 from laf/issue-laf-62
Changed graphs using yearh to year
2014-10-20 20:29:50 +01:00
Neil Lathwood
e903748e1d Added stripslashes to fix formatting issues 2014-10-11 19:35:34 +00:00
Neil Lathwood
4a19553e31 Merge pull request #319 from laf/issue-laf-67
Moved the Add Host button as it was hidden on snmp v1/v2c options
2014-10-11 18:15:15 +01:00
Neil Lathwood
7c23774cb2 Moved the Add Host button as it was hidden on snmp v1/v2c options 2014-10-11 17:01:44 +00:00
Neil Lathwood
a0b801f60d Updated transport list to be generated from $config values 2014-10-11 16:55:32 +00:00
Paul Gear
7b26b4d79f Merge pull request #305 from laf/issue-laf-51
Added a LIMIT 10 into all the front page boxes
2014-10-11 15:58:55 +10:00
Neil Lathwood
e886d1957e Updated edit snmp device section to show relevant v1,v2c or v3 options 2014-10-09 18:54:19 +00:00
Neil Lathwood
154c67f180 Changed graphs using yearh to year 2014-10-09 17:12:07 +00:00
Neil Lathwood
7feaf2fcba Moved the 10 limit for down boxes to config option 2014-10-07 19:37:52 +00:00
Paul Gear
88fb66c774 Merge pull request #303 from laf/issue-laf-48
Updated addhost page to only show relevant snmp v1/v2c/v3 options
2014-10-07 20:13:38 +10:00
Paul Gear
5887009b63 Merge pull request #300 from laf/issue-laf-44
Added a route to the API that will get vlans for a given device
2014-10-07 19:56:01 +10:00
Paul Gear
e6fe3bea4f Merge pull request #294 from laf/api
Added the ability to create tokens
2014-10-07 19:41:47 +10:00
Paul Gear
b4cc92475d Merge pull request #295 from laf/issue-laf-37
Adding ping and poller graphs for devices
2014-10-07 19:31:21 +10:00
laf
794c33e57b Updated create token to auto-generate token 2014-10-06 17:19:04 +01:00
laf
61f94e05cc Added support for a datetime picker and used on graphs page 2014-10-04 20:09:52 +01:00
laf
347288ac23 Moved vlans route + updated docs 2014-10-04 02:05:32 +01:00
laf
d57c0614bf Updated route url to /api/v0/devices/hostname/vlans 2014-10-04 01:59:45 +01:00
laf
2ed285e4b1 Initial setup for datetime picker 2014-10-04 01:57:28 +01:00
laf
d1bc21bf58 Added a LIMIT 10 into all the front page boxes 2014-10-03 12:00:05 +01:00
laf
7e458d1f58 Updated addhost page to only show relevant snmp v1/v2c/v3 options 2014-10-02 23:14:45 +01:00
laf
3f2f78a993 Changed disable/enable option round 2014-10-02 22:56:28 +01:00
laf
ece190493d Added ability to disable rediscovery button for devices 2014-10-02 20:23:32 +01:00
laf
2be63b2041 Added an option to rediscover a device from the web page 2014-10-02 20:17:45 +01:00
laf
b8a2b7c291 Added /vlans/:hostname route to the API 2014-10-01 20:49:34 +01:00
laf
9ba4b464ea Added urldecode/encode support 2014-09-30 21:30:22 +01:00
laf
22f2f9e045 Removing urlencode/decode to put in a separate pr 2014-09-30 21:28:48 +01:00
laf
9a178363a0 Added ping response graphs and some small updates 2014-09-30 19:13:50 +01:00
laf
6c28f6367e Poller run time graphing 2014-09-30 19:13:50 +01:00
laf
dbab1c12ca Added urldecode/urlencode to ifname variables 2014-09-30 01:26:37 +01:00
laf
17a3689a78 Added the ability to create tokens 2014-09-30 00:17:55 +01:00
Paul Gear
48d3a43669 Tidy device deletion 2014-09-27 16:32:55 +10:00
Paul Gear
76f5ab87a9 Add function to get information about a single device 2014-09-27 15:25:43 +10:00
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
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
edec1c0c7d Initial API release 2014-09-16 22:19:28 +01:00
Paul Gear
e9381f9501 Make add button display consistent on user edit screen 2014-08-27 20:09:29 +10:00
laf
38907c98ad Updated layout of the ports table to fix alignment issues 2014-08-18 22:22:41 +01:00
laf
7378b7a4e1 Added email field for add user form 2014-08-01 23:06:05 +01: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
629331478c Fixed user preference page to show devices allowed access 2014-06-29 15:31:44 +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
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
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
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
32aaf9d94c Updating licensing information 2014-06-17 00:51:02 +01:00
Paul Gear
737394ebbe Use narrower column for vertical status summary 2014-06-17 07:07:55 +10: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
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
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
911647d08c Added new health admin page for thresholds 2014-06-14 23:10:53 +01: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
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
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
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
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
laf
c7e421e1fd First full commit of plugin system 2014-03-03 20:23:29 +00: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
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
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
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
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
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
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
e535ec2e47 Resolved critical bugs from scrutinizer 2014-02-22 15:47:57 +00:00
laf
15d1d82ba2 Updated login page design 2014-02-04 09:35:40 +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
9cd95cd52a Updated the device delete page so that confirmation is requested. 2013-12-10 03:19:42 +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
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
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
b1ab8a7d32 Rename function to indicate purpose better 2013-11-26 07:51:39 +10:00
Paul Gear
a0979e85cd Tidy up formatting; proof-of-concept right side box 2013-11-19 08:57:43 +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
15f21cefce More removing of code with embedded styles 2013-11-10 05:45:27 +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
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
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
7603d2074b Remove Observium images 2013-10-29 08:08:23 +10:00
Tyler Christiansen
b2eb12d0fe Update front-end copyright, team, link information 2013-10-28 11:53:07 -07: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
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
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
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
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
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
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
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
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
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
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
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
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