834 Commits
Author SHA1 Message Date
Neil Lathwood 916c8cbc8b v1.22 Release 2016-11-27 21:05:09 +00:00
Neil LathwoodandGitHub 42123010c8 refactor: Added support for dskTable in UCD-SNMP-MIB (#4993) 2016-11-21 07:08:38 +00:00
Søren RosiakandNeil Lathwood 9fb02bbcd3 feature: Add Microsoft Teams Alert Transport (#5023) 2016-11-19 14:49:18 +00:00
Neil LathwoodandSøren Rosiak e934e306fc feature: Added formatted uptime value for alert templates #4983
feature: Added formatted uptime value for alert templates #4983
2016-11-15 22:11:12 +02:00
Neil Lathwood 1834553f92 doc: Added FAQ on why EdgeRouters might not be detected 2016-11-14 07:52:43 +00:00
Vitali KariandTony Murray 8841eece94 feature: Adds support for enabling / disabling modules per OS (#4963)
* fixes #4946
first try, should be checked first
only discovery first

* add OS modules status indication

* add debug output
add os poller module support

* fix some whitespaces

* fix missing semicolon

* fix some whitespaces

* Modify the modules page

It now shows unset for unset device settings.
Also, `$os_module_status = $config['os'][$device['os']]['poller_modules'][$module];` doesn't work like you would expect. Fix that behavior.

* Fix mangled tabs

* optimize debug output
add docs

* text highlighting

* Streamline docs #1
* Update docs
* Spell out Global, OS, Device.
2016-11-13 13:46:05 -06:00
Neil LathwoodandTony Murray cc01969b06 refactor: Default to only using mysqli (#4915)
* refactor: Default to only using mysqli

* Remove includes/dbFacile.mysql.php

* updated mres() function to remove $config global
2016-11-10 19:40:53 -06:00
llawwehttamandNeil Lathwood fc70f96b9c fix: Corrects path to proxmox script in docs (#4949) 2016-11-06 14:32:24 +00:00
Thane GillandGitHub 92a1929ef8 Correct location for chmod for proxmox SNMP Script 2016-10-31 09:18:27 -07:00
Neil LathwoodandGitHub fe59396a09 Changelog for v1.21 release (#4899) 2016-10-30 19:25:04 +00:00
Neil LathwoodandDaniel Preussker b89ebabecc Feature: Added support for global max repeaters for snmp (#4880)
* Feature: Added support for global max repeaters for snmp

* added phpdoc
2016-10-28 06:02:09 +00:00
Neil LathwoodandDaniel Preussker b5be6e9271 feature: Added custom css and include directories which are ignored by git (#4871) 2016-10-28 05:55:40 +00:00
Tony MurrayandGitHub 8da3b1f813 docs: homepage headers: vertical align, match color, add spacing (#4870)
* docs: homepage headers: vertical align, match color, add spacing
2016-10-24 12:48:04 -05:00
Tony MurrayandGitHub 4a1c3a93fc docs: better align home page headers and icons (#4869) 2016-10-24 10:37:30 -05:00
laf c41888e6f3 doc: Added FAQ on moving install to another server 2016-10-23 20:27:50 +00:00
Neil LathwoodandTony Murray 1d2bc5a010 docs: Updated index page to make it look more attractive (#4855) 2016-10-23 12:53:51 -05:00
jonathon-kandTony Murray 65f74215d3 feature: Add an option for ad authentication to have a default level (#4801)
* Add an option for ad authentication to have a default level

* rework as a flag indicating unspecified access is global read

* Fix indentation
2016-10-21 11:22:13 -05:00
Neil LathwoodandGitHub 9c688c9ce4 docs: Adding setup of distro script for Linux (snmpd) configuration 2016-10-21 15:26:35 +01:00
FTBZ 7e16a3438a Adding more information about Linux (snmpd) configuration 2016-10-21 08:21:11 +02:00
laf 4b47de2438 Rebased 2016-10-20 22:23:01 +00:00
laf 6006720b7f Re-added one default 2016-10-20 22:19:07 +00:00
Søren RosiakandNeil Lathwood 23da8be9c3 feature: Add osTicket Alert Transport (#4791) 2016-10-20 19:31:30 +01:00
laf 46d2f578e7 added central function and updated 2016-10-18 03:06:03 +00:00
NetworkNub 51a1ddf34f I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-10-18 10:03:05 -04:00
NetworkNub 81133cc09e update xdp filter documentation 2016-10-18 09:49:24 -04:00
NetworkNub 2aae3e6dff add xdp exclude device filters 2016-10-17 00:38:47 -04:00
Tony MurrayandNeil Lathwood 980590b293 Change the recommended snmpwalk capture options to ease parsing. (#4804)
Remove `t` we lose the declaration of the Timeticks: type with that
Add `U` removes unit suffixes.
Add `b` displays indexes numerically instead of as strings
2016-10-15 15:47:06 +01:00
Neil LathwoodandTony Murray d5ba013a8a refactor: Updated and added more options for http proxy support (#4718) 2016-10-13 20:07:07 -05:00
Karl SheaandNeil Lathwood daf2cf7a24 app: Add GPSD application (#4754) 2016-10-08 21:25:50 +01:00
laf 398164d215 doc: Added doc on security and vulnerabilities 2016-10-07 11:21:19 +00:00
Neil LathwoodandGitHub b7bfc81de5 small fixes to docs (#4737) 2016-10-06 17:31:12 +01:00
LayneandDaniel Preussker 12c4b8acb2 docs: Update Graylog.md (#4717)
Added addition information about using the Graylog integration.
2016-10-05 08:09:46 +00:00
Vitali KariandNeil Lathwood 3680849206 feature: Add description and notes to be used in alerts templates (#4706) 2016-10-03 20:31:50 +01:00
Dragoș VasiloiandNeil Lathwood 0856c5675e fix missed key (#4698) 2016-10-02 13:05:20 +01:00
Neil LathwoodandGitHub 609ded49fa Updated changelog for 201609 release (#4699) 2016-10-02 13:03:29 +01:00
Ryan GibbonsandDaniel Preussker 44f8fd3332 doc: Include PHP Install instructions for MySQL app
* Include php install instructions for MySQL

This step is skimmed over frequently, by including the code blocks I'm
hoping to make this step more noticeable.

* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2016-10-02 07:41:48 +00:00
Neil LathwoodandDaniel Preussker 0f417a30fa doc: Added clarity on using addhost with communities and special chars (#4693) 2016-10-02 07:36:51 +00:00
Neil LathwoodandDaniel Preussker f14335b7a5 doc: Added FAQ for why interfaces are missing from overall traffic graphs (#4696) 2016-10-02 07:27:12 +00:00
soranoandNeil Lathwood aa7a504082 Update Applications.md (#4665)
docs: Updated Applications to clarify apache setup

Split apache into two parts, one for agent and one for SNMP extend

* Update Applications.md

Added verification step for apache-stats.py

* Update Applications.md

* Updated numerical order
2016-09-29 14:07:22 +01:00
Tony Murray 11f087f147 docs: Tiny Sensor-State update 2016-09-27 13:55:16 -05:00
Tony MurrayandNeil Lathwood fc0871f716 Move Support New OS to the Developing menu (#4636)
Re-arrange the Developing menu, needs separators...
2016-09-27 17:52:26 +01:00
soranoandGitHub 1bc0344b1a Update Applications.md
Just tried the Apache agent on Ubuntu 16.04 and got following error:

root@librenms:/opt/librenms-agent# /usr/lib/check_mk_agent/local/apache
Can't locate LWP/Simple.pm in @INC (you may need to install the LWP::Simple module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/lib/check_mk_agent/local/apache line 14.

Solution was to apt-get install libwww-perl. Also added verification step.
2016-09-26 12:09:16 +02:00
crcro 7f8f302686 rewrite ups-apcups 2016-09-24 23:49:35 +03:00
Neil LathwoodandGitHub b5cd175cf9 Merge pull request #4538 from murrant/snmpsim
feature: Add snmpsim to Travis automated testing
2016-09-23 21:56:22 +01:00
Tony Murray c31b3c0301 feature: use snmpsim for testing
fallback feature so we don't have to run snmpsim on devel computers, should be adequate for now
./scripts/pre-commit.php -u -snmpsim will start an snmpsimd.py process automatically
2016-09-23 14:57:31 -05:00
Neil LathwoodandGitHub c3dd8c7b84 Merge pull request #4523 from FTBZ/docs-adding-snmp-examples
New documentation with SNMP configuration examples
2016-09-23 20:34:53 +01:00
Neil LathwoodandGitHub b617ea85ea Merge pull request #4560 from laf/internal-doc-link-fixes
fix: Internal links to some docs were not correct
2016-09-23 19:58:11 +01:00
Neil Lathwood 0a6bea3b10 fix: Internal links to some docs were not correct 2016-09-23 19:49:58 +01:00
soranoandGitHub de19cfa38b Update Performance.md
Clarified that the mysqld performance options need to be put under a [mysqld] group in my.cnf. Since in Ubuntu 16.04 /etc/mysql/my.cnf only has [client-server] group by default which is not a valid group for the changes we make.
2016-09-23 08:22:47 +02:00
Neil LathwoodandGitHub b5c181d057 Merge pull request #4550 from laf/api-docs-formatting
Updated api docs formatting
2016-09-22 22:46:24 +01:00