Commit Graph
2366 Commits
Author SHA1 Message Date
Neil Lathwood 8d72b05f26 Merge pull request #1516 from odin-public/master
Add LDAP's 'pure' DN member groups
2015-07-22 12:51:22 +01:00
Neil Lathwood 2a99a22bb7 Merge pull request #1513 from clinta/equalogic-sensor
Equalogic sensor
2015-07-22 12:14:50 +01:00
Neil Lathwood 322df9e006 Merge pull request #1505 from rasssta/issue-1504
Issue 1504
2015-07-22 11:41:41 +01:00
Mikhail Bratchikov 2d8373729c Merge remote-tracking branch 'upstream/master' 2015-07-22 10:41:50 +03:00
Paul Gear 9c9366eb54 Merge pull request #1515 from laf/nice
Extended array format is unused; to use existing format.

This commit does not constitute agreement with any claim of copyright violation made by Adam Armstrong.
2015-07-22 10:17:06 +10:00
laf 7f1f6b4ebf Updated the way arrays are presented 2015-07-22 01:03:59 +01:00
Clint Armstrong e6e17325bb fix fanspeed thresholds 2015-07-21 16:40:17 -04:00
Clint Armstrong ef758cb4b4 fix temps 2015-07-21 16:31:21 -04:00
Clint Armstrong 31816943c3 Revert "attempt fix"
This reverts commit 8479e7a133.
2015-07-21 16:21:31 -04:00
Clint Armstrong 8479e7a133 attempt fix 2015-07-21 16:21:21 -04:00
Rasmus Aberg bc79fb0731 fixed minor typo 2015-07-21 20:42:51 +02:00
Rasmus Aberg 9dae938d28 fixed formatting 2015-07-21 20:39:13 +02:00
Rasmus Aberg 2e95c1e194 fixed formatting 2015-07-21 20:30:02 +02:00
root 0a88c386b0 Add 'puredn' ldap authentication 2015-07-21 20:56:48 +03:00
Rasmus Aberg d005b601b9 moved roundme function to common.php and enabled it to round to 10th/100th/1000th based on of 10/100/1000 input 2015-07-21 17:08:09 +02:00
Rasmus Aberg 80cdbfcb4f fixed formatting 2015-07-21 16:14:38 +02:00
Rasmus Aberg aae9ba806c fixed formatting 2015-07-21 16:07:05 +02:00
Rasmus Aberg 75e9a0fb27 added a fix to round limit values to avoid limits being updated on every discovery since a change of 1rpm in current rpm would cause a new limit since limits are based on the current value 2015-07-21 13:39:53 +02:00
Rasmus Aberg 00bb6b0274 Added support for Extreme CPU usage + Memory, bug fix for Extreme Power, changes/additions in rewrites.inc.php and added support for some new Extreme platforms/features 2015-07-21 13:03:32 +02:00
Rasmus Aberg b094d45e31 Added fan speed sensor 2015-07-20 12:46:44 +02:00
Rasmus Aberg 46c8bf2b99 Added fan speed sensor 2015-07-20 12:41:02 +02:00
Rasmus Aberg 406c48e988 added os check 2015-07-20 11:55:36 +02:00
Rasmus Aberg a97160b94f Added power and temperature sensors for Extreme hardware (xos). I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2015-07-20 11:01:30 +02:00
Rasmus Aberg 0b880bff71 Added power and temperature sensors for Extreme hardware (xos) 2015-07-20 10:48:51 +02:00
Rasmus Aberg 81c4fc3244 Added power and temperature sensors for Extreme hardware (xos) 2015-07-20 10:46:35 +02:00
Daniel Preussker 3fcfb40c1d Merge pull request #1477 from laf/issue-1426
Use snmpEngineTime as a fallback for uptime
2015-07-20 07:17:26 +02:00
Daniel Preussker 9908eb2e37 Merge pull request #1479 from laf/issue-1361
ifAlias is now derived from ifDescr if NULL
2015-07-19 20:04:04 +02:00
trick77 32c1fa561c Added support for Boxcar.io push notifications for alerts 2015-07-19 19:21:09 +02:00
Daniel Preussker 1dde9f87d4 Merge pull request #1476 from laf/issue-1466
Added basic detection of Netonix
2015-07-19 18:52:38 +02:00
laf a41bcf29da Added config option to rewrite ifAlias 2015-07-19 17:35:11 +01:00
laf 827b0346a6 ifAlias is now derived from ifDescr if NULL 2015-07-19 17:27:12 +01:00
laf 1265fc44b8 Fall back to using snmpEngineTime rather than be the default 2015-07-19 16:02:56 +01:00
laf 7ca862ec43 Actually added detection for netonix! 2015-07-19 12:00:21 +01:00
laf d427008eaf added debug 2015-07-19 11:43:54 +01:00
laf 43f121d7ae Added standard misb dir 2015-07-19 11:36:31 +01:00
laf 894a96c72a Use snmpEngineTime as primary uptime value 2015-07-19 11:03:43 +01:00
laf b87a62e06e Removed empty file 2015-07-19 10:20:37 +01:00
laf a862da4da0 Added basic detection of Netonix 2015-07-18 21:10:24 +01:00
Daniel Preussker 2170af6a48 Merge pull request #1470 from laf/network-map-updates
Network map updates
2015-07-18 22:00:36 +02:00
laf c67045719d Added support for Dell Networking OS 2015-07-18 20:36:07 +01:00
laf 31f174c7b1 Docs + some variable changes 2015-07-18 16:15:57 +01:00
laf 87321516be Some small changes 2015-07-18 15:59:19 +01:00
Louis Rossouw c8a5475c08 Fix return in dbBulkInsert. 2015-07-17 06:15:57 +02:00
Louis Rossouw c975b27515 Remove fullsql and comment. 2015-07-17 06:11:01 +02:00
Louis Rossouw 650369603d Revise unix-agent (processes section) to use dbBulkInsert. 2015-07-17 06:08:03 +02:00
Louis Rossouw 54dd165917 Create dbBulkInsert which allows bulk insertion of records. 2015-07-17 06:08:03 +02:00
Neil Lathwood 3de258a23f Merge pull request #1452 from alangregory/powerconnect
Added PowerConnect 3548 support
2015-07-16 21:39:42 +01:00
Alan Gregory 54cc274f13 REmoved aditional space 2015-07-16 13:11:12 -03:00
Alan Gregory c3db4f4422 Updated standards 2015-07-16 13:09:54 -03:00
Alan Gregory d1c7886d66 Updated old code and fixed some code standards 2015-07-16 09:45:17 -03:00