Commit Graph

2244 Commits

Author SHA1 Message Date
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
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
laf
60d62cada4 Updated to use normal structure 2015-04-30 19:04:18 +01:00
Neil Lathwood
266306d5e5 changed divisor 2015-04-30 19:04:18 +01:00
Neil Lathwood
b992bac145 using snmpwalk instead of get 2015-04-30 19:04:18 +01:00
laf
0442825948 Actually use the correct mib 2015-04-30 19:04:18 +01:00
laf
ce4bfe5062 Added support for APC OutputLoad 2015-04-30 19:04:18 +01:00
laf
19790fa514 Some more small tweaks to get everything together 2015-04-30 18:23:42 +01:00
laf
0f43550fcf t # This is a combination of 11 commits.
More mibs needed from http://www.ieee802.org/1/files/public/MIBs/

Updated mib names

Updated poller function and siklu call

Updates for Siklu detection

Removed one graph not supported

Added rfOperationalFrequency graph

Removed modulation graph

Work on siklu support

Siklu packets supports

Last updates for Siklu support

Updated more siklu support
2015-04-30 16:55:06 +01:00
laf
d56a7e01ca Added RADIO-BRIDGE-MIB if os is siklu
Updated file for siklu
2015-04-30 16:55:00 +01:00
laf
bf24e793b5 Siklu RADIO-BRIGE-MIB provided by user
Added polling files

Added system volts and temp
2015-04-30 16:54:03 +01:00
Neil Lathwood
8a0394d5a4 Merge pull request #874 from xxorde/master
cleanup2
2015-04-29 10:25:33 +01:00
laf
c5bfacaa2f Added support for disk and system temps for Synology dsm 2015-04-29 01:07:18 +01:00
Alexander Sosna
5a7988e2e4 chmod 0644 to php files not directly executed 2015-04-28 22:58:03 +02:00
laf
62f523529f Added config option web_mouseover to disable/enable mouseover popups 2015-04-28 21:14:31 +01:00
Neil Lathwood
ce8193d541 Merge pull request #871 from f0o/issue-870
Pre-Formatting rules to make parsing easier.
2015-04-28 15:23:41 +01:00
f0o
a2c1ba27d6 Pre-Formatting rules to make parsing easier. 2015-04-28 13:49:53 +00:00
Daniel Preussker
8f3a3b96ae Merge pull request #866 from laf/issue-laf-859
Added support for using rrdcached via tcp connections
2015-04-27 18:29:21 +02:00
Neil Lathwood
bcf3c5c541 Merge pull request #863 from f0o/alert_macros
Alerting-Update
2015-04-27 11:21:22 +01:00
laf
567a31f45f Added support for using rrdcached via tcp connections 2015-04-27 10:04:57 +01:00
Neil Lathwood
f12cc78c04 Revert "Fix filename for rrdcached usage." 2015-04-27 09:39:11 +01:00
f0o
32a703c6ed Fix invalid SQL generation on missing rule. Default to 'false' 2015-04-25 11:11:30 +00:00
f0o
da624fa136 Added Macros in Alert-Rule syntax 2015-04-24 19:14:10 +00:00
sthen
12f421772a allow detecting OpenBSD's own snmpd by sysObjectId 2015-04-23 22:35:23 +01:00
Daniel Preussker
96e71ca8a8 Merge pull request #838 from laf/juniper
Update to Juniper MIBs and altered juniper hardware rewrite.
2015-04-23 18:04:09 +00:00
Daniel Preussker
d9bb826fe2 Merge pull request #827 from laf/procera-logo
Added procera logo
2015-04-23 16:58:03 +00:00
laf
2fa1df6775 Merge branch 'master' of github.com:laf/librenms into issue-803 2015-04-22 10:52:58 +01:00
laf
68c45a606f Updated this to use just sysDescr 2015-04-22 10:52:54 +01:00
laf
602d08b05e Basic Siklu detection 2015-04-21 11:36:21 +01:00
Daniel Preussker
bfe32d1e87 Merge pull request #835 from laf/issue-711
Web UI for scheduling maintenance windows
2015-04-21 10:03:00 +00:00
Daniel Preussker
e5a83171f0 Merge pull request #841 from f0o/issue-711-backend
Honour new maintenance format (PR#835)
2015-04-21 10:02:55 +00:00