Commit Graph
666 Commits
Author SHA1 Message Date
Tony MurrayandGitHub 8c19cfeadd Merge pull request #11516 from SourceDoctor/rrdcached_doc_update
Update RRDCached Documentation
2020-06-15 13:26:36 -05:00
Tony MurrayandGitHub 9bf91f7153 Merge pull request #11741 from SourceDoctor/agent_sudo_fix
Application sudo correction
2020-06-14 16:39:03 -05:00
Tony MurrayandGitHub 2a5b1fd071 Clearer python-memcached info (#11772) 2020-06-04 20:36:25 -05:00
SourceDoctor adf7e54204 Application sudo correction 2020-05-30 19:19:13 +02:00
Tony MurrayandGitHub 90e95f160d fix bullets (#11732) 2020-05-30 06:36:17 +02:00
Hans ErasmusandGitHub b2d6540ff2 Update rrdtool setting explanation (#11724)
After some users said it was not clear.
2020-05-28 11:13:02 +02:00
Tony MurrayandGitHub b767c61836 Update distributed poller docs intro (#11721)
Add info about config sharing
2020-05-28 08:43:10 +02:00
gardarandGitHub 14193253fe Add support for windows librenms(check_mk) agent (#11691)
* Allow agent to run against windows os

* Display processes from windows check_mk agent

* Replace tabs with spaces

* Fix indent

* Add documentation for windows agent
2020-05-26 16:04:38 +02:00
UnknownandGitHub acd090da81 Corrected wrong path in documentation (#11675) 2020-05-24 13:51:52 -05:00
craig-nokiaandGitHub bffa46f34a Update the options for distributed_poller (#11655)
Added $config[] and enabled the remi repository for redis.
2020-05-22 01:16:56 +02:00
jonasblomqandGitHub caf1cd3707 Update Fast-Ping-Check.md (#11645)
Added stopping and starting RRDCached during the change of the rrd files step.
This will prevent data loss and corruption of the rrd files.
2020-05-20 08:09:23 -05:00
SourceDoctor f5d537ff18 equalize socket location 2020-05-18 22:50:26 +02:00
SourceDoctor 2d31e9583a remove Debian Jessi howto 2020-05-18 22:42:42 +02:00
SourceDoctor 09c69056c9 user mode 2020-05-18 22:21:01 +02:00
SourceDoctor b0f75da05d path fix 2020-05-18 22:17:38 +02:00
SourceDoctorandGitHub 4edff1e88a Application - Redis (#11612)
* Application - Redis

* Travis fix
2020-05-15 22:05:40 +02:00
a9f6c935a4 Removed reference to deprecated poller-service.py (#11598)
* Removed reference to deprecated poller-service.py

* Update Dispatcher-Service.md

Co-authored-by: Tony Murray <[email protected]>
2020-05-12 15:39:44 -05:00
MunzyandGitHub e37cf6fc64 Typo Fix (#11588) 2020-05-11 17:44:21 +02:00
305ccf20aa Added note about having same APP_KEY value (#11521)
* Added note about having same APP_KEY value

As per discussion in discord all pollers belonging to the same LNMS environment, will need to have the same APP_KEY set in future. Updating docs now already to ensure users knows this and fixes their installs where needed.

* Update Distributed-Poller.md

Co-authored-by: Tony Murray <[email protected]>
2020-05-07 23:40:56 -05:00
SourceDoctor 784ca04314 . 2020-05-01 16:32:20 +02:00
SourceDoctor ed580b0f6b . 2020-05-01 13:52:40 +02:00
SourceDoctor 4173c75b1c remove spaces 2020-05-01 13:50:55 +02:00
SourceDoctor f83bdbf9af remove spaces 2020-05-01 13:50:01 +02:00
SourceDoctor 75e4b63a51 remove spaces 2020-05-01 13:48:25 +02:00
SourceDoctor f3043fe7df update RRDCached Documentation - socket fix 2020-05-01 13:41:26 +02:00
ChristopheandGitHub ac7ebc065f Change stats file location (Bind9) (#11439)
The stats file should not be placed in /var/run/named but in /var/cache/bind.
In run there will be permissions problems.
2020-04-19 12:32:23 +02:00
Jozef RebjakandGitHub 6d8db3fc82 Update RRDTune.md (#11369) 2020-04-02 12:02:36 +02:00
HaydenandGitHub cdb6a74dc8 implement watchdog to librenms-service (#11353)
* add watchdog to librenms-service to check log file
add Redis timeout to librenms-service

* updated docs

* fixed logfile_watchdog() indentation in service.py

* indentation fix

* code climate patch

* updated default redis timeout if alerting frequency is 0
2020-03-31 23:10:45 -05:00
Raphael YanceyandGitHub c1672517c0 Update SMART extension documentation (#11330)
* Update SMART extension documentation

The documentation in the comments of the script (https://github.com/librenms/librenms-agent/raw/master/snmp/smart) is clearer regarding the device line format.

* Update Applications.md
2020-03-23 20:19:10 +01:00
Dag BakkeandGitHub 299ae36cd1 Update Dispatcher-Service.md (#11297)
Added a few lines about tuning the number of worker threads. Hope I got it right.
2020-03-19 06:41:54 -05:00
Jozef RebjakandGitHub e7c40d756e Fix dockerized postfix app wrong url (#11285)
* fix dockerized postfix wrong url

* Update Applications.md
2020-03-13 19:32:43 +01:00
crcroandGitHub 2ee2862357 app: mailcow-dockerized postfix stats (#11058)
* app-mailcow-dockerized-postfix

* fix docs

* updated niceCase

* test-data

* snmprec upload

* new test data

* new test data
2020-03-13 10:16:03 +01:00
ce7a454434 Update SNMP-Trap-Handler.md (#11263)
* Update SNMP-Trap-Handler.md

* Update SNMP-Trap-Handler.md

* Update SNMP-Trap-Handler.md

* Update SNMP-Trap-Handler.md

* Update SNMP-Trap-Handler.md

* Update SNMP-Trap-Handler.md

Co-authored-by: PipoCanaja <[email protected]>
2020-03-10 11:05:22 +01:00
PipoCanajaandGitHub 6d56b9699b Fix autodiscovery vs discovery on LLDP/xDP links (#11189)
* Fix xdp autodiscovery consistency (discovery vs autodiscovery)

* Update documentation related to xDP autodiscovery
2020-03-05 13:27:20 +01:00
SourceDoctorandGitHub 53dc564ef5 Puppet Agent Monitoring (#10827)
* puppet agent monitoring

* change position of last run graph

* device overview panel

* updating documentation

* mouseover for Overview Dashboard

* adding blank line for code climate
2020-02-12 08:26:02 +01:00
SourceDoctorandKevin Krumm 6ffde9ce2d PureFTPd Application (#11048)
* PureFTPd Application

* graphing connected Users
2020-01-21 18:50:11 -06:00
Dag BakkeandKevin Krumm 859e18ea65 SELinux fix for syslog-ng with LibreNMS on Centos (#11014)
* Add SELinux policy for syslog-ng on Centos

* Update Syslog.md

* Update Syslog.md
2020-01-09 05:50:54 -06:00
Antoine ChristolandPipoCanaja 535469de59 Update Oxidized.md (#10864)
* Update Oxidized.md

Hello,
I think this could be really useful, i searched for a long time before finding that command would work in a bare repo.
It allow to remove deleted devices that we don't have anymore.

* Update Oxidized.md
2019-12-17 00:11:06 +01:00
DerovaandPipoCanaja b460644c23 Updated Spelling (#10922)
Memecached -> Memcached
2019-12-10 09:03:56 +01:00
DerovaandPipoCanaja 0f45d8f3cd Updated Spelling (#10921)
Connexion -> Connection
2019-12-10 09:02:58 +01:00
UnknownandPipoCanaja 4474c41969 Removed typo from the documentation (#10912)
Removed '*' symbol from line 1463 as it's not needed there.
2019-12-07 16:11:04 +01:00
SourceDoctorandJellyfrog f0e49c14e1 add missing documentation parts for Seafile (#10905) 2019-12-04 09:41:29 +01:00
louis-ouiandPipoCanaja ef562f607e LDAP Add option to authenticate user independtly of OU (#10873)
* Add option to authenticate user independtly of OU
* Set config option in webui
* Compatibility with bind username option
* ran ./lnms translation:generate
* update doc
2019-11-22 19:29:47 +01:00
rj-taylorandPipoCanaja 964d4121bb documentation link fixes (#10848)
* fixes broken link to Contributing doc
2019-11-19 17:14:15 +01:00
SourceDoctorandNeil Lathwood 4d50feffb3 Added certificate file validity check for services (#10354)
* snmp extend for monitoring certificate file validity

* Update Applications.md

* Update Applications.md
2019-11-05 21:56:31 +00:00
SourceDoctorandNeil Lathwood 8f1c77545d Added Seafile Server Monitoring (#10465)
* Seafile Monitoring

* generalized function for application with multiple similar entries

* adding snmprec file

* Create linux_seafile-v1.json

* Update linux_seafile-v1.snmprec

Updated linux_seafile-v1.snmprec to use 4x for encoding json data response

* Update Applications.md
2019-10-21 23:28:21 +01:00
Anael MobiliaandTony Murray 54d1775844 Add steps to store smokeping rrd in librenms folder (#10676)
* Add steps to store smokeping rrd in librenms folder

* Update Smokeping.md
2019-10-21 13:14:28 +00:00
JellyfrogandTony Murray c76e95d343 Markdown linting of docs (#10595)
* Remove trailing spaces

* Markdown linting of docs
2019-10-21 00:47:40 +00:00
Hans ErasmusandTony Murray 38febff1ec Add memcached to DS-docs (#10715)
* Add memcached to DS-docs

As per request from @murrant in Discord, here is a small update on the Dispatcher service still needing a central memcached

* Update Dispatcher-Service.md

* Update Dispatcher-Service.md
2019-10-20 23:15:25 +00:00
jozefrebjakandTony Murray a782efe7fd Include setting nfsen binary path in NfSen docs (#10707)
* Update NFSen.md

* Update NFSen.md

* Update NFSen.md
2019-10-20 15:31:38 +00:00