2616 Commits

Author SHA1 Message Date
Falk Stern
b6c6ecd359 Missing a bracket, sorry. 2015-10-07 16:27:06 +02:00
Falk Stern
661ed67372 Make discovery ignore Dell branded Aruba Wifi Controllers. Dell PowerConnect W-3200 controllers have the strings ArubaOS and PowerConnect in their sysDescr and powerconnect.inc.php will overwrite the Aruba OS detection. 2015-10-07 16:12:48 +02:00
xavier.beaudouin
b7e0a9fb51 Merge branch 'master' of https://github.com/librenms/librenms 2015-10-06 17:41:52 +02:00
Juho Vanhanen
0901c795f3 Added colors to alerts sent to IRC 2015-10-05 16:26:27 +03:00
Neil Lathwood
42611a0f97 Merge pull request #2041 from f0o/issue-2037
Check rrdcached before creating rrds
2015-10-04 00:10:16 +01:00
f0o
5fd1f59852 Fixup 2015-10-03 16:14:23 +00:00
Rosiak
fa6a8c8f2d Enhance WatchGuard OS Detection
Fix #2024
2015-10-02 22:03:06 +02:00
xavier.beaudouin
22f5266a81 First portage of S2S/Mulitmatic support for S2S SYRIUS MS 10000 2015-10-02 16:02:10 +02:00
f0o
81b4fbf221 Fixes #2037 2015-10-02 02:00:28 +00:00
Daniel Preussker
60c195fc79 Merge pull request #2014 from mogensen/feature/cisco-wlc
Added graphs for number of APs and number of Clients attached to the APs
2015-10-01 22:59:15 +00:00
Neil Lathwood
e2dfab4ca0 Merge pull request #2007 from QuxLabs/qux-issue-8
Added working memcached support
2015-10-01 17:08:03 +01:00
Frederik Mogensen
04faec2d16 Added graphs for number of APs and number of Clients attached to the APs 2015-10-01 17:40:50 +02:00
Daniel Preussker
afdbb2406d Added $nocache parameter
Fixed typo in caching
Excluded caching for MySQL-Authentication & /poll-log/
2015-09-30 15:20:06 +00:00
f0o
afd83f6a8d Strip newlines from arguments on creation 2015-09-28 09:05:44 +00:00
f0o
7d95e94954 Fix rrd creation parameters 2015-09-28 08:24:57 +00:00
Daniel Preussker
41d996ef98 scrut fixes 2015-09-27 19:44:59 +00:00
Daniel Preussker
7832868dd6 Added generic memcached support to dbFacile.*
Remove now obsolete memcached code in:
  html/ajax_rulesuggest.php

Remove all the broken memcached code in:
  html/pages/device/health/mempool.inc.php
  html/pages/device/overview/generic/sensor.inc.php
  html/pages/device/overview/mempools.inc.php
  html/pages/device/port.inc.php
  html/pages/device/ports.inc.php
  html/pages/health/sensors.inc.php
  includes/polling/functions.inc.php
  includes/polling/mempools.inc.php
  includes/polling/ports.inc.php
  includes/polling/storage.inc.php
