Commit Graph

527 Commits

Author SHA1 Message Date
Tony Murray
916c568ce7 Add GeSHi GPv2+ acknowledgement. 2016-02-13 12:18:55 -06:00
Tony Murray
31897758e5 Restore $config['oxidized']['features']['versioning']. 2016-02-12 14:27:55 -06:00
Tony Murray
28216f67b0 Merge branch 'master' into config_diff 2016-02-12 10:36:18 -06:00
Tony Murray
aa9d4798dc Remove $config['oxidized']['features']['versioning']. I did not update the schema to remove the entry from the config table.
Update the documentation a bit.

Issue #2812
2016-02-12 10:23:49 -06:00
Daniel van Dorp
616820d938 Add functions needed to Support/FAQ 'Why do I not see any graphs?' 2016-02-11 16:51:49 +01:00
Daniel van Dorp
6b26795500 Add functions needed to Installation instructions for Debian Ubuntu and RHEL CentOS 2016-02-11 16:47:02 +01:00
Neil Lathwood
fa783dc07e Merge pull request #2841 from adaniels21487/issue-2665
Cisco OTV
2016-02-10 19:49:59 +00:00
Neil Lathwood
f074f25be2 Revert "Revert "Added location_map_regex"" 2016-02-09 19:02:38 +00:00
Daniel Preussker
1110836662 Revert "Added location_map_regex" 2016-02-09 20:00:54 +01:00
Neil Lathwood
3b19af910b Merge pull request #2935 from pblasquez/pblasquez-location_map_regex
Added location_map_regex
2016-02-09 18:56:55 +00:00
pblasquez
3ee30fae7c Update Configuration.md 2016-02-08 16:03:48 -08:00
Daniel Preussker
9c0cc8ad0c Updated#2 2016-02-07 15:47:14 +00:00
Daniel Preussker
ff91e97b16 Updated changelog 2016-02-07 15:26:16 +00:00
Daniel Preussker
b118ee560b Merge pull request #2913 from murrant/poller-service-systemd
Add systemd unit file for the python poller service.
2016-02-07 14:31:56 +00:00
Daniel Preussker
e2151bfc66 Merge pull request #2908 from khobbits/master
Add ./validate.php -m rrdcheck
2016-02-07 11:47:33 +00:00
Robert (KHobbits)
078c323d1a Update validation docs 2016-02-04 00:21:20 +00:00
Tony Murray
aa43f41871 Change the poller-service docs from ln -s to cp to prevent us from breaking user's installs. 2016-02-03 08:17:19 -06:00
awlx
45917efd0f Removed no longer necessary poller section 2016-02-03 10:34:07 +01:00
awlx
2a51cf723c To make it complete added config.php step 2016-02-03 10:24:17 +01:00
awlx
1b6662448f Added configuration examples and descriptions for mib based poller 2016-02-03 10:19:07 +01:00
Paul Gear
a81776e77b Merge pull request #2862 from laf/issue-2859
Added ability to ignore device sensors from entity mib
2016-02-03 15:31:32 +10:00
Tony Murray
44cd86d24e Add systemd unit file for the python poller service.
Move poller-service init scripts into to scripts directory and update the documentation.
2016-02-02 20:23:08 -06:00
laf
bc018d3609 Removed devloping doc as none of the info is current 2016-02-02 13:18:12 +00:00
awlx
53be46ed7d Changed the text to make it more clear what to change. 2016-02-02 11:37:23 +01:00
awlx
a53f7c3df1 Added description of AD configuration options 2016-02-02 11:14:09 +01:00
Jameson Finney
8ec50f11cd Fixed some typos and formatting issues in docs 2016-01-30 22:37:28 -05:00
Jameson Finney
437d1fc40c Removed extra spaces from ends of lines. 2016-01-30 21:06:58 -05:00
laf
24c14f2525 Updated install docs so users do not chown logs directory 2016-01-25 23:14:32 +00:00
laf
d8c4916f6b Added docs information on using the new config options 2016-01-25 22:59:11 +00:00
laf
dc44133a2d Updated changelog 24/01/2016 2016-01-24 21:23:42 +00:00
Jameson Finney
ea25f26d29 Corrected spelling of Experimental 2016-01-22 20:28:12 -05:00
Maximilian Wilhelm
64ce4f335f Add HTTP Authentication / LDAP Authorization module.
This Authentitation / Authorization module provides the ability to let
  the webserver (e.g. Apache) do the user Authentication (using Kerberos
  f.e.) and let libreNMS do the Authorization of the already known user.
  Authorization and setting of libreNMS user level is done by LDAP group
  names specified in the configuration file. The group configuration is
  basicly copied from the existing ldap Authentication module.

  To save lots of redundant queries to the LDAP server and speed up the
  libreNMS WebUI, all information is cached within the PHP $_SESSION as
  long as specified in $config['auth_ldap_cache_ttl'] (Default: 300s).

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
2016-01-21 21:49:08 +01:00
João Galaghar
13f90e28be Update Installation-Lighttpd-(Debian-Ubuntu).md
Maria VS MySQL (already installed above)
2016-01-21 14:44:21 +00:00
Aaron Daniels
8f4dbb5338 Cisco OTV
Implements the CISCO-OTV-MIB to retrieve OTV counters from Cisco devices.
This collects information on the configured Overlays and Adjacencies

