Commit Graph
2022 Commits
Author SHA1 Message Date
Alan Gregory add236c7e0 Fix wrong parameter substr 2015-05-13 09:47:12 -03:00
Neil Lathwood 33dc8d50c7 Merge pull request #984 from alangregory/datacom
Fix for 4 Digit CPU%
2015-05-13 12:43:46 +01:00
Neil Lathwood 6d11b38eb6 Merge pull request #982 from NURDspace/ilo-support
Ilo temperature support
2015-05-12 21:20:26 +01:00
Rudy Hardeman 7075bad196 HP ilo temperature: Fixed bug and Best Practice 2015-05-12 22:07:43 +02:00
Rudy Hardeman 9c3c39aee4 HP ilo temperature: Removed lookup array, lookup name from mib 2015-05-12 21:53:41 +02: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 e5b2a119d6 Added temerature support for hp ilo (using the snmp agent) 2015-05-12 13:46:30 +02:00
Neil Lathwood ebc6908fb6 Merge pull request #960 from mmarchand/fixifaliasparse
Fix ifalias parsing
2015-05-12 12:32:59 +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
laf f7aee3520a Added netapp detection and disk support 2015-05-11 15:54:57 +01:00
laf 9614a203ca Added netapp storage support and restructured storage files/dir 2015-05-11 14:28:54 +01:00
f0o a8e5880423 Fix logic bugs and strip %% 2015-05-11 13:09:51 +00:00
f0o 651f9d9d87 Added sanity check 2015-05-11 12:15:20 +00: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
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
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
Neil Lathwood 4bb05363a1 Merge pull request #947 from f0o/issue-923
Basic Ubiquiti EdgeSwitch implementation
2015-05-09 22:47:36 +01:00
Neil Lathwood fef06b5f35 Merge pull request #946 from f0o/issue-945
Add port-rewrite options
2015-05-09 22:46:05 +01:00
Ultra2D 05e3282cce Merge branch 'master' into issue-714 2015-05-09 17:17:51 +02:00
f0o f9dd9c47c0 Basic Ubiquiti EdgeSwitch implementation 2015-05-09 12:49:22 +00:00
f0o 5ce9fbc388 Add port-rewrite options 2015-05-09 12:33:38 +00:00
laf a25fc0d507 Removed cpu / memory graphs 2015-05-08 21:27:16 +01:00
laf 606c81d023 Added basic netgear detection 2015-05-08 19:34:24 +01:00
Neil Lathwood bed7c08ae2 Merge pull request #941 from f0o/issue-926
Set defaults for AddHost on xDP discovery
2015-05-08 18:54:32 +01:00
f0o 34f1f11923 Set defaults for AddHost on xDP discovery 2015-05-08 17:47:25 +00:00
f0o 1ed51dad65 Force relative rrd-paths by prefixing rrd_dir with './'
Allow empty string as rrdcached_dir values
2015-05-08 12:58:09 +00:00
Daniel Preussker bf5ff217ce Merge pull request #938 from filippog/sentry_smart_cdu
sentry3: add Sentry Smart CDU detection
2015-05-08 12:39:21 +00:00
Filippo GiunchediandFilippo Giunchedi fe1be15286 sentry3: add Sentry Smart CDU detection
The polled SNMP OIDs are the same as Switched CDU, thus match both.
2015-05-08 14:05:34 +02:00
Neil Lathwood 48ea557c5a Merge pull request #932 from f0o/issue-931
Allow alerting on tables with relative/indirect glues.
2015-05-07 21:18:02 +01:00
f0o 6ab9b9727e Make scrut happy 2015-05-07 20:05:47 +00:00
f0o fadaffac21 Allow alerting on tables with relative/indirect glues.
This commit introduces a lookup using an adaption of left/right expansion searches to find a missing glue-column across several layers of relations.
You can now alert on data having a glue mapped to other entities as long as it resolves to 'device_id' in under 30 cycles.
First intention of usage is to alert on bill-usages.
The bills-table does not contain a valid 'device_id' glue and has to be resolved via 'bills.bill_id -> bill_ports.port_id -> ports.device_id'.
This example consumes 3+1 cycles.
2015-05-07 14:22:16 +00:00
f0o 0279c0f76e Allow per-OS definitions of bad_iftype, bad_if, bad_if_regexp
Supported:
```php
	$config['os'][$os]['bad_if'][] = '...';
	$config['os'][$os]['bad_if_regexp'][] = '...';
	$config['os'][$os]['bad_iftype'][] = '...';
```
Best to be used in `includes/definitions.inc.php`
2015-05-07 10:24:26 +00:00
laf dc0d12936c Added support for Oxidized 2015-05-06 22:52:54 +01:00
laf cd38ad6bb6 Fixed load / current issue 2015-05-04 18:20:52 +01:00
laf 0bf3b518f5 Merge branch 'master' of github.com:laf/librenms into issue-798
Conflicts:
	includes/polling/functions.inc.php
2015-05-04 09:16:48 +01:00
Neil Lathwood fa06134e76 Merge pull request #894 from Rosiak/master
Add temp polling for IBM Flexsystem switches
2015-05-03 14:38:01 +01:00
Søren Rosiak b124c280aa Update functions.inc.php
- Add extra safety check
2015-05-03 14:33:33 +02:00
Daniel Preussker 2be1157b68 Merge pull request #888 from laf/issue-759
Added load and current for apc ups units
2015-05-03 10:39:11 +00:00
Søren Rosiak 92b9865f27 Update ibmnos.inc.php
- Updated to fit suggestions from scrut
2015-05-02 12:24:09 +02:00
Rosiak 94381f9d4f Add temp polling for IBM Flexsystem switches
- Able to poll temps from IBM Flexsystem switches
- Convert temp response to digit
2015-05-01 17:46:58 +02:00
laf 965b0df8cb Scrut fixes 2015-05-01 11:22:36 +01:00
laf 8093e87a49 Updated nested addhosts to use passed variables to initial addhost call 2015-04-30 21:39:10 +01:00
laf 9f9a7a8602 Added load as a new category 2015-04-30 19:04:19 +01:00
laf 496c8d611f Updated division 2015-04-30 19:04:19 +01:00
laf ccedbf14fc Added index to snmp get 2015-04-30 19:04:19 +01:00
laf 3e1ad90115 Added + to mibs 2015-04-30 19:04:19 +01:00
laf 46e11b044c Updates to make the apc ups more dynamic 2015-04-30 19:04:18 +01:00