Commit Graph

5165 Commits

Author SHA1 Message Date
Paul Gear
395b33e4ac Merge pull request #942 from laf/issue-925
Added basic netgear detection
2015-05-09 07:41:04 +10: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
Neil Lathwood
cc3a490ba9 Merge pull request #940 from f0o/issue-939
Minor fix to rrdcached_dir handling
2015-05-08 17:02:42 +01: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
Neil Lathwood
e0ac25fa66 Merge pull request #937 from f0o/issue-935
Change DB-Field `device_groups.pattern` from `varchar(255)` to `text`
2015-05-08 13:57:39 +01: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 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
f0o
73c5fee997
Change DB-Field device_groups.pattern from varchar(255) to text 2015-05-08 09:52:09 +00:00
Neil Lathwood
36da5311f3 Merge pull request #934 from f0o/issue-933
Add bills to rulesuggest, link to bills in alerts table and adds function`generate_bill_url`
2015-05-07 21:55:37 +01:00
f0o
ef74acb6cb
Adds:
`bills` to `html/ajax_rulesuggest.php`
	`generate_bill_url` to `html/includes/functions.inc.php`
	Link to bills in `html/includes/table/alerts.inc.php`
2015-05-07 20:43:02 +00: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
740e85a1ba
Fix silly SQL bug 2015-05-07 19:56:05 +00:00
Daniel Preussker
365f3c6ca5 Merge pull request #928 from laf/oxidized-api
Added API to feed into Oxidized
2015-05-07 14:36:24 +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
Neil Lathwood
9b637b0bc9 Merge pull request #930 from f0o/issue-929
Allow per-OS definitions of bad_iftype, bad_if, bad_if_regexp
2015-05-07 12:26:42 +01: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
Daniel Preussker
ddc1d05262 Merge pull request #927 from laf/oxidized
Oxidized support for device config
2015-05-07 06:15:25 +00:00
laf
f5d02ab18d Added API to feed into Oxidized 2015-05-07 00:32:58 +01:00
laf
d4ca6975cd Added config options for Oxidized 2015-05-06 22:57:31 +01:00
laf
dc0d12936c Added support for Oxidized 2015-05-06 22:52:54 +01:00
Daniel Preussker
7f5a64967e Merge pull request #922 from laf/docs-auth
Added docs on using varying authentication types
2015-05-06 13:41:09 +00:00
laf
6ef66cc15d Added missing to 2015-05-06 11:22:50 +01:00
Daniel Preussker
87095c7a64 Merge pull request #921 from laf/devices-fix
Another tweak to SQL query for devices
2015-05-06 08:22:45 +00:00
Daniel Preussker
774e11b5a1 Merge pull request #920 from laf/issue-902
Updated install docs to advise about whitespace in config.php
2015-05-06 06:04:36 +00:00
Daniel Preussker
6819acf46f Merge pull request #919 from laf/docs-devel
Updated development docs
2015-05-06 06:03:56 +00:00
laf
3143018d22 Added docs on using varying authentication types 2015-05-06 01:44:22 +01:00
laf
9d6f20ccf1 Another tweak to SQL query for devices 2015-05-05 23:54:36 +01:00
laf
e4405dbbe3 Added missing ? character 2015-05-05 22:58:58 +01:00
laf
765e6dcbe0 Updated pgp -> php mistake 2015-05-05 22:55:12 +01:00
laf
2f1151045f Added reminder about whitespace outside of <?php?> in config.php 2015-05-05 22:51:04 +01:00
laf
790825efa3 Updated development docs 2015-05-05 22:17:22 +01:00
Daniel Preussker
5f2ccb9507 Merge pull request #917 from laf/devices-fix
Fixed devices location filtering
2015-05-05 11:55:07 +00:00
laf
1fdf271470 Added missing devices. for column reference 2015-05-05 12:54:25 +01:00
laf
fa83e1ecea Fixed devices location filtering 2015-05-05 11:29:59 +01:00
Neil Lathwood
ccef73b87c Merge pull request #916 from f0o/issue-915
Updates Documentation for MySQL, Nginx, Bind
2015-05-05 09:06:42 +01:00
f0o
ee4530d21c
Updates Documentation for MySQL, Nginx, Bind
Fixes Nginx-Stats

Solves #790
Solves #915
2015-05-05 07:56:33 +00:00
Daniel Preussker
3c74a1b238 Merge pull request #910 from laf/issue-869
Added documentation to show configuration options available
2015-05-04 18:12:59 +00:00
laf
0d7aba5699 Updated links 2015-05-04 19:07:18 +01:00
Daniel Preussker
2c4f489a72 Merge pull request #911 from laf/docs-faq
Added docs on Discovery / Poller, modules and how to debug + FAQs
2015-05-04 17:54:48 +00:00
Neil Lathwood
8891810e2b Merge pull request #912 from laf/apc-fix
Fixed load / current issue
2015-05-04 18:29:59 +01:00
laf
cd38ad6bb6 Fixed load / current issue 2015-05-04 18:20:52 +01:00
laf
294ea802b3 Updated module list for formatting 2015-05-04 16:29:03 +01:00
laf
12ec5113d6 Added docs on Discovery / Poller, modules and how to debug + FAQs 2015-05-04 16:20:38 +01:00
laf
58cd840ab7 Added documentation to show configuration options available 2015-05-04 13:51:46 +01:00
Daniel Preussker
3de28d8dfb Merge pull request #890 from laf/issue-798
Added support for Siklu devices
2015-05-04 08:32:17 +00: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