Commit Graph

5130 Commits

Author SHA1 Message Date
Rudy Hardeman
9c3c39aee4 HP ilo temperature: Removed lookup array, lookup name from mib 2015-05-12 21:53:41 +02:00
Neil Lathwood
056f27fad5 Merge pull request #983 from NURDspace/agreement
I agree to the conditions of the Contributor Agreement contained in d…
2015-05-12 20:39:19 +01:00
Alan Gregory
6f72be7458 Added pooler parameters 2015-05-12 16:04:50 -03:00
Alan Gregory
e4940f01e9 Fix form 4 digit CPU usage on some firmware versions 2015-05-12 15:51:51 -03:00
Rudy Hardeman
ba766dcd83 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-05-12 19:15:37 +02:00
Rudy Hardeman
e5b2a119d6 Added temerature support for hp ilo (using the snmp agent) 2015-05-12 13:46:30 +02:00
Rudy Hardeman
404190bea6 Added HP health MIB (mib downloaded from http://www.circitor.fr/Mibs/Mibs.php) 2015-05-12 13:45:23 +02:00
Neil Lathwood
ebc6908fb6 Merge pull request #960 from mmarchand/fixifaliasparse
Fix ifalias parsing
2015-05-12 12:32:59 +01:00
laf
7f508ddeb2 Visually updated health page 2015-05-12 12:13:44 +01:00
Paul Gear
a83cb3d3f7 Fix permissions 2015-05-12 20:13:03 +10:00
Rudy Hardeman
7600cc4f85 Fixed apc powerbar phase limit discovery for AP7852 firmware: 2.7.3 2015-05-12 11:56:18 +02:00
Paul Gear
cd74ac8a5a Run flake8 on poller-wrapper; use sensible date format 2015-05-12 19:32:13 +10: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
laf
5ed95fd1ca Actually added the doc and contents 2015-05-12 08:54:56 +01:00
laf
39e504541b Added info on migrating from Observium 2015-05-11 23:16:55 +01:00
laf
0d2148c8bc Added Temperature sensor support for NetApp 2015-05-11 22:01:26 +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
f7aee3520a Added netapp detection and disk support 2015-05-11 15:54:57 +01:00
laf
6a7152938f Logo from https://en.wikipedia.org/wiki/File:Netapp_logo.svg 2015-05-11 14:36:38 +01:00
laf
9614a203ca Added netapp storage support and restructured storage files/dir 2015-05-11 14:28:54 +01:00
Neil Lathwood
3d4df790f0 Merge pull request #965 from f0o/issue-951
Fix logic bugs and strip %%
2015-05-11 14:26:19 +01:00
f0o
a8e5880423
Fix logic bugs and strip %% 2015-05-11 13:09:51 +00:00
laf
8a955f760b Added mib file contributed by user 2015-05-11 13:55:50 +01:00
Neil Lathwood
cee2ee3f47 Merge pull request #961 from f0o/issue-951
Rewrite rrdtool_escape
2015-05-11 13:27:18 +01:00
f0o
651f9d9d87
Added sanity check 2015-05-11 12:15:20 +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
Mickael Marchand
9098e81835 Merge branch 'master' of https://github.com/librenms/librenms into fixifaliasparse 2015-05-11 12:33:18 +02:00
Mickael Marchand
8705dfa033 Fix ifAlias parsing when the description contains "="
It might also fix a few other parsing issues involving "=" in other snmp fields
2015-05-11 12:25:59 +02:00
Neil Lathwood
828834b985 Merge pull request #959 from f0o/issue-443-reference-change
Change reference parameter for rrdtool's pipe_close to mitigate *some* zombies.
2015-05-11 10:28:28 +01:00
Neil Lathwood
78bd514303 Merge pull request #954 from mohshami/master
Fix install.php
2015-05-11 10:18:24 +01:00
f0o
d16784c040
This is not a fix for the issue!
It does however minimize the risk of running into zombies for certain distribution's php5.x packages.
It's been said it works for:
	Ubuntu 14.04.2 under Apache2's Mod-PHP using php5.5
	OpenSuSE 13.2 under Apache2's Mod-PHP using php5.6
	Debian 8 under Apache2's Mod-PHP and PHP-FPM using php5.6
2015-05-11 09:12:29 +00:00
Daniel Preussker
a5850226c4 Merge pull request #958 from mmarchand/searchbyname
allow to search a device by its hostname
2015-05-11 08:00:02 +00: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
Neil Lathwood
ef8dcc2696 Merge pull request #957 from f0o/linux-ifname-fix
Fix a port-name issue for recent snmp versions for linux.
2015-05-10 18:33:08 +01:00
Mickael Marchand
af09cd1af9 allow to search a device by its hostname 2015-05-10 19:11:12 +02:00
Daniel Preussker
e4490f14a8 Merge pull request #956 from mmarchand/aggregate
Add aggregates on multi_bits_separate graphs
2015-05-10 17:06:00 +00: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
f0o
fe031b214e
Fix a port-name issue for recent snmp versions for linux. (Found in Debian Jessie) 2015-05-10 16:36:04 +00:00
Mickael Marchand
9de24dbe48 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md 2015-05-10 18:29:05 +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
Neil Lathwood
960ecadf31 Merge pull request #955 from mmarchand/issue-948
Set $inverse to TRUE when the GET option is set
2015-05-10 16:44:50 +01: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