Commit Graph

2114 Commits

Author SHA1 Message Date
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 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
f0o
ef25ed345d
Allow notification to resume count/delay cycles after maintenance 2015-04-21 07:06:14 +00:00
f0o
a2e4a0dcff
Honour new maintenance format (PR#835) 2015-04-20 17:55:41 +00:00
Neil Lathwood
87e51bc80e Merge pull request #840 from f0o/devicegroup_sql
Updated Device-Group SQL-Update
2015-04-20 18:32:17 +01:00
f0o
c75d00a5af
Updated Device-Group SQL-Update 2015-04-20 16:44:01 +00:00
f0o
f518ebd0ec
Fix filename for rrdcached usage. 2015-04-20 15:57:26 +00:00
laf
5eb7360e99 Rewrite jnxProductName to blank 2015-04-20 10:19:20 +01:00
laf
deda8c2ab0 Final bits to the schedule maintenance section 2015-04-19 20:23:34 +01:00
Paul Gear
d1b4b2ab3c Merge pull request #826 from laf/issue-805
Updated map to support some new features
2015-04-18 19:45:21 +10:00
laf
008393e2b8 Added procera logo 2015-04-17 20:38:55 +01:00
laf
5f076fe63e Updated query and color for 0% links 2015-04-17 20:15:31 +01:00
Chris Freas
ab45804e62 Add Juniper inventory support 2015-04-17 14:59:47 -04:00
laf
d26e282834 Changed vis settings and added link utilisation 2015-04-17 19:56:46 +01:00
laf
4f12359c1a Added fallback to grab serial and version for ibm switches 2015-04-17 11:20:44 +01:00
Daniel Preussker
0252674236 Merge pull request #773 from laf/issue-746
Added basic detection for packetlogic devices
2015-04-17 07:28:07 +00:00
Daniel Preussker
6472fdd485 Merge pull request #815 from laf/issue-794
Updated Cisco detection
2015-04-16 09:17:28 +00:00
laf
5092c6d9ac Updated the way cisco detection works 2015-04-16 09:29:41 +01:00
laf
49751fe0d3 oid lookup added 2015-04-15 21:35:31 +01:00
laf
8b8d449253 Updated oid on poller 2015-04-15 21:17:14 +01:00
Alan Gregory
a0503d63bd Update Files and Added processor 2015-04-15 16:40:33 -03:00
laf
1d883afd0f Updated poller file to use oid 2015-04-15 20:36:02 +01:00
laf
cacb094343 Added check for oid as well 2015-04-15 20:30:47 +01:00
Alan Gregory
d4cbc81b67 Datacom basic support added 2015-04-15 16:09:18 -03:00
laf
2874652473 missing c 2015-04-15 15:35:32 +01:00
laf
453bc6584a removed update to cisco polling :/ 2015-04-15 13:12:27 +01:00
laf
14e8195b26 Changed to exlcude ok state + user configurable for resolution 2015-04-15 12:55:34 +01:00
laf
0fd0c3d11d update to hardware 2015-04-15 11:55:04 +01:00
laf
3dcd779d60 changed to router 2015-04-15 10:40:53 +01:00
laf
7ef8e1f856 Updated Cisco mibs and added another regex for different cisco products 2015-04-15 10:15:46 +01:00
laf
cd5327d640 Merge branch 'master' of github.com:laf/librenms into issue-803 2015-04-14 22:36:59 +01:00
laf
d983fb78b3 Added hardware into os for fireware 2015-04-14 21:41:00 +01:00
laf
a64fb5e802 Initial start on better watchguard support 2015-04-14 17:45:56 +01:00
Daniel Preussker
dd9148b085 Merge pull request #799 from laf/issue-774
Fixed vmware virtual machine support + updated mibs + added serial and hardware info
2015-04-14 13:17:07 +00:00
Paul Gear
226ddb51ea Allow matching HP switches like "HP A5120-24G SI Switch Software Version 5.20" 2015-04-14 19:55:22 +10:00
Søren Rosiak
8fd0889e13 APC InfraStruxure Detection
- Just basic s/n & hw detection
2015-04-13 23:29:04 +02:00
Søren Rosiak
a15180333a Minor APC Polling Changes
- Add InRow Serial ID
- Convert from OID to MIB names
2015-04-13 23:11:27 +02:00
Neil Lathwood
4739254fbe Added hardware / serial number support 2015-04-13 21:53:05 +01:00
Paul Gear
26564c6b19 Move & rename curl proxy function 2015-04-13 19:51:16 +10:00
laf
76a3425358 Append mib directory 2015-04-13 10:39:12 +01:00
Neil Lathwood
6e1e7308b5 Merge pull request #780 from f0o/object-cache
New global Object Cache
2015-04-12 16:19:50 +01:00
f0o
c94784f3dd honour alert_rules.disabled 2015-04-12 14:37:26 +00:00
Neil Lathwood
ec1c9009a5 Added logging and also missing mib in polller 2015-04-12 13:57:31 +01:00
f0o
f55d57372b New global Object Cache 2015-04-12 11:22:43 +00:00
Daniel Preussker
7d478c0a92 Merge pull request #768 from laf/callback
Callback system for stats
2015-04-12 10:18:52 +00:00
Neil Lathwood
85f0940d4f fixed detection of vmware guests 2015-04-12 09:53:17 +01:00
laf
66a3f03f7c fixed filename 2015-04-12 09:23:56 +01:00
laf
659a5901d3 Added basic detection for packetlogic devices 2015-04-11 18:42:15 +01:00
laf
c8a5a90364 Updated dbFetchRows 2015-04-11 15:45:17 +01:00
laf
818cbcc731 Added ospf discovery 2015-04-11 15:01:14 +01:00
laf
162775f3f4 Updated docs, updated callback to use new guidv4 function and links to stats url 2015-04-10 17:00:32 +01:00
Neil Lathwood
7a2a1c284f Merge pull request #767 from laf/issue-746
Fixed spelling mistake
2015-04-09 20:05:03 +01:00
laf
2725bbeb64 Fixed spelling mistake 2015-04-09 20:04:58 +01:00
Mike Rostermund
fe41c86fe0 Changed polling of OS to more appropriate MIB usage for Cisco SB devices 2015-04-09 07:14:15 -07:00
laf
e8608c0a2a Added logo 2015-04-08 22:14:49 +01:00
laf
95125183ae Added powercode support - no icon for now, using linux 2015-04-08 21:58:40 +01:00
Neil Lathwood
9f7c59f2d9 Merge pull request #758 from f0o/issue-742
Simplify
2015-04-08 16:23:17 +01:00
f0o
5bb325cf63 Simplify 2015-04-08 15:02:57 +00:00
f0o
f535f27638 Fixed path issue 2015-04-08 09:23:33 +00:00
Daniel Preussker
ea4fb9dbe9 Merge pull request #752 from laf/issue-743
Shorten interface names on map
2015-04-08 08:01:27 +00:00
Ultra2D
6f299a9679 Merge remote-tracking branch 'upstream/master' into issue-714
Conflicts:
	html/includes/authentication/ldap.inc.php
2015-04-08 08:43:24 +02:00
laf
bc285af35d Shorten interface names on map 2015-04-08 02:46:03 +01:00
laf
688ffed961 Lowerecased table name processors 2015-04-08 02:24:01 +01:00
Paul Gear
b4548e116f Merge pull request #670 from supertylerc/feat/f5-detection
add basic f5 support
2015-04-08 08:49:53 +10:00
Neil Lathwood
aca531bfab Merge pull request #745 from f0o/issue-742
Supress further event-log message if ifAdminStatus or ifOperStatus is down
2015-04-07 15:30:17 +01:00
f0o
16aeee89e4 Supress further event-log message if ifAdminStatus or ifOperStatus is down. 2015-04-07 13:47:15 +00:00
Mike Rostermund
e5fcdeab9c Added missing CPU id for Cisco SB 2015-04-07 04:54:55 -07:00
Ultra2D
3eaaac4ce4 Add email address for LDAP users. 2015-04-07 09:52:21 +02:00
laf
b3f368da07 More work for initial Cambium support 2015-04-06 23:05:13 +01:00
laf
8b7f8310f0 Added initial canopy files 2015-04-06 23:05:13 +01:00
laf
7a302c2763 Some last minute changes 2015-04-06 20:47:28 +01:00
f0o
83b3208540 Use functions defined in authentication-modules to obtain contact-list 2015-04-05 12:50:38 +00:00
laf
e4040c0ace Basic detection of unifi kit 2015-04-05 00:27:02 +01:00
Mark Gibbons
361bb3cada Merge remote-tracking branch 'upstream/master' into ubquitiap-delete 2015-04-04 22:31:56 +01:00
Mark Gibbons
06f95595cd Remove ubiquitiap os type from discovery and polling sub dirs 2015-04-04 22:06:31 +01:00
Neil Lathwood
fdb9507800 Merge pull request #722 from f0o/issue-616-dynamic
Device-Groups + Alerting + Management
2015-04-04 19:36:26 +01:00
f0o
1ac5c92280 Fixed SQL bug 2015-04-04 13:33:19 +00:00
laf
97039768a6 Updated to fix scrut issues 2015-04-03 20:10:42 +01:00
f0o
ba99eb25a2 Device-Groups Draft 2015-04-03 18:22:29 +00:00
laf
ac4eba78e4 Added support for AirOS and AirFibre from UBNT 2015-04-03 18:59:58 +01:00
Neil Lathwood
7f4c988391 Merge pull request #709 from Rosiak/master
FortiGate Minor Change
2015-04-02 21:36:24 +01:00
Søren Rosiak
eff1c34d8f Update fortigate.inc.php
-Another correction.
2015-04-02 22:17:53 +02:00