Commit Graph

2605 Commits

Author SHA1 Message Date
laf
487906b34e Updated services edit / delete pages 2015-05-19 17:18:39 +01:00
laf
57a08a0ade Finished dell rac support and updated mib 2015-05-19 01:04:17 +01:00
Paul Gear
2285f8c2e8 Fix first colour in storage graph being wrong 2015-05-18 23:48:14 +10:00
Paul Gear
a2c8669bc0 Additional fix for sorting by total used storage column 2015-05-18 23:48:14 +10:00
Paul Gear
44f3428fad Merge pull request #1055 from laf/issue-1023
Fixed used column sorting
2015-05-18 21:44:14 +10:00
laf
ec833e88cd Fixed used column sorting 2015-05-18 12:04:44 +01:00
Daniel Preussker
37d69cc0e4 Merge pull request #1030 from laf/issue-1023
Converts storage page to use bootstrap
2015-05-17 14:38:38 +02:00
Neil Lathwood
3e6ecbb3b1 Merge pull request #1043 from f0o/issue-1034
Show details of alert in the alert-logs
2015-05-17 13:31:53 +01:00
Neil Lathwood
11d8e4bcce Merge pull request #1031 from alangregory/fiberhome
Added Basic FiberHome Support
2015-05-17 13:26:03 +01:00
f0o
7aab831feb
Show details of alert in the alert-logs
Move alert-detail generation to own function
2015-05-17 11:45:13 +00:00
laf
1d4ae186ab Removed drive ignore code 2015-05-16 23:42:26 +01:00
Alan Gregory
114da3f68e Added Fiberhome Os Icon and Os definition 2015-05-16 19:35:26 -03:00
laf
8cd587755f Final version for storage page 2015-05-16 21:04:59 +01:00
f0o
dcf33ee9d6
Replaced old globe.php with newer derivate 2015-05-16 15:46:53 +00:00
laf
7c5087bacb Added bootgrid support for storage page 2015-05-16 16:30:25 +01:00
Arjit Chaudhary
e194d15e4b Changed fa-down to fa-exclamation-triangle for Down 2015-05-15 22:48:46 +05:30
Arjit Chaudhary
d63ef23389 Down to down icon, disabled to paused icon and make down icon in red 2015-05-15 12:48:24 +05:30
Arjit Chaudhary
d9b4babc6f Probably better to change Add Server icon to fa-plus 2015-05-15 12:44:29 +05:30
Arjit Chaudhary
7e63124bcc Change fa-desktop to fa-trash for Delete Device icon 2015-05-15 10:48:54 +05:30
laf
503c97d02a Shrunk the Hostname column down, it took up 90% of the screen and looked odd. 2015-05-14 20:05:47 +01:00
Daniel Preussker
862256aace Merge pull request #998 from laf/issue-994
Added support for custom customer descriptions in ifDescr
2015-05-14 13:34:06 +00:00
Daniel Preussker
4dc35ac360 Merge pull request #996 from laf/port-relationship
Added flag to disable port relationship in ports list for a device
2015-05-14 11:46:42 +00:00
laf
8f8ef81799 Added support for custom customer descriptions in ifDescr 2015-05-14 00:37:40 +01:00
laf
4a9b01caf0 Added flag to disable port relationship in ports list for a device 2015-05-13 23:01:26 +01:00
Daniel Preussker
ffe03b1bf3 Merge pull request #980 from laf/health-page
Visually updated health page
2015-05-13 19:02:42 +00:00
Daniel Preussker
94900f14b7 Merge pull request #977 from laf/issue-975
Added a new db field to record when custom high/low limits are set and stop them being overwrote
2015-05-13 19:00:54 +00:00
laf
189391d7bb Removed duplicated query 2015-05-13 18:58:15 +01:00
laf
3f4a010125 Fixed query which caused issues when no devices_perms existed 2015-05-13 18:42:51 +01:00
laf
902e61d132 Fixed SQL query to limit normal users view 2015-05-13 15:49:50 +01:00
laf
7f508ddeb2 Visually updated health page 2015-05-12 12:13:44 +01:00
laf
a586eb21d0 Added a new db field to record when custom high/low limits are set and stop them being overwrote 2015-05-12 10:10:03 +01:00
Neil Lathwood
f26b72e9eb Merge pull request #968 from f0o/graph-defaults
Define some sane defaults for graphs
2015-05-11 20:25:44 +01:00
Daniel Preussker
c10aa240f7 Merge pull request #967 from laf/issue-963
Added support for NetApp detection + disks
2015-05-11 17:23:24 +00:00
f0o
96d8fe460f
Define some sane defaults for graphs 2015-05-11 17:10:53 +00:00
Daniel Preussker
34baabd4a9 Merge pull request #962 from laf/issue-868
Updated ports up check to include ifAdminStatus
2015-05-11 14:55:13 +00:00
laf
6a7152938f Logo from https://en.wikipedia.org/wiki/File:Netapp_logo.svg 2015-05-11 14:36:38 +01:00
f0o
a8e5880423
Fix logic bugs and strip %% 2015-05-11 13:09:51 +00:00
laf
b3bbf46d68 Updated ports up check to include ifAdminStatus 2015-05-11 12:42:46 +01:00
f0o
25a9535b95
Rewrite rrdtool_escape 2015-05-11 11:22:36 +00:00
Neil Lathwood
78bd514303 Merge pull request #954 from mohshami/master
Fix install.php
2015-05-11 10:18:24 +01:00
Mickael Marchand
769f6b95c1 rewritten to check for input type 2015-05-11 09:43:20 +02:00
Mohammad Al-Shami
bdca04563c Add logic to handle the case where config.php cannot be written for some reason 2015-05-11 00:48:38 +03:00
Mohammad Al-Shami
9999d57a6b Merged changes with upstream and fixed AUTHORS.md
Merge remote-tracking branch 'upstream/master'
2015-05-11 00:29:34 +03:00
Mohammad Al-Shami
ed0218dba7 Uncommented second
$install_dir = array_pop($cur_dir);

line. Issue was happening because nginx doesn't add a trailing slash to DOCUMENT_ROOT. Simple change to nginx configuration adds that so no need to edit the code here.

Fixed conflict with AUTHORS.md
2015-05-11 00:09:14 +03:00
Mickael Marchand
af09cd1af9 allow to search a device by its hostname 2015-05-10 19:11:12 +02:00
Mickael Marchand
55ee833e57 remove the headers if there is nothing to display below them 2015-05-10 18:44:49 +02:00
Mickael Marchand
cdd073a197 new noagg option to prevent displaying the aggregates 2015-05-10 18:36:15 +02:00
Mickael Marchand
a43165ec1b fixed nototal option which was not properly set in common.inc.php
add new nodetails option to not display each device/port on the legend when graphing lots of devices
add new aggregates on multibits graphs
2015-05-10 17:52:46 +02:00
Mohammad H. Al-Shami
6e27d888c3 Update install.php to prevent creating an empty config.php file
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2015-05-10 16:40:38 +03:00
Mickael Marchand
e93ca2b465 Set $inverse to TRUE when the GET option is set
Fixes #948
2015-05-10 13:20:24 +02:00