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
73c5fee997
Change DB-Field device_groups.pattern
from varchar(255)
to text
2015-05-08 09:52:09 +00:00
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
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
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
6ab9b9727e
Make scrut happy
2015-05-07 20:05:47 +00:00
740e85a1ba
Fix silly SQL bug
2015-05-07 19:56:05 +00:00
365f3c6ca5
Merge pull request #928 from laf/oxidized-api
...
Added API to feed into Oxidized
2015-05-07 14:36:24 +00:00
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
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
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
ddc1d05262
Merge pull request #927 from laf/oxidized
...
Oxidized support for device config
2015-05-07 06:15:25 +00:00
f5d02ab18d
Added API to feed into Oxidized
2015-05-07 00:32:58 +01:00
d4ca6975cd
Added config options for Oxidized
2015-05-06 22:57:31 +01:00
dc0d12936c
Added support for Oxidized
2015-05-06 22:52:54 +01:00
7f5a64967e
Merge pull request #922 from laf/docs-auth
...
Added docs on using varying authentication types
2015-05-06 13:41:09 +00:00
6ef66cc15d
Added missing to
2015-05-06 11:22:50 +01:00
87095c7a64
Merge pull request #921 from laf/devices-fix
...
Another tweak to SQL query for devices
2015-05-06 08:22:45 +00:00
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
6819acf46f
Merge pull request #919 from laf/docs-devel
...
Updated development docs
2015-05-06 06:03:56 +00:00
3143018d22
Added docs on using varying authentication types
2015-05-06 01:44:22 +01:00
9d6f20ccf1
Another tweak to SQL query for devices
2015-05-05 23:54:36 +01:00
e4405dbbe3
Added missing ? character
2015-05-05 22:58:58 +01:00
765e6dcbe0
Updated pgp -> php mistake
2015-05-05 22:55:12 +01:00
2f1151045f
Added reminder about whitespace outside of <?php?> in config.php
2015-05-05 22:51:04 +01:00
790825efa3
Updated development docs
2015-05-05 22:17:22 +01:00
5f2ccb9507
Merge pull request #917 from laf/devices-fix
...
Fixed devices location filtering
2015-05-05 11:55:07 +00:00
1fdf271470
Added missing devices. for column reference
2015-05-05 12:54:25 +01:00
fa83e1ecea
Fixed devices location filtering
2015-05-05 11:29:59 +01:00
ccef73b87c
Merge pull request #916 from f0o/issue-915
...
Updates Documentation for MySQL, Nginx, Bind
2015-05-05 09:06:42 +01:00
ee4530d21c
Updates Documentation for MySQL, Nginx, Bind
...
Fixes Nginx-Stats
Solves #790
Solves #915
2015-05-05 07:56:33 +00:00
3c74a1b238
Merge pull request #910 from laf/issue-869
...
Added documentation to show configuration options available
2015-05-04 18:12:59 +00:00
0d7aba5699
Updated links
2015-05-04 19:07:18 +01:00
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
8891810e2b
Merge pull request #912 from laf/apc-fix
...
Fixed load / current issue
2015-05-04 18:29:59 +01:00
cd38ad6bb6
Fixed load / current issue
2015-05-04 18:20:52 +01:00
294ea802b3
Updated module list for formatting
2015-05-04 16:29:03 +01:00
12ec5113d6
Added docs on Discovery / Poller, modules and how to debug + FAQs
2015-05-04 16:20:38 +01:00
58cd840ab7
Added documentation to show configuration options available
2015-05-04 13:51:46 +01:00
3de28d8dfb
Merge pull request #890 from laf/issue-798
...
Added support for Siklu devices
2015-05-04 08:32:17 +00:00
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
a7764dd27c
Merge pull request #908 from laf/global-search
...
Fix json appearing in global search
2015-05-04 06:36:02 +00:00
52197ec3b6
Fix json appearing in global search
2015-05-03 23:15:00 +01:00
8de7f713c8
Merge pull request #907 from laf/map-fix
...
Fixed map due to using jquery to resize
2015-05-03 22:56:40 +01:00
b5fcc73ce6
Fixed map due to using jquery to resize
2015-05-03 22:39:25 +01:00
d998d06b02
Merge pull request #906 from laf/global-search
...
removed limit due to issue with typeahead
2015-05-03 22:37:15 +01:00
8e31ef4258
removed limit due to issue with typeahead
2015-05-03 21:25:19 +01:00
05ec2ac339
Merge pull request #904 from laf/changelog
...
Updated changelog 03/05/15
2015-05-03 18:06:35 +00:00
fd136df1d3
Updated changelog 03/05/15
2015-05-03 19:05:23 +01:00
91578ed64e
Merge pull request #882 from laf/twitter-typeahead
...
Updated typeahead library + others
2015-05-03 17:23:11 +00:00