2015-09-27 19:33:17 +00:00
Daniel Preussker
28e1cfda22 Merge pull request #1998 from f0o/issue-1997
Add RegEx support to alert rules and device groups
2015-09-27 17:06:04 +00:00
Daniel Preussker
a97aa8545c Merge pull request #2003 from n-st/freebsd-distro-field
Query the distro script for FreeBSD systems
2015-09-27 15:55:51 +00:00
Nils Steinger
41fefbe371 Query the distro script at SNMP OID .1.3.6.1.4.1.2021.7890.1 for FreeBSD systems (like it is already done for Linux systems) 2015-09-27 17:27:59 +02:00
Daniel Preussker
fc25b0d063 Merge pull request #1748 from laf/rrdtool-1.5
Added support for rrdtool 1.5
2015-09-27 08:59:52 +00:00
Daniel Preussker
d06ab94998 Merge pull request #1959 from n-st/ipv6-ping
Use fping6 instead of fping for hosts with udp6/tcp6 SNMP transports
2015-09-27 08:14:50 +00:00
f0o
407afd022a Add RegEx support to alert rules and device groups 2015-09-26 17:30:19 +00:00
Nils Steinger
65ca58a1cc PHPDoc for snmpTransportToAddressFamily() 2015-09-25 20:04:55 +02:00
Nils Steinger
a973e538c4 Added complete list of IPv6-based SNMP transport specifiers in snmpTransportToAddressFamily() 2015-09-25 19:03:47 +02:00
Nils Steinger
e5327594a5 Code formatting 2015-09-24 02:07:33 +02:00
Nils Steinger
7d7e7098ab Added PHPDoc for function isPingable() 2015-09-24 02:07:15 +02:00
Neil Lathwood
1b7d241adf Merge pull request #1981 from f0o/issue-1980
Add default width for availability map's tiles
2015-09-23 12:36:29 +01:00
f0o
096023a6eb Set default width to 25px 2015-09-23 12:26:29 +01:00
Neil Lathwood
67d3622f24 Merge pull request #1975 from n-st/code-deduplication
Code deduplication: Made getImage() use getImageSrc()
2015-09-23 12:24:28 +01:00
f0o
ceb135a33d Add default width for availability map's tiles 2015-09-23 09:57:37 +01:00
Neil Lathwood
cea7acadfa Merge pull request #1957 from ciscoqid/master
Add support for SonicWALL CPU and memory graphs
2015-09-22 22:42:27 +01:00
Mark Nagel
46bb776cae Update sonicwall.inc.php
Fixed indentation again!
2015-09-22 14:36:13 -07:00
Nils Steinger
dba95472dc Use empty() instead of isset() and PHP's implicit boolean conversion 2015-09-22 22:58:38 +02:00
Nils Steinger
ff57e67f55 Check if variable is set before trying to read it 2015-09-22 21:48:48 +02:00
Nils Steinger
c1354532bb Removed duplicate code: Made getImage() use getImageSrc() 2015-09-22 21:48:17 +02:00
Mark Nagel
82af247825 Update sonicwall-mem.inc.php
Updated to conform to coding standard, added copyleft header.
2015-09-22 07:36:23 -07:00
Mark Nagel
a26d471ba9 Update sonicwall.inc.php
Updated to conform to coding standards, added copyleft header.
2015-09-22 07:26:56 -07:00
Nils Steinger
4c2d66791d Fixed typo in variable name 2015-09-22 15:27:36 +02:00
Nils Steinger
772d1762a7 Use relative path for fping6
fping6 will be in /usr/bin on Debian-based systems, but /usr/sbin on CentOS.
Have PHP figure out where fping6 is, to avoid breaking existing setups on CentOS.
2015-09-22 14:57:23 +02:00
Daniel Preussker
ba7bf5f60b Merge pull request #1715 from laf/rrdoptions
Updated rrdtool_update() to use new array format
2015-09-22 12:15:59 +00:00
Nils Steinger
ac001191dc Use fping6 instead of fping for hosts with udp6/tcp6 SNMP transports 2015-09-22 02:25:35 +02:00
Mark Nagel
871258d115 Update definitions.inc.php
Extended new SonicWALL monitoring to include both CPU and memory graphs.
2015-09-21 17:10:10 -07:00
Mark Nagel
4df8148c4f Create sonicwall.inc.php 2015-09-21 17:08:18 -07:00
Mark Nagel
a05575d937 Update definitions.inc.php 2015-09-21 16:48:16 -07:00
Mark Nagel
67e8dcd12a Merge pull request #1 from ciscoqid/patch-1
Create sonicwall.inc.php
2015-09-21 16:44:26 -07:00
Mark Nagel
2a807c0237 Create sonicwall-mem.inc.php
Memory utilization module for SonicWALL firewalls.
2015-09-21 16:19:51 -07:00
Mark Nagel
8c20f54ab5 Create sonicwall.inc.php
Discovery module for SonicWALL memory utilization.
2015-09-21 16:09:42 -07:00
Neil Lathwood
6e1d0efbad Merge pull request #1953 from Rosiak/issue-1947
Basic HP MSM Discovery
2015-09-21 21:59:23 +01:00
Rosiak
389586be02 Expand device discovery 2015-09-21 19:56:14 +02:00