Statistics are collected for the amount of VLAN's on each overlay and the amount of MAC addresses available over each OTV endpoint.
OTV alerts are collected and generated if the appropriate alerting rules exist.

Data is displayed under routing at both the global and device level.

Includes function snmpwalk_array_num, which performs a numeric SNMPWalk and returns an array containing $count indexes
One Index:
 From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0
 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27.18']['655360'] = 0
Two Indexes:
 From: 1.3.6.1.4.1.9.9.166.1.15.1.1.27.18.655360 = 0
 To: $array['1.3.6.1.4.1.9.9.166.1.15.1.1.27']['18']['655360'] = 0
And so on...
2016-01-21 22:04:20 +10:00
joaogalaghar
873c0e492d typo 2016-01-21 11:37:21 +00:00
Daniel Preussker
52bf0fad15 Merge pull request #2789 from laf/issue-2761
Updated active directory auth to support dashboards
2016-01-20 19:57:53 +00:00
laf
012c3eab0b Added docs on using innodb_file_per_table=1 in my.cnf 2016-01-20 00:37:22 +00:00
laf
57c802cd4e Updated active directory auth to support dashboards 2016-01-17 15:26:35 +00:00
Neil Lathwood
35ee6569bd Merge pull request #2763 from paulgear/mib-poller-more-data-values
MIB-based polling: attempt to support more SNMP counter types
2016-01-17 13:30:40 +00:00
Mike Rostermund
9c0854a546 Added group mapping in sample config for Oxidized for groups 2016-01-16 13:58:47 +01:00
Mike Rostermund
6a4dadd176 Merge pull request #2773 from murrant/oxidized-groups-doc
Clarify Oxidized Groups Documentation
2016-01-16 13:55:28 +01:00
Rosiak
838e189cde Provide more alert rule examples
#2506
2016-01-15 21:37:12 +01:00
Tony Murray
94ab3141f8 Clarify Oxidized Groups Documentation
Break groups out into their own section.
Show how to specify credentials for groups in Oxidized.

Issue #2464
2016-01-15 10:32:48 -06:00
Paul Gear
d1d3dba97d Merge pull request #2637 from laf/snmp-perf
Moved system polling module to core to centralise some snmpget calls
2016-01-15 20:10:09 +10:00
Aaron Daniels
ad751983dc Merge branch 'master' into issue-1650 2016-01-15 17:52:40 +10:00
Neil Lathwood
54ca420e68 Merge pull request #2792 from Rosiak/reload-oxidized-node-list
Ability to reload Oxidized node list, when a device is added
2016-01-17 18:36:17 +00:00
Rosiak
4581366bf4 Add WebUI settings 2016-01-17 19:19:56 +01:00
Neil Lathwood
11363653e8 Merge pull request #2728 from jviersel/master
Added username support for libvirt over SSH
2016-01-17 17:20:42 +00:00
Rosiak
c91a7081cc Basic commit 2016-01-17 17:48:44 +01:00
Paul Gear
1baeb36e12 Add Gauge32 2016-01-14 13:40:37 +10:00