ZoLuSs
fc55830c7a
Fix Application Sudo Example ( #11707 )
...
* Update Proxmox Process
On latest version of Debian (9.1 and later) snmpd run ad Debian-snmp user.
In visudo change snmp to Debian-snmp
* fix typo
Co-authored-by: SourceDoctor <[email protected] >
2020-06-22 12:34:25 +02:00
Tony Murray
867aa132c1
Merge pull request #11661 from SourceDoctor/app_dhcp_enhancement
...
Application DHCP Upgrade
2020-06-16 17:03:45 -05:00
Slashdoom
53f378a900
Update Services.md ( #11834 )
...
Add CHECK_MRPE section for https://github.com/librenms/librenms-agent/pull/192
2020-06-16 21:56:04 +02:00
Anael Mobilia
22916afb9e
Apps - backupninja ( #11010 )
...
* GUI - graphs
* GUI - Apps
* Polling
* GUI - apps
* Add backupninja to documentation
* Apps - backupninja : add link to librenmsagent script
* Add backupninja snmprec file
* Delete backupninja.snmprec
No Regression tests on apps (yet), only on devices.
* Remove old debug
* Update language : FR -> EN
* Add debug informations
* File path moved to /etc/snmp/
* Python script now use json
* Update following example on puppet script
* Update installation instructions following puppet example
* Update apps.inc.php
Co-authored-by: PipoCanaja <[email protected] >
Co-authored-by: SourceDoctor <[email protected] >
2020-06-16 01:04:30 +02:00
Tony Murray
8c19cfeadd
Merge pull request #11516 from SourceDoctor/rrdcached_doc_update
...
Update RRDCached Documentation
2020-06-15 13:26:36 -05:00
Tony Murray
9bf91f7153
Merge pull request #11741 from SourceDoctor/agent_sudo_fix
...
Application sudo correction
2020-06-14 16:39:03 -05:00
SourceDoctor
1093315700
Merge branch 'master' into app_dhcp_enhancement
2020-06-08 20:51:41 +02:00
Tony Murray
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 Murray
90e95f160d
fix bullets ( #11732 )
2020-05-30 06:36:17 +02:00
Hans Erasmus
b2d6540ff2
Update rrdtool setting explanation ( #11724 )
...
After some users said it was not clear.
2020-05-28 11:13:02 +02:00
Tony Murray
b767c61836
Update distributed poller docs intro ( #11721 )
...
Add info about config sharing
2020-05-28 08:43:10 +02:00
gardar
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
Unknown
acd090da81
Corrected wrong path in documentation ( #11675 )
2020-05-24 13:51:52 -05:00
SourceDoctor
cbe572f959
Application DHCP Upgrade
2020-05-22 23:02:19 +02:00
craig-nokia
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
jonasblomq
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
SourceDoctor
4edff1e88a
Application - Redis ( #11612 )
...
* Application - Redis
* Travis fix
2020-05-15 22:05:40 +02:00
Hans Erasmus
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
Munzy
e37cf6fc64
Typo Fix ( #11588 )
2020-05-11 17:44:21 +02:00
Hans Erasmus
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
Christophe
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 Rebjak
6d8db3fc82
Update RRDTune.md ( #11369 )
2020-04-02 12:02:36 +02:00
Hayden
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 Yancey
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 Bakke
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 Rebjak
e7c40d756e
Fix dockerized postfix app wrong url ( #11285 )
...
* fix dockerized postfix wrong url
* Update Applications.md
2020-03-13 19:32:43 +01:00
crcro
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
Jozef Rebjak
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
PipoCanaja
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
SourceDoctor
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
SourceDoctor
6ffde9ce2d
PureFTPd Application ( #11048 )
...
* PureFTPd Application
* graphing connected Users
2020-01-21 18:50:11 -06:00
Dag Bakke
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 Christol
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
Derova
b460644c23
Updated Spelling ( #10922 )
...
Memecached -> Memcached
2019-12-10 09:03:56 +01:00
Derova
0f45d8f3cd
Updated Spelling ( #10921 )
...
Connexion -> Connection
2019-12-10 09:02:58 +01:00
Unknown
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
SourceDoctor
f0e49c14e1
add missing documentation parts for Seafile ( #10905 )
2019-12-04 09:41:29 +01:00
louis-oui
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-taylor
964d4121bb
documentation link fixes ( #10848 )
...
* fixes broken link to Contributing doc
2019-11-19 17:14:15 +01